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.
/*Paragraph style*/
* {
font-family: Tahoma, System sans-serif;
}
/*Change Page Title to Home*/
.mw-page-title-main {
visibility: hidden;
}
.mw-page-title-main:before {
content: 'Home';
visibility: visible;
margin-left:0;
}
/*Make unneeded page tabs unavailable*/
.vector-menu-tabs {
visibility: hidden;
}
.mw-article-toolbar-container {
visibility: hidden;
}
/*Body styling*/
html {
font-size: 120%
}
/* Heading styles */
/*TOC Styling*/
#toc {
float: right;
border-style: solid;
border-width: 1px;
padding: .5em;
margin-left: 2em;
font-size: .75em;
}
.tocnumber {
display: none;
}
#toc ul {
list-style-image: none;
list-style-type: none;
}
#toc ul ul ul {
list-style-image: none;
list-style-type: none;
}
.toclevel-2 {
margin-left:5px;
}
.toclevel-3 {
margin-left:10px;
}
.toclevel-4 {
display: none;
}