2008-10-30 04:03:00 +01: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 23:52:59 +01:00
|
|
|
/* font-size: 100%;
|
|
|
|
vertical-align: baseline; */
|
2008-10-30 04:03:00 +01: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 23:52:59 +01:00
|
|
|
/*
|
2008-10-30 04:03:00 +01:00
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
2008-11-05 23:52:59 +01:00
|
|
|
*/
|
2008-10-30 04:03:00 +01:00
|
|
|
/* end reset css */
|
|
|
|
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
/* 2 column liquid layout */
|
2008-10-23 00:08:58 +02:00
|
|
|
#wpwrap {
|
|
|
|
height: auto;
|
|
|
|
min-height: 100%;
|
2008-08-20 23:42:31 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2008-10-23 00:08:58 +02:00
|
|
|
#wpcontent {
|
|
|
|
height: 100%;
|
2008-11-17 19:01:00 +01:00
|
|
|
padding-bottom: 50px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
2008-02-10 09:10:11 +01:00
|
|
|
|
2008-11-21 07:26:23 +01:00
|
|
|
#wpbody {
|
|
|
|
clear: both;
|
|
|
|
margin-left: 175px;
|
2008-12-09 19:03:31 +01:00
|
|
|
}
|
2008-11-21 07:26:23 +01:00
|
|
|
|
2008-12-04 03:04:49 +01:00
|
|
|
.folded #wpbody {
|
2008-11-21 07:26:23 +01:00
|
|
|
margin-left: 60px;
|
|
|
|
}
|
|
|
|
|
2008-10-23 00:08:58 +02:00
|
|
|
#wpbody-content {
|
2008-11-21 07:26:23 +01:00
|
|
|
float: left;
|
|
|
|
width: 100%;
|
2008-08-31 15:51:52 +02:00
|
|
|
}
|
|
|
|
|
2008-10-23 00:08:58 +02:00
|
|
|
#adminmenu {
|
2008-08-20 23:42:31 +02:00
|
|
|
float: left;
|
|
|
|
clear: left;
|
2008-12-04 03:04:49 +01:00
|
|
|
width: 145px;
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
margin-left: -160px;
|
2008-08-20 23:42:31 +02:00
|
|
|
position: relative;
|
2008-12-04 03:04:49 +01:00
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
2008-12-04 03:04:49 +01:00
|
|
|
.folded #adminmenu {
|
2008-11-21 07:26:23 +01:00
|
|
|
margin-left: -45px;
|
|
|
|
}
|
|
|
|
|
2008-12-04 03:04:49 +01:00
|
|
|
.folded #adminmenu,
|
|
|
|
.folded #adminmenu li.menu-top {
|
|
|
|
width: 28px;
|
|
|
|
}
|
|
|
|
|
2008-10-23 00:08:58 +02:00
|
|
|
#footer {
|
|
|
|
clear: both;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
/* inner 2 column liquid layout */
|
|
|
|
.inner-sidebar {
|
|
|
|
float: right;
|
|
|
|
clear: right;
|
2009-03-25 15:29:22 +01:00
|
|
|
display: none;
|
2009-03-26 23:22:52 +01:00
|
|
|
width: 281px;
|
2009-04-07 16:55:24 +02:00
|
|
|
position: relative;
|
2009-03-25 15:29:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.inner-sidebar #side-sortables {
|
2008-10-21 05:10:19 +02:00
|
|
|
width: 280px;
|
2009-03-25 15:29:22 +01:00
|
|
|
min-height: 300px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
2009-03-25 15:29:22 +01:00
|
|
|
.has-right-sidebar .inner-sidebar {
|
|
|
|
display: block;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
2009-03-25 15:29:22 +01:00
|
|
|
.has-right-sidebar #post-body {
|
2009-04-04 12:21:43 +02:00
|
|
|
float: left;
|
|
|
|
clear: left;
|
|
|
|
width: 100%;
|
|
|
|
margin-right: -340px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.has-right-sidebar #post-body-content {
|
2009-03-25 15:29:22 +01:00
|
|
|
margin-right: 300px;
|
2008-08-20 23:42:31 +02:00
|
|
|
}
|
|
|
|
|
2008-10-25 10:01:37 +02: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 23:42:31 +02:00
|
|
|
|
2008-12-09 13:00:44 +01:00
|
|
|
/* utility classes */
|
|
|
|
.alignleft {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alignright {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.textleft {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.textright {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clear {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2009-05-04 20:05:16 +02:00
|
|
|
/* Hide visually but not from screen readers */
|
2009-05-13 00:40:56 +02:00
|
|
|
.screen-reader-text,
|
|
|
|
.screen-reader-text span {
|
2009-05-04 20:05:16 +02:00
|
|
|
position: absolute;
|
|
|
|
left: -1000em;
|
2009-05-12 00:11:13 +02:00
|
|
|
height: 1px;
|
|
|
|
width: 1px;
|
|
|
|
overflow: hidden;
|
2009-05-04 20:05:16 +02:00
|
|
|
}
|
|
|
|
|
2009-05-04 23:28:58 +02:00
|
|
|
.hidden,
|
2009-04-04 19:07:31 +02:00
|
|
|
.js .closed .inside,
|
|
|
|
.js .hide-if-js,
|
|
|
|
.no-js .hide-if-no-js {
|
2008-12-09 13:00:44 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-10-30 04:03:00 +01:00
|
|
|
/* include margin and padding in the width calculation of input and textarea */
|
|
|
|
input[type="text"],
|
2009-01-17 22:17:00 +01:00
|
|
|
input[type="password"],
|
2008-10-30 04:03:00 +01: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 06:41:05 +02:00
|
|
|
vertical-align: middle;
|
2008-10-30 04:03:00 +01:00
|
|
|
}
|
|
|
|
|
2008-08-20 23:42:31 +02:00
|
|
|
/* styles for use by people extending the WordPress interface */
|
2008-11-24 01:20:34 +01:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2008-02-10 09:10:11 +01:00
|
|
|
|
2008-11-05 00:15:59 +01:00
|
|
|
body,
|
2009-04-16 06:41:05 +02: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 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2008-11-05 00:15:59 +01:00
|
|
|
p {
|
|
|
|
margin: 1em 0;
|
2008-10-30 04:03:00 +01:00
|
|
|
}
|
2008-02-10 09:10:11 +01:00
|
|
|
|
2008-11-05 00:15:59 +01:00
|
|
|
blockquote {
|
|
|
|
margin: 1em;
|
2008-10-30 04:03:00 +01:00
|
|
|
}
|
2008-02-10 09:10:11 +01:00
|
|
|
|
2008-10-30 04:03:00 +01:00
|
|
|
label {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2008-02-10 09:10:11 +01:00
|
|
|
|
2008-11-05 00:15:59 +01:00
|
|
|
li,
|
|
|
|
dd {
|
2008-10-30 04:03:00 +01:00
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
2008-02-10 09:10:11 +01:00
|
|
|
|
2008-11-05 00:15:59 +01:00
|
|
|
p,
|
|
|
|
li,
|
|
|
|
dl,
|
|
|
|
dd,
|
|
|
|
dt {
|
2008-10-30 04:03:00 +01:00
|
|
|
line-height: 140%;
|
|
|
|
}
|
2008-02-10 09:10:11 +01:00
|
|
|
|
2008-11-05 00:15:59 +01:00
|
|
|
textarea,
|
|
|
|
input,
|
|
|
|
select {
|
2008-02-10 09:10:11 +01:00
|
|
|
margin: 1px;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
2008-03-24 17:18:30 +01: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 16:37:24 +02:00
|
|
|
font-size: 1em;
|
2008-03-24 17:18:30 +01: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 22:57:04 +02: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 09:10:11 +01:00
|
|
|
.subsubsub {
|
|
|
|
list-style: none;
|
2008-11-27 12:53:32 +01:00
|
|
|
margin: 8px 0 5px;
|
2008-02-10 09:10:11 +01:00
|
|
|
padding: 0;
|
|
|
|
white-space: nowrap;
|
2008-11-19 23:51:24 +01:00
|
|
|
font-size: 11px;
|
2008-09-28 14:29:19 +02:00
|
|
|
float: left;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2008-10-23 00:08:58 +02:00
|
|
|
.subsubsub a {
|
2008-11-06 22:56:29 +01:00
|
|
|
line-height: 2;
|
|
|
|
padding: .2em;
|
2008-10-23 00:08:58 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2008-02-10 09:10:11 +01:00
|
|
|
|
2008-11-06 22:56:29 +01:00
|
|
|
.subsubsub a .count, .subsubsub a.current .count {
|
|
|
|
color: #999;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2008-10-23 00:08:58 +02:00
|
|
|
.subsubsub a.current {
|
|
|
|
font-weight: bold;
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
}
|
2008-02-10 09:10:11 +01:00
|
|
|
|
2008-10-23 00:08:58 +02:00
|
|
|
.subsubsub li {
|
|
|
|
display: inline;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2008-02-10 09:10:11 +01:00
|
|
|
|
|
|
|
.widefat {
|
2008-03-07 02:17:21 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-10-24 20:25:46 +02:00
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 0;
|
2008-02-10 09:10:11 +01:00
|
|
|
width: 100%;
|
2008-02-24 03:07:51 +01:00
|
|
|
clear: both;
|
2008-03-23 07:41:43 +01:00
|
|
|
margin: 0;
|
2008-10-24 20:25:46 +02:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2008-11-17 19:01:00 +01:00
|
|
|
.widefat * {
|
|
|
|
word-wrap: break-word;
|
2008-03-06 21:44:29 +01:00
|
|
|
}
|
|
|
|
|
2008-11-17 19:01:00 +01:00
|
|
|
.widefat a {
|
|
|
|
text-decoration: none;
|
2008-03-23 07:41:43 +01:00
|
|
|
}
|
|
|
|
|
2008-11-05 00:15:59 +01:00
|
|
|
.widefat td,
|
|
|
|
.widefat th {
|
2008-03-07 02:17:21 +01:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2008-03-19 17:16:16 +01:00
|
|
|
font-size: 11px;
|
2008-02-24 20:41:04 +01:00
|
|
|
vertical-align: text-top;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2008-03-24 17:18:30 +01:00
|
|
|
.widefat td {
|
2009-04-16 06:41:05 +02:00
|
|
|
padding: 3px 7px;
|
2008-03-24 17:18:30 +01:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2009-03-19 10:01:08 +01:00
|
|
|
.widefat td p,
|
|
|
|
.widefat td ol,
|
|
|
|
.widefat td ul {
|
2008-11-22 00:55:56 +01:00
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
2008-02-10 09:10:11 +01:00
|
|
|
.widefat th {
|
2008-11-17 19:01:00 +01:00
|
|
|
padding: 7px 7px 8px;
|
2008-02-10 09:10:11 +01:00
|
|
|
text-align: left;
|
2008-03-23 07:41:43 +01:00
|
|
|
line-height: 1.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widefat th input {
|
2008-03-24 17:18:30 +01:00
|
|
|
margin: 0 0 0 8px;
|
2008-03-23 07:41:43 +01:00
|
|
|
padding: 0;
|
2008-10-24 20:25:46 +02:00
|
|
|
vertical-align: text-top;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
2008-02-20 10:29:27 +01:00
|
|
|
.widefat .check-column {
|
2008-11-17 19:01:00 +01:00
|
|
|
width: 2.2em;
|
2008-03-24 17:18:30 +01:00
|
|
|
padding: 0;
|
|
|
|
|
2008-03-23 07:41:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.widefat tbody th.check-column {
|
2008-11-17 19:01:00 +01:00
|
|
|
padding: 7px 0 22px;
|
2008-02-20 10:29:27 +01:00
|
|
|
}
|
2008-11-05 00:15:59 +01:00
|
|
|
|
2008-09-25 15:42:34 +02:00
|
|
|
.widefat .num,
|
2008-11-17 19:01:00 +01:00
|
|
|
.column-comments,
|
|
|
|
.column-links,
|
|
|
|
.column-posts,
|
|
|
|
.column-parent {
|
2008-03-15 00:58:31 +01:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2008-10-24 20:25:46 +02:00
|
|
|
.widefat th#comments {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2008-11-21 07:26:23 +01:00
|
|
|
.wrap {
|
|
|
|
margin: 0 15px 0 5px;
|
2008-03-07 11:05:54 +01:00
|
|
|
}
|
|
|
|
|
2008-11-05 00:15:59 +01:00
|
|
|
.updated,
|
|
|
|
.error {
|
2008-03-07 11:05:54 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2008-03-23 07:41:43 +01:00
|
|
|
padding: 0 0.6em;
|
2008-11-21 07:26:23 +01:00
|
|
|
margin: 5px 15px 2px;
|
2008-11-20 01:56:20 +01:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2008-03-07 11:05:54 +01:00
|
|
|
}
|
|
|
|
|
2008-11-05 00:15:59 +01:00
|
|
|
.updated p,
|
|
|
|
.error p {
|
2008-11-22 09:03:25 +01:00
|
|
|
margin: 0.5em 0;
|
2008-11-29 14:03:03 +01:00
|
|
|
line-height: 1;
|
|
|
|
padding: 2px;
|
2008-03-23 07:41:43 +01:00
|
|
|
}
|
|
|
|
|
2008-11-05 00:15:59 +01:00
|
|
|
.wrap .updated,
|
|
|
|
.wrap .error {
|
2009-05-16 08:53:41 +02:00
|
|
|
margin: 5px 0 15px;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.wrap h2 {
|
2008-11-22 09:03:25 +01:00
|
|
|
font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
2008-11-28 05:33:35 +01:00
|
|
|
margin: 0;
|
2008-11-30 06:16:29 +01:00
|
|
|
padding: 14px 15px 3px 0;
|
2008-11-27 12:53:32 +01:00
|
|
|
line-height: 35px;
|
2008-11-22 09:03:25 +01:00
|
|
|
text-shadow: rgba(255,255,255,1) 0px 1px 0px;
|
2008-02-10 09:10:11 +01:00
|
|
|
}
|
2008-05-08 19:25:07 +02:00
|
|
|
|
|
|
|
.wrap h2.long-header {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|