MediaWiki:Common.css: Difference between revisions

From ICAR Wiki
No edit summary
No edit summary
Line 21: Line 21:
list-style-type: lower-roman;  
list-style-type: lower-roman;  
}
}
/*
.mw-normal-catlinks {
.mw-normal-catlinks {
column-count:6;
column-count:6;
}
}*/

Revision as of 17:29, 15 September 2023

/* CSS placed here will be applied to all skins */

/* Header moodifications */
/* div#content h3 {
	font-size:40px;
}*/
/*.tocnumber { display: none; }*/
/* ol { 
	list-style-type: decimal; 
}
ol li > ol { 
	list-style-type: lower-alpha; 
}
ol li > ol li > ol { 
	list-style-type: lower-roman; 
}*/
ol { 
	list-style-type: lower-alpha; 
}
ol li > ol { 
	list-style-type: lower-roman; 
}
/*
.mw-normal-catlinks {
	column-count:6;
}*/