MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
} | } | ||
/* | /*Change Page Title to Home*/ | ||
.mw-page-title-main { | .mw-page-title-main { | ||
visibility: hidden; | visibility: hidden; | ||
| Line 19: | Line 14: | ||
margin-left:0; | margin-left:0; | ||
} | } | ||
/*Make unneeded page tabs unavailable*/ | |||
.vector-menu-tabs { | |||
visibility: hidden; | |||
} | |||
/*Body styling*/ | |||
html { | |||
font-size: 120% | |||
} | |||
/* Heading styles */ | |||
/*TOC Styling*/ | /*TOC Styling*/ | ||
Revision as of 14:12, 5 January 2023
/*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;
}
/*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;
}