MediaWiki:Gadget-ShowAvatar.css:修订间差异
MediaWiki界面页面
更多操作
删除的内容 添加的内容
新页面 |
小 // Edit via InPageEdit |
||
| 第17行: | 第17行: | ||
width: 2.5em; |
width: 2.5em; |
||
border-radius: 50%; |
border-radius: 50%; |
||
} |
|||
#citizen-avatar { |
|||
vertical-align: middle; |
|||
width: 2em; |
|||
border-radius: 50%; |
|||
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); |
|||
transition: transform 0.2s ease, box-shadow 0.2s ease; |
|||
} |
} |
||
2025年11月2日 (日) 15:00的最新版本
#p-personal li {
margin-top: 1em;
margin-bottom: 0.75em;
}
#pt-userpage {
background: none !important;
padding-left: 0px !important;
}
#pt-avatar {
margin-top: 0.25em !important;
margin-bottom: 0px !important;
}
#pt-avatar img {
width: 2.5em;
border-radius: 50%;
}
#citizen-avatar {
vertical-align: middle;
width: 2em;
border-radius: 50%;
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}