]> git.plutz.net Git - busy/blob - templates/wikitext.css
upgraded to fit new shcgi revision, slightly better input validation, switched to...
[busy] / templates / wikitext.css
1 /* Copyright 2011 Paul Haensch*/
2 /* This file is part of Busy*/
3 /**/
4 /* Busy is free software: you can redistribute it and/or modify*/
5 /* it under the terms of the GNU Affero General Public License as published by*/
6 /* the Free Software Foundation, either version 3 of the License, or*/
7 /* (at your option) any later version.*/
8 /**/
9 /* Busy is distributed in the hope that it will be useful,*/
10 /* but WITHOUT ANY WARRANTY; without even the implied warranty of*/
11 /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the*/
12 /* GNU Affero General Public License for more details.*/
13 /**/
14 /* You should have received a copy of the GNU Affero General Public License*/
15 /* along with Busy.  If not, see <http://www.gnu.org/licenses/>.*/
16
17 .wikitext {
18   padding: 0em; margin: 0em;
19 }
20 .wikitext h1 {
21   text-align: left;
22   font: normal bold 1.3em sans-serif;
23   margin: 1em 0em .3em 0em;
24   border-style: none none solid none;
25   border-width: 1px; border-color: #AAF;
26 }
27 .wikitext h1 + p { margin: 0em; }
28 .wikitext h2 {
29   text-align: left;
30   font-size: 1.1em;
31   margin: .6em 0em .3em 0em;
32 }
33 .wikitext h2 + p { margin: 0em; }
34 .wikitext h3 {
35   text-align: left;
36   font-size: 1em;
37   margin: .6em 0em .3em 0em;
38 }
39 .wikitext h3 + p { margin: 0em; }
40 .wikitext p {
41   margin: .6em 0em;
42 }
43 .wikitext ul {
44   text-indent: 0em;
45   margin: .3em 0em;
46   padding: 0em 4ex;
47 }
48 .wikitext ul ol {font-size: .9em; margin: 0em;}
49 .wikitext ol {
50   text-indent: 0em;
51   margin: .3em 0em;
52   padding: 0em 4ex;
53 }
54 .wikitext ol ul {font-size: .9em; margin: 0em;}
55 .wikitext pre {
56   background-color: #EEE;
57   padding: .5em;
58   border-style: solid; border-width: 1px;
59   border-color: #AAF;
60   overflow: scroll;
61 }
62 .wikitext img {
63   max-width: 99%;
64   overflow: scoll;
65 }