Changes

Jump to: navigation, search

MediaWiki:Vector.css

361 bytes added, 00:20, 29 January 2015
/* CSS placed here will affect users of the Vector skin */
 
#footer {
clear: both;
}
 
#twitterwrap {
background-color:#F2EAC2;
border-style:ridge;
border-width:2px;
border-color: #F2DE79;
padding:5px;
width:100%;
}
 
.container {
margin-right: auto;
margin-left: auto;
*zoom: 1;
}
 
#twitterleft {
float:left;
width:43%;
padding-right:5px;
}
 
#twitterright {
float:right;
width:53%;
padding-left:5px;
}
 
 
.wikicode {