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