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