Difference between revisions of "MediaWiki:Common.css"

From SkullSecurity
Jump to navigation Jump to search
m
Line 1: Line 1:
.infobox{
.infobox{
float:right;
float:right;
}
display:block;
padding:5px;
margin:10px 15px 10px 15px;
background: #3A3936;
border: 1px solid #000000;
font: normal 11px "Courier New", Courier, monospace;
/*overflow: auto;*/
width: 126%;
color:#fff;
}

Revision as of 21:08, 26 August 2008

.infobox{
float:right;
display:block;
padding:5px;
margin:10px 15px 10px 15px;
background: #3A3936;
border: 1px solid #000000;
font: normal 11px "Courier New", Courier, monospace;
/*overflow: auto;*/
width: 126%;
color:#fff;
}