MediaWiki:Common.css: Difference between revisions

From Instructional Technologies
No edit summary
No edit summary
Line 23: Line 23:
}
}


#toc ul{  
#toc ul, ul ul, ul ul ul {
list-style-image: none;
list-style-image: none;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
}
}

Revision as of 12:24, 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, ul ul, ul ul ul {  
	list-style-image: none;
	margin: 0;
	padding: 0;
}