MediaWiki:Vector-2022.css: Difference between revisions
Appearance
Orangestar (talk | contribs) No edit summary |
Orangestar (talk | contribs) No edit summary |
||
| Line 121: | Line 121: | ||
color: #101010; | color: #101010; | ||
} | } | ||
/* | |||
@media (max-width: 720px) { | @media (max-width: 720px) { | ||
.mw-logo .mw-logo-container { | .mw-logo .mw-logo-container { | ||
| Line 134: | Line 134: | ||
display: none; | display: none; | ||
} | } | ||
} | }*/ | ||
/* this effect was really cool, but it didn't work reliably on all screen sizes, so i scrapped it. */ | |||
/* original comment: this is it. this is the worst CSS i've ever written before in my life. */ | |||
/* @media screen and (min-width: 1000px) { | |||
.mw-logo .mw-logo-container { | .mw-logo .mw-logo-container { | ||
display: none; | display: none; | ||
| Line 160: | Line 161: | ||
content: ''; | content: ''; | ||
} | } | ||
} | } */ | ||
/* TABLES */ | /* TABLES */ | ||