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
This commit is contained in:
parent
533f9933de
commit
add0b7f329
|
@ -162,6 +162,8 @@ class Action extends HTMLOutputter // lawsuit
|
||||||
'media' => 'screen, projection, tv'));
|
'media' => 'screen, projection, tv'));
|
||||||
$this->comment('[if IE]><link rel="stylesheet" type="text/css" '.
|
$this->comment('[if IE]><link rel="stylesheet" type="text/css" '.
|
||||||
'href="'.theme_path('css/ie.css', 'base').'?version='.LACONICA_VERSION.'" /><![endif]');
|
'href="'.theme_path('css/ie.css', 'base').'?version='.LACONICA_VERSION.'" /><![endif]');
|
||||||
|
$this->comment('[if IE]><link rel="stylesheet" type="text/css" '.
|
||||||
|
'href="'.theme_path('css/ie.css', null).'?version='.LACONICA_VERSION.'" /><![endif]');
|
||||||
foreach (array(6,7) as $ver) {
|
foreach (array(6,7) as $ver) {
|
||||||
if (file_exists(theme_file('ie'.$ver.'.css'))) {
|
if (file_exists(theme_file('ie'.$ver.'.css'))) {
|
||||||
// Yes, IE people should be put in jail.
|
// Yes, IE people should be put in jail.
|
||||||
|
|
|
@ -9,7 +9,6 @@ margin-top:3px;
|
||||||
height:16px;
|
height:16px;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
text-indent:0;
|
text-indent:0;
|
||||||
color:#fff;
|
|
||||||
width:24px;
|
width:24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
/* IE7 specific styles */
|
|
||||||
|
|
||||||
#form_notice textarea {
|
|
||||||
width:370px;
|
|
||||||
}
|
|
|
@ -40,12 +40,12 @@ input.submit,
|
||||||
#nav_register a,
|
#nav_register a,
|
||||||
.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;
|
||||||
}
|
}
|
||||||
input.submit,
|
input.submit,
|
||||||
#nav_register a,
|
#nav_register a,
|
||||||
|
@ -69,7 +69,7 @@ border-top-color:#CEE1E9;
|
||||||
}
|
}
|
||||||
.section .notice,
|
.section .notice,
|
||||||
.section .profile {
|
.section .profile {
|
||||||
border-top-color:#97BFD1;
|
border-top-color:#87B4C8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -116,7 +116,7 @@ background-color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site_nav_local_views a {
|
#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 {
|
#site_nav_local_views a:hover {
|
||||||
background-color:rgba(255, 255, 255, 0.7);
|
background-color:rgba(255, 255, 255, 0.7);
|
||||||
|
@ -134,13 +134,13 @@ background-color:#EFF3DC;
|
||||||
|
|
||||||
|
|
||||||
#anon_notice {
|
#anon_notice {
|
||||||
background-color:#97BFD1;
|
background-color:#87B4C8;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
border-color:#fff;
|
border-color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#showstream #anon_notice {
|
#showstream #anon_notice {
|
||||||
background-color:#A9BF4F;
|
background-color:#9BB43E;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -177,12 +177,12 @@ 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:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
.form_user_unsubscribe input.submit,
|
.form_user_unsubscribe input.submit,
|
||||||
.form_group_leave input.submit {
|
.form_group_leave input.submit {
|
||||||
background-color:#97BFD1;
|
background-color:#87B4C8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entity_send-a-message a {
|
.entity_send-a-message a {
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 4.9 KiB |
Loading…
Reference in New Issue
Block a user