Lighttpd conf file added for lighttpd webservers
[atbbs.git] / style / global.css
blobed475f02103bbdd323319e48da6cab30c5c46da8
1 body
3 background-color: #C4DDEC;
4 padding: 0 1em;
5 font-size:12px;
6 font-family: Arial, sans-serif;
11 color: #000;
13 a:hover
15 text-decoration: none;
18 #notice
20 border: 2px solid #94B8CD;
21 background-color: #DAEDF8;
22 padding: 0.5em;
28 text-align: center;
29 font-size: 17px;
31 h1 a
33 text-decoration: none;
34 color: #000;
39 font-size: 16px;
41 h2 a
43 text-decoration: none;
45 h2 a:hover
47 text-decoration: underline;
50 h3
52 background-color: #94B8CD;
53 font-size: 12px;
54 font-weight: normal;
55 margin: 0;
56 padding: 0.5em;
58 h3#preview,
59 h3#error ,
60 h3#replying_to
62 font-weight: bold;
64 .reply_id
66 float: right;
67 text-align: right;
68 vertical-align: middle;
71 h4.section
73 font-size: 15px;
74 margin-bottom: 7px;
77 h4.user
79 font-size: 14px;
80 margin: 0 0 0.5em 0;
83 .body
85 background-color: #DAEDF8;
86 margin: 0;
87 padding: 0.5em;
88 overflow: hidden;
89 line-height: 1.5em;
91 .body img
93 border: none;
94 float: left;
95 margin-bottom: 6px;
96 margin-right: 7px;
99 span.quote
101 color: #3C6D8A;
103 .standalone
105 margin-bottom: 1em;
107 .highlighted
109 background-color: #FFF;
111 .body ul.menu
113 text-align: right;
114 margin: 0.5em 0 0 0;
115 clear: both;
117 .body ul.menu li
119 margin: 0 0 0 0.5em;
122 .body ul.menu li,
123 .body ul.menu li a,
124 .body ul.menu li span
126 font-size: 10px;
129 label
131 font-weight: bold;
133 label.common
135 padding-right: .5em;
136 text-align: right;
137 width: 15em;
138 float: left;
142 input,
143 textarea
145 display: block;
148 textarea
150 width: 100%;
151 font-family: monospace;
154 input[type="text"]:focus, input[type="password"]:focus, textarea:focus
156 outline:1px solid #77A5BF;
159 fieldset {
160 margin: 1em 0;
162 legend
164 font-weight: bold;
167 ul.body,
168 ul.error_message
170 list-style-type: none;
173 ul.error_message
175 padding: 0;
176 margin: 0;
178 ul.error_message li
180 font-style: italic;
181 padding: .2em;
184 ul.menu
186 text-align: center;
187 margin: 1em;
189 ul.menu li
191 display: inline;
192 margin: 0 1em 0 1em;
193 font-weight: bold;
195 ul#main_menu
197 margin: 0 0 1em 0;
198 padding: 0.5em;
199 background-color: #94B8CD;
203 ul.stuff
205 margin-bottom: 2em;
207 ul.stuff li
209 margin-bottom: 0.5em;
212 table
214 width: 100%;
215 border-collapse: collapse;
216 margin-bottom: 1em;
219 table th
221 text-align: left;
222 background-color: #94B8CD;
223 padding: 0.5em;
226 table td
228 padding: 0.5em;
229 background-color: #DAEDF8;
230 vertical-align: top;
233 table tr.odd td
235 background-color: #D4EBF7;
238 table tr:hover td
240 background-color: #FFF;
243 table .minimal
245 white-space: nowrap;
246 width: 1%;
249 .reply_body_snippet,
250 .snippet
252 font-style: italic;
255 .topic_headline a,
256 .reply_body_snippet a,
257 .snippet a
259 font-weight: bold;
262 .topic_headline a:visited
264 font-weight: normal;
267 em.marked
269 background-color: #FF9;
270 font-weight: bold;
271 font-style: normal;
274 .unimportant,
275 .unimportant *
277 font-size: 10px;
280 .row
282 margin-bottom: 1em;
285 p.caption
287 margin-top: 2px;
288 font-size: 11px;
291 .inline
293 display: inline;
296 .noscreen
298 display: none;
301 .help
303 cursor: help;
306 #last_seen_marker
308 border-top: 2px solid #94B8CD;
311 #snapback_link
313 position: fixed;
314 left: 2px;
315 top: 50%;
318 #snapback_link a
320 text-decoration: none;