MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
#toc ul { | #toc ul { | ||
list-style-image: none; | list-style-image: none; | ||
list-style-type: none; | |||
margin-left: 0; | margin-left: 0; | ||
} | } | ||
| Line 30: | Line 31: | ||
#toc u ul ul { | #toc u ul ul { | ||
list-style-image: none; | list-style-image: none; | ||
list-style-type: none; | |||
} | } | ||
Revision as of 12:28, 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 u ul ul {
list-style-image: none;
list-style-type: none;
}