some more stuff
[ikiwiki.git] / stylesheet.css
1 /*
2  * This code is derived from software contributed to The DragonFly Project
3  * by Hiten Pandya <hmp@backplane.com>  and Justin Sherrill 
4  * <justin@shiningsilence.com>
5  *
6  * Some parts of #Header, #Content, and #Menu come from bluerobot.com's 
7  * two-column left menu layout: http://www.bluerobot.com/web/layouts/
8  *
9  * DragonFly WWW Site: http://www.dragonflybsd.org/
10  *
11  * $DragonFly: site/data/stylesheet.css,v 1.24 2006/12/01 17:51:44 justin Exp $
12  *
13  */
14
15 /* overrides of existing tags */
16
17 PRE,CODE,TT {
18    font-size: 1.1em;
19 }
20
21 body {
22    font-size: 1em;
23    font-family: sans-serif;
24    background-color: #ffffff;
25    margin-top: 0;
26    margin-left: 0;
27 }
28
29 H1 {
30    font-size : 124%;
31    color: #803E3C;
32    text-align: center;
33 }
34
35 H2 {
36    font-size : 112%;
37    color: #703E3C;
38 }
39
40 H3 {
41    font-size : 100%;
42    color: #703E3C;
43 }
44
45 B  {
46    font-weight: bold;
47 }
48
49 TH {
50    font-weight: bold;
51 }
52
53 /*
54  * Markup for mailing list pages
55  *
56  */
57
58 .mlcolumn {
59    font-weight: 600;
60    font-size : 125%;
61    text-decoration : underline;
62 }
63
64 .mlsubject {
65    font-weight: 600;
66    vertical-align: top;
67 }
68
69 .mlfirstsubject {
70    font-weight: 600;
71    vertical-align: top;
72    background-color: #DDDDDD;
73 }
74
75 .mlindentsubject {
76    font-weight: 600;
77    vertical-align: top;
78    background-color: #EEEEEE;
79    text-indent: 3em;
80 }
81
82 .mlfrom {
83    vertical-align: top;
84    white-space: nowrap;
85 }
86
87 .mldate {
88    font-style: italic;
89    white-space: nowrap;
90    vertical-align: top;
91 }
92
93 .mlbody {
94    font-size: 1em;
95    font-family: sans-serif;
96    background-color: #ffffff;
97    margin: 2em 3em 0em 3em;
98 }
99
100 /* used everywhere */
101 a:link {color:#506545;}
102 a:visited {color:#91AA70;}
103 a:hover { color: #6B813D; }
104
105 /* for application to the header image */
106
107 .headerimage {
108     border-width: 0px;
109 }
110
111 /* layout elements for sub sites 
112  * this should mirror #Header as much as possible
113  */
114 div.remoteheader {
115     margin: 10px 0 10px 0;
116     padding: 0 0 0 20px;
117     line-height: 11px;
118     height: 92px;
119     vertical-align: text-bottom;
120     overflow: visible;
121     background-image: url(http://www.dragonflybsd.org/images/leaf-bg.png);
122     background-repeat: repeat-x;
123     background-position: 380px 0;
124     z-index: 2;
125 }
126