MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针。
如果在编辑的过程中遇到了什么问题,可以去讨论板提问。
为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证。
MCBBS Wiki GitHub群组已上线!
您可以在回声洞中发表吐槽!
服务器状态监控。点击进入
本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>
用户:Salt lovely/common.css:修订间差异
跳到导航
跳到搜索
Salt lovely(留言 | 贡献) 小 (撤销Salt lovely(讨论)的版本22516) 标签:撤销 |
Salt lovely(留言 | 贡献) 小 (用SCSS重写) |
||
| 第1行: | 第1行: | ||
@charset "UTF-8"; | |||
.mw-userlink[title="用户:Eicy"], | .mw-userlink[title="用户:Eicy"], .mw-userlink[title="用户:MashKJo"], .mw-userlink[title="用户:Sheep-realms"], .mw-userlink[title="用户:White i"], .mw-userlink[title="用户:MidsummerEnd"], .mw-userlink[title="用户:Salt lovely"], .mw-userlink[title="用户:我是人1012"] { | ||
.mw-userlink[title="用户:MashKJo"], | color: #dd1166; | ||
.mw-userlink[title="用户:Sheep-realms"], | font-weight: bold; | ||
.mw-userlink[title="用户:White i"], | text-shadow: 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, | ||
.mw-userlink[title="用户:MidsummerEnd"], | 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"], | 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, | ||
.mw-userlink[title="用户:我是人1012 | 0 0 1px #cef; | ||
} | } | ||
.mw-userlink[title="用户: | |||
.mw-userlink[title="用户:Salt lovely"] { | |||
color: #037; | |||
} | } | ||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]) { | |||
font-weight: bold; | |||
position: relative; | |||
display: inline-block; | |||
min-height: calc(1em + 4px); | |||
background: #fff2cd; | |||
color: #ff236c; | |||
font-size: 1em; | |||
transition: all 0.4s ease; | |||
} | } | ||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"])::before, a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"])::after { | |||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]){ | content: ""; | ||
position: absolute; | |||
top: 0; | |||
right: 0; | |||
height: 2px; | |||
width: 0; | |||
background: #fff2cd; | |||
transition: all 0.25s ease; | |||
} | } | ||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]): | |||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]):hover { | |||
background: #ff236c; | |||
color: #fff2cd; | |||
} | } | ||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]):hover: | |||
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]):hover::before, a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]):hover::after { | |||
width: 100%; | |||
transition: all 0.8s ease; | |||
} | } | ||
.patrollink { | |||
.patrollink{ | font-weight: bold; | ||
position: relative; | |||
display: inline-block; | |||
min-height: calc(1em + 4px); | |||
background: #fff2cd; | |||
color: royalblue; | |||
font-size: 1em; | |||
transition: all 0.4s ease; | |||
} | } | ||
.patrollink:after{ | |||
.patrollink::before, .patrollink::after { | |||
content: ""; | |||
position: absolute; | |||
top: 0; | |||
right: 0; | |||
height: 2px; | |||
width: 0; | |||
background: #fff2cd; | |||
transition: all 0.25s ease; | |||
} | } | ||
.patrollink:hover | |||
.patrollink:hover { | |||
background: royalblue; | |||
color: #fff2cd; | |||
} | } | ||
.patrollink:hover::before, .patrollink:hover::after { | |||
width: 100%; | |||
transition: all 0.8s ease; | |||
} | |||
/* 动画 */ | /* 动画 */ | ||
| 第75行: | 第86行: | ||
} | } | ||
} | } | ||
2021年2月21日 (日) 14:44的版本
@charset "UTF-8";
.mw-userlink[title="用户:Eicy"], .mw-userlink[title="用户:MashKJo"], .mw-userlink[title="用户:Sheep-realms"], .mw-userlink[title="用户:White i"], .mw-userlink[title="用户:MidsummerEnd"], .mw-userlink[title="用户:Salt lovely"], .mw-userlink[title="用户:我是人1012"] {
color: #dd1166;
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;
}
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]) {
font-weight: bold;
position: relative;
display: inline-block;
min-height: calc(1em + 4px);
background: #fff2cd;
color: #ff236c;
font-size: 1em;
transition: all 0.4s ease;
}
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"])::before, a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"])::after {
content: "";
position: absolute;
top: 0;
right: 0;
height: 2px;
width: 0;
background: #fff2cd;
transition: all 0.25s ease;
}
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]):hover {
background: #ff236c;
color: #fff2cd;
}
a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]):hover::before, a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]):hover::after {
width: 100%;
transition: all 0.8s ease;
}
.patrollink {
font-weight: bold;
position: relative;
display: inline-block;
min-height: calc(1em + 4px);
background: #fff2cd;
color: royalblue;
font-size: 1em;
transition: all 0.4s ease;
}
.patrollink::before, .patrollink::after {
content: "";
position: absolute;
top: 0;
right: 0;
height: 2px;
width: 0;
background: #fff2cd;
transition: all 0.25s ease;
}
.patrollink:hover {
background: royalblue;
color: #fff2cd;
}
.patrollink:hover::before, .patrollink:hover::after {
width: 100%;
transition: all 0.8s ease;
}
/* 动画 */
@keyframes rotate-360 {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}