MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Tailwind CSS via CDN */
@import url('https://cdn.jsdelivr.net/npm/tailwindcss@latest/dist/tailwind.min.css');
/* Global styles */
body {
background-color: #2e1f41;
}
.wrapper {
position: relative;
max-width: 1170px;
margin: 0 auto;
}
#mw-page-base {
background-color: #2e1f41!important;
background-image: none!important;
}
#p-personal {
color: #fff!important;
}
#p-personal a {
color: #fff!important;
}
#mw-panel .vector-menu-heading {
color: #91a2af!important;
}
div#mw-panel {
color: #fff!important;
}
div#mw-panel a {
color: #fff!important;
}
.mw-footer {
color: #fff!important;
}
.mw-footer li {
color: #fff!important;
}
.mw-footer a {
color: #fff!important;
}
/* Main Page styles */
.page-Main_Page h1.firstHeading {
display: none;
}