2008-06-10 13:13:03 -04:00
|
|
|
/* CSS Document */
|
2008-07-07 13:32:24 -04:00
|
|
|
/* Design & CSS by Marie-Claude Doyon http://www.marieclaudedoyon.com */
|
2008-06-10 13:13:03 -04:00
|
|
|
|
2008-10-21 16:18:53 -04:00
|
|
|
@import url(../default/display.css);
|
|
|
|
|
2008-06-13 11:25:20 -04:00
|
|
|
html {
|
2008-10-21 16:18:53 -04:00
|
|
|
background: url(bg-body.gif) repeat-y top center #d8e2d7;
|
|
|
|
}
|
|
|
|
|
2008-06-10 13:13:03 -04:00
|
|
|
body {
|
2008-10-21 16:18:53 -04:00
|
|
|
color: #193441;
|
|
|
|
}
|
2008-06-10 13:13:03 -04:00
|
|
|
|
2008-10-21 16:18:53 -04:00
|
|
|
a {
|
2008-10-21 16:24:55 -04:00
|
|
|
color: #C15D42;
|
2008-10-21 16:18:53 -04:00
|
|
|
}
|
2008-06-10 13:13:03 -04:00
|
|
|
|
|
|
|
#wrap {
|
2008-10-21 16:18:53 -04:00
|
|
|
background: url(bg-header.gif) repeat-x #FCFFF5;
|
|
|
|
}
|
2008-07-01 11:54:42 -04:00
|
|
|
|
2008-06-13 11:55:40 -04:00
|
|
|
#header h1.pagetitle {
|
2008-06-18 13:59:11 -04:00
|
|
|
color: #d8e2d7;
|
2008-06-13 11:55:40 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#header h2.sitename {
|
2008-06-17 21:51:46 -04:00
|
|
|
color: #FCFFF5;
|
2008-06-13 11:55:40 -04:00
|
|
|
}
|
2008-07-01 11:54:42 -04:00
|
|
|
|
2008-06-10 13:13:03 -04:00
|
|
|
#nav li a {
|
2008-10-21 16:18:53 -04:00
|
|
|
color: #91AA9D;
|
|
|
|
}
|
|
|
|
|
2008-06-10 13:13:03 -04:00
|
|
|
#nav_views li a {
|
2008-10-21 16:18:53 -04:00
|
|
|
color: #FCFFF5;
|
|
|
|
background-color: #91AA9D;
|
|
|
|
border-right: 1px solid #6A8787;
|
|
|
|
}
|
|
|
|
|
2008-06-10 13:13:03 -04:00
|
|
|
#nav_views li.current a, #nav_views li.current a:hover {
|
2008-10-21 16:18:53 -04:00
|
|
|
color: #3F606F;
|
|
|
|
background-color: #FCFFF5;
|
|
|
|
border-right: 1px solid #6A8787;
|
|
|
|
}
|
|
|
|
|
2008-06-10 13:13:03 -04:00
|
|
|
#nav_views li.current a:hover {
|
2008-10-21 16:18:53 -04:00
|
|
|
color: #193441;
|
|
|
|
}
|
|
|
|
|
2008-06-10 13:13:03 -04:00
|
|
|
#nav_views li a:hover {
|
2008-10-21 16:18:53 -04:00
|
|
|
color: #FCFFF5;
|
|
|
|
background-color: #3F606F;
|
|
|
|
border-right: 1px solid #6A8787;
|
|
|
|
}
|
2008-07-01 11:54:42 -04:00
|
|
|
|
2008-06-13 11:25:20 -04:00
|
|
|
#nav_sub {
|
2008-10-21 16:18:53 -04:00
|
|
|
border-top: 1px solid #D8E2D7;
|
|
|
|
}
|
|
|
|
|
2008-07-09 23:29:53 -04:00
|
|
|
.instructions p, .success, .error {
|
2008-10-21 16:18:53 -04:00
|
|
|
border: 1px solid #91AA9D;
|
|
|
|
color: #FCFFF5;
|
|
|
|
}
|
2008-07-07 13:32:24 -04:00
|
|
|
.instructions a:hover, .success a:hover, .error a:hover {
|
2008-10-21 16:18:53 -04:00
|
|
|
color: #FCFFF5;
|
|
|
|
}
|
2008-07-01 11:54:42 -04:00
|
|
|
|
2008-07-09 23:29:53 -04:00
|
|
|
#notices {
|
2008-10-21 16:18:53 -04:00
|
|
|
border-top: 1px solid #D8E2D7;
|
|
|
|
}
|
2008-12-03 13:42:54 -05:00
|
|
|
|
2008-07-09 23:29:53 -04:00
|
|
|
.notice_single {
|
2008-10-21 16:18:53 -04:00
|
|
|
border-bottom: 1px solid #D8E2D7;
|
|
|
|
}
|
|
|
|
|
2008-07-09 23:29:53 -04:00
|
|
|
.notice_single:hover {
|
2008-10-21 16:18:53 -04:00
|
|
|
background-color: #F3F8EA;
|
|
|
|
}
|
|
|
|
|
2008-07-15 23:20:45 -04:00
|
|
|
input#submit_yes, input#submit_no {
|
2008-10-21 16:18:53 -04:00
|
|
|
color: #FCFFF5;
|
|
|
|
background-color: #C15D42;
|
|
|
|
}
|
|
|
|
|
2008-07-15 23:20:45 -04:00
|
|
|
input#submit_yes:hover, input#submit_no:hover {
|
2008-10-21 16:18:53 -04:00
|
|
|
background-color: #904632;
|
|
|
|
}
|
|
|
|
|
2008-07-09 23:29:53 -04:00
|
|
|
p.time a {
|
2008-10-21 16:18:53 -04:00
|
|
|
color: #91AA9D;
|
|
|
|
}
|
|
|
|
|
2008-06-10 13:13:03 -04:00
|
|
|
#profile {
|
2008-10-21 16:18:53 -04:00
|
|
|
border-top: 1px solid #D8E2D7;
|
|
|
|
}
|
2008-12-03 13:42:54 -05:00
|
|
|
|
2008-06-10 13:13:03 -04:00
|
|
|
#profile h2 {
|
2008-10-21 16:18:53 -04:00
|
|
|
color: #91AA9D;
|
|
|
|
}
|
|
|
|
|
2008-06-10 13:13:03 -04:00
|
|
|
#nav_pagination li {
|
2008-10-21 16:18:53 -04:00
|
|
|
background-color: #91AA9D;
|
|
|
|
}
|
|
|
|
|
2008-06-10 13:13:03 -04:00
|
|
|
#nav_pagination li a {
|
2008-10-21 16:18:53 -04:00
|
|
|
background-color: #91AA9D;
|
|
|
|
color: #FCFFF5;
|
|
|
|
}
|
2008-07-01 11:54:42 -04:00
|
|
|
|
2008-10-21 16:18:53 -04:00
|
|
|
#nav_pagination li a:hover {
|
|
|
|
color: #FCFFF5;
|
|
|
|
}
|
2008-12-03 13:42:54 -05:00
|
|
|
|
2008-06-10 13:13:03 -04:00
|
|
|
#footer {
|
2008-10-21 16:18:53 -04:00
|
|
|
border-top: 1px solid #D8E2D7;
|
|
|
|
}
|
|
|
|
|
2008-06-13 11:25:20 -04:00
|
|
|
form input {
|
2008-10-21 16:18:53 -04:00
|
|
|
border: 1px solid #D8E2D7;
|
|
|
|
}
|
2008-12-03 13:42:54 -05:00
|
|
|
|
2008-06-19 10:17:55 -04:00
|
|
|
input#submit, input.submit {
|
2008-10-21 16:18:53 -04:00
|
|
|
color: #FCFFF5;
|
|
|
|
background-color: #C15D42;
|
|
|
|
}
|
|
|
|
|
2008-06-19 10:17:55 -04:00
|
|
|
input#submit:hover, input.submit:hover {
|
2008-10-21 16:18:53 -04:00
|
|
|
background-color: #904632;
|
|
|
|
}
|
|
|
|
|
2008-06-13 11:25:20 -04:00
|
|
|
textarea, input {
|
2008-10-21 16:18:53 -04:00
|
|
|
color: #193441;
|
|
|
|
}
|
2008-12-03 13:42:54 -05:00
|
|
|
|
2008-06-13 11:25:20 -04:00
|
|
|
textarea:focus, input:focus {
|
2008-10-21 16:18:53 -04:00
|
|
|
background-color: #f0f6eb;
|
|
|
|
}
|
|
|
|
|
2008-06-13 11:25:20 -04:00
|
|
|
.input_instructions {
|
2008-10-21 16:18:53 -04:00
|
|
|
color: #91aa9d;
|
|
|
|
}
|
|
|
|
|
2008-06-13 11:25:20 -04:00
|
|
|
#status_label {
|
2008-10-21 16:18:53 -04:00
|
|
|
color: #91AA9D;
|
|
|
|
}
|
2008-07-01 11:54:42 -04:00
|
|
|
|
2008-10-21 16:18:53 -04:00
|
|
|
#status_textarea {
|
|
|
|
color: #193441;
|
2008-06-17 21:51:46 -04:00
|
|
|
}
|
2008-06-19 10:36:10 -04:00
|
|
|
|
2008-10-21 16:18:53 -04:00
|
|
|
#status_submit {
|
|
|
|
background-color: #C15D42;
|
|
|
|
color: #FCFFF5;
|
|
|
|
}
|
2008-06-19 10:36:10 -04:00
|
|
|
|
2008-10-21 16:18:53 -04:00
|
|
|
#status_submit:hover {
|
|
|
|
background-color: #904632;
|
|
|
|
}
|
2008-07-09 23:31:08 -04:00
|
|
|
|
2008-11-20 18:26:55 -05:00
|
|
|
#content .subscribe .submit, #content .unsubscribe .submit, #remotesubscribe .button, #remotesubscribe {
|
2008-10-21 16:18:53 -04:00
|
|
|
background-color: #c15d42;
|
|
|
|
color: #fcfff5;
|
|
|
|
}
|
2008-12-03 13:42:54 -05:00
|
|
|
|
2008-07-09 23:31:08 -04:00
|
|
|
#profiles {
|
2008-10-21 16:18:53 -04:00
|
|
|
border-top: 1px solid #D8E2D7;
|
|
|
|
}
|
2008-07-09 23:31:08 -04:00
|
|
|
|
2008-10-21 16:18:53 -04:00
|
|
|
.profile_single {
|
|
|
|
border-bottom: 1px solid #D8E2D7;
|
|
|
|
}
|
2008-09-08 14:35:15 -04:00
|
|
|
|
2008-10-21 16:18:53 -04:00
|
|
|
.profile_single:hover {
|
|
|
|
background-color: #F3F8EA;
|
|
|
|
}
|
2008-09-08 16:17:51 -04:00
|
|
|
|
2008-10-21 16:18:53 -04:00
|
|
|
#messages {
|
|
|
|
border-top: 1px solid #D8E2D7;
|
|
|
|
}
|
2008-07-29 15:35:33 -04:00
|
|
|
|
2008-10-21 16:18:53 -04:00
|
|
|
.message_single {
|
|
|
|
border-bottom: 1px solid #D8E2D7;
|
|
|
|
}
|
2008-07-29 15:35:33 -04:00
|
|
|
|
2008-10-21 16:18:53 -04:00
|
|
|
.message_single:hover {
|
|
|
|
background-color: #F3F8EA;
|
2008-11-28 17:36:46 -05:00
|
|
|
}
|