CSS in Wiki, an example of WideOpenSource
Modifications to MoinMoin Default Style - for use with Mozilla, after an idea of sandro@w3.org. Thanks!
To use this as your Wiki style, visit UserPreferences and change your CSS style to: /mozilla_2ecss?action=raw Feel free to improve this. The idea is to be pretty simple and plain, but of course scalable.
*/ @import url("/wiki/css/moinmoin.css"); /* standard font-size of moinmoin.css looks too large */ /* Font sizes should differ by twenty percent at least */ h1 { font-size: 20pt; } h2 { font-size: 17pt; } h3 { font-size: 14pt; } h4 { font-size: 12pt; } h5 { font-size: 10pt; } h6 { font-size: 8pt; } /* "right" looks bad IMHO */ td.navibar { text-align: center; } /* smaller font - avoid collisions with logo */ table.footer, .navigation { font-size: small; } /* nicer font for monospaced stuff */ tt,pre { font-family: Bitstream Vera Sans Mono,Lucida Console,Courier New,Courier,monospace; font-size: normal; } .code { border: 1px dashed #A0A0A0; } /* no border around pictures when using them in a hrefs */ a {border: 0;} h1 { border-bottom: 4px solid #CCAA77; border-left: 3px solid #DDBB88; } h2 { border-bottom: 3px solid #CCAA77; border-left: 2px solid #DDBB88; } h3 { border-bottom: 2px solid #CCAA77; border-left: 1px solid #DDBB88; } h4 { border-bottom: 1px solid #CCAA77; border-left: 1px solid #DDBB88; } /*
Geh direkt zu http://w3.org/TR/css2/, geh nicht über Los, ziehe nicht 4000 Mark ein. Lies das Kapitel über Selectoren und Inheritance. Dann kannst du dieses Stylesheet editieren.
*/