MediaWiki:Common.css: Difference between revisions

From Instructional Technologies
No edit summary
No edit summary
Tag: Reverted
Line 17: Line 17:
margin-left: 2em;
margin-left: 2em;
font-size: .75em;
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;
}
.toctitle h2 {
visibility: hidden;
}
.toctitle h2:before {
visibility: visible;
color: #444;
content: 'Table of Contents';
background-color: #FFF;
}
}

Revision as of 15:08, 5 January 2023

/*Paragraph style*/
* {
	font-family: Tahoma, System sans-serif; 
}

/*Body styling*/
html {
	font-size: 120%
}

/*TOC Styling*/
#toc { 
	float: right;
	border-style: solid;
	border-width: 1px;
	padding: .5em;
	margin-left: 2em;
	font-size: .75em;
}