Difference between revisions of "MediaWiki:Common.css"

From Nevercenter 3D Modeling Wiki
Jump to: navigation, search
m
Line 4: Line 4:
 
color: #000000;
 
color: #000000;
 
font-weight: bold;
 
font-weight: bold;
         font-size:130%
+
         font-size:130%;
 +
        margin-top:30px;
 
}
 
}
  
Line 10: Line 11:
 
color: #000000;
 
color: #000000;
 
font-weight: bold;
 
font-weight: bold;
         font-size:120%
+
         font-size:120%;
 
}
 
}
  
Line 16: Line 17:
 
color: #000000;
 
color: #000000;
 
font-weight: bold;
 
font-weight: bold;
         font-size:110%
+
         font-size:110%;
 
}
 
}

Revision as of 11:17, 25 April 2008

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

h2 {
	color: #000000;
	font-weight: bold;
        font-size:130%;
        margin-top:30px;
}

h3 {
	color: #000000;
	font-weight: bold;
        font-size:120%;
}

h4 {
	color: #000000;
	font-weight: bold;
        font-size:110%;
}