]> git.plutz.net Git - busy/blob - Home.css
implemented intro display/editing of home section
[busy] / Home.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 div#INTRO {
18   float: top;
19   margin: .5em;
20   padding: 0em .5em .5em .5em;
21   background-color: #F7F7F7;
22   border-style: solid dashed dashed dashed;
23   border-width: 1px;
24   border-color: #AAF;
25 }
26
27 #introtext h1 {
28   text-align: center;
29   font: normal bold 2em sans-serif;
30   margin: 0em 0em 0em 0em;
31   border-style: none none solid none;
32   border-width: 1px;
33 }
34 #introtext h1 + h2{
35   margin: .5em 0em .3em 0em;
36 }
37 #introtext h2 {
38   text-align: left;
39   font: normal bold 1.5em sans-serif;
40   margin: .3em 0em .3em 0em;
41   border-style: none none solid none;
42   border-width: 1px; border-color: #AAF;
43 }
44 #introtext h2 + p { margin: 0em; }
45 #introtext h3 {
46   text-align: left;
47   font-size: 1.2em;
48   margin: .6em 0em .3em 0em;
49 }
50 #introtext h3 + p { margin: 0em; }
51 #introtext h4 {
52   text-align: left;
53   font-size: 1em;
54   margin: .6em 0em .3em 0em;
55 }
56 #introtext h4 + p { margin: 0em; }
57 #introtext p {
58   margin: .6em 0em;
59 }
60 #introtext ul {
61   text-indent: 0em;
62   margin: .3em 0em;
63   padding: 0em 4ex;
64 }
65 #introtext ul ol {font-size: .9em; margin: 0em;}
66 #introtext ol {
67   text-indent: 0em;
68   margin: .3em 0em;
69   padding: 0em 4ex;
70 }
71 #introtext ol ul {font-size: .9em; margin: 0em;}
72 #introtext pre {
73   background-color: #EEE;
74   padding: .5em;
75   border-style: solid; border-width: 1px;
76   border-color: #AAF;
77 }