summaryrefslogtreecommitdiff
path: root/theme/clean/css/display.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/clean/css/display.css')
-rw-r--r--theme/clean/css/display.css122
1 files changed, 91 insertions, 31 deletions
diff --git a/theme/clean/css/display.css b/theme/clean/css/display.css
index 260ee5926..9cc8346fd 100644
--- a/theme/clean/css/display.css
+++ b/theme/clean/css/display.css
@@ -11,17 +11,16 @@
@media screen, projection, tv {
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;
font-family: "Liberation Sans", "Nimbus Sans L", "FreeSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 86%;
}
#wrap {
- width: 860px;
+ width: 867px;
margin: 0px auto;
- padding: 10px;
- padding-top: 0px;
+ padding: 0px 8px 10px 8px;
background-color: #fff;
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 {
+ width: 851px;
+ padding: 0px;
padding-top: 70px;
+ margin-left: 8px;
}
address {
@@ -61,11 +63,11 @@ address {
display: block;
position: absolute;
top: 0;
+ left: 0;
z-index: 98;
background-color: #829d25;
- width: 880px;
- left: 50%;
- margin-left: -440px;
+ width: 883px;
+ margin-left: -16px;
margin-top: 0px;
height: 30px;
line-height: 30px;
@@ -74,6 +76,10 @@ address {
border-bottom: 1px solid #fff;
}
+#site_nav_global_primary li:last-child {
+ margin-right: 16px;
+}
+
#site_nav_global_primary a {
color: #fff !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
@@ -81,16 +87,11 @@ address {
#site_notice {
float: right;
- width: 266px;
+ width: 270px;
+ padding: 10px;
margin-left: 40px;
}
-.form_notice {
- float: right;
- width: 500px;
- margin-top: 0px;
-}
-
#anon_notice {
clear: both;
background: none;
@@ -98,36 +99,62 @@ address {
margin-bottom: 0px;
}
+.form_notice {
+ float: right;
+ width: 494px;
+ margin-top: 0px;
+}
+
.form_notice fieldset {
width: 100%;
}
.form_notice textarea {
- width: 364px;
+ width: 362px;
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 input {
- top: 48px;
+ top: 52px;
}
.form_notice #notice_action-submit {
font-size: 0.9em;
- top: 74px;
+ top: 80px;
right:0;
height: 2.4em;
width: 96px;
- right: 10px;
+ right: 10px;
+}
+
+.form_notice .error,
+.form_notice .success {
+ width: 375px;
+}
+
+.form_notice .error {
+ width: 375px;
+ margin-left: 0px;
}
#core {
clear: both;
+ margin: 0px;
+ width: 851px;
+ margin-left: 8px;
margin-top: 14px;
}
#content {
padding-top: 10px;
+ width: 545px;
+ margin-right: 0px;
}
#site_nav_local_views {
@@ -149,6 +176,27 @@ address {
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 {
line-height: 1.35em;
}
@@ -161,36 +209,48 @@ address {
min-height: 26px;
}
-#showstream .notice .entry-title {
- min-height: 0px;
-}
-
#shownotice .notice .entry-title {
min-height:123px;
}
-.user_in .notice div.entry-content {
- max-width: 360px;
+.notice div.entry-content {
+ font-size: 0.9em;
+ line-height: 1.2em;
+ margin-top: 10px;
opacity: 0.6;
}
-.user_in .notice div.entry-content:hover {
+.notice:hover div.entry-content {
opacity: 1;
}
-.notice div.entry-content {
- font-size: 0.9em;
- line-height: 1.2em;
- margin-top: 10px;
+.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 {
- margin-top: 6px;
+ margin-top: 8px;
}
.pagination {
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*/