forked from GNUsocial/gnu-social
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into cyi/master
This commit is contained in:
commit
87b99540ef
@ -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.
|
||||||
|
@ -507,50 +507,43 @@ position:relative;
|
|||||||
width:475px;
|
width:475px;
|
||||||
min-height:123px;
|
min-height:123px;
|
||||||
float:left;
|
float:left;
|
||||||
margin-bottom:17px;
|
margin-bottom:18px;
|
||||||
margin-left:0;
|
margin-left:0;
|
||||||
}
|
}
|
||||||
.entity_profile dt,
|
.entity_profile dt,
|
||||||
#entity_statistics dt {
|
#entity_statistics dt {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
|
.entity_profile dd {
|
||||||
|
display:inline;
|
||||||
|
}
|
||||||
|
|
||||||
.entity_profile .entity_depiction {
|
.entity_profile .entity_depiction {
|
||||||
float:left;
|
float:left;
|
||||||
position:absolute;
|
|
||||||
top:0;
|
|
||||||
left:0;
|
|
||||||
width:96px;
|
width:96px;
|
||||||
|
margin-right:18px;
|
||||||
|
margin-bottom:18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entity_profile .entity_fn,
|
.entity_profile .entity_fn,
|
||||||
.entity_profile .entity_nickname,
|
.entity_profile .entity_nickname,
|
||||||
.entity_profile .entity_location,
|
.entity_profile .entity_location,
|
||||||
.entity_profile .entity_url,
|
.entity_profile .entity_url,
|
||||||
.entity_profile .entity_note,
|
.entity_profile .entity_note,
|
||||||
.entity_profile .entity_tags {
|
.entity_profile .entity_tags {
|
||||||
float:left;
|
|
||||||
clear:left;
|
|
||||||
margin-left:113px;
|
margin-left:113px;
|
||||||
width:322px;
|
|
||||||
margin-bottom:4px;
|
margin-bottom:4px;
|
||||||
|
width:322px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entity_profile .entity_fn,
|
.entity_profile .entity_fn,
|
||||||
.entity_profile .entity_nickname {
|
.entity_profile .entity_nickname {
|
||||||
width:auto;
|
|
||||||
clear:none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entity_profile .entity_fn {
|
|
||||||
margin-left:11px;
|
margin-left:11px;
|
||||||
margin-right:4px;
|
display:inline;
|
||||||
}
|
|
||||||
.entity_profile .entity_fn .fn {
|
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-style:normal;
|
|
||||||
}
|
}
|
||||||
.entity_profile .nickname {
|
.entity_profile .entity_nickname {
|
||||||
font-style:italic;
|
margin-left:0;
|
||||||
font-weight:bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.entity_profile .entity_fn dd:before {
|
.entity_profile .entity_fn dd:before {
|
||||||
@ -568,13 +561,14 @@ display:none;
|
|||||||
.entity_profile h2 {
|
.entity_profile h2 {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* entity_profile */
|
/* entity_profile */
|
||||||
|
|
||||||
|
|
||||||
/*entity_actions*/
|
/*entity_actions*/
|
||||||
.entity_actions {
|
.entity_actions {
|
||||||
float:right;
|
float:right;
|
||||||
|
margin-left:28px;
|
||||||
}
|
}
|
||||||
.entity_actions h2 {
|
.entity_actions h2 {
|
||||||
display:none;
|
display:none;
|
||||||
@ -796,6 +790,7 @@ text-decoration:underline;
|
|||||||
.notice .entry-title {
|
.notice .entry-title {
|
||||||
float:left;
|
float:left;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
overflow:auto;
|
||||||
}
|
}
|
||||||
#shownotice .notice .entry-title {
|
#shownotice .notice .entry-title {
|
||||||
font-size:2.2em;
|
font-size:2.2em;
|
||||||
@ -1024,21 +1019,18 @@ display:block;
|
|||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
padding:7px;
|
padding:7px;
|
||||||
border:1px dotted #D1D9E4;
|
border-width:1px;
|
||||||
border-bottom:0;
|
border-style:solid;
|
||||||
|
-moz-border-radius:7px;
|
||||||
|
-webkit-border-radius:7px;
|
||||||
|
border-radius:7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination .nav_prev a {
|
.pagination .nav_prev a {
|
||||||
-moz-border-radius-topright:7px;
|
padding-left:30px;
|
||||||
-webkit-border-top-right-radius:7px;
|
|
||||||
padding-left:20px;
|
|
||||||
border-left:0;
|
|
||||||
}
|
}
|
||||||
.pagination .nav_next a {
|
.pagination .nav_next a {
|
||||||
-moz-border-radius-topleft:7px;
|
padding-right:30px;
|
||||||
-webkit-border-top-left-radius:7px;
|
|
||||||
padding-right:20px;
|
|
||||||
border-right:0;
|
|
||||||
}
|
}
|
||||||
/* END: NOTICE */
|
/* END: NOTICE */
|
||||||
|
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -24,7 +23,3 @@ margin-left:-7px;
|
|||||||
.notice div.entry-content .timestamp a {
|
.notice div.entry-content .timestamp a {
|
||||||
margin-right:4px;
|
margin-right:4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entity_profile .entity_nickname {
|
|
||||||
padding-right:3px;
|
|
||||||
}
|
|
||||||
|
@ -4,5 +4,8 @@
|
|||||||
.entity_profile .entity_url,
|
.entity_profile .entity_url,
|
||||||
.entity_profile .entity_note,
|
.entity_profile .entity_note,
|
||||||
.entity_profile .entity_tags {
|
.entity_profile .entity_tags {
|
||||||
margin-left:55px;
|
margin-left:0;
|
||||||
|
}
|
||||||
|
.entity_profile .entity_depiction {
|
||||||
|
margin-bottom:123px;
|
||||||
}
|
}
|
||||||
|
@ -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,
|
||||||
@ -65,11 +65,11 @@ color:#002E6E;
|
|||||||
|
|
||||||
.notice,
|
.notice,
|
||||||
.profile {
|
.profile {
|
||||||
border-top-color:#D1D9E4;
|
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 {
|
||||||
@ -274,12 +274,13 @@ background:transparent url(../images/icons/twotone/green/news.gif) no-repeat 0 4
|
|||||||
.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:#CEE1E9;
|
||||||
}
|
}
|
||||||
.pagination .nav_prev a {
|
.pagination .nav_prev a {
|
||||||
background-image:url(../images/icons/twotone/green/arrow-left.gif);
|
background-image:url(../images/icons/twotone/green/arrow-left.gif);
|
||||||
background-position:0 45%;
|
background-position:10% 45%;
|
||||||
}
|
}
|
||||||
.pagination .nav_next a {
|
.pagination .nav_next a {
|
||||||
background-image:url(../images/icons/twotone/green/arrow-right.gif);
|
background-image:url(../images/icons/twotone/green/arrow-right.gif);
|
||||||
background-position:100% 45%;
|
background-position:90% 45%;
|
||||||
}
|
}
|
||||||
|
9
theme/identica/css/ie.css
Normal file
9
theme/identica/css/ie.css
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
/* IE specific styles */
|
||||||
|
|
||||||
|
.notice-options input.submit {
|
||||||
|
color:#fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#site_nav_local_views a {
|
||||||
|
background-color:#D0DFE7;
|
||||||
|
}
|
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 4.9 KiB |
Loading…
x
Reference in New Issue
Block a user