Difference between revisions of "MediaWiki:Common.css"

From Computer Science
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
#p-logo::after {
+
 
content: "ISU CS";
+
ol li > ol {  
text-align: center;
+
list-style-type: lower-alpha;  
font-weight: bold;
+
}
 +
ol li > ol li > ol {
 +
list-style-type: lower-roman;  
 
}
 
}

Latest revision as of 14:57, 22 November 2022

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

ol li > ol { 
	list-style-type: lower-alpha; 
}
ol li > ol li > ol { 
	list-style-type: lower-roman; 
}