MediaWiki:Monobook.css: Difference between revisions

From David's Notebook
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:


div.opengamecontent {
div.opengamecontent {
background: #f0f0ff;
background-color: #f0f0ff;
}
}



Revision as of 21:31, 8 May 2006

/* edit this file to customize the monobook skin for the entire site */

div.opengamecontent {
    background-color: #f0f0ff;
}

div.ogcfooter {
    text-align: right;
    font-size: 0.8em;
    clear: both;
}