]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/smaller/phpwiki.css
Remove  
[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
32 .wiki, .named-wiki {
33     text-decoration: none;
34     font-weight: normal;
35 }
36
37 h1 {
38     margin: 0;
39     font-size: 140%
40 }
41
42 pre {
43     font-size: 110%
44 }
45
46 td {
47     font-size: 80%
48 }
49
50 /* For emacs users
51  *
52  * Local Variables:
53  * mode: c
54  * c-file-style: cc-mode
55  * End:
56  */