Still working to recover. Please don't edit quite yet.

Difference between revisions of "MediaWiki:Monobook.css"

From Anarchopedia
Jump to: navigation, search
m
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
+
/* custom CSS */
 +
div.bodyContent div {
 +
    width: auto;
 +
}
 +
 
 
.infobox {
 
.infobox {
 
     border: 1px solid #cccccc;
 
     border: 1px solid #cccccc;

Revision as of 09:06, 24 March 2006

/* custom CSS */
div.bodyContent div {
    width: auto;
}

.infobox {
    border: 1px solid #cccccc;
    padding: 5px;
    text-align: center;
}
.lightgrey {
    background-color: #eeeeee;
}