0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
smaller
/
[
Home
]
File: phpwiki.css
/** * $Id: phpwiki.css,v 1.6 2006/09/06 06:13:50 rurban Exp $ * We have two possibilities to override the default: * 1. import is ns4 incompatible * 2. add a 2nd css in themeinfo.php */ @import url(../default/phpwiki.css); /** * Wiki */ body { /* ivory #ffe #fffff0*/ background: #dddddd; /* background: #000099; */ font-family: Arial, Helvetica, sans-serif; font-size: 80%; /* The default is too large. But enlarge monospace below */ /*margin: 1.5ex 1em; */ } /** * Link styles */ /* .wiki, .named-wiki { text-decoration: none; font-weight: normal; } */ h1 { margin: 0; font-size: 140% } pre { font-size: 110% } td { font-size: 80% } /* For emacs users * * Local Variables: * mode: c * c-file-style: cc-mode * End: */