]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/portland.css
Formatting for RecentChanges Mozilla sidebar.
[SourceForge/phpwiki.git] / themes / Portland / portland.css
1 /**
2  * $Id: portland.css,v 1.10 2002-03-08 04:25:33 carstenklapp Exp $
3  *
4  * PhpWiki's Portland style sheet based on the original Wiki
5  *
6  * Styles are kept to a minimum, so the page will mostly appear
7  * according to the browser's default font settings.
8  */
9 body {
10   color : black;
11   background : white;
12 }
13
14 img {
15   border : 0 none;
16 }
17
18 .wiki-edithelp {
19   font-size : smaller;
20 }
21
22 input.numeric {
23   text-align: right;
24 }
25
26 /* Mozilla RecentChanges Sidebar */
27 body.sidebar {
28   font-size: smaller;
29   margin: 0.5em;
30 }
31 body.sidebar div.wikitext ul { padding-left: 1em; }
32 body.sidebar h2 { margin-top: 0; }
33