X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=wikitext.css;fp=wikitext.css;h=d635d64bf1b75e009d47f5ab4371b304a7cd01ac;hb=44407376a39cd71f292875c4d09214277110d724;hp=0000000000000000000000000000000000000000;hpb=4d19dde6efd5d0063b769bbd3d5bb3a213f42502;p=busy diff --git a/wikitext.css b/wikitext.css new file mode 100644 index 0000000..d635d64 --- /dev/null +++ b/wikitext.css @@ -0,0 +1,70 @@ +/* Copyright 2011 Paul Haensch*/ +/* This file is part of Busy*/ +/**/ +/* Busy is free software: you can redistribute it and/or modify*/ +/* it under the terms of the GNU Affero General Public License as published by*/ +/* the Free Software Foundation, either version 3 of the License, or*/ +/* (at your option) any later version.*/ +/**/ +/* Busy is distributed in the hope that it will be useful,*/ +/* but WITHOUT ANY WARRANTY; without even the implied warranty of*/ +/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the*/ +/* GNU Affero General Public License for more details.*/ +/**/ +/* You should have received a copy of the GNU Affero General Public License*/ +/* along with Busy. If not, see .*/ + +.wikitext { + padding: 0em; margin: 0em; +} +.wikitext h1 { + text-align: center; + font: normal bold 2em sans-serif; + margin: 0em 0em 0em 0em; + border-style: none none solid none; + border-width: 1px; +} +.wikitext h1 + h2{ + margin: .5em 0em .3em 0em; +} +.wikitext h2 { + text-align: left; + font: normal bold 1.3em sans-serif; + margin: 1em 0em .3em 0em; + border-style: none none solid none; + border-width: 1px; border-color: #AAF; +} +.wikitext h2 + p { margin: 0em; } +.wikitext h3 { + text-align: left; + font-size: 1.1em; + margin: .6em 0em .3em 0em; +} +.wikitext h3 + p { margin: 0em; } +.wikitext h4 { + text-align: left; + font-size: 1em; + margin: .6em 0em .3em 0em; +} +.wikitext h4 + p { margin: 0em; } +.wikitext p { + margin: .6em 0em; +} +.wikitext ul { + text-indent: 0em; + margin: .3em 0em; + padding: 0em 4ex; +} +.wikitext ul ol {font-size: .9em; margin: 0em;} +.wikitext ol { + text-indent: 0em; + margin: .3em 0em; + padding: 0em 4ex; +} +.wikitext ol ul {font-size: .9em; margin: 0em;} +.wikitext pre { + background-color: #EEE; + padding: .5em; + border-style: solid; border-width: 1px; + border-color: #AAF; +}