Difference between revisions of "MediaWiki:Common.css"

From Computer Science
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #p-logo::before { content: "<strong>ISU Computer Science</strong>" }")
 
 
(4 intermediate revisions 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::before {
+
 
content: "<strong>ISU Computer Science</strong>"
+
ol li > ol {
 +
list-style-type: lower-alpha;
 +
}
 +
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; 
}