]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/smaller/phpwiki.css
fix MSIE6.0 error_log entries with null? request
[SourceForge/phpwiki.git] / themes / smaller / phpwiki.css
1 /**
2  * $Id: phpwiki.css,v 1.4 2006-02-22 06:51:37 rurban Exp $
3  * We have two possibilities to override the default:
4  * 1. import is ns4 incompatible
5  * 2. add a 2nd css in themeinfo.php
6  */
7
8 @import url(../default/phpwiki.css);
9
10 /**
11  * Wiki
12  */
13 body {
14   /* ivory #ffe #fffff0*/
15   background: #fffff0;
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 .wiki, .named-wiki {
25   text-decoration: none;
26   font-weight: normal;
27 }
28
29 h1 { margin: 0; font-size: 140% }
30 pre { font-size: 110% }
31
32 /* For emacs users
33  *
34  * Local Variables:
35  * mode: c
36  * c-file-style: cc-mode
37  * End:
38  */