MediaWiki:Vector-2022.css: Difference between revisions
Appearance
Orangestar (talk | contribs) No edit summary |
Orangestar (talk | contribs) No edit summary |
||
| Line 60: | Line 60: | ||
@media screen and (min-width: 1000px) { | @media screen and (min-width: 1000px) { | ||
/* this is it. this is the worst CSS i've ever written before in my life. */ | |||
.mw-logo .mw-logo-container { | .mw-logo .mw-logo-container { | ||
display: none; | display: none; | ||
| Line 72: | Line 73: | ||
.vector-main-menu-container { | .vector-main-menu-container { | ||
padding-top: 124px; | padding-top: 124px; | ||
position: relative; | |||
} | |||
.vector-menu-content-list a[href=\/w\/Main_Page]::before { | |||
position: absolute; | |||
top: -70px; | |||
left: 0; | |||
right: 0; | |||
bottom: 200px; | |||
content: ''; | |||
} | } | ||
} | } | ||