2010-09-23 15:50:45 +01:00
|
|
|
/** theme: shiny
|
|
|
|
*
|
|
|
|
* @package StatusNet
|
|
|
|
* @author Samantha Doherty <sammy@status.net>
|
|
|
|
* @copyright 2010 StatusNet, Inc.
|
|
|
|
* @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
|
|
|
|
* @link http://status.net/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
@media screen, projection, tv {
|
|
|
|
|
|
|
|
body {
|
|
|
|
background: url(../images/page_bg1.png) no-repeat fixed 50% 100%;
|
2010-10-19 16:07:53 +01:00
|
|
|
background-color: #181818;
|
2010-09-23 15:50:45 +01:00
|
|
|
font-family: "DejaVu Sans", "Bitstream Vera Sans", Geneva, Verdana, sans-serif;
|
2010-10-19 16:07:53 +01:00
|
|
|
font-size: 84%;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#wrap {
|
2010-10-19 16:07:53 +01:00
|
|
|
width: 867px;
|
2010-09-23 15:50:45 +01:00
|
|
|
margin: 0px auto;
|
2010-10-19 16:07:53 +01:00
|
|
|
padding: 0px 8px 10px 8px;
|
2010-09-23 15:50:45 +01:00
|
|
|
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);
|
2010-10-19 16:07:53 +01:00
|
|
|
background-color: rgba(201, 203, 202, 0.5);
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2010-10-19 16:07:53 +01:00
|
|
|
color: #24245c;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
address {
|
|
|
|
float: left;
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
2010-10-19 16:07:53 +01:00
|
|
|
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;}
|
|
|
|
|
2010-09-23 15:50:45 +01:00
|
|
|
#content h1 {
|
|
|
|
letter-spacing: 0.2em;
|
|
|
|
font-size: 1.4em;
|
2010-10-19 16:07:53 +01:00
|
|
|
font-weight: normal;
|
2010-09-23 15:50:45 +01:00
|
|
|
text-shadow:0 1px 0 rgba(255,255,255,0.4);
|
2010-10-19 16:07:53 +01:00
|
|
|
margin: -4px 0px 15px 0px;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#header {
|
2010-10-19 16:07:53 +01:00
|
|
|
width: 851px;
|
|
|
|
padding: 0px;
|
2010-09-23 15:50:45 +01:00
|
|
|
padding-top: 60px;
|
2010-10-19 16:07:53 +01:00
|
|
|
margin: 0px;
|
|
|
|
margin-left: 8px;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.poweredby {
|
|
|
|
background: url(../images/sn-tiny.png) no-repeat top left;
|
|
|
|
height: 40px;
|
|
|
|
font-size: 0.8em;
|
|
|
|
color: #fff;
|
2010-10-19 16:07:53 +01:00
|
|
|
line-height: 16px;
|
2010-09-23 15:50:45 +01:00
|
|
|
padding-left: 50px;
|
|
|
|
position: absolute;
|
2010-10-19 16:07:53 +01:00
|
|
|
top: 0px;
|
|
|
|
left: -10px;
|
2010-09-23 15:50:45 +01:00
|
|
|
z-index: 99;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.poweredby a {
|
|
|
|
color: #fff !important;
|
|
|
|
font-weight: bold;
|
2010-10-19 16:07:53 +01:00
|
|
|
display: block;
|
|
|
|
clear: left;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#site_nav_global_primary {
|
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
height: 30px;
|
|
|
|
box-shadow:0px 2px 2px rgba(194, 194, 194, 0.3);
|
|
|
|
-moz-box-shadow:0px 2px 2px rgba(194, 194, 194, 0.3);
|
|
|
|
-webkit-box-shadow:0px 2px 2px rgba(194, 194, 194, 0.3);
|
|
|
|
z-index: 98;
|
|
|
|
border-bottom-right-radius: 8px;
|
|
|
|
-moz-border-radius-bottomright: 8px;
|
|
|
|
-webkit-border-bottom-right-radius: 8px;
|
|
|
|
border-bottom-left-radius: 8px;
|
|
|
|
-moz-border-radius-bottomleft: 8px;
|
|
|
|
-webkit-border-bottom-left-radius: 8px;
|
|
|
|
letter-spacing: 0.1em;
|
|
|
|
font-size: 0.8em;
|
|
|
|
background: url(../images/global_bg.png) repeat-x top left;
|
|
|
|
position: absolute;
|
2010-10-19 16:07:53 +01:00
|
|
|
width: 893px;
|
2010-09-23 15:50:45 +01:00
|
|
|
top: -20px;
|
2010-10-19 16:07:53 +01:00
|
|
|
left: 0;
|
|
|
|
margin-left: -21px;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#site_nav_global_primary ul.nav {
|
|
|
|
float: right;
|
|
|
|
text-transform: uppercase;
|
2010-10-19 16:07:53 +01:00
|
|
|
padding-right: 10px;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#site_nav_global_primary ul.nav li {
|
|
|
|
margin-right: 0px;
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site_nav_global_primary ul.nav a {
|
|
|
|
padding: 4px 8px;
|
|
|
|
line-height: 1.8em;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
color: #fff !important;
|
|
|
|
text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
|
|
|
|
border-bottom: 1px solid transparent;
|
|
|
|
border-left: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site_nav_global_primary ul.nav a:hover {
|
|
|
|
color: #fff;
|
2010-10-19 16:07:53 +01:00
|
|
|
background-color: #000;
|
2010-09-23 15:50:45 +01:00
|
|
|
border-bottom: 1px solid #666;
|
|
|
|
border-left: 1px solid #666;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site_nav_global_primary li {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#anon_notice {
|
2010-10-19 16:07:53 +01:00
|
|
|
background: url(../images/overlay10.png) repeat-x top left;
|
2010-09-23 15:50:45 +01:00
|
|
|
clear: both;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
border-color: #333;
|
2010-10-19 16:07:53 +01:00
|
|
|
border-top-color: #aaa;
|
|
|
|
border-left-color: #aaa;
|
2010-09-23 15:50:45 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
color: #ccc;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
font-size: 1.1em;
|
|
|
|
margin-top: 16px;
|
|
|
|
margin-bottom: 12px;
|
2010-10-19 16:07:53 +01:00
|
|
|
background-color: #444;
|
2010-09-23 15:50:45 +01:00
|
|
|
text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
|
|
|
|
}
|
|
|
|
|
|
|
|
#anon_notice a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#anon_notice a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site_notice {
|
|
|
|
float: right;
|
2010-10-19 16:07:53 +01:00
|
|
|
width: 270px;
|
|
|
|
padding: 10px;
|
2010-09-23 15:50:45 +01:00
|
|
|
margin-left: 40px;
|
|
|
|
background: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
border-color: #ccc;
|
|
|
|
border-bottom-color: #999;
|
|
|
|
border-right-color: #999;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form_notice {
|
|
|
|
float: right;
|
2010-10-19 16:07:53 +01:00
|
|
|
width: 494px;
|
2010-09-23 15:50:45 +01:00
|
|
|
margin-top: 0px;
|
2010-10-19 16:07:53 +01:00
|
|
|
background: #ccc;
|
2010-09-23 15:50:45 +01:00
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
padding: 10px;
|
2010-10-19 16:07:53 +01:00
|
|
|
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;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.form_notice fieldset {
|
2010-10-19 16:07:53 +01:00
|
|
|
width: 494px;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.form_notice textarea {
|
2010-10-19 16:07:53 +01:00
|
|
|
width: 362px;
|
2010-09-23 15:50:45 +01:00
|
|
|
height: 54px;
|
2010-10-19 16:07:53 +01:00
|
|
|
border: 1px solid #bbb;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
2010-09-23 15:50:45 +01:00
|
|
|
position:relative;
|
|
|
|
}
|
|
|
|
|
2010-10-19 16:07:53 +01:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2010-09-23 15:50:45 +01:00
|
|
|
.form_notice #notice_data-geo_wrap label,
|
|
|
|
.form_notice #notice_data-geo_wrap input {
|
2010-10-19 16:07:53 +01:00
|
|
|
top: 50px;
|
|
|
|
right: 86px;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.form_notice #notice_action-submit {
|
2010-10-19 16:07:53 +01:00
|
|
|
top: 79px;
|
|
|
|
right: 0;
|
|
|
|
width: 102px;
|
|
|
|
right: 0px;
|
|
|
|
height: 2.2em;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
2010-10-19 16:07:53 +01:00
|
|
|
.entity_send-a-message .form_notice #notice_action-submit {
|
|
|
|
color: #fff !important;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
2010-10-19 16:07:53 +01:00
|
|
|
.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;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
2010-10-19 16:07:53 +01:00
|
|
|
.form_notice .error {
|
|
|
|
width: 375px;
|
|
|
|
margin-left: 1px;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#site_nav_local_views {
|
|
|
|
position: relative;
|
|
|
|
z-index: 9;
|
2011-01-25 23:32:12 +00:00
|
|
|
float: right;
|
|
|
|
margin: 0px;
|
2010-10-19 16:07:53 +01:00
|
|
|
width: 290px;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#site_nav_local_views li {
|
2010-10-19 16:07:53 +01:00
|
|
|
width: 100%;
|
|
|
|
margin-right: 0;
|
2010-09-23 15:50:45 +01:00
|
|
|
margin-bottom: 0px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2010-10-19 16:07:53 +01:00
|
|
|
#site_nav_local_views a {
|
|
|
|
background: url(../images/overlay10.png) repeat-x top left;
|
2010-09-23 15:50:45 +01:00
|
|
|
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;
|
2010-10-19 16:07:53 +01:00
|
|
|
background-color: #444;
|
2010-09-23 15:50:45 +01:00
|
|
|
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 {
|
2011-01-25 23:32:12 +00:00
|
|
|
border-top-right-radius:4px;
|
2010-09-23 15:50:45 +01:00
|
|
|
-moz-border-radius-topright:4px;
|
|
|
|
-webkit-border-top-right-radius:4px;
|
|
|
|
}
|
|
|
|
|
2010-10-19 16:07:53 +01:00
|
|
|
#site_nav_local_views a:hover {
|
|
|
|
background: url(../images/overlay20.png) repeat-x top left;
|
2010-09-23 15:50:45 +01:00
|
|
|
color: #4d424c !important;
|
2010-10-19 16:07:53 +01:00
|
|
|
background-color: #b3b3b3;
|
2010-09-23 15:50:45 +01:00
|
|
|
text-shadow: 0 1px 0 rgba(255,255,255,0.75);
|
|
|
|
}
|
|
|
|
|
|
|
|
#site_nav_local_views .current a {
|
2010-10-19 16:07:53 +01:00
|
|
|
background: none;
|
2010-09-23 15:50:45 +01:00
|
|
|
display: block;
|
2010-10-19 16:07:53 +01:00
|
|
|
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);
|
2010-09-23 15:50:45 +01:00
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
|
|
|
|
background-color: #e2e2e2;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2010-10-19 16:07:53 +01:00
|
|
|
#core {
|
|
|
|
clear: both;
|
|
|
|
margin: 0px;
|
|
|
|
width: 851px;
|
|
|
|
margin-left: 8px;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
2011-01-25 23:32:12 +00:00
|
|
|
border-top-right-radius: 0px;
|
2010-10-19 16:07:53 +01:00
|
|
|
-moz-border-radius-topright: 0px;
|
|
|
|
-webkit-border-top-right-radius: 0px;
|
|
|
|
padding: 14px 10px 20px 10px;
|
|
|
|
width: 541px;
|
|
|
|
margin-right: 0px;
|
|
|
|
background-color: #e2e2e2;
|
|
|
|
}
|
|
|
|
|
|
|
|
#aside_primary {
|
|
|
|
width: 280px;
|
|
|
|
padding: 0px;
|
|
|
|
padding-top: 16px;
|
|
|
|
padding-left: 10px;
|
|
|
|
background-color: #262626;
|
2011-01-25 23:32:12 +00:00
|
|
|
border-bottom-right-radius: 6px;
|
2010-10-19 16:07:53 +01:00
|
|
|
-moz-border-radius-bottomright: 6px;
|
|
|
|
-webkit-border-bottom-right-radius: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#aside_primary .section {
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
padding: 6px;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
box-shadow: 1px 1px 2px #444;
|
|
|
|
-moz-box-shadow: 1px 1px 2px #444;
|
|
|
|
-webkit-box-shadow: 1px 1px 2px #444;
|
|
|
|
background-color: rgba(201, 203, 202, 0.5);
|
|
|
|
margin-left: 4px;
|
|
|
|
width: 248px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#aside_primary .section H2 {
|
|
|
|
font-size: 1.1em;
|
|
|
|
font-weight: normal;
|
|
|
|
letter-spacing: 0.2em;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-left: -4px;
|
|
|
|
padding: 6px;
|
|
|
|
margin-top: 2px;
|
|
|
|
text-shadow:0 1px 0 rgba(255,255,255,0.4);
|
|
|
|
line-height: 1.1em;
|
|
|
|
}
|
|
|
|
|
2010-09-23 15:50:45 +01:00
|
|
|
#aside_primary .notice {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2010-10-19 16:07:53 +01:00
|
|
|
.section ul.entities {
|
|
|
|
width: 270px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section .entities li {
|
|
|
|
margin-right: 13px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
width: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notices_primary {
|
|
|
|
padding-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content .notices .notice {
|
2010-09-23 15:50:45 +01:00
|
|
|
border-top: 1px dotted #bbb;
|
2010-10-19 16:07:53 +01:00
|
|
|
padding-top: 14px;
|
|
|
|
margin-bottom: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content .notices .notices .notice {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
padding-bottom: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content .notices .notices .notice + .notice {
|
|
|
|
margin-bottom: -10px;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.notice {
|
|
|
|
line-height: 1.35em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content .notice .author .photo {
|
|
|
|
top: 18px;
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content .notice .entry-title {
|
2010-10-19 16:07:53 +01:00
|
|
|
min-height: 26px;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#shownotice .notice .entry-title {
|
|
|
|
min-height:123px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notice div.entry-content {
|
|
|
|
font-size: 0.9em;
|
|
|
|
line-height: 1em;
|
|
|
|
margin-top: 10px;
|
2010-10-19 16:07:53 +01:00
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notice:hover div.entry-content {
|
|
|
|
opacity: 1;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.notice-options {
|
2010-10-19 16:07:53 +01:00
|
|
|
margin-top: 7px;
|
2010-09-23 15:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.user_in .notice div.entry-content {
|
|
|
|
max-width: 360px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.entry-content a.response:before {
|
|
|
|
content: "(";
|
|
|
|
}
|
|
|
|
|
|
|
|
div.entry-content a.response:after {
|
|
|
|
content: ")";
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
2010-10-19 16:07:53 +01:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2010-09-23 15:50:45 +01:00
|
|
|
}/*end of @media screen, projection, tv*/
|