2 /* Design & CSS by Marie-Claude Doyon */
5 background-color: #f6e5b0;
13 font-family: Verdana, Arial, Helvetica, sans-serif;
18 /*background: url(bg-body.gif) repeat-y top center;*/
22 text-decoration: none;
25 text-decoration: underline;
39 background: url(bg-header.gif) repeat-x #fbf2d7;
47 /*border: 1px solid #FF0;*/
48 /*background-color: #701238;*/
64 #header h1.pagetitle {
68 /*font-family: Georgia, "Times New Roman", Times, serif;*/
70 /* font-weight: normal;
83 /* ===== Begin Navigation Styling ===== */
85 /* ----- Navigation ------ */
90 list-style-type: none;
99 padding: 9px 9px 12px 9px;
103 text-decoration: underline;
106 /* ----- Tabs ----- */
112 list-style-type: none;
126 padding: 4px 12px 3px 12px;
128 background-color: #d1451a;
129 border-right: 1px solid #dcaa3f;
131 #nav_views li a:hover {
132 text-decoration: none;
134 #nav_views li.current a, #nav_views li.current a:hover {
136 background-color: #fff6d5;
137 border-right: 1px solid #dcaa3f;
139 #nav_views li.current a:hover {
142 #nav_views li a:hover {
144 background-color: #701238;
145 border-right: 1px solid #dcaa3f;
148 /* ----- Nav Footer ----- */
151 margin: 18px auto 0 auto;
153 list-style-type: none;
157 border-top: 1px solid #dec5b5;
165 padding: 6px 24px 6px 0;
167 #nav_sub li a:hover {
168 text-decoration: underline;
170 /* ===== End Navigation Styling ===== */
174 margin: 40px 0 45px 0;
176 font-family: Georgia, "Times New Roman", Times, serif;
179 /*border: 1px solid #F00;*/
182 font-family: Verdana, Arial, Helvetica, sans-serif;
186 font-family: Verdana, Arial, Helvetica, sans-serif;
189 .instructions, .success, .error {
193 font-family: Georgia, "Times New Roman", Times, serif;
196 border: 1px solid #dec5b5;
200 background-color: #48705b;
203 background-color: #ce3728;
208 /* ----- Profile -----*/
214 border-top: 1px solid #dec5b5;
215 font-family: Georgia, "Times New Roman", Times, serif;
220 font-family: Verdana, Arial, Helvetica, sans-serif;
226 font-family: Verdana, Arial, Helvetica, sans-serif;
228 text-transform: uppercase;
236 #profile p.location {
237 margin: 0 10px 12px 0;
240 #profile p.notice_current {
243 /*min-height: 96px;*/
250 #profile_avatar img {
256 margin: 0 10px 5px 0;
259 margin: 0 10px 18px 0;
262 font-family: Verdana, Arial, Helvetica, sans-serif;
267 #profile_information {
278 margin: 12px 0 3px 0;
285 .statistics dt, .statistics dd {
296 .statistics dt:after {
301 margin: 18px 0 30px 0;
303 #subscriptions_avatars {
307 list-style-type: none;
310 #subscriptions_avatars li .avatar.mini {
316 #subscriptions_viewall {
324 list-style-type: none;
326 border-top: 1px solid #dec5b5;
327 /*border: 1px solid #F00;*/
330 text-decoration: underline;
336 padding: 5px 5px 5px 0;
338 font-family: Georgia, "Times New Roman", Times, serif;
341 border-bottom: 1px solid #dec5b5;
343 .notice_single:hover {
344 background-color: #f7ebcc;
351 #notice_delete_form #confirmation_text {
356 input#submit_yes, input#submit_no {
361 background-color: #F60;
366 input#submit_yes:hover, input#submit_no:hover {
367 background-color: #701238;
376 font-family: Verdana, Arial, Helvetica, sans-serif;
392 list-style-type: none;
399 background-color: #701238;
401 #nav_pagination li.before {
404 #nav_pagination li a {
407 background-color: #701238;
410 #nav_pagination li a:hover {
411 background-color: #3F606F;
413 text-decoration: none;
421 border-top: 1px solid #dec5b5;
428 margin: 3px 10px 0 0;
431 /* ===== Begin Forms Styling ===== */
433 /* ----- Forms General Style ----- */
439 font-family: Verdana, Arial, Helvetica, sans-serif;
449 border: 1px solid #dec5b5;
458 background-color: #F60;
464 background-color: #701238;
467 font-family: Verdana, Arial, Helvetica, sans-serif;
472 textarea:focus, input:focus {
473 background-color: #f8ebc0;
477 border: 1px solid #D8E2D7;
479 .input_instructions {
484 font-family: Verdana, Arial, Helvetica, sans-serif;
487 /* ----- Status Form ----- */
490 /*background-color: #F00;*/
513 font-family: Verdana, Arial, Helvetica, sans-serif;
524 background-color: #F60;
525 font-family: Verdana, Arial, Helvetica, sans-serif;
532 #status_submit:hover {
533 background-color: #d1451a;
547 /* ----- Subscribe Form ----- */
548 #subscribe .button, #unsubscribe .button, #remotesubscribe .button {
552 font-family: verdana, arial, helvetica, sans-serif;
555 text-transform: uppercase;
556 background-color: #F60;
560 #subscribe .button:hover, #unsubscribe .button:hover {
561 background-color: #904632;
569 /* ----- Login Form -----*/
573 /* ----- Avatar Form -----*/
578 /* ----- OpenID Form -----*/
581 background: url(login-bg.gif) no-repeat;
582 background-color: #fff;
583 background-position: 0 50%;
588 /* for people lists */
594 list-style-type: none;
596 border-top: 1px solid #dec5b5;
597 /*border: 1px solid #F00;*/
600 text-decoration: underline;
607 padding: 5px 5px 5px 0;
609 font-family: Georgia, "Times New Roman", Times, serif;
612 border-bottom: 1px solid #dec5b5;
614 .profile_single:hover {
615 background-color: #f7ebcc;
618 /* ----- favor/disfavor -----*/
620 input#disfavor, input.disfavor {
623 background-color: white;
629 input#favor, input.favor {
632 background-color: white;
638 /* ===== End Forms Styling ===== */
640 /* ----- messages ----- */
646 list-style-type: none;
648 border-top: 1px solid #dec5b5;
649 /*border: 1px solid #F00;*/
652 text-decoration: underline;
658 padding: 5px 5px 5px 0;
660 font-family: Georgia, "Times New Roman", Times, serif;
663 border-bottom: 1px solid #dec5b5;
665 .message_single:hover {
666 background-color: #f7ebcc;