From TechnoDocs
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {
+
.mainpage_hubtitle {
 
font-size: 105%;
 
font-size: 105%;
 
padding: 0.4em;
 
padding: 0.4em;
Line 18: Line 18:
 
         font-weight: bold;
 
         font-weight: bold;
 
}
 
}
.mainpage_boxcontents, .mainpage_boxcontents_small {
+
.mainpage_boxcontents {
 
background: #ffffff;
 
background: #ffffff;
 
padding: 0.2em 0.4em;
 
padding: 0.2em 0.4em;
 
}
 
}
.mainpage_boxcontents_small {
+
.mainpage_hubbox {
font-size: 95%;
+
}
+
.mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell {
+
 
padding: 0;
 
padding: 0;
 
border: 1px solid #aaaaaa;
 
border: 1px solid #aaaaaa;
Line 32: Line 29:
 
margin-bottom: 0;
 
margin-bottom: 0;
 
}
 
}
#mainpage_newscell {
+
.mainpage_boxtitle {
margin-bottom: 15px;
+
margin-top: 0 !important;
+
}
+
#mainpage_newscell .mainpage_boxtitle {
+
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
+
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
background-position: 99% 0.3em;
 
background-position: 99% 0.3em;
 
padding-right: 25px;
 
padding-right: 25px;
 
}
 
}

Revision as of 10:36, 4 October 2010

/* CSS placed here will be applied to all skins */
 
.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 {
	background: #ffffff;
	padding: 0.2em 0.4em;
}
.mainpage_hubbox {
	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;
}