MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针。
如果在编辑的过程中遇到了什么问题,可以去讨论板提问。
为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证。
MCBBS Wiki GitHub群组已上线!
您可以在回声洞中发表吐槽!
服务器状态监控。点击进入
本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>
用户:MashKJo/common.css:修订间差异
跳到导航
跳到搜索
(// Edit via Wikiplus) |
(// Edit via Wikiplus) |
||
(未显示同一用户的2个中间版本) | |||
第20行: | 第20行: | ||
top: calc(50% - 3.5em);left: calc(50% - 3.5em); |
top: calc(50% - 3.5em);left: calc(50% - 3.5em); |
||
box-shadow: 0 6px 3px #7fda inset, 0 -6px 3px #6cf6 inset; |
box-shadow: 0 6px 3px #7fda inset, 0 -6px 3px #6cf6 inset; |
||
} |
|||
/* 管理员账户--复制&修改自电量量的css */ |
|||
.mw-userlink[title="用户:Eicy"], |
|||
.mw-userlink[title="用户:MashKJo"], |
|||
.mw-userlink[title="用户:Sheep-realms"], |
|||
.mw-userlink[title="用户:White i"], |
|||
.mw-userlink[title="用户:Salt lovely"], |
|||
.mw-userlink[title="用户:我是人1012"], |
|||
.mw-userlink[title="用户:自由李代数"], |
|||
.mw-userlink[title="用户:⧼abusefilter-blocker⧽"] { |
|||
color: #91d; |
|||
font-weight: bold; |
|||
text-shadow: 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef; |
|||
} |
|||
.mw-userlink[title="用户:Salt lovely"]{ /*盐*/ |
|||
color: #037; |
|||
} |
} |
2020年10月14日 (三) 17:55的最新版本
/* 巡查按钮(引用自Salt lovely的css) */
.patrollink{
text-shadow: 0 0 1px #222;
position: relative;
}
.patrollink:after{
content: '';
pointer-events:none;
position: absolute;
display: inline-block;
width: 5em;height: 5em;
top: calc(50% - 2.5em);left: calc(50% - 2.5em);
border-radius: 4em;
box-shadow: 0 4px 0 #7fda inset, 0 -4px 0 #6cf6 inset;
animation: rotate-360 2s linear infinite;
transition:0.5s ease;
}
.patrollink:hover:after{
width: 7em;height: 7em;
top: calc(50% - 3.5em);left: calc(50% - 3.5em);
box-shadow: 0 6px 3px #7fda inset, 0 -6px 3px #6cf6 inset;
}
/* 管理员账户--复制&修改自电量量的css */
.mw-userlink[title="用户:Eicy"],
.mw-userlink[title="用户:MashKJo"],
.mw-userlink[title="用户:Sheep-realms"],
.mw-userlink[title="用户:White i"],
.mw-userlink[title="用户:Salt lovely"],
.mw-userlink[title="用户:我是人1012"],
.mw-userlink[title="用户:自由李代数"],
.mw-userlink[title="用户:⧼abusefilter-blocker⧽"] {
color: #91d;
font-weight: bold;
text-shadow: 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef;
}
.mw-userlink[title="用户:Salt lovely"]{ /*盐*/
color: #037;
}