]> git.plutz.net Git - busy/blob - wikitext.css
modified to use acl engine
[busy] / 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: center;
22   font: normal bold 2em sans-serif;
23   margin: 0em 0em 0em 0em;
24   border-style: none none solid none;
25   border-width: 1px;
26 }
27 .wikitext h1 + h2{
28   margin: .5em 0em .3em 0em;
29 }
30 .wikitext h2 {
31   text-align: left;
32   font: normal bold 1.3em sans-serif;
33   margin: 1em 0em .3em 0em;
34   border-style: none none solid none;
35   border-width: 1px; border-color: #AAF;
36 }
37 .wikitext h2 + p { margin: 0em; }
38 .wikitext h3 {
39   text-align: left;
40   font-size: 1.1em;
41   margin: .6em 0em .3em 0em;
42 }
43 .wikitext h3 + p { margin: 0em; }
44 .wikitext h4 {
45   text-align: left;
46   font-size: 1em;
47   margin: .6em 0em .3em 0em;
48 }
49 .wikitext h4 + p { margin: 0em; }
50 .wikitext p {
51   margin: .6em 0em;
52 }
53 .wikitext ul {
54   text-indent: 0em;
55   margin: .3em 0em;
56   padding: 0em 4ex;
57 }
58 .wikitext ul ol {font-size: .9em; margin: 0em;}
59 .wikitext ol {
60   text-indent: 0em;
61   margin: .3em 0em;
62   padding: 0em 4ex;
63 }
64 .wikitext ol ul {font-size: .9em; margin: 0em;}
65 .wikitext pre {
66   background-color: #EEE;
67   padding: .5em;
68   border-style: solid; border-width: 1px;
69   border-color: #AAF;
70   overflow: scroll;
71 }