X-Git-Url: http://git.plutz.net/?p=busy;a=blobdiff_plain;f=templates%2Fwikitext.css;fp=templates%2Fwikitext.css;h=601d797f404d03534e6dbfe7b3ae4d8c0ffcc0b5;hp=0000000000000000000000000000000000000000;hb=f485895094cd72318b46f39689c3ba954eb37411;hpb=904730d1782749bfac15b0344fe5782433f3099b diff --git a/templates/wikitext.css b/templates/wikitext.css new file mode 100644 index 0000000..601d797 --- /dev/null +++ b/templates/wikitext.css @@ -0,0 +1,75 @@ +/* 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; + overflow: scroll; +} +.wikitext img { + max-width: 99%; + overflow: scoll; +}