|
1 /* |
|
2 Theme Name: Connections |
|
3 Theme URI: http://www.patriciamuller.com/ |
|
4 Version: 1.0 |
|
5 Description: A Theme from wpthemes.Info |
|
6 Author: Patricia Muller |
|
7 Author URI: http://www.vanillamist.com/blog/ |
|
8 |
|
9 Port information: |
|
10 Ported from: WordPress |
|
11 Ported by: Dan Fuhry - http://enano.homelinux.org/ |
|
12 */ |
|
13 html,body { height: 100%; } |
|
14 body { |
|
15 margin:0; |
|
16 padding:0; |
|
17 font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif; |
|
18 font-size: 0.9em; |
|
19 /* text-align:center; */ |
|
20 color:#29303B; |
|
21 line-height:1.3em; |
|
22 background: #F3F6ED; |
|
23 } |
|
24 a { |
|
25 color: #909D73; |
|
26 text-decoration:none; |
|
27 } |
|
28 a:visited { |
|
29 color: #8a3207; |
|
30 } |
|
31 a:hover { |
|
32 color: #753206; |
|
33 text-decoration:underline; |
|
34 } |
|
35 input, textarea { |
|
36 background: #F3F6ED; |
|
37 border: #E1D6C6 1px solid; |
|
38 } |
|
39 #rap { |
|
40 background:#fff url(../img/rap.jpg) center repeat-y; |
|
41 width:760px; |
|
42 margin:0 auto; |
|
43 padding:0px 8px; |
|
44 text-align:left; |
|
45 font-family: Trebuchet MS,Georgia, Arial, serif; |
|
46 font-size: 0.9em; |
|
47 } |
|
48 #header { |
|
49 background:#fff url(../img/top.jpg) no-repeat bottom; |
|
50 height: 183px; |
|
51 margin: 0 auto; |
|
52 width:760px; |
|
53 padding:0; |
|
54 border:#fc9 0px solid; |
|
55 } |
|
56 #main { |
|
57 margin:0 auto; |
|
58 padding:0; |
|
59 background:url(../img/content_bg.gif) repeat; |
|
60 width:740px; |
|
61 } |
|
62 #content { |
|
63 width:510px; |
|
64 float:left; |
|
65 padding:5px; |
|
66 margin:0; |
|
67 overflow:auto; |
|
68 display:inline; |
|
69 text-align: left; |
|
70 } |
|
71 #sidebar { |
|
72 width:186px; |
|
73 float:right; |
|
74 padding:0px 8px 10px 8px; |
|
75 margin:0; |
|
76 font-size:1em; |
|
77 color:#333; |
|
78 display:inline; |
|
79 } |
|
80 a img { |
|
81 border: none; |
|
82 } |
|
83 acronym, abbr { |
|
84 border-bottom: 1px dotted #0c6bf0; |
|
85 } |
|
86 acronym, abbr, span.caps { |
|
87 cursor: help; |
|
88 letter-spacing: .07em; |
|
89 } |
|
90 code { |
|
91 font-size: 1em; |
|
92 font-style: italic; |
|
93 } |
|
94 blockquote { |
|
95 margin: 15px 30px 0 45px; |
|
96 padding: 0 0 0 45px; |
|
97 background: url(../img/blockquote.gif) no-repeat left top; |
|
98 font-style:italic; |
|
99 } |
|
100 |
|
101 cite { |
|
102 font-size: 0.9em; |
|
103 font-style: normal; |
|
104 } |
|
105 h3 { |
|
106 margin: 0; |
|
107 padding: 0; |
|
108 font-size:1.3em; |
|
109 } |
|
110 p { |
|
111 margin: 0 0 1em; |
|
112 padding: 0; |
|
113 line-height: 1.5em; |
|
114 } |
|
115 h1, h2, h3, h4 { |
|
116 font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, serif; |
|
117 font-weight: normal; |
|
118 letter-spacing: 1px; |
|
119 } |
|
120 #header h1 |
|
121 { |
|
122 margin: 0; |
|
123 font-size: 1.6em; |
|
124 padding:10px 20px 0 0; |
|
125 text-align:right; |
|
126 } |
|
127 #header h1 a |
|
128 { |
|
129 color:#B5C09D; |
|
130 text-decoration:none; |
|
131 } |
|
132 #header h1 a:hover |
|
133 { |
|
134 color:#F7F3ED; |
|
135 } |
|
136 #header #desc |
|
137 { |
|
138 font-weight:normal; |
|
139 font-size:1em; |
|
140 color:#B5C09D; |
|
141 text-align:right; |
|
142 margin:0; |
|
143 padding:0 20px 0 0; |
|
144 } |
|
145 #sidebar div.heading { |
|
146 margin: 0 0 0 0; |
|
147 padding:2px; |
|
148 font-size: 1em; |
|
149 color: #676E04; |
|
150 text-align:center; |
|
151 background:url(../img/sidenav_top.jpg) no-repeat center; |
|
152 border:#ccc 0px solid; |
|
153 height:22px; |
|
154 font-weight:bold; |
|
155 } |
|
156 #sidebar div.slider { |
|
157 list-style-type: none; |
|
158 padding: 0 2px 0 2px; |
|
159 margin: 0; |
|
160 margin-top: 7px; |
|
161 font-size: 0.9em; |
|
162 border:#E1D6c6 1px solid; |
|
163 border-top:#f3f6ed 1px solid; |
|
164 } |
|
165 #sidebar div.slideblock { |
|
166 padding: 5px; |
|
167 padding-bottom: 3em; |
|
168 overflow: hidden; |
|
169 background:#F3F6ED url(../img/sidenav_bottom.jpg) no-repeat bottom; |
|
170 } |
|
171 #sidebar div.slideblock2 { |
|
172 padding: 5px; |
|
173 padding-bottom: 3em; |
|
174 overflow: hidden; |
|
175 background:#F3F6ED url(../img/sidenav_bottom.jpg) no-repeat bottom; |
|
176 } |
|
177 #sidebar div.slideblock a { |
|
178 display: block; |
|
179 color: #909D73; |
|
180 padding: 4px; |
|
181 text-decoration: none; |
|
182 } |
|
183 #sidebar div.slideblock a:hover { |
|
184 display: block; |
|
185 color: #909D73; |
|
186 background-color: #e2ebda; |
|
187 padding: 4px; |
|
188 text-decoration: none; |
|
189 } |
|
190 #pagenav { |
|
191 list-style:none; |
|
192 } |
|
193 #sidebar ul li { |
|
194 margin: 0.1em 0 0 0; |
|
195 padding: 0; |
|
196 } |
|
197 #sidebar ul li a { |
|
198 text-decoration: none; |
|
199 border:none; |
|
200 } |
|
201 #sidebar ul li a:link { |
|
202 color: #909D73; |
|
203 } |
|
204 #sidebar ul li a:visited { |
|
205 color: #999999; |
|
206 } |
|
207 #sidebar ul li a:hover, #sidebar ul li a:active { |
|
208 color: #990000; |
|
209 } |
|
210 #sidebar ul ul { |
|
211 list-style-type: none; |
|
212 padding: 5px; |
|
213 margin: 0; |
|
214 font-size: 1em; |
|
215 background:none; |
|
216 border:none; |
|
217 } |
|
218 #sidebar ul ul li { |
|
219 margin:0; |
|
220 padding:0; |
|
221 padding-left:10px; |
|
222 margin-left:10px; |
|
223 background:url(../img/subcat_bullet.gif) no-repeat left; |
|
224 } |
|
225 #content ul { |
|
226 margin-left: 0; |
|
227 padding-left: 1em; |
|
228 list-style-type: none; |
|
229 } |
|
230 #content ul li { |
|
231 background: url(../img/bullet.gif) no-repeat 0 7px; |
|
232 padding-left: 1.5em; |
|
233 } |
|
234 #content p { |
|
235 margin-left: 1em; |
|
236 } |
|
237 .post, .page { |
|
238 margin:0 0 30px 0; |
|
239 } |
|
240 .page { |
|
241 margin:25px -5px 0 27px; |
|
242 } |
|
243 .post-info, .page-info { |
|
244 font-size:0.85em; |
|
245 font-family: Verdana, Arial, Sans-Serif; |
|
246 margin:0; |
|
247 padding:0; |
|
248 color:#333; |
|
249 } |
|
250 .page-info { |
|
251 text-align:center; |
|
252 } |
|
253 .post-info a { |
|
254 color:#990000; |
|
255 } |
|
256 .post-info a:hover { |
|
257 color:#000; |
|
258 } |
|
259 .post-content, .page-content { |
|
260 padding:10px 0; |
|
261 margin:3px 0; |
|
262 border-top:#BBC4A3 1px solid; |
|
263 font-family: Georgia, Verdana, Arial, serif; |
|
264 font-size:12px; |
|
265 } |
|
266 .page-content { |
|
267 |
|
268 } |
|
269 .post-title, .page-title { |
|
270 font-family:Georgia, Arial, Serif; |
|
271 font-size:1.3em; |
|
272 margin:0; |
|
273 font-weight:bold; |
|
274 } |
|
275 .page-title { |
|
276 font-size:1.6em; |
|
277 font-weight:normal; |
|
278 } |
|
279 #content .page-title a, .post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active { |
|
280 text-decoration:none; |
|
281 color:#676E04; |
|
282 } |
|
283 .post-date { |
|
284 float: left; |
|
285 color: #BBC4A3; |
|
286 font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif; |
|
287 font-size: 0.9em; |
|
288 text-align: center; |
|
289 font-weight: bold; |
|
290 margin: 3px 10px 0 0; |
|
291 padding: 8px 3px; |
|
292 width: 55px; |
|
293 background: #E7EBDE; |
|
294 line-height:1em; |
|
295 } |
|
296 .post-footer |
|
297 { |
|
298 padding-top:20px; |
|
299 background:url(../img/divider.gif) no-repeat center; |
|
300 } |
|
301 #footer { |
|
302 margin:0 auto; |
|
303 padding: 7px 0; |
|
304 border-top:#BBC4A3 1px solid; |
|
305 clear: both; |
|
306 font-size: 0.8em; |
|
307 color: #999; |
|
308 text-align:center; |
|
309 width:740px; |
|
310 } |
|
311 #footer a { |
|
312 border: none; |
|
313 color: #7A7636; |
|
314 } |
|
315 .commentlist { |
|
316 font-size:1em; |
|
317 font-weight:normal; |
|
318 } |
|
319 #commentform { |
|
320 margin:0 0 0 40px; |
|
321 } |
|
322 #commentform textarea { |
|
323 width: 80%; |
|
324 } |
|
325 #commentform p { |
|
326 margin: 0 0 1em; |
|
327 } |
|
328 #comments,#respond { |
|
329 text-transform: uppercase; |
|
330 margin: 3em 0 1em 40px; |
|
331 color: #676E04; |
|
332 font: 0.9em verdana, helvetica, sans-serif; |
|
333 } |
|
334 .commentlist li { |
|
335 margin:5px 0; |
|
336 padding:10px 10px 20px 10px; |
|
337 background:#F3F6ED url(../img/comments_bottom.jpg) repeat-x bottom; |
|
338 border:#E1D6C6 1px solid; |
|
339 } |
|
340 .commentlist .alt { |
|
341 |
|
342 } |
|
343 #topnav { |
|
344 list-style:none; |
|
345 font-size:0.9em; |
|
346 margin:0; |
|
347 padding:11px 20px 0 0; |
|
348 text-align:right; |
|
349 font-family:Verdana, Arial, Sans-Serif; |
|
350 } |
|
351 #topnav li { |
|
352 list-style: none; |
|
353 display: inline; |
|
354 padding: 0; |
|
355 margin: 0; |
|
356 font-weight: bold; |
|
357 position: relative; |
|
358 top: -2px; |
|
359 } |
|
360 |
|
361 #topnav li.sep { |
|
362 margin-left: 3px; |
|
363 margin-right: 3px; |
|
364 margin-top: 1px; |
|
365 margin-bottom: 1px; |
|
366 padding: 0; |
|
367 padding-bottom: 2px; |
|
368 border-left: 1px solid #3B4423; |
|
369 border-right: 1px solid #F7F3ED; |
|
370 } |
|
371 |
|
372 #topnav li a:link, #topnav li a:visited, #topnav li input[type ~="submit"], #topnav li input[type ~="button"], #topnav li button { |
|
373 text-decoration: none; |
|
374 color: #BBC4A3; |
|
375 border-width: 0 1px; |
|
376 border-style: solid; |
|
377 border-color: #7D8B5A; |
|
378 background-color: #7D8B5A; |
|
379 padding: 3px; |
|
380 margin: 0; |
|
381 } |
|
382 #topnav li form { |
|
383 margin: 0; |
|
384 padding: 0; |
|
385 display: inline; |
|
386 } |
|
387 #topnav li input[type ~="submit"], #topnav li input[type ~="button"], #topnav li button { |
|
388 font-size: 1em; |
|
389 cursor: pointer; |
|
390 } |
|
391 #topnav li input[type ~="text"] { |
|
392 padding: 2px 2px 3px 2px; |
|
393 background-color: #BBC4A3; |
|
394 border-color: #F7F3ED; |
|
395 color: #5D7B3A; |
|
396 margin: 0 4px; |
|
397 } |
|
398 #topnav li input[type ~="text"]:focus { |
|
399 color: #1c1010; |
|
400 } |
|
401 #topnav li a:hover, #topnav li a:focus, #topnav li input[type ~="submit"]:hover, #topnav li input[type ~="button"]:hover, #topnav li button:hover, #topnav li input[type ~="submit"]:focus, #topnav li input[type ~="button"]:focus, #topnav li button:focus { |
|
402 color:#F7F3ED; |
|
403 border-color: #F7F3ED; |
|
404 background-color: #BBC4A3; |
|
405 /* padding: 3px 3px 5px 3px; */ |
|
406 margin: 0; |
|
407 } |
|
408 |
|
409 div.pagebar { background-color: #F3F6ED; margin-top: 0px; padding: 3px; font-size: 7pt; text-align: left; font-family: arial, helvetica, sans-serif; } |
|
410 div.pagebar a { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #909D73; } |
|
411 div.pagebar a:hover { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #990000; background-color: #BBC4A3; } |
|
412 div.pagebar#pagebarpopup { display: none; position: absolute; width: 150px; padding: 0; } |
|
413 div.pagebar#pagebarpopup a { display: block; margin: 0; } |
|
414 |
|
415 /* |
|
416 * jBox menu system |
|
417 */ |
|
418 |
|
419 /* Exception for Connections theme */ |
|
420 div#pagebar_main { |
|
421 margin: 0px 7px 0px 8px; |
|
422 } |
|
423 |
|
424 div.menu, div.menu_nojs { |
|
425 background-color: #F3F6ED; |
|
426 font-size: 7pt; |
|
427 border-width: 0; |
|
428 } |
|
429 div.menu a, div.menu_nojs a, div.menu div.label, div.menu_nojs div.label { |
|
430 padding: 2.5pt 5px; |
|
431 margin-right: 3px; |
|
432 text-decoration: none; |
|
433 display: block; |
|
434 float: left; |
|
435 color: #909D73; |
|
436 } |
|
437 div.menu div.label, div.menu_nojs div.label { |
|
438 color: #201000; |
|
439 cursor: default; |
|
440 } |
|
441 div.menu span.sep, div.menu_nojs span.sep { |
|
442 display: block; |
|
443 float: left; |
|
444 width: 5px; |
|
445 } |
|
446 div.menu div.multopts, div.menu_nojs div.multopts { |
|
447 line-height: 17pt; |
|
448 } |
|
449 div.menu div.multopts a, div.menu_nojs div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts div.label { |
|
450 float: none; |
|
451 display: inline; |
|
452 } |
|
453 div.menu a.liteselected, div.menu_nojs a.liteselected, div.menu a.liteselected:hover, div.menu_nojs a.liteselected:hover, div.menu a:hover, div.menu_nojs a:hover { |
|
454 color: #990000; |
|
455 background-color: #BBC4A3; |
|
456 } |
|
457 div.menu input[type ^="text"], div.menu_nojs input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="password"] { |
|
458 border-width: 0; |
|
459 font-size: 9pt; |
|
460 padding: 4px 5px; |
|
461 max-width: 70px; |
|
462 background-color: #E3E6DD; |
|
463 } |
|
464 div.menu input[type ^="text"]:hover, div.menu_nojs input[type ^="text"]:hover, div.menu input[type ^="password"]:hover, div.menu_nojs input[type ^="password"]:hover { |
|
465 background-color: #ECEFF6; |
|
466 } |
|
467 div.menu input[type ^="text"]:focus, div.menu_nojs input[type ^="text"]:focus, div.menu input[type ^="password"]:focus, div.menu_nojs input[type ^="password"]:focus { |
|
468 background-color: #FAFDF6; |
|
469 } |
|
470 div.menu input[type ^="button"], div.menu_nojs input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="submit"] { |
|
471 border-width: 0; |
|
472 font-size: 9pt; |
|
473 padding: 3px 5px; |
|
474 max-width: 70px; |
|
475 } |
|
476 div.menu a.current, div.menu_nojs a.current, div.menu a.current:hover, div.menu_nojs a.current:hover, div.menu a.selected, div.menu_nojs a.selected, div.menu a.selected:hover, div.menu_nojs a.selected:hover { |
|
477 color: #400000; |
|
478 background-color: transparent; |
|
479 background-image: url(../img/content_bg.gif); |
|
480 } |
|
481 div.menu ul, div.menu_nojs ul { |
|
482 display: none; |
|
483 position: absolute; |
|
484 padding: 0; |
|
485 margin: 0; |
|
486 background-color: #F3F6ED; |
|
487 border-width: 0; |
|
488 min-width: 120px; |
|
489 } |
|
490 div.menu ul li, div.menu_nojs ul li { |
|
491 list-style: none; |
|
492 } |
|
493 div.menu ul a, div.menu_nojs ul a { |
|
494 float: none; |
|
495 margin: 0; |
|
496 } |
|
497 span.menuclear { |
|
498 font-size: 1px; |
|
499 height: 0px; |
|
500 width: 0px; |
|
501 clear: left; |
|
502 line-height: 0px; |
|
503 display: block; |
|
504 } |
|
505 |
|
506 .mdg-comment { margin: 0; margin-left: 0.2in; padding: 10px; border: 1px #E1D6C6 solid; margin-bottom: 10px; background-color: #F3F6ED; } |
|
507 .tblholder { margin: 0; margin-left: 0.2in; padding: 0px; border: 1px #E1D6C6 solid; margin-bottom: 10px; background-color: #F3F6ED; } |
|
508 |
|
509 .tblholder th { padding: 4px; background-color: #C8D6A3 !important; color: #696E5B !important; } |
|
510 .tblholder td.row1 { padding: 4px; background-color: #E3E6DD !important; } |
|
511 .tblholder td.row2 { padding: 4px; background-color: #F3F6ED !important; } |
|
512 .tblholder td.row3 { padding: 4px; background-color: #EBEDE6 !important; } |
|
513 .tblholder table { background-color: #FFFFFF; } |
|
514 .tblholder th.subhead { padding: 4px; background-color: #D0D4C7 !important; color: #696E5B !important; } |
|
515 |
|
516 .catCheck { padding: 3px; } |
|
517 .catCheck:hover { padding: 3px; background-color: #F3F6ED; } |
|
518 |
|
519 /* Information, warning, question, and error boxes */ |
|
520 div.error-box { background-image: url(../../../images/error.png); background-repeat: no-repeat; background-color: #FFF4F4; border: 1px dashed #8a3207; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; } |
|
521 div.info-box { background-image: url(../../../images/info.png); background-repeat: no-repeat; background-color: #F4F4FF; border: 1px dashed #8a3207; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; } |
|
522 div.warning-box { background-image: url(../../../images/warning.png); background-repeat: no-repeat; background-color: #FFFFF4; border: 1px dashed #8a3207; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; } |
|
523 div.question-box { background-image: url(../../../images/question.png); background-repeat: no-repeat; background-color: #F4FFF4; border: 1px dashed #8a3207; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; } |
|
524 |
|
525 table#stretcher { |
|
526 width: 100%; |
|
527 height: 100%; |
|
528 } |
|
529 |
|
530 a.wikilink-nonexistent, a.wikilink-nonexistent:hover { |
|
531 color: #B05020; |
|
532 text-decoration: underline; |
|
533 border-bottom: 1px dotted; |
|
534 } |
|
535 a.wikilink-nonexistent:hover { |
|
536 color: #D06030; |
|
537 } |