Big updates for themes rebase, clean, and shiny. A few more adjustments to come for 0.9.6, time (probably not) permitting.

This commit is contained in:
Samantha Doherty 2010-10-19 11:07:53 -04:00
parent 6baba4a2e4
commit e5ae754020
11 changed files with 1114 additions and 786 deletions

View File

@ -11,17 +11,16 @@
@media screen, projection, tv { @media screen, projection, tv {
body { body {
background: #9a9aa4 url(../images/page_bg.png) no-repeat fixed 50% 100%; background: url(../images/page_bg.png) no-repeat fixed 50% 100%;
background-color: #6e6e8c; background-color: #6e6e8c;
font-family: "Liberation Sans", "Nimbus Sans L", "FreeSans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Liberation Sans", "Nimbus Sans L", "FreeSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 86%; font-size: 86%;
} }
#wrap { #wrap {
width: 860px; width: 867px;
margin: 0px auto; margin: 0px auto;
padding: 10px; padding: 0px 8px 10px 8px;
padding-top: 0px;
background-color: #fff; background-color: #fff;
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7); box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
@ -29,7 +28,10 @@ body {
} }
#header { #header {
width: 851px;
padding: 0px;
padding-top: 70px; padding-top: 70px;
margin-left: 8px;
} }
address { address {
@ -61,11 +63,11 @@ address {
display: block; display: block;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0;
z-index: 98; z-index: 98;
background-color: #829d25; background-color: #829d25;
width: 880px; width: 883px;
left: 50%; margin-left: -16px;
margin-left: -440px;
margin-top: 0px; margin-top: 0px;
height: 30px; height: 30px;
line-height: 30px; line-height: 30px;
@ -74,6 +76,10 @@ address {
border-bottom: 1px solid #fff; border-bottom: 1px solid #fff;
} }
#site_nav_global_primary li:last-child {
margin-right: 16px;
}
#site_nav_global_primary a { #site_nav_global_primary a {
color: #fff !important; color: #fff !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
@ -81,16 +87,11 @@ address {
#site_notice { #site_notice {
float: right; float: right;
width: 266px; width: 270px;
padding: 10px;
margin-left: 40px; margin-left: 40px;
} }
.form_notice {
float: right;
width: 500px;
margin-top: 0px;
}
#anon_notice { #anon_notice {
clear: both; clear: both;
background: none; background: none;
@ -98,36 +99,62 @@ address {
margin-bottom: 0px; margin-bottom: 0px;
} }
.form_notice {
float: right;
width: 494px;
margin-top: 0px;
}
.form_notice fieldset { .form_notice fieldset {
width: 100%; width: 100%;
} }
.form_notice textarea { .form_notice textarea {
width: 364px; width: 362px;
height: 54px; height: 54px;
} }
.form_notice label[for=notice_data-attach],
.form_notice #notice_data-attach {
top: 27px;
}
.form_notice #notice_data-geo_wrap label, .form_notice #notice_data-geo_wrap label,
.form_notice #notice_data-geo_wrap input { .form_notice #notice_data-geo_wrap input {
top: 48px; top: 52px;
} }
.form_notice #notice_action-submit { .form_notice #notice_action-submit {
font-size: 0.9em; font-size: 0.9em;
top: 74px; top: 80px;
right:0; right:0;
height: 2.4em; height: 2.4em;
width: 96px; width: 96px;
right: 10px; right: 10px;
} }
.form_notice .error,
.form_notice .success {
width: 375px;
}
.form_notice .error {
width: 375px;
margin-left: 0px;
}
#core { #core {
clear: both; clear: both;
margin: 0px;
width: 851px;
margin-left: 8px;
margin-top: 14px; margin-top: 14px;
} }
#content { #content {
padding-top: 10px; padding-top: 10px;
width: 545px;
margin-right: 0px;
} }
#site_nav_local_views { #site_nav_local_views {
@ -149,6 +176,27 @@ address {
text-decoration: none; text-decoration: none;
} }
#aside_primary {
width: 280px;
padding-left: 10px;
}
#aside_primary .section {
width: 270px;
margin-left: 0px;
margin-right: 10px;
}
.section ul.entities {
width: 290px;
}
.section .entities li {
margin-right: 17px;
margin-bottom: 10px;
width: 24px;
}
.notice { .notice {
line-height: 1.35em; line-height: 1.35em;
} }
@ -161,36 +209,48 @@ address {
min-height: 26px; min-height: 26px;
} }
#showstream .notice .entry-title {
min-height: 0px;
}
#shownotice .notice .entry-title { #shownotice .notice .entry-title {
min-height:123px; min-height:123px;
} }
.user_in .notice div.entry-content {
max-width: 360px;
opacity: 0.6;
}
.user_in .notice div.entry-content:hover {
opacity: 1;
}
.notice div.entry-content { .notice div.entry-content {
font-size: 0.9em; font-size: 0.9em;
line-height: 1.2em; line-height: 1.2em;
margin-top: 10px; margin-top: 10px;
opacity: 0.6;
}
.notice:hover div.entry-content {
opacity: 1;
}
.user_in .notice div.entry-content {
max-width: 360px;
}
div.entry-content a.response:before {
content: "(";
}
div.entry-content a.response:after {
content: ")";
} }
.notice-options { .notice-options {
margin-top: 6px; margin-top: 8px;
} }
.pagination { .pagination {
height: 1.2em; height: 1.2em;
} }
}/*end of @media screen, projection, tv*/ #jOverlayContent button {
top: 20px;
right: 36px;
}
.entity_profile {
width: 365px;
}
}/*end of @media screen, projection, tv*/

View File

@ -1,13 +1,11 @@
/* IE specific styles */ /* Temporary copy of base styles for overriding */
/* base theme overrides */
input.checkbox, input.checkbox,
input.radio { input.radio {
top:0; top:0;
} }
.form_notice textarea { .form_notice textarea {
width: 364px; width: 362px;
} }
.form_notice .form_note + label { .form_notice .form_note + label {
position:absolute; position:absolute;
@ -17,8 +15,8 @@ text-indent:-9999px;
height:16px; height:16px;
width:16px; width:16px;
display:block; display:block;
top: 31px; left: 390px;
right: 88px; top: 27px;
} }
.form_notice #notice_action-submit { .form_notice #notice_action-submit {
width: 96px; width: 96px;
@ -57,6 +55,23 @@ z-index:9999;
line-height:auto; line-height:auto;
} }
.form_notice #notice_data-attach { /* IE specific styles */
filter: alpha(opacity=0);
.notice-options input.submit {
color:#FFFFFF;
}
.form_notice #notice_data-attach {
filter: alpha(opacity=0);
}
.form_notice .form_note + label {
background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -328px;
}
.form_notice #notice_data-geo_wrap label {
background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -1780px;
}
.form_notice #notice_data-geo_wrap label.checked {
background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -1846px;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 KiB

After

Width:  |  Height:  |  Size: 87 KiB

File diff suppressed because it is too large Load Diff

View File

@ -1,17 +1,11 @@
/** /* Temporary copy of base styles for overriding */
* @package StatusNet
* @author Sarven Capadisli <csarven@status.net>
* @copyright 2009-2010 StatusNet, Inc.
* @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
* @link http://status.net/
*/
/* IE specific styles */
input.checkbox, input.checkbox,
input.radio { input.radio {
top:0; top:0;
} }
.form_notice textarea { .form_notice textarea {
width:78%; width: 485px;
} }
.form_notice .form_note + label { .form_notice .form_note + label {
position:absolute; position:absolute;
@ -21,10 +15,11 @@ text-indent:-9999px;
height:16px; height:16px;
width:16px; width:16px;
display:block; display:block;
top: 30px;
} }
.form_notice #notice_action-submit { .form_notice #notice_action-submit {
width:17%; width: 106px;
max-width:17%; max-width: 106px;
} }
.form_notice #notice_data-attach_selected, .form_notice #notice_data-attach_selected,
.form_notice #notice_data-geo_selected { .form_notice #notice_data-geo_selected {
@ -60,6 +55,26 @@ line-height:auto;
} }
.form_notice #notice_data-attach { /* IE specific styles */
filter: alpha(opacity=0);
.notice-options input.submit {
color:#FFFFFF;
} }
.form_notice #notice_data-attach {
filter: alpha(opacity=0);
}
.form_notice .form_note + label {
background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -328px;
}
.form_notice #notice_data-geo_wrap label {
background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1780px;
}
.form_notice #notice_data-geo_wrap label.checked {
background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1846px;
}

View File

@ -12,24 +12,23 @@
body { body {
background: url(../images/page_bg1.png) no-repeat fixed 50% 100%; background: url(../images/page_bg1.png) no-repeat fixed 50% 100%;
background-color: #222; background-color: #181818;
font-family: "DejaVu Sans", "Bitstream Vera Sans", Geneva, Verdana, sans-serif; font-family: "DejaVu Sans", "Bitstream Vera Sans", Geneva, Verdana, sans-serif;
font-size: 86%; font-size: 84%;
} }
#wrap { #wrap {
width: 860px; width: 867px;
margin: 0px auto; margin: 0px auto;
padding: 10px; padding: 0px 8px 10px 8px;
padding-top: 0px;
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7); box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7); -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
background-color: rgba(165,168,167,0.6); background-color: rgba(201, 203, 202, 0.5);
} }
a { a {
color: #333; color: #24245c;
} }
address { address {
@ -38,19 +37,33 @@ address {
margin-top: 0px; margin-top: 0px;
} }
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
margin-bottom: 15px;
margin-top: 10px;
}
h1 {font-size: 1.4em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}
#content h1 { #content h1 {
text-transform: uppercase;
letter-spacing: 0.2em; letter-spacing: 0.2em;
font-size: 1.4em; font-size: 1.4em;
margin-left: 2px; font-weight: normal;
margin-bottom: 16px;
font-weight: bold;
text-shadow:0 1px 0 rgba(255,255,255,0.4); text-shadow:0 1px 0 rgba(255,255,255,0.4);
margin: -4px 0px 15px 0px;
} }
#header { #header {
margin: 0px; width: 851px;
padding: 0px;
padding-top: 60px; padding-top: 60px;
margin: 0px;
margin-left: 8px;
} }
.poweredby { .poweredby {
@ -58,11 +71,11 @@ address {
height: 40px; height: 40px;
font-size: 0.8em; font-size: 0.8em;
color: #fff; color: #fff;
line-height: 32px; line-height: 16px;
padding-left: 50px; padding-left: 50px;
position: absolute; position: absolute;
top: 2px; top: 0px;
left: 0; left: -10px;
z-index: 99; z-index: 99;
font-style: normal; font-style: normal;
} }
@ -70,6 +83,8 @@ address {
.poweredby a { .poweredby a {
color: #fff !important; color: #fff !important;
font-weight: bold; font-weight: bold;
display: block;
clear: left;
} }
#site_nav_global_primary { #site_nav_global_primary {
@ -90,17 +105,16 @@ address {
font-size: 0.8em; font-size: 0.8em;
background: url(../images/global_bg.png) repeat-x top left; background: url(../images/global_bg.png) repeat-x top left;
position: absolute; position: absolute;
width: 893px;
top: -20px; top: -20px;
width: 890px; left: 0;
left: 50%; margin-left: -21px;
margin-left: -445px;
} }
#site_nav_global_primary ul.nav { #site_nav_global_primary ul.nav {
float: right; float: right;
padding-right: 20px;
text-transform: uppercase; text-transform: uppercase;
padding-right: 16px; padding-right: 10px;
} }
#site_nav_global_primary ul.nav li { #site_nav_global_primary ul.nav li {
@ -122,7 +136,7 @@ address {
#site_nav_global_primary ul.nav a:hover { #site_nav_global_primary ul.nav a:hover {
color: #fff; color: #fff;
background: #000; background-color: #000;
border-bottom: 1px solid #666; border-bottom: 1px solid #666;
border-left: 1px solid #666; border-left: 1px solid #666;
text-decoration: none; text-decoration: none;
@ -133,13 +147,14 @@ address {
} }
#anon_notice { #anon_notice {
background: url(../images/overlay10.png) repeat-x top left;
clear: both; clear: both;
border-radius: 4px; border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
border-color: #333; border-color: #333;
border-top-color: #ddd; border-top-color: #aaa;
border-left-color: #ddd; border-left-color: #aaa;
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
color: #ccc; color: #ccc;
@ -148,7 +163,7 @@ address {
font-size: 1.1em; font-size: 1.1em;
margin-top: 16px; margin-top: 16px;
margin-bottom: 12px; margin-bottom: 12px;
background-color: #4b4b4b; background-color: #444;
text-shadow: 0px 1px 0px rgba(0,0,0,0.8); text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
} }
@ -162,7 +177,8 @@ address {
#site_notice { #site_notice {
float: right; float: right;
width: 266px; width: 270px;
padding: 10px;
margin-left: 40px; margin-left: 40px;
background: none; background: none;
border-radius: 4px; border-radius: 4px;
@ -177,40 +193,175 @@ address {
.form_notice { .form_notice {
float: right; float: right;
width: 500px; width: 494px;
margin-top: 0px; margin-top: 0px;
background: #ccc; background: #ccc;
border-radius: 4px; border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
padding: 10px; padding: 10px;
border: 1px solid #ddd;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.form_notice label[for=notice_data-text], .form_notice label[for=to] {
text-shadow:0 1px 0 rgba(255,255,255,0.4);
padding-left: 2px;
} }
.form_notice fieldset { .form_notice fieldset {
width: 510px; width: 494px;
} }
.form_notice textarea { .form_notice textarea {
width: 374px; width: 362px;
height: 54px; height: 54px;
border-radius:7px; border: 1px solid #bbb;
-moz-border-radius:7px; border-radius: 4px;
-webkit-border-radius:7px; -moz-border-radius: 4px;
-webkit-border-radius: 4px;
position:relative; position:relative;
} }
.entity_send-a-message .form_notice legend {
text-shadow:0 1px 0 rgba(255,255,255,0.4);
}
.form_notice textarea:focus {
border: 1px solid #9495b7;
}
.form_notice label[for=notice_data-attach],
.form_notice #notice_data-attach {
top: 27px;
right: 86px;
}
.form_notice #notice_data-geo_wrap label, .form_notice #notice_data-geo_wrap label,
.form_notice #notice_data-geo_wrap input { .form_notice #notice_data-geo_wrap input {
top: 48px; top: 50px;
right: 86px;
} }
.form_notice #notice_action-submit { .form_notice #notice_action-submit {
font-size: 0.9em; top: 79px;
top: 74px; right: 0;
right:0; width: 102px;
height: 2.4em; right: 0px;
width: 96px; height: 2.2em;
right: 10px; }
.entity_send-a-message .form_notice #notice_action-submit {
color: #fff !important;
}
.form_notice input.submit, .form_settings input.submit {
border: 1px solid #555;
border-top: none;
border-left: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #666 url(../images/overlay25.png) repeat-x top left;
text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
color:#fff;
font-weight: normal;
font-size: 1em;
height: 2.2em;
padding-left: 1em;
padding-right: 1em;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.form_notice input.submit:hover, .form_settings input.submit:hover {
background-color: #888;
}
.form_notice .error,
.form_notice .success {
width: 373px;
margin-left: 0px;
}
.form_notice .error {
width: 375px;
margin-left: 1px;
}
#site_nav_local_views {
position: relative;
z-index: 9;
float: right;
margin: 0px 0px 20px 0px;
width: 290px;
}
#site_nav_local_views li {
width: 100%;
margin-right: 0;
margin-bottom: 0px;
text-align: right;
}
#site_nav_local_views a {
background: url(../images/overlay10.png) repeat-x top left;
display:block;
padding-right: 10px;
border: 1px solid #fff;
border-color: transparent;
padding-top: 4px;
padding-bottom: 4px;
font-size: 1.1em;
font-weight: normal;
letter-spacing: 0.2em;
text-transform: uppercase;
color: #f2f2f2 !important;
background-color: #444;
border-bottom: 1px solid #999;
border-left: none;
text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
text-decoration: none;
}
#site_nav_local_views li:first-child a {
border-radius-topright:4px;
-moz-border-radius-topright:4px;
-webkit-border-top-right-radius:4px;
}
#site_nav_local_views a:hover {
background: url(../images/overlay20.png) repeat-x top left;
color: #4d424c !important;
background-color: #b3b3b3;
text-shadow: 0 1px 0 rgba(255,255,255,0.75);
}
#site_nav_local_views .current a {
background: none;
display: block;
color: #4d4d4d !important;
box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
border-bottom: 1px solid #fff;
text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
background-color: #e2e2e2;
text-decoration: none;
}
#core {
clear: both;
margin: 0px;
width: 851px;
margin-left: 8px;
margin-top: 4px;
} }
#content { #content {
@ -220,19 +371,19 @@ address {
border-radius-topright: 0px; border-radius-topright: 0px;
-moz-border-radius-topright: 0px; -moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px; -webkit-border-top-right-radius: 0px;
padding-left: 10px; padding: 14px 10px 20px 10px;
padding-right: 10px;
padding-top: 14px;
width: 541px; width: 541px;
margin-right: 0; margin-right: 0px;
background-color: #e2e2e2; background-color: #e2e2e2;
} }
#aside_primary { #aside_primary {
width: 280px;
padding: 0px; padding: 0px;
padding-top: 16px;
padding-left: 10px;
margin-top: -20px; margin-top: -20px;
padding-top: 15px; background-color: #262626;
background-color: #222;
border-radius-bottomright: 6px; border-radius-bottomright: 6px;
-moz-border-radius-bottomright: 6px; -moz-border-radius-bottomright: 6px;
-webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-right-radius: 6px;
@ -243,12 +394,13 @@ address {
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
padding: 6px; padding: 6px;
border: 1px solid #f9f9f9; padding-bottom: 12px;
border: 1px solid #ddd;
box-shadow: 1px 1px 2px #444; box-shadow: 1px 1px 2px #444;
-moz-box-shadow: 1px 1px 2px #444; -moz-box-shadow: 1px 1px 2px #444;
-webkit-box-shadow: 1px 1px 2px #444; -webkit-box-shadow: 1px 1px 2px #444;
background-color: rgba(255,255,255, 0.4); background-color: rgba(201, 203, 202, 0.5);
float: left; margin-left: 4px;
width: 248px; width: 248px;
} }
@ -264,81 +416,38 @@ address {
line-height: 1.1em; line-height: 1.1em;
} }
#site_nav_local_views {
position: relative;
z-index: 9;
float: right;
margin: 0px 10px 20px 0px;
width: 271px;
}
#site_nav_local_views li {
width:100%;
margin-right:0;
margin-bottom: 0px;
text-align: right;
}
#site_nav_local_views a {
display:block;
width: 242px;
padding-right: 10px;
padding-left:10%;
border: 1px solid #fff;
border-color: transparent;
padding-top: 4px;
padding-bottom: 4px;
font-size: 1.1em;
font-weight: normal;
letter-spacing: 0.2em;
text-transform: uppercase;
color: #f2f2f2 !important;
background-color: #4b4b4b;
border-bottom: 1px solid #999;
border-left: none;
text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
text-decoration: none;
}
#site_nav_local_views li:first-child a {
border-radius-topright:4px;
-moz-border-radius-topright:4px;
-webkit-border-top-right-radius:4px;
}
#site_nav_local_views a:hover {
color: #4d424c !important;
background-color: #c6c6c6;
text-shadow: 0 1px 0 rgba(255,255,255,0.75);
}
#site_nav_local_views .current a {
display: block;
color: #4d424c !important;
margin-left: -1px;
width: 243px;
box-shadow: 1px 0px 1px #444;
-moz-box-shadow: 1px 0px 1px #444;
-webkit-box-shadow: 1px 0px 1px #444;
border-bottom: 1px solid #fff;
text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
background-color: #e2e2e2;
text-decoration: none;
}
#aside_primary .notice { #aside_primary .notice {
background: none; background: none;
border: none; border: none;
} }
#content .notices li { .section ul.entities {
width: 270px;
}
.section .entities li {
margin-right: 13px;
margin-bottom: 10px;
width: 24px;
}
#notices_primary {
padding-top: 2px;
}
#content .notices .notice {
border-top: 1px dotted #bbb; border-top: 1px dotted #bbb;
padding-top: 16px; padding-top: 14px;
margin-bottom: 16px; margin-bottom: 14px;
}
#content .notices .notices .notice {
margin-bottom: 0px;
padding-bottom: 14px;
}
#content .notices .notices .notice + .notice {
margin-bottom: -10px;
} }
.notice { .notice {
@ -351,11 +460,7 @@ address {
} }
#content .notice .entry-title { #content .notice .entry-title {
min-height: 27px; min-height: 26px;
}
#showstream .notice .entry-title {
min-height: 0px;
} }
#shownotice .notice .entry-title { #shownotice .notice .entry-title {
@ -366,19 +471,19 @@ address {
font-size: 0.9em; font-size: 0.9em;
line-height: 1em; line-height: 1em;
margin-top: 10px; margin-top: 10px;
opacity: 0.6;
}
.notice:hover div.entry-content {
opacity: 1;
} }
.notice-options { .notice-options {
margin-top: 6px; margin-top: 7px;
} }
.user_in .notice div.entry-content { .user_in .notice div.entry-content {
max-width: 360px; max-width: 360px;
opacity: 0.6;
}
.user_in .notice div.entry-content:hover {
opacity: 1;
} }
div.entry-content a.response:before { div.entry-content a.response:before {
@ -393,4 +498,60 @@ div.entry-content a.response:after {
background: none; background: none;
} }
.form_settings input {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #bbb;
padding: 4px;
margin-bottom: 4px;
}
.form_settings input:focus {
border: 1px solid #9495b7;
}
.form_settings fieldset fieldset legend {
line-height:0;
font-size: 1.2em;
letter-spacing: 0.2em;
}
#jOverlayContent #content {
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
}
#jOverlayContent button {
top: 10px;
right: 36px;
}
.entity_profile {
width: 365px;
}
.entity_actions {
min-width: 140px;
}
.entity_actions a, .entity_actions input, .entity_actions p {
text-shadow:0 1px 0 rgba(255,255,255,0.4);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.entity_moderation:hover ul,
.entity_role:hover ul {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.pagination {
background: none;
}
}/*end of @media screen, projection, tv*/ }/*end of @media screen, projection, tv*/

View File

@ -1,15 +1,11 @@
/* IE specific styles */ /* Temporary copy of base styles for overriding */
/* IE specific styles */
/* base theme overrides */
input.checkbox, input.checkbox,
input.radio { input.radio {
top:0; top:0;
} }
.form_notice textarea { .form_notice textarea {
width: 374px; width: 362px;
} }
.form_notice .form_note + label { .form_notice .form_note + label {
position:absolute; position:absolute;
@ -19,7 +15,8 @@ text-indent:-9999px;
height:16px; height:16px;
width:16px; width:16px;
display:block; display:block;
top: 31px; left: 392px;
top: 27px;
right: 88px; right: 88px;
} }
.form_notice #notice_action-submit { .form_notice #notice_action-submit {
@ -59,8 +56,26 @@ z-index:9999;
line-height:auto; line-height:auto;
} }
/* IE specific styles */
.notice-options input.submit {
color:#FFFFFF;
}
.form_notice #notice_data-attach { .form_notice #notice_data-attach {
filter: alpha(opacity=0); filter: alpha(opacity=0);
}
.form_notice .form_note + label {
background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -328px;
}
.form_notice #notice_data-geo_wrap label {
background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -1780px;
}
.form_notice #notice_data-geo_wrap label.checked {
background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -1846px;
} }
#wrap { #wrap {

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 KiB

After

Width:  |  Height:  |  Size: 87 KiB