Updated default colour theme and IE6 colours for transparent values

This commit is contained in:
Sarven Capadisli 2009-06-23 21:18:41 +00:00
parent 9505ef5bb3
commit 3cfa2ebb05
3 changed files with 18 additions and 18 deletions

View File

@ -11,7 +11,7 @@
body, body,
a:active { a:active {
background-color:#C3D6DF; background-color:#CEE1E9;
} }
body { body {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
@ -29,7 +29,7 @@ input, textarea, select,
border-color:#AAAAAA; border-color:#AAAAAA;
} }
#filter_tags ul li { #filter_tags ul li {
border-color:#C3D6DF; border-color:#DDDDDD;
} }
.form_settings input.form_action-primary { .form_settings input.form_action-primary {
@ -40,12 +40,12 @@ input.submit,
#form_notice.warning #notice_text-count, #form_notice.warning #notice_text-count,
.form_settings .form_note, .form_settings .form_note,
.entity_remote_subscribe { .entity_remote_subscribe {
background-color:#A9BF4F; background-color:#9BB43E;
} }
input:focus, textarea:focus, select:focus, input:focus, textarea:focus, select:focus,
#form_notice.warning #notice_data-text { #form_notice.warning #notice_data-text {
border-color:#A9BF4F; border-color:#9BB43E;
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
@ -71,14 +71,14 @@ color:#002E6E;
.notice, .notice,
.profile { .profile {
border-top-color:#D1D9E4; border-top-color:#C8D1D5;
} }
.section .profile { .section .profile {
border-top-color:#C3D6DF; border-top-color:#87B4C8;
} }
#aside_primary { #aside_primary {
background-color:#CEE1E9; background-color:#C8D1D5;
} }
#notice_text-count { #notice_text-count {
@ -136,13 +136,13 @@ background-color:#EFF3DC;
} }
#anon_notice { #anon_notice {
background-color:#C3D6DF; background-color:#87B4C8;
color:#FFFFFF; color:#FFFFFF;
border-color:#FFFFFF; border-color:#FFFFFF;
} }
#showstream #anon_notice { #showstream #anon_notice {
background-color:#A9BF4F; background-color:#9BB43E;
} }
#export_data li a { #export_data li a {
@ -176,13 +176,13 @@ background-color:transparent;
.form_group_leave input.submit .form_group_leave input.submit
.form_user_subscribe input.submit, .form_user_subscribe input.submit,
.form_user_unsubscribe input.submit { .form_user_unsubscribe input.submit {
background-color:#A9BF4F; background-color:#9BB43E;
color:#FFFFFF; color:#FFFFFF;
} }
.form_user_unsubscribe input.submit, .form_user_unsubscribe input.submit,
.form_group_leave input.submit, .form_group_leave input.submit,
.form_user_authorization input.reject { .form_user_authorization input.reject {
background-color:#C3D6DF; background-color:#87B4C8;
} }
.entity_edit a { .entity_edit a {
@ -272,7 +272,7 @@ background:transparent url(../../base/images/icons/twotone/green/news.gif) no-re
.pagination .nav_prev a, .pagination .nav_prev a,
.pagination .nav_next a { .pagination .nav_next a {
background-repeat:no-repeat; background-repeat:no-repeat;
border-color:#D1D9E4; border-color:#C8D1D5;
} }
.pagination .nav_prev a { .pagination .nav_prev a {
background-image:url(../../base/images/icons/twotone/green/arrow-left.gif); background-image:url(../../base/images/icons/twotone/green/arrow-left.gif);

View File

@ -1,14 +1,14 @@
/* IE specific styles */ /* IE specific styles */
.notice-options input.submit { .notice-options input.submit {
color:#fff; color:#FFFFFF;
} }
#site_nav_local_views a { #site_nav_local_views a {
background-color:#ACCCDA; background-color:#C8D1D5;
} }
#form_notice .form_note + label { #form_notice .form_note + label {
background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%; background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
} }
#form_notice #notice_data-attach { #form_notice #notice_data-attach {
filter: alpha(opacity=0); filter: alpha(opacity=0);
} }

View File

@ -1,14 +1,14 @@
/* IE specific styles */ /* IE specific styles */
.notice-options input.submit { .notice-options input.submit {
color:#fff; color:#FFFFFF;
} }
#site_nav_local_views a { #site_nav_local_views a {
background-color:#D0DFE7; background-color:#D9DADB;
} }
#form_notice .form_note + label { #form_notice .form_note + label {
background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%; background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
} }
#form_notice #notice_data-attach { #form_notice #notice_data-attach {
filter: alpha(opacity=0); filter: alpha(opacity=0);
} }