From TechnoDocs
Jump to: navigation, search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
.mainpage_hubtitle {
 
text-align: center;
 
}
 
  
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {  
+
body.page-Main_Page h1 { display:none; }
background-color: #eeeeee;
+
 
border-bottom-color: #aaaaaa;
+
 
border-bottom-style: solid;
+
.mainpage_hubtitle {
border-bottom-width: 1px;
+
font-size: 105%;
font-size: 105%;
+
padding: 0.4em;
padding-bottom: 0.4em;
+
background-color: #eeeeee;
padding-left: 0.4em;
+
border-bottom: 1px solid #aaaaaa;
padding-right: 0.4em;
+
}
padding-top: 0.4em;
+
.mainpage_boxtitle {
 +
line-height: 120%;
 +
}
 +
#mainpage_pagetitle {
 +
color: #cf7606;
 +
font-size: 200% !important;
 +
}
 +
.mainpage_hubtitle {
 +
text-align: center;
 +
        font-weight: bold;
 +
}
 +
.mainpage_boxcontents {
 +
padding: 0.2em 0.4em;
 +
}
 +
.mainpage_hubbox {
 +
        background: #ffffff;
 +
padding: 0;
 +
border: 1px solid #aaaaaa;
 +
}
 +
.mainpage_hubbox {
 +
margin-bottom: 0;
 +
}
 +
.mainpage_boxtitle {
 +
background-repeat: no-repeat;
 +
background-position: 99% 0.3em;
 +
padding-right: 25px;
 
}
 
}

Latest revision as of 12:33, 4 October 2010

/* CSS placed here will be applied to all skins */
 
 
body.page-Main_Page h1 { display:none; }
 
 
.mainpage_hubtitle {
	font-size: 105%;
	padding: 0.4em;
	background-color: #eeeeee;
	border-bottom: 1px solid #aaaaaa;
}
.mainpage_boxtitle {
	line-height: 120%;
}
#mainpage_pagetitle {
	color: #cf7606;
	font-size: 200% !important;
}
.mainpage_hubtitle {
	text-align: center;
        font-weight: bold;
}
.mainpage_boxcontents {
	padding: 0.2em 0.4em;
}
.mainpage_hubbox {
        background: #ffffff;
	padding: 0;
	border: 1px solid #aaaaaa;
}
.mainpage_hubbox {
	margin-bottom: 0;
}
.mainpage_boxtitle {
	background-repeat: no-repeat;
	background-position: 99% 0.3em;
	padding-right: 25px;
}