MediaWiki:Gadget-avatar.css:修订间差异
无编辑摘要 |
无编辑摘要 标签:已被回退 |
||
第2行: | 第2行: | ||
padding-right: 10px; | padding-right: 10px; | ||
} | } | ||
#pt-avatar | #pt-avatar:before { | ||
width: 28px; | width: 28px; | ||
border-radius: | border-radius: 15%; | ||
} | } | ||
#pt-avatar a { | #pt-avatar a { | ||
第13行: | 第13行: | ||
align-self: flex-start; | align-self: flex-start; | ||
} | } | ||
.context-userlink:before, .context-userlink:before { | |||
margin- | margin: -0.2em 0.2em 0; | ||
width: 1.5em; | width: 1.5em; | ||
border-radius: 15%; | border-radius: 15%; | ||
} | } | ||
/* | /* 去掉旧版Vector顶栏之小人标志 */ | ||
.vector-user-menu-legacy #pt-anonuserpage, .vector-user-menu-legacy #pt-tmpuserpage, .vector-user-menu-legacy #pt-userpage a { | .vector-user-menu-legacy #pt-anonuserpage, .vector-user-menu-legacy #pt-tmpuserpage, .vector-user-menu-legacy #pt-userpage a { | ||
background-image: unset !important; | background-image: unset !important; | ||
padding-left: unset !important; | padding-left: unset !important; | ||
} | } |
2024年11月4日 (一) 00:12的版本
#pt-avatar {
padding-right: 10px;
}
#pt-avatar:before {
width: 28px;
border-radius: 15%;
}
#pt-avatar a {
margin: 0px -13px 0 -2px;
}
body.skin-vector-legacy #pt-avatar {
padding-top: 0px;
align-self: flex-start;
}
.context-userlink:before, .context-userlink:before {
margin: -0.2em 0.2em 0;
width: 1.5em;
border-radius: 15%;
}
/* 去掉旧版Vector顶栏之小人标志 */
.vector-user-menu-legacy #pt-anonuserpage, .vector-user-menu-legacy #pt-tmpuserpage, .vector-user-menu-legacy #pt-userpage a {
background-image: unset !important;
padding-left: unset !important;
}