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