More updates to Cloudy theme layout
This commit is contained in:
parent
f14492fb2e
commit
bdbc1e8d87
@ -458,7 +458,7 @@ border-top:0;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#form_notice {
|
#form_notice {
|
||||||
width:505px;
|
width:515px;
|
||||||
line-height:1;
|
line-height:1;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:200px;
|
top:200px;
|
||||||
@ -474,10 +474,10 @@ display:none;
|
|||||||
}
|
}
|
||||||
#form_notice textarea {
|
#form_notice textarea {
|
||||||
float:left;
|
float:left;
|
||||||
width:505px;
|
width:94.75%;
|
||||||
height:45px;
|
height:45px;
|
||||||
line-height:1.5;
|
line-height:1.5;
|
||||||
padding:5px;
|
padding:2.5%;
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
}
|
}
|
||||||
#form_notice label {
|
#form_notice label {
|
||||||
@ -492,7 +492,7 @@ display:none;
|
|||||||
#form_notice label[for=notice_data-attach],
|
#form_notice label[for=notice_data-attach],
|
||||||
#form_notice #notice_data-attach {
|
#form_notice #notice_data-attach {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:87px;
|
top:101px;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
#form_notice label[for=notice_data-attach] {
|
#form_notice label[for=notice_data-attach] {
|
||||||
@ -510,7 +510,7 @@ height:16px;
|
|||||||
#form_notice .form_note {
|
#form_notice .form_note {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:-10px;
|
top:-10px;
|
||||||
right:-10px;
|
right:0;
|
||||||
z-index:9;
|
z-index:9;
|
||||||
font-family:Georgia, serif;
|
font-family:Georgia, serif;
|
||||||
font-size:1.7em;
|
font-size:1.7em;
|
||||||
@ -525,14 +525,13 @@ line-height:1.15;
|
|||||||
padding:1px 2px;
|
padding:1px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#form_notice #notice_action-submit {
|
.form_notice #notice_action-submit {
|
||||||
width:14%;
|
width:14%;
|
||||||
height:35px;
|
height:47px;
|
||||||
padding-top:0;
|
padding:0;
|
||||||
padding-bottom:0;
|
|
||||||
position:absolute;
|
position:absolute;
|
||||||
bottom:10px;
|
bottom:0;
|
||||||
right:-10px;
|
right:0;
|
||||||
}
|
}
|
||||||
#form_notice label[for=to] {
|
#form_notice label[for=to] {
|
||||||
margin-top:7px;
|
margin-top:7px;
|
||||||
@ -573,8 +572,8 @@ float:left;
|
|||||||
|
|
||||||
.form_notice #notice_data-location_wrap label {
|
.form_notice #notice_data-location_wrap label {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:87px;
|
top:101px;
|
||||||
left:82%;
|
left:79%;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
width:16px;
|
width:16px;
|
||||||
height:16px;
|
height:16px;
|
||||||
@ -1584,46 +1583,71 @@ background-position:0 -1912px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
input.submit,
|
input.submit,
|
||||||
#form_notice.warning #notice_text-count,
|
.form_notice.warning #notice_text-count,
|
||||||
#nav_register a,
|
|
||||||
.form_settings .form_note,
|
.form_settings .form_note,
|
||||||
.entity_remote_subscribe {
|
.entity_actions a,
|
||||||
background-color:#9BB43E;
|
.entity_actions input,
|
||||||
|
.entity_moderation p,
|
||||||
|
button {
|
||||||
|
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);
|
||||||
|
}
|
||||||
|
.entity_actions a,
|
||||||
|
.entity_actions input,
|
||||||
|
.entity_actions p {
|
||||||
|
border-color:transparent;
|
||||||
|
background-color:transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:focus, textarea:focus, select:focus,
|
input:focus, textarea:focus, select:focus,
|
||||||
#form_notice.warning #notice_data-text {
|
.form_notice.warning #notice_data-text,
|
||||||
|
.form_notice.warning #notice_text-count,
|
||||||
|
.form_settings .form_note {
|
||||||
border-color:#9BB43E;
|
border-color:#9BB43E;
|
||||||
}
|
}
|
||||||
|
input.submit {
|
||||||
|
color:#FFFFFF;
|
||||||
|
}
|
||||||
|
.entity_actions a,
|
||||||
|
.entity_actions input,
|
||||||
|
.entity_actions p {
|
||||||
|
border-color:transparent;
|
||||||
|
background-color:transparent;
|
||||||
|
}
|
||||||
|
input:focus, textarea:focus, select:focus,
|
||||||
|
.form_notice.warning #notice_data-text,
|
||||||
|
.form_notice.warning #notice_text-count,
|
||||||
|
.form_settings .form_note {
|
||||||
|
border-color:#9BB43E;
|
||||||
|
}
|
||||||
|
input.submit {
|
||||||
|
color:#FFFFFF;
|
||||||
|
}
|
||||||
|
.entity_actions input.submit {
|
||||||
|
border-color:transparent;
|
||||||
|
text-shadow:none;
|
||||||
|
}
|
||||||
|
.dialogbox .submit_dialogbox,
|
||||||
input.submit,
|
input.submit,
|
||||||
#nav_register a,
|
.form_notice input.submit {
|
||||||
.entity_remote_subscribe {
|
background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
|
||||||
color:#fff;
|
text-shadow:0 1px 0 #FFFFFF;
|
||||||
}
|
color:#000000;
|
||||||
|
|
||||||
a,
|
|
||||||
div.notice-options input,
|
|
||||||
.form_user_block input.submit,
|
|
||||||
.form_user_unblock input.submit,
|
|
||||||
.entity_send-a-message a,
|
|
||||||
.form_user_nudge input.submit,
|
|
||||||
.entity_nudge p,
|
|
||||||
.form_settings input.form_action-primary {
|
|
||||||
color:#0084B4;
|
|
||||||
}
|
|
||||||
.notice,
|
|
||||||
.profile {
|
|
||||||
border-top-color:#CEE1E9;
|
|
||||||
}
|
|
||||||
.notice,
|
|
||||||
.profile {
|
|
||||||
border-top-color:#DDFFCC;
|
|
||||||
}
|
|
||||||
.section .profile {
|
|
||||||
border-top-color:#87B4C8;
|
|
||||||
}
|
|
||||||
.mark-top {
|
|
||||||
border-color:#AAAAAA;
|
border-color:#AAAAAA;
|
||||||
|
border-top-color:#CCCCCC;
|
||||||
|
border-left-color:#CCCCCC;
|
||||||
|
}
|
||||||
|
.dialogbox .submit_dialogbox:hover,
|
||||||
|
input.submit:hover {
|
||||||
|
background-position:0 -5px;
|
||||||
|
}
|
||||||
|
.dialogbox .submit_dialogbox:focus,
|
||||||
|
input.submit:focus {
|
||||||
|
background-position:0 -15px;
|
||||||
|
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
|
||||||
|
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
|
||||||
|
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
|
||||||
|
text-shadow:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form_notice span#notice_data-location_name {
|
.form_notice span#notice_data-location_name {
|
||||||
@ -1639,9 +1663,31 @@ background-position:0 -1780px;
|
|||||||
background-position:0 -1846px;
|
background-position:0 -1846px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a,
|
||||||
|
div.notice-options input,
|
||||||
|
.form_user_block input.submit,
|
||||||
|
.form_user_unblock input.submit,
|
||||||
|
.entity_send-a-message a,
|
||||||
|
.form_user_nudge input.submit,
|
||||||
|
.entity_nudge p,
|
||||||
|
.form_settings input.form_action-primary {
|
||||||
|
color:#0084B4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notice,
|
||||||
|
.profile {
|
||||||
|
border-top-color:#CEE1E9;
|
||||||
|
}
|
||||||
|
.notice,
|
||||||
|
.profile {
|
||||||
|
border-top-color:#DDFFCC;
|
||||||
|
}
|
||||||
|
.section .profile {
|
||||||
|
border-top-color:#87B4C8;
|
||||||
|
}
|
||||||
|
.mark-top {
|
||||||
|
border-color:#AAAAAA;
|
||||||
|
}
|
||||||
|
|
||||||
#aside_primary {
|
#aside_primary {
|
||||||
background-color:#DDFFCC;
|
background-color:#DDFFCC;
|
||||||
@ -1899,15 +1945,6 @@ border-color:#FFFF00;
|
|||||||
#form_notice .form_note {
|
#form_notice .form_note {
|
||||||
color:#CCC;
|
color:#CCC;
|
||||||
}
|
}
|
||||||
input.submit {
|
|
||||||
background-color:#eee;
|
|
||||||
color:#666;
|
|
||||||
}
|
|
||||||
|
|
||||||
.notices li.hover {
|
|
||||||
background-color:#F7F7F7;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.notice div.entry-content,
|
.notice div.entry-content,
|
||||||
.notice div.entry-content a {
|
.notice div.entry-content a {
|
||||||
@ -1933,12 +1970,12 @@ border-color:transparent;
|
|||||||
color:#4C4C4C;
|
color:#4C4C4C;
|
||||||
}
|
}
|
||||||
#site_nav_local_views .current {
|
#site_nav_local_views .current {
|
||||||
border-left-color:#fff;
|
border-left-color:#FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site_nav_local_views .current a,
|
#site_nav_local_views .current a,
|
||||||
#site_nav_global_primary,
|
#site_nav_global_primary,
|
||||||
#footer {
|
#footer {
|
||||||
background-color:#fff;
|
background-color:#FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user