User:Wolkanca/vector-2022.css: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
←Blanked the page Tag: Blanking |
||
Line 1: | Line 1: | ||
@import "https://en.wikipedia.org/enwiki/w/index.php?title=MediaWiki:Gadget-dark-mode.css&action=raw&ctype=text/css" |
|||
screen and (prefers-color-scheme: dark); |
|||
/* wolkanca.com */ |
|||
.skin-vector .vector-body { |
|||
font-size: calc(1rem * 1.1); |
|||
} |
|||
.skin-vector nav *, .navbox, #catlinks{ |
|||
font-size: small; |
|||
} |
|||
#siteNotice, |
|||
.vector-sitenotice-container, |
|||
.vector-body-before-content { |
|||
display: none !important; |
|||
height: 1px !important; |
|||
visibility: hidden; |
|||
position: absolute !important; |
|||
clip-path: inset(50%); |
|||
} |
|||
.mw-page-container, |
|||
.mw-content-container, |
|||
.vector-header-container { |
|||
max-width: 100% !important; |
|||
} |
|||
.vector-feature-sticky-header-disabled main#content { |
|||
grid-template: inherit !important; |
|||
} |
|||
@media (min-width: 1000px) { |
|||
.vector-feature-sticky-header-disabled |
|||
header.mw-body-header.vector-page-titlebar { |
|||
position: absolute !important; |
|||
top: 0 !important; |
|||
left: 0 !important; |
|||
max-width: 20rem !important; |
|||
box-shadow: none !important; |
|||
padding-left: 1rem; |
|||
margin: auto; |
|||
} |
|||
.vector-feature-sticky-header-disabled h1#firstHeading { |
|||
font-size: medium !important; |
|||
} |
|||
.vector-feature-sticky-header-disabled |
|||
#p-lang-btn |
|||
label.mw-portlet-lang-heading-0 { |
|||
display: none !important; |
|||
height: 1px !important; |
|||
visibility: hidden; |
|||
position: absolute !important; |
|||
clip-path: inset(50%); |
|||
} |
|||
} |