From TechnoDocs
Jump to: navigation, search
Line 6: Line 6:
  
 
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {  
 
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {  
 +
display: block;
 
background-color: #eeeeee;
 
background-color: #eeeeee;
 
border-bottom-color: #aaaaaa;
 
border-bottom-color: #aaaaaa;

Revision as of 09:59, 4 October 2010

/* CSS placed here will be applied to all skins */
 
.mainpage_hubtitle { 
text-align: center;
}
 
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle { 
display: block;
background-color: #eeeeee;
border-bottom-color: #aaaaaa;
border-bottom-style: solid;
border-bottom-width: 1px;
font-size: 105%;
font-weight: bold;
padding-bottom: 0.4em;
padding-left: 0.4em;
padding-right: 0.4em;
padding-top: 0.4em;
}