]> arthur.barton.de Git - ngircd-web.git/blob - common/styles.css
0b870b4a712816782660e1ebeb412c56b3bf6bb2
[ngircd-web.git] / common / styles.css
1 html {
2         overflow-y: scroll;
3 }
4 body {
5         background-color: rgb(0,95,95);
6         font-family: "Trebuchet MS", sans-serif;
7 }
8
9 /* @group General */
10
11 div#bodyBox {
12         min-width: 25em;
13         max-width: 55em;
14         margin: 3em auto;
15         border: 1px solid gray;
16         background-color: white;
17 }
18
19 /* @end */
20
21 /* @group Header */
22
23 div#sloganhead {
24         text-align: center;
25 }
26 div#sloganhead p {
27         margin: 0.2em 0 1em 0;
28         color: rgb(150,150,150);
29 }
30
31 h1.titel {
32         font-size: 1.8em;
33         color: rgb(150,150,150);
34         margin-bottom:0;
35 }
36
37 h1.titel span {
38         color: #005555;
39 }
40
41 #metaNav {
42         font-size: 80%;
43         text-align: right;
44         padding: 0.1em 1em;
45 }
46
47 /* @end */
48
49 /* @group Navigation */
50
51 ul.nav {
52         margin: 0 auto;
53         padding: 0;
54         width: 51em;
55         text-indent: 0;
56 }
57
58 ul.nav li {
59         margin: 0;
60         padding: 0;
61         text-indent: 0;
62         background-image: url(bevel.gif);
63         background-repeat: repeat-x;
64         background-position: center;
65         width: 8em;
66         text-align: center;
67         list-style-type: none;
68         border: 1px solid #005555;
69         margin: 0.1em 0.1em;
70         float:left;
71 }
72
73 ul.nav li a {
74         font-family: sans-serif;
75         color: rgb(230,230,230);
76         display: block;
77         padding: 0.1em;
78         text-decoration: none;
79 }
80
81 ul.nav li a:link {
82 }
83
84 ul.nav li a:visited {
85 }
86
87 ul.nav li a:hover {
88         color: white;
89 }
90
91 /* @end */
92
93 /* @group Content */
94
95 h2,h3,h4 {
96         margin: 1.5em 0 0.2em 0;
97 }
98
99 div#content {
100         margin: 0.2em 3em;
101 }
102
103 a:link, a:visited {
104         text-decoration: underline;
105         color: #005555;
106 }
107
108 div#vertical_slide {
109         border: 1px solid gray;
110         padding: 1em;
111 }
112 div#preview samp {
113         font-family: Monaco,"Courier New", Courier, mono;
114         font-size: 0.9em;
115         color: rgb(65,65,65);
116         white-space: pre;
117 }
118
119 .btw {
120         border: 1px dotted silver;
121         padding: 1px 2px;
122 }
123
124 .security {
125         border: 1px solid silver;
126         padding: 1px 2px;
127         background-color: #fee;
128 }
129
130 /* @end */
131
132 /* @group Footer */
133
134 p#footer {
135         font-size: xx-small;
136         text-align: center;
137         margin-top: 5em;
138 }
139
140 /* @end */
141