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

Difference between revisions of "MediaWiki:Monobook.css"

From Anarchopedia
Jump to: navigation, search
Line 3: Line 3:
 
     width: auto;
 
     width: auto;
 
}
 
}
 +
 
.infobox {
 
.infobox {
 
     padding: 5px;
 
     padding: 5px;
 
     text-align: center;
 
     text-align: center;
 
}
 
}
 +
 
.lightgrey {
 
.lightgrey {
 
     border: 1px solid #cccccc;
 
     border: 1px solid #cccccc;
 
     background-color: #eeeeee;
 
     background-color: #eeeeee;
 
}
 
}
 +
 
.green {
 
.green {
 
     border: 1px solid #008000;
 
     border: 1px solid #008000;
 
     background-color: #ccffcc;
 
     background-color: #ccffcc;
 
}
 
}

Revision as of 07:42, 28 March 2006

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

.infobox {
    padding: 5px;
    text-align: center;
}

.lightgrey {
    border: 1px solid #cccccc;
    background-color: #eeeeee;
}

.green {
    border: 1px solid #008000;
    background-color: #ccffcc;
}