/** * $Id: portland.css,v 1.11 2003-02-27 23:55:51 dairiki Exp $ * * PhpWiki's Portland style sheet based on the original Wiki * * Styles are kept to a minimum, so the page will mostly appear * according to the browser's default font settings. */ body { color : black; background : white; } img { border : 0 none; } .wiki-edithelp { font-size : smaller; } input.numeric { text-align: right; } .clear-floats { clear: both; } /* Mozilla RecentChanges Sidebar */ body.sidebar { font-size: smaller; margin: 0.5em; } body.sidebar div.wikitext ul { padding-left: 1em; } body.sidebar h2 { margin-top: 0; }