Difference between revisions of "MediaWiki:Common.css"

From Veloopti Help
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
.mainpage_hubbox {
 
.mainpage_hubbox {
    border:1px solid #cccccc;
+
border: 1px solid #cccccc;
 +
padding: 15px;
 +
}
 +
.mainpage_hubtitle {
 +
font-size: 22px;
 +
letter-spacing: -.3pt;
 +
line-height:35px;
 
}
 
}
  
 
+
.mainpage_hubtitle img {
.mainpage_hubbox h1 {
+
height:20px;
font-size: 20px;
+
width:auto;
    letter-spacing: -.3pt;
+
margin-right:5px;
 
}
 
}

Latest revision as of 00:44, 6 June 2017

/* CSS placed here will be applied to all skins */

.mainpage_hubbox {
	border: 1px solid #cccccc;
	padding: 15px;
}
.mainpage_hubtitle {
	font-size: 22px;
	letter-spacing: -.3pt;
	line-height:35px;
}

.mainpage_hubtitle img {
	height:20px;
	width:auto;	
	margin-right:5px;
}