Difference between revisions of "MediaWiki:Common.css"

From Marcus Zenoria Designs - Tip Jars & Tech - Wiki
Jump to: navigation, search
Line 13: Line 13:
 
.nav{font-size: 12px;
 
.nav{font-size: 12px;
 
font-weight:bold;
 
font-weight:bold;
 +
}
 +
.clearleft{
 +
clear:left;
 
}
 
}

Revision as of 11:55, 23 July 2017

/* CSS placed here will be applied to all skins */
.version{ font-weight: bold; float: right;}
.butt{
background-color: #167EB2;
color: white;
padding: 1px 4px;
border-radius: 4px;}
.top{
font-size: 12px;
float: right;
margin-right: 15px;
font-weight:bold}
.nav{font-size: 12px;
font-weight:bold;
}
.clearleft{
clear:left;
}