summaryrefslogtreecommitdiff
path: root/theme/identica
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@plantard.controlezvous.ca>2009-02-01 18:04:56 +0000
committerSarven Capadisli <csarven@plantard.controlezvous.ca>2009-02-01 18:04:56 +0000
commitadd0b7f329d444f747ee7aca04cea94db8791b69 (patch)
tree4bbf42e0b3c3d55a85c3fe7578551e716bcb09d7 /theme/identica
parent533f9933de81a37bc060889a4296934c0e1c93dc (diff)
Resaved identica logo as transparent PNG24 in order to handle various
background colours without having to explicitly apply anti-aliasing. Updated colour information in identica theme. Removed ie7 base stylesheet that's no longer required. Added ie identica stylesheet to handle solid background colour for
Diffstat (limited to 'theme/identica')
-rw-r--r--theme/identica/css/display.css16
-rw-r--r--theme/identica/logo.pngbin2215 -> 4988 bytes
2 files changed, 8 insertions, 8 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index 5c394533e..beb5a2c13 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -40,12 +40,12 @@ input.submit,
#nav_register a,
.form_settings .form_note,
.entity_remote_subscribe {
-background-color:#A9BF4F;
+background-color:#9BB43E;
}
input:focus, textarea:focus, select:focus,
#form_notice.warning #notice_data-text {
-border-color:#A9BF4F;
+border-color:#9BB43E;
}
input.submit,
#nav_register a,
@@ -69,7 +69,7 @@ border-top-color:#CEE1E9;
}
.section .notice,
.section .profile {
-border-top-color:#97BFD1;
+border-top-color:#87B4C8;
}
@@ -116,7 +116,7 @@ background-color:#fff;
}
#site_nav_local_views a {
-background-color:rgba(151, 191, 209, 0.3);
+background-color:rgba(135, 180, 200, 0.3);
}
#site_nav_local_views a:hover {
background-color:rgba(255, 255, 255, 0.7);
@@ -134,13 +134,13 @@ background-color:#EFF3DC;
#anon_notice {
-background-color:#97BFD1;
+background-color:#87B4C8;
color:#fff;
border-color:#fff;
}
#showstream #anon_notice {
-background-color:#A9BF4F;
+background-color:#9BB43E;
}
@@ -177,12 +177,12 @@ background-color:transparent;
.form_group_leave input.submit
.form_user_subscribe input.submit,
.form_user_unsubscribe input.submit {
-background-color:#A9BF4F;
+background-color:#9BB43E;
color:#fff;
}
.form_user_unsubscribe input.submit,
.form_group_leave input.submit {
-background-color:#97BFD1;
+background-color:#87B4C8;
}
.entity_send-a-message a {
diff --git a/theme/identica/logo.png b/theme/identica/logo.png
index cee36799e..7c68b34f6 100644
--- a/theme/identica/logo.png
+++ b/theme/identica/logo.png
Binary files differ