2008-10-29 23:03:00 -04:00
|
|
|
/* http://meyerweb.com/eric/tools/css/reset/ */
|
|
|
|
/* v1.0 | 20080212 */
|
|
|
|
|
|
|
|
html, body, div, span, applet, object, iframe,
|
|
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
|
|
a, abbr, acronym, address, big, cite, code,
|
|
|
|
del, dfn, em, font, img, ins, kbd, q, s, samp,
|
|
|
|
small, strike, strong, sub, sup, tt, var,
|
|
|
|
b, u, i, center,
|
|
|
|
dl, dt, dd, ol, ul, li,
|
|
|
|
fieldset, form, label, legend,
|
|
|
|
table, caption, tbody, tfoot, thead, tr, th, td {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
2008-11-05 17:52:59 -05:00
|
|
|
/* font-size: 100%;
|
|
|
|
vertical-align: baseline; */
|
2008-10-29 23:03:00 -04:00
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
ol, ul {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
blockquote, q {
|
|
|
|
quotes: none;
|
|
|
|
}
|
|
|
|
blockquote:before, blockquote:after,
|
|
|
|
q:before, q:after {
|
|
|
|
content: '';
|
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* remember to define focus styles! */
|
|
|
|
/*
|
|
|
|
:focus {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
/* remember to highlight inserts somehow! */
|
|
|
|
ins {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
del {
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* tables still need 'cellspacing="0"' in the markup */
|
2008-11-05 17:52:59 -05:00
|
|
|
/*
|
2008-10-29 23:03:00 -04:00
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
2008-11-05 17:52:59 -05:00
|
|
|
*/
|
2008-10-29 23:03:00 -04:00
|
|
|
/* end reset css */
|
|
|
|
|
|
|
|
|
2008-08-20 17:42:31 -04:00
|
|
|
/* 2 column liquid layout */
|
2008-10-22 18:08:58 -04:00
|
|
|
#wpwrap {
|
|
|
|
height: auto;
|
|
|
|
min-height: 100%;
|
2008-08-20 17:42:31 -04:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2008-10-22 18:08:58 -04:00
|
|
|
#wpcontent {
|
|
|
|
height: 100%;
|
2008-11-17 13:01:00 -05:00
|
|
|
padding-bottom: 50px;
|
2008-08-20 17:42:31 -04:00
|
|
|
}
|
2008-02-10 03:10:11 -05:00
|
|
|
|
2008-11-21 01:26:23 -05:00
|
|
|
#wpbody {
|
|
|
|
clear: both;
|
|
|
|
margin-left: 175px;
|
2008-12-09 13:03:31 -05:00
|
|
|
}
|
2008-11-21 01:26:23 -05:00
|
|
|
|
2008-12-03 21:04:49 -05:00
|
|
|
.folded #wpbody {
|
2008-11-21 01:26:23 -05:00
|
|
|
margin-left: 60px;
|
|
|
|
}
|
|
|
|
|
2008-10-22 18:08:58 -04:00
|
|
|
#wpbody-content {
|
2008-11-21 01:26:23 -05:00
|
|
|
float: left;
|
|
|
|
width: 100%;
|
2008-08-31 09:51:52 -04:00
|
|
|
}
|
|
|
|
|
2008-10-22 18:08:58 -04:00
|
|
|
#adminmenu {
|
2008-08-20 17:42:31 -04:00
|
|
|
float: left;
|
|
|
|
clear: left;
|
2008-12-03 21:04:49 -05:00
|
|
|
width: 145px;
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
margin-left: -160px;
|
2008-08-20 17:42:31 -04:00
|
|
|
position: relative;
|
2008-12-03 21:04:49 -05:00
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
2008-08-20 17:42:31 -04:00
|
|
|
}
|
|
|
|
|
2008-12-03 21:04:49 -05:00
|
|
|
.folded #adminmenu {
|
2008-11-21 01:26:23 -05:00
|
|
|
margin-left: -45px;
|
|
|
|
}
|
|
|
|
|
2008-12-03 21:04:49 -05:00
|
|
|
.folded #adminmenu,
|
|
|
|
.folded #adminmenu li.menu-top {
|
|
|
|
width: 28px;
|
|
|
|
}
|
|
|
|
|
2008-10-22 18:08:58 -04:00
|
|
|
#footer {
|
|
|
|
clear: both;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2008-08-20 17:42:31 -04:00
|
|
|
/* inner 2 column liquid layout */
|
|
|
|
.inner-sidebar {
|
|
|
|
float: right;
|
|
|
|
clear: right;
|
2009-03-25 10:29:22 -04:00
|
|
|
display: none;
|
2009-03-26 18:22:52 -04:00
|
|
|
width: 281px;
|
2009-04-07 10:55:24 -04:00
|
|
|
position: relative;
|
2009-03-25 10:29:22 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.inner-sidebar #side-sortables {
|
2008-10-20 23:10:19 -04:00
|
|
|
width: 280px;
|
2009-03-25 10:29:22 -04:00
|
|
|
min-height: 300px;
|
2008-08-20 17:42:31 -04:00
|
|
|
}
|
|
|
|
|
2009-03-25 10:29:22 -04:00
|
|
|
.has-right-sidebar .inner-sidebar {
|
|
|
|
display: block;
|
2008-08-20 17:42:31 -04:00
|
|
|
}
|
|
|
|
|
2009-03-25 10:29:22 -04:00
|
|
|
.has-right-sidebar #post-body {
|
2009-04-04 06:21:43 -04:00
|
|
|
float: left;
|
|
|
|
clear: left;
|
|
|
|
width: 100%;
|
|
|
|
margin-right: -340px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.has-right-sidebar #post-body-content {
|
2009-03-25 10:29:22 -04:00
|
|
|
margin-right: 300px;
|
2008-08-20 17:42:31 -04:00
|
|
|
}
|
|
|
|
|
2008-10-25 04:01:37 -04:00
|
|
|
/* 2 columns main area */
|
|
|
|
|
|
|
|
#col-container {
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#col-left {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 39%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#col-right {
|
|
|
|
float: right;
|
|
|
|
clear: right;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
width: 59%;
|
|
|
|
}
|
2008-08-20 17:42:31 -04:00
|
|
|
|
2008-12-09 07:00:44 -05:00
|
|
|
/* utility classes */
|
|
|
|
.alignleft {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alignright {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.textleft {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.textright {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clear {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2009-05-04 14:05:16 -04:00
|
|
|
/* Hide visually but not from screen readers */
|
2009-05-12 18:40:56 -04:00
|
|
|
.screen-reader-text,
|
|
|
|
.screen-reader-text span {
|
2009-05-04 14:05:16 -04:00
|
|
|
position: absolute;
|
|
|
|
left: -1000em;
|
2009-05-11 18:11:13 -04:00
|
|
|
height: 1px;
|
|
|
|
width: 1px;
|
|
|
|
overflow: hidden;
|
2009-05-04 14:05:16 -04:00
|
|
|
}
|
|
|
|
|
2009-05-04 17:28:58 -04:00
|
|
|
.hidden,
|
2009-04-04 13:07:31 -04:00
|
|
|
.js .closed .inside,
|
|
|
|
.js .hide-if-js,
|
|
|
|
.no-js .hide-if-no-js {
|
2008-12-09 07:00:44 -05:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-10-29 23:03:00 -04:00
|
|
|
/* include margin and padding in the width calculation of input and textarea */
|
|
|
|
input[type="text"],
|
2009-01-17 16:17:00 -05:00
|
|
|
input[type="password"],
|
2008-10-29 23:03:00 -04:00
|
|
|
textarea {
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-ms-box-sizing: border-box; /* ie8 only */
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"],
|
|
|
|
input[type="radio"] {
|
2009-04-16 00:41:05 -04:00
|
|
|
vertical-align: middle;
|
2008-10-29 23:03:00 -04:00
|
|
|
}
|
|
|
|
|
2008-08-20 17:42:31 -04:00
|
|
|
/* styles for use by people extending the WordPress interface */
|
2008-11-23 19:20:34 -05:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2008-02-10 03:10:11 -05:00
|
|
|
|
2008-11-04 18:15:59 -05:00
|
|
|
body,
|
2009-04-16 00:41:05 -04:00
|
|
|
td,
|
|
|
|
textarea,
|
|
|
|
input,
|
|
|
|
select {
|
|
|
|
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body,
|
|
|
|
textarea {
|
|
|
|
line-height: 1.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
input,
|
|
|
|
select {
|
|
|
|
line-height: 1em;
|
2008-02-10 03:10:11 -05:00
|
|
|
}
|
|
|
|
|
2008-11-04 18:15:59 -05:00
|
|
|
p {
|
|
|
|
margin: 1em 0;
|
2008-10-29 23:03:00 -04:00
|
|
|
}
|
2008-02-10 03:10:11 -05:00
|
|
|
|
2008-11-04 18:15:59 -05:00
|
|
|
blockquote {
|
|
|
|
margin: 1em;
|
2008-10-29 23:03:00 -04:00
|
|
|
}
|
2008-02-10 03:10:11 -05:00
|
|
|
|
2008-10-29 23:03:00 -04:00
|
|
|
label {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2008-02-10 03:10:11 -05:00
|
|
|
|
2008-11-04 18:15:59 -05:00
|
|
|
li,
|
|
|
|
dd {
|
2008-10-29 23:03:00 -04:00
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
2008-02-10 03:10:11 -05:00
|
|
|
|
2008-11-04 18:15:59 -05:00
|
|
|
p,
|
|
|
|
li,
|
|
|
|
dl,
|
|
|
|
dd,
|
|
|
|
dt {
|
2008-10-29 23:03:00 -04:00
|
|
|
line-height: 140%;
|
|
|
|
}
|
2008-02-10 03:10:11 -05:00
|
|
|
|
2008-11-04 18:15:59 -05:00
|
|
|
textarea,
|
|
|
|
input,
|
|
|
|
select {
|
2008-02-10 03:10:11 -05:00
|
|
|
margin: 1px;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
2008-03-24 12:18:30 -04:00
|
|
|
h1 {
|
|
|
|
display: block;
|
|
|
|
font-size: 2em;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: .67em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
display: block;
|
|
|
|
font-size: 1.5em;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: .83em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
display: block;
|
|
|
|
font-size: 1.17em;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
display: block;
|
2009-04-11 10:37:24 -04:00
|
|
|
font-size: 1em;
|
2008-03-24 12:18:30 -04:00
|
|
|
font-weight: bold;
|
|
|
|
margin: 1.33em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
display: block;
|
|
|
|
font-size: 0.83em;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 1.67em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h6 {
|
|
|
|
display: block;
|
|
|
|
font-size: 0.67em;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 2.33em 0;
|
|
|
|
}
|
|
|
|
|
2009-04-28 16:57:04 -04:00
|
|
|
ul.ul-disc {
|
|
|
|
list-style: disc outside;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.ul-square {
|
|
|
|
list-style: square outside;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol.ol-decimal {
|
|
|
|
list-style: decimal outside;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.ul-disc,
|
|
|
|
ul.ul-square,
|
|
|
|
ol.ol-decimal {
|
|
|
|
margin-left: 1.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.ul-disc > li,
|
|
|
|
ul.ul-square > li,
|
|
|
|
ol.ol-decimal > li {
|
|
|
|
margin: 0 0 0.5em;
|
|
|
|
}
|
|
|
|
|
2008-02-10 03:10:11 -05:00
|
|
|
.subsubsub {
|
|
|
|
list-style: none;
|
2008-11-27 06:53:32 -05:00
|
|
|
margin: 8px 0 5px;
|
2008-02-10 03:10:11 -05:00
|
|
|
padding: 0;
|
|
|
|
white-space: nowrap;
|
2008-11-19 17:51:24 -05:00
|
|
|
font-size: 11px;
|
2008-09-28 08:29:19 -04:00
|
|
|
float: left;
|
2008-02-10 03:10:11 -05:00
|
|
|
}
|
|
|
|
|
2008-10-22 18:08:58 -04:00
|
|
|
.subsubsub a {
|
2008-11-06 16:56:29 -05:00
|
|
|
line-height: 2;
|
|
|
|
padding: .2em;
|
2008-10-22 18:08:58 -04:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2008-02-10 03:10:11 -05:00
|
|
|
|
2008-11-06 16:56:29 -05:00
|
|
|
.subsubsub a .count, .subsubsub a.current .count {
|
|
|
|
color: #999;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2008-10-22 18:08:58 -04:00
|
|
|
.subsubsub a.current {
|
|
|
|
font-weight: bold;
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
}
|
2008-02-10 03:10:11 -05:00
|
|
|
|
2008-10-22 18:08:58 -04:00
|
|
|
.subsubsub li {
|
|
|
|
display: inline;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2008-02-10 03:10:11 -05:00
|
|
|
|
|
|
|
.widefat {
|
2008-03-06 20:17:21 -05:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-10-24 14:25:46 -04:00
|
|
|
border-spacing: 0;
|
2008-02-10 03:10:11 -05:00
|
|
|
width: 100%;
|
2008-02-23 21:07:51 -05:00
|
|
|
clear: both;
|
2008-03-23 02:41:43 -04:00
|
|
|
margin: 0;
|
2008-10-24 14:25:46 -04:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2008-02-10 03:10:11 -05:00
|
|
|
}
|
|
|
|
|
2008-11-17 13:01:00 -05:00
|
|
|
.widefat * {
|
|
|
|
word-wrap: break-word;
|
2008-03-06 15:44:29 -05:00
|
|
|
}
|
|
|
|
|
2008-11-17 13:01:00 -05:00
|
|
|
.widefat a {
|
|
|
|
text-decoration: none;
|
2008-03-23 02:41:43 -04:00
|
|
|
}
|
|
|
|
|
2008-11-04 18:15:59 -05:00
|
|
|
.widefat td,
|
|
|
|
.widefat th {
|
2008-03-06 20:17:21 -05:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2008-03-19 12:16:16 -04:00
|
|
|
font-size: 11px;
|
2008-02-24 14:41:04 -05:00
|
|
|
vertical-align: text-top;
|
2008-02-10 03:10:11 -05:00
|
|
|
}
|
|
|
|
|
2008-03-24 12:18:30 -04:00
|
|
|
.widefat td {
|
2009-04-16 00:41:05 -04:00
|
|
|
padding: 3px 7px;
|
2008-03-24 12:18:30 -04:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2009-03-19 05:01:08 -04:00
|
|
|
.widefat td p,
|
|
|
|
.widefat td ol,
|
|
|
|
.widefat td ul {
|
2008-11-21 18:55:56 -05:00
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
2008-02-10 03:10:11 -05:00
|
|
|
.widefat th {
|
2008-11-17 13:01:00 -05:00
|
|
|
padding: 7px 7px 8px;
|
2008-02-10 03:10:11 -05:00
|
|
|
text-align: left;
|
2008-03-23 02:41:43 -04:00
|
|
|
line-height: 1.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widefat th input {
|
2008-03-24 12:18:30 -04:00
|
|
|
margin: 0 0 0 8px;
|
2008-03-23 02:41:43 -04:00
|
|
|
padding: 0;
|
2008-10-24 14:25:46 -04:00
|
|
|
vertical-align: text-top;
|
2008-02-10 03:10:11 -05:00
|
|
|
}
|
|
|
|
|
2008-02-20 04:29:27 -05:00
|
|
|
.widefat .check-column {
|
2008-11-17 13:01:00 -05:00
|
|
|
width: 2.2em;
|
2008-03-24 12:18:30 -04:00
|
|
|
padding: 0;
|
|
|
|
|
2008-03-23 02:41:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.widefat tbody th.check-column {
|
2008-11-17 13:01:00 -05:00
|
|
|
padding: 7px 0 22px;
|
2008-02-20 04:29:27 -05:00
|
|
|
}
|
2008-11-04 18:15:59 -05:00
|
|
|
|
2008-09-25 09:42:34 -04:00
|
|
|
.widefat .num,
|
2008-11-17 13:01:00 -05:00
|
|
|
.column-comments,
|
|
|
|
.column-links,
|
2009-06-13 01:03:43 -04:00
|
|
|
.column-posts {
|
2008-03-14 19:58:31 -04:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2008-10-24 14:25:46 -04:00
|
|
|
.widefat th#comments {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2008-11-21 01:26:23 -05:00
|
|
|
.wrap {
|
|
|
|
margin: 0 15px 0 5px;
|
2008-03-07 05:05:54 -05:00
|
|
|
}
|
|
|
|
|
2008-11-04 18:15:59 -05:00
|
|
|
.updated,
|
|
|
|
.error {
|
2008-03-07 05:05:54 -05:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-03-23 02:41:43 -04:00
|
|
|
padding: 0 0.6em;
|
2008-11-21 01:26:23 -05:00
|
|
|
margin: 5px 15px 2px;
|
2008-11-19 19:56:20 -05:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2008-03-07 05:05:54 -05:00
|
|
|
}
|
|
|
|
|
2008-11-04 18:15:59 -05:00
|
|
|
.updated p,
|
|
|
|
.error p {
|
2008-11-22 03:03:25 -05:00
|
|
|
margin: 0.5em 0;
|
2008-11-29 08:03:03 -05:00
|
|
|
line-height: 1;
|
|
|
|
padding: 2px;
|
2008-03-23 02:41:43 -04:00
|
|
|
}
|
|
|
|
|
2008-11-04 18:15:59 -05:00
|
|
|
.wrap .updated,
|
|
|
|
.wrap .error {
|
2009-05-16 02:53:41 -04:00
|
|
|
margin: 5px 0 15px;
|
2008-02-10 03:10:11 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.wrap h2 {
|
2008-11-22 03:03:25 -05:00
|
|
|
font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
2008-11-27 23:33:35 -05:00
|
|
|
margin: 0;
|
2008-11-30 00:16:29 -05:00
|
|
|
padding: 14px 15px 3px 0;
|
2008-11-27 06:53:32 -05:00
|
|
|
line-height: 35px;
|
2008-11-22 03:03:25 -05:00
|
|
|
text-shadow: rgba(255,255,255,1) 0px 1px 0px;
|
2008-02-10 03:10:11 -05:00
|
|
|
}
|
2008-05-08 13:25:07 -04:00
|
|
|
|
|
|
|
.wrap h2.long-header {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|