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