Difference between revisions of "MediaWiki:Common.css"

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