]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/smaller/phpwiki.css
dos2unix
[SourceForge/phpwiki.git] / themes / smaller / phpwiki.css
1 /**
2  * We have two possibilities to override the default:
3  * 1. import is ns4 incompatible
4  * 2. add a 2nd css in themeinfo.php
5  */
6
7 @import url(../default/phpwiki.css);
8
9 /**
10  * Wiki
11  */
12 body {
13   /* ivory #ffe #fffff0*/
14   background: #dddddd;
15   /* background: #000099; */
16   font-family: Arial, Helvetica, sans-serif;
17   font-size: 80%; /* The default is too large. But enlarge monospace below */
18   /*margin: 1.5ex 1em; */
19 }
20
21 /**
22  * Link styles
23  */
24 div#navbuttons a.wikiaction, div#navbuttons a.wikiadmin {
25   background-color: #dddddd;
26   border: 0;
27   -moz-appearance: none;
28   -moz-box-sizing: content-box;
29   -moz-border-radius: 0;
30 }
31 .wiki, .named-wiki {
32   text-decoration: none;
33   font-weight: normal;
34 }
35
36 h1 { margin: 0; font-size: 140% }
37 pre { font-size: 110% }
38 td { font-size: 80% }
39
40
41 /* For emacs users
42  *
43  * Local Variables:
44  * mode: c
45  * c-file-style: cc-mode
46  * End:
47  */