MediaWiki:Common.css
Note: After saving, 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)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Signika:400,600&display=swap&subset=latin-ext');
* {
box-sizing: border-box;
font-family:'Signika', serif;
}
.entrance.row {
content: "";
display: table;
clear: both;
}
.entrance.column {
float: left;
width: 33.33%;
padding: 10px;
}
@media screen and (max-width: 600px) {
.column {
width: 100%;
}
}
ul {
list-style: none;
}
body.page-Main_Page h1#firstHeading.title {
display: none;
}
body.page-Main_Page h3#tagline {
display: none;
}