MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
| Line 38: | Line 38: | ||
#n-specialpages { | #n-specialpages { | ||
display: none !important; | display: none !important; | ||
} | |||
:root { | |||
color-scheme: light dark; | |||
} | } | ||
Revision as of 07:18, 17 July 2025
ul {
padding-top: 0px !important;
margin-top: 0px !important;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
}
/* Create two equal columns that floats next to each other */
.main_page_column {
float: left;
width: 50%;
padding: 15px;
}
/* Clear floats after the columns */
.main_page_row:after {
content: "";
display: table;
clear: both;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
.main_page_column {
width: 100%;
}
}
#n-specialpages {
display: none !important;
}
:root {
color-scheme: light dark;
}