Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
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;
     }
     }
}
}*/


@media screen and (min-width: 1000px) {
/* this effect was really cool, but it didn't work reliably on all screen sizes, so i scrapped it. */
    /* this is it. this is the worst CSS i've ever written before in my life. */
/* 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 */