“MediaWiki:Timeless.css”的版本间的差异
来自小鱼君和他的朋友们
(创建页面,内容为“#p-logo-text a { color: #001133; font-family: 汉真广标; font-variant: small-caps; font-size: 16px; display: block; line-height: 30px; background: u…”) |
|||
第8行: | 第8行: | ||
background: url(https://wjghj.cn/images/icons/wiki.svg) no-repeat transparent 0 0 / 32px; | background: url(https://wjghj.cn/images/icons/wiki.svg) no-repeat transparent 0 0 / 32px; | ||
padding-left: 30px | padding-left: 30px | ||
+ | } | ||
+ | |||
+ | /** Avatar **/ | ||
+ | #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%; | ||
} | } | ||
第16行: | 第32行: | ||
transition: all .5s | transition: all .5s | ||
} | } | ||
− | |||
#mw-related-navigation.header-hide #page-tools { | #mw-related-navigation.header-hide #page-tools { | ||
top: 8px | top: 8px |
2019年10月25日 (五) 20:59的版本
#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 **/ #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) { }