2008-03-10 06:47:07 +01:00
|
|
|
/* Right Now */
|
|
|
|
|
2008-02-13 11:07:57 +01:00
|
|
|
#rightnow {
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-02-13 11:07:57 +01:00
|
|
|
padding: 2px;
|
|
|
|
margin-top: 10px;
|
2008-02-28 21:37:48 +01:00
|
|
|
margin-right: 7px;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#rightnow .reallynow {
|
2008-02-13 12:01:42 +01:00
|
|
|
padding: 6px;
|
2008-02-13 11:07:57 +01:00
|
|
|
font-size: 15px;
|
2008-02-13 12:01:42 +01:00
|
|
|
line-height: 2;
|
2008-02-13 11:07:57 +01:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rightnow .rbutton {
|
|
|
|
font-weight: normal;
|
2008-02-13 12:01:42 +01:00
|
|
|
padding: 6px;
|
2008-02-13 11:07:57 +01:00
|
|
|
border-bottom: none;
|
2008-02-19 21:31:14 +01:00
|
|
|
-moz-border-radius: 2px;
|
|
|
|
-khtml-border-radius: 2px;
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
2008-03-07 02:17:21 +01:00
|
|
|
text-decoration: none;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
2008-02-13 12:01:42 +01:00
|
|
|
#rightnow .reallynow span {
|
|
|
|
display: block;
|
|
|
|
text-align: left;
|
|
|
|
float: left;
|
|
|
|
padding: 0 6px;
|
|
|
|
}
|
|
|
|
|
2008-02-13 11:07:57 +01:00
|
|
|
#rightnow .reallynow a {
|
2008-02-13 12:01:42 +01:00
|
|
|
display: block;
|
|
|
|
text-align: right;
|
2008-02-13 11:07:57 +01:00
|
|
|
float: right;
|
2008-02-13 12:01:42 +01:00
|
|
|
padding: 0 6px;
|
2008-02-13 11:07:57 +01:00
|
|
|
font-size: 14px;
|
2008-02-13 12:01:42 +01:00
|
|
|
margin: 1px 6px 0 0;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#rightnow .youhave {
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2008-02-28 21:37:48 +01:00
|
|
|
#rightnow h3, #rightnow p {
|
2008-02-13 11:07:57 +01:00
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rightnow a {
|
|
|
|
font-weight: bold;
|
2008-02-19 08:09:31 +01:00
|
|
|
}
|
|
|
|
|
2008-03-10 06:47:07 +01:00
|
|
|
/* Widgets */
|
|
|
|
|
|
|
|
div#dashboard-widgets-wrap {
|
|
|
|
margin-top: -20px;
|
|
|
|
margin-right: -13px; /* 20 (div.dashboard-widget margin-right) - 7 (#rightnow margin-right) */
|
|
|
|
}
|
|
|
|
|
2008-02-13 11:07:57 +01:00
|
|
|
div#dashboard-widgets {
|
2008-03-10 06:47:07 +01:00
|
|
|
width: 100%;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
2008-03-10 06:47:07 +01:00
|
|
|
div.dashboard-widget-holder {
|
2008-02-13 11:07:57 +01:00
|
|
|
margin-top: 20px;
|
|
|
|
width: 50%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dashboard-widget-holder.third {
|
|
|
|
width: 33.3%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dashboard-widget-holder.fourth {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dashboard-widget-holder.full {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dashboard-widget-holder.double div.dashboard-widget {
|
2008-03-21 13:46:34 +01:00
|
|
|
height: 54em;
|
2008-02-13 11:07:57 +01:00
|
|
|
padding-bottom: 28px /* lame */
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dashboard-widget {
|
|
|
|
position: relative;
|
|
|
|
margin-right: 20px;
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-02-13 11:07:57 +01:00
|
|
|
padding: 2px;
|
2008-02-28 21:37:48 +01:00
|
|
|
height: 27em;
|
2008-02-13 11:07:57 +01:00
|
|
|
overflow: auto;
|
2008-02-28 21:37:48 +01:00
|
|
|
font-size: 11px;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h3.dashboard-widget-title {
|
|
|
|
margin: 0;
|
2008-02-28 21:37:48 +01:00
|
|
|
padding: 0 7px;
|
|
|
|
font-size: 14px;
|
2008-02-13 11:07:57 +01:00
|
|
|
line-height: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3.dashboard-widget-title span {
|
|
|
|
display: block;
|
|
|
|
text-align: left;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3.dashboard-widget-title small {
|
|
|
|
display: block;
|
|
|
|
text-align: right;
|
|
|
|
float: right;
|
|
|
|
font-size: 75%;
|
2008-03-07 02:17:21 +01:00
|
|
|
line-height: 2.67; /* math: it works, bitches */
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h3.dashboard-widget-title img.rss-icon {
|
|
|
|
vertical-align: middle;
|
2008-03-10 06:47:07 +01:00
|
|
|
margin: .5em 0;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
div.dashboard-widget-notice {
|
2008-02-28 21:37:48 +01:00
|
|
|
padding: 0 14px;
|
2008-02-13 11:07:57 +01:00
|
|
|
font-size: 1.2em;
|
|
|
|
line-height: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dashboard-widget-error {
|
|
|
|
padding: 0 20px;
|
|
|
|
font-size: 1.2em;
|
|
|
|
line-height: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dashboard-widget-content {
|
|
|
|
padding: 10px 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dashboard-widget-submit {
|
2008-03-10 06:42:08 +01:00
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
padding: 1em 0 0 0;
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
}
|
|
|
|
div.dashboard-widget-submit input {
|
|
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
|
|
|
padding: 4px 6px;
|
|
|
|
border: none;
|
|
|
|
font-size: 13px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: none;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
2008-03-10 06:42:08 +01:00
|
|
|
|
2008-02-13 11:07:57 +01:00
|
|
|
div.dashboard-widget-content ul, div.dashboard-widget-content ol, div.dashboard-widget-content dl {
|
|
|
|
margin: 0;
|
|
|
|
text-indent: 0;
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
div.dashboard-widget-content li {
|
|
|
|
margin: .5em 0 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dashboard-widget-content blockquote {
|
|
|
|
margin: -1em 0;
|
|
|
|
}
|
|
|
|
|
2008-02-28 21:37:48 +01:00
|
|
|
div#dashboard_recent_comments p {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dashboard-widget-content p.comment-meta {
|
|
|
|
font-size: 11px !important;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
2008-03-10 06:42:08 +01:00
|
|
|
#dashboard_secondary div.dashboard-widget {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2008-02-13 11:07:57 +01:00
|
|
|
#dashboard_secondary div.dashboard-widget-content ul {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_secondary div.dashboard-widget-content ul li {
|
|
|
|
display: block;
|
|
|
|
width: 19.95%;
|
2008-03-10 06:42:08 +01:00
|
|
|
padding-bottom: 10px;
|
2008-02-13 11:07:57 +01:00
|
|
|
margin: 0;
|
|
|
|
float: left;
|
|
|
|
font-size: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_secondary div.dashboard-widget-content {
|
|
|
|
margin: 10px 5px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_secondary div.dashboard-widget-content ul li .post {
|
|
|
|
display:block;
|
|
|
|
font-family:Georgia,"Times New Roman",Times,serif;
|
|
|
|
font-size:18px;
|
2008-03-10 06:42:08 +01:00
|
|
|
line-height: 1.2em;
|
|
|
|
height:90px;
|
2008-02-13 11:07:57 +01:00
|
|
|
overflow:hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_secondary div.dashboard-widget-content ul li a {
|
2008-03-07 02:17:21 +01:00
|
|
|
display: block;
|
2008-02-13 11:07:57 +01:00
|
|
|
height:100%;
|
|
|
|
overflow:hidden;
|
|
|
|
margin: 5px 10px;
|
2008-03-07 02:17:21 +01:00
|
|
|
text-decoration: none;
|
2008-02-13 11:07:57 +01:00
|
|
|
padding: .5em;
|
2008-03-10 06:42:08 +01:00
|
|
|
border-right: 1px solid #dadada;
|
|
|
|
border-bottom: 1px solid #dadada;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_secondary div.dashboard-widget-content ul li a cite {
|
|
|
|
display: block;
|
2008-03-10 06:42:08 +01:00
|
|
|
font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets .widget_rss ul {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets .widget_rss ul li {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets .widget_rss ul li span.rss-date {
|
|
|
|
float: left;
|
2008-02-28 21:37:48 +01:00
|
|
|
margin: 0;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets .widget_rss ul li a {
|
|
|
|
float: left;
|
2008-02-28 21:37:48 +01:00
|
|
|
margin: 0 .5em .2em 0;
|
2008-02-13 11:07:57 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets .widget_rss ul li div {
|
|
|
|
clear: both;
|
2008-02-28 21:37:48 +01:00
|
|
|
line-height: 1.5em;
|
2008-02-13 11:07:57 +01:00
|
|
|
}
|
2008-02-20 04:23:34 +01:00
|
|
|
|
|
|
|
#dashboard_primary a.rsswidget, #dashboard_plugins h5 {
|
2008-02-28 21:37:48 +01:00
|
|
|
font-size: 14px;
|
2008-02-20 04:23:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_primary span.rss-date {
|
2008-02-28 21:37:48 +01:00
|
|
|
font-size: 14px;
|
2008-02-20 04:23:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_plugins h4 {
|
|
|
|
font-size: 1em;
|
2008-02-28 21:37:48 +01:00
|
|
|
margin: 0 0 .1em;
|
2008-02-20 04:23:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_plugins h5 {
|
|
|
|
margin: 0;
|
|
|
|
display: inline;
|
2008-02-28 21:37:48 +01:00
|
|
|
line-height: 1.4em;
|
2008-02-20 04:23:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_plugins p {
|
|
|
|
margin: 0 0 1em;
|
2008-02-28 21:37:48 +01:00
|
|
|
line-height: 1.5em;
|
2008-02-20 04:23:34 +01:00
|
|
|
}
|
2008-02-21 22:20:09 +01:00
|
|
|
|
|
|
|
.widget-loading {
|
|
|
|
}
|