User:Wecury/common.css:修订间差异
来自Vocawiki
更多操作
删除的内容 添加的内容
小无编辑摘要 |
小 //IPE-NEXT 标签:已被回退 |
||
| 第6行: | 第6行: | ||
.skin-citizen #pt-userpage-realname { |
.skin-citizen #pt-userpage-realname { |
||
display: none; |
display: none; |
||
} |
|||
#ca-special-specialAssociatedNavigationLinks-link-1 > a::before { |
|||
content: ''; |
|||
display: inline-block; |
|||
width: var(--size-icon); |
|||
height: var(--size-icon); |
|||
margin-right: 0.25em; |
|||
background-color: currentColor; |
|||
-webkit-mask-image: url(/resources/lib/ooui/themes/wikimediaui/images/icons/listBullet-ltr.svg); |
|||
mask-image: url(/resources/lib/ooui/themes/wikimediaui/images/icons/listBullet-ltr.svg); |
|||
-webkit-mask-repeat: no-repeat; |
|||
mask-repeat: no-repeat; |
|||
-webkit-mask-position: center; |
|||
mask-position: center; |
|||
-webkit-mask-size: contain; |
|||
mask-size: contain; |
|||
} |
} |
||