Difference between revisions of "MediaWiki:Common.css"

From Koilparampil Family
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: BODY ul A { font-size:14pt; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
BODY ul A {
+
#mw-panel div.portal div.body ul
font-size:14pt;
+
{
 +
font-size:10pt;
 +
color: green;
 
}
 
}

Revision as of 10:12, 10 January 2011

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

#mw-panel div.portal div.body ul
{
 font-size:10pt;
 color: green;
}