MediaWiki:Common.css:修订间差异
Xingwangzhe(留言 | 贡献) 无编辑摘要 |
Xingwangzhe(留言 | 贡献) 无编辑摘要 |
||
第1行: | 第1行: | ||
/* 这里放置的CSS将应用于所有皮肤 */ | /* 这里放置的CSS将应用于所有皮肤 */ | ||
p{ | |||
position: relative; | position: relative; | ||
cursor: pointer; | cursor: pointer; | ||
第10行: | 第10行: | ||
} | } | ||
p::after{ | |||
content: ''; | content: ''; | ||
position: absolute; | position: absolute; | ||
第21行: | 第21行: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
p:hover::after{ | |||
text-decoration: none; | text-decoration: none; | ||
left: 0; | left: 0; | ||
right: 0; | right: 0; | ||
} | } |