]> git.plutz.net Git - busy/blob - templates/Wiki.css
upgraded to fit new shcgi revision, slightly better input validation, switched to...
[busy] / templates / Wiki.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 .comment {
18   background-color: #FFF;
19   border-color: #AAF;
20   border-style: solid;
21   border-width: 1px;
22   margin: .5em 0em;
23   padding: .4em .5em .5em .5em;
24 }
25 .comment h1{
26   font: normal bold 1em sans-serif;
27   text-align: left;
28   color: #66F;
29   margin: 0em 0em .3em 0em;
30   border-style: none none solid none;
31   border-width: 1px;
32   border-color: #AAF;
33 }
34
35 .toc{ padding: 0em .5em;}
36 .toc a.i1 {
37   font: normal bold 1em sans-serif;
38   text-decoration: underline;
39   margin-left: 0em;
40 }
41 .toc a.i2 {
42   font: normal bold .9em sans-serif;
43   margin-left: 1em;
44 }
45 .toc a.i3 {
46   font: normal normal .8em sans-serif;
47   margin-left: 2em;
48 }
49
50 .wiki {
51   background-color: #FFF;
52   min-height: 30em;
53   padding: .5em;
54   border-style: solid; border-width: 1px;
55   border-color: #AAF;
56 }
57 .wiki textarea {
58   width: 99%;
59   min-height: 30em;
60 }
61
62 .article {
63   float: left;
64   width: 25%;
65   padding: .2em .8em .5em .8em; margin: .5em;
66   background-color: #F7F7F7;
67   border-style: solid;
68   border-width: 1px;
69   border-color: #AAF;
70   border-radius: 8px;
71   -moz-border-radius: 8px;
72 }
73 .article h1 {
74   text-align: center;
75   text-decoration: none;
76   color: #66F;
77   font: normal bold 1.2em sans-serif;
78   margin: 0em 0em .3em 0em;
79   border-style: none none solid none;
80   border-width: 1px;
81   border-color: #AAF;
82 }
83 .article a{
84   text-decoration: none;
85 }
86
87 .wikitext h1.wikihead {
88   text-align: center;
89   font: normal bold 2em sans-serif;
90   margin: 0em 0em 0em 0em;
91   border-style: none none solid none;
92   border-width: 1px;
93 }
94 .wikitext h1.wikihead + h1{
95   margin: .5em 0em .3em 0em;
96 }
97