MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 34: | Line 34: | ||
} | } | ||
#toc | #toc h3 { | ||
margin-left: -2em | margin-left: -2em | ||
} | } | ||
Revision as of 12:35, 5 January 2023
/*Paragraph style*/
* {
font-family: Tahoma, System sans-serif;
}
/*Body styling*/
html {
font-size: 125%
}
/*TOC Styling*/
#toc {
float: right;
border-style: solid;
border-width: 1px;
padding: .5em;
margin-left: 2em;
font-size: .70em;
}
.tocnumber {
display: none;
}
#toc ul {
list-style-image: none;
list-style-type: none;
margin-left: 0;
}
#toc ul ul ul {
list-style-image: none;
list-style-type: none;
}
#toc h3 {
margin-left: -2em
}