“MediaWiki:Timeless.css”的版本间的差异
来自小鱼君和他的朋友们
(//InPageEdit) |
|||
第11行: | 第11行: | ||
/** Avatar **/ | /** Avatar **/ | ||
+ | #mw-content-text .user-avatar { | ||
+ | width: 1em; | ||
+ | height: 1em; | ||
+ | border-radius: 4px; | ||
+ | } | ||
#personal > h2 { | #personal > h2 { | ||
background-image: none !important; | background-image: none !important; |
2019年10月25日 (五) 21:10的版本
#p-logo-text a { color: #001133; font-family: 汉真广标; font-variant: small-caps; font-size: 16px; display: block; line-height: 30px; background: url(https://wjghj.cn/images/icons/wiki.svg) no-repeat transparent 0 0 / 32px; padding-left: 30px } /** Avatar **/ #mw-content-text .user-avatar { width: 1em; height: 1em; border-radius: 4px; } #personal > h2 { background-image: none !important; padding-left: 0 !important; padding-top: 0.4em; } #personal .user-avatar-link { position: relative; top: -6px; } #personal .user-avatar { width: 28px; height: 28px; border-radius: 50%; } @media screen and (min-width:850px) { #mw-related-navigation #page-tools { position: sticky; top: 65px; transition: all .5s } #mw-related-navigation.header-hide #page-tools { top: 8px } } @media screen and (max-width:850px) { }