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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
img {
transform: translateZ(0) !important;
}
/* BEGIN Styling to match original wiki by Adebayo */
* {
font-family: Roboto, Arial, sans-serif;
}
div .firstHeading,
#firstHeading,
h2,
h3 {
font-family: Roboto, Arial, sans-serif;
color: #f89420;
}
h4 {
font-family: Roboto, Arial, sans-serif;
font-size:125%;
color:#662D91;
}
.vector-body blockquote {
font-size: 125%;
padding: 0;
border: 0;
}
/* END Styling to match original wiki by Adebayo */
/*Remove Special Pages, Page Information, Related Changes, and Permanent Link links from Tools menu in left-hand Navigation bar*/
#t-specialpages,
#t-info,
#t-recentchangeslinked,
#t-permalink {
display: none;
}
/*Added to scale and wrap images*/
img {
max-width:100%;
height:auto;
}
@media only screen and (max-width: 1200px) {
.tabs-container td {
display: block;
width: 95% !important;
padding: 5px !important;
}
.tabs-container tr {
width: 100%;
}
}