更多操作
小 (fix) |
小 (修正注释) |
||
| 第1行: | 第1行: | ||
/* | /* popup */ | ||
.wikilink-popup { | .wikilink-popup { | ||
background-color: #889b; | background-color: #889b; | ||
| 第15行: | 第15行: | ||
z-index: 1; | z-index: 1; | ||
} | } | ||
/* popup 结束 */ | |||
/* 自动转链 */ | |||
a.autolink { | a.autolink { | ||
text-decoration: underline!important; | text-decoration: underline!important; | ||
2019年4月6日 (六) 06:23的版本
/* popup */
.wikilink-popup {
background-color: #889b;
border-radius: 15px;
border: 1px solid #eee;
box-shadow: 0 2px 6px #5555;
content: attr(title);
color: #fff;
font-size:12px;
line-height: 22px;
margin: -1em 0;
padding: 0 5px;
position: absolute;
white-space: nowrap;
z-index: 1;
}
/* popup 结束 */
/* 自动转链 */
a.autolink {
text-decoration: underline!important;
}
/* 自动转链结束 */
.transborder {
border: solid transparent;
}
/* 缩小投票版的占地 */
.pollAnswerName {
float: right;
position: relative;
z-index: 10;
clear: right;
}
.pollAnswer {
clear: right;
}
/* 缩小投票版的占地结束 */