Difference between revisions of "MediaWiki:Common.css"

From Nevercenter 3D Modeling Wiki
Jump to: navigation, search
Line 19: Line 19:
 
         font-size:110%;
 
         font-size:110%;
 
         margin-top: 15px;
 
         margin-top: 15px;
 +
}
 +
 +
.printfooter {
 +
        margin-top: 20px;
 
}
 
}

Revision as of 15:05, 18 June 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;
}

.printfooter {
        margin-top: 20px;
}