Difference between revisions of "MediaWiki:Common.css"

From Hostek.com Wiki
Jump to: navigation, search
Line 6: Line 6:
 
#ca-history { display:none!important; }
 
#ca-history { display:none!important; }
 
.mw-userlink { display:none!important; }
 
.mw-userlink { display:none!important; }
#footer-ht1 {
+
.ht-footer-ul ul {
width: 30em;
+
width:760px;
 +
margin-bottom:20px;
 +
overflow:hidden;
 +
border-top:1px solid #ccc;
 +
}
 +
 
 +
.ht-footer-ul li {
 +
line-height:1.5em;
 +
border-bottom:1px solid #ccc;
 +
float:left;
 +
display:inline;
 +
width:33.333%;
 
}
 
}

Revision as of 22:49, 26 June 2012

/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }
span.history-user {
     display: none;
}
#ca-history { display:none!important; }
.mw-userlink { display:none!important; }
.ht-footer-ul ul {
	width:760px;
	margin-bottom:20px;
	overflow:hidden;
	border-top:1px solid #ccc;
}
 
.ht-footer-ul li {
	line-height:1.5em;
	border-bottom:1px solid #ccc;
	float:left;
	display:inline;
	width:33.333%;
}