Still working to recover. Please don't edit quite yet.
Difference between revisions of "MediaWiki:Monobook.css"
From Anarchopedia
m |
|||
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; | ||
background-color: #eeeeee; | background-color: #eeeeee; | ||
+ | } | ||
+ | .green { | ||
+ | border: 1px solid #008000; | ||
+ | background-color: #ccffcc; | ||
} | } |
Revision as of 07:41, 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;
}