Difference between revisions of "MediaWiki:Common.css"

From Nevercenter 3D Modeling Wiki
Jump to: navigation, search
(New page: * CSS placed here will be applied to all skins: h2 { color: #ff0000; font-weight: bold; })
 
 
(25 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
h2 {
 
h2 {
color: #ff0000;
+
color: #000000;
 
font-weight: bold;
 
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%;
 +
        margin-top: 15px;
 +
}
 +
 +
#catlinks{
 +
        margin-top: 50px;
 
}
 
}

Latest revision as of 23:49, 4 August 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%;
        margin-top: 15px;
}

#catlinks{
        margin-top: 50px;
}