2011-05-17 07:45:49 +02:00
|
|
|
|
2010-02-20 22:00:19 +01:00
|
|
|
/* 2 column liquid layout */
|
2011-05-17 07:45:49 +02:00
|
|
|
|
|
|
|
#wpcontent {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 165px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-admin #footer {
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-right: 165px;
|
2010-02-20 22:00:19 +01:00
|
|
|
}
|
2011-05-17 07:45:49 +02:00
|
|
|
|
|
|
|
.folded #wpcontent {
|
2010-02-20 22:00:19 +01:00
|
|
|
margin-left: 0;
|
2011-05-17 07:45:49 +02:00
|
|
|
margin-right: 52px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.folded.wp-admin #footer {
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-right: 52px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenuwrap {
|
|
|
|
float: right;
|
2010-02-20 22:00:19 +01:00
|
|
|
}
|
2011-05-17 07:45:49 +02:00
|
|
|
|
|
|
|
#adminmenu {
|
|
|
|
clear: right;
|
|
|
|
}
|
|
|
|
|
2010-02-20 22:00:19 +01:00
|
|
|
/* inner 2 column liquid layout */
|
|
|
|
.inner-sidebar {
|
|
|
|
float: left;
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.has-right-sidebar #post-body {
|
2011-05-17 07:45:49 +02:00
|
|
|
float: right;
|
|
|
|
clear: right;
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: -340px;
|
2010-02-20 22:00:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.has-right-sidebar #post-body-content {
|
2011-05-17 07:45:49 +02:00
|
|
|
margin-right: 0;
|
2010-02-20 22:00:19 +01:00
|
|
|
margin-left: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 2 columns main area */
|
2011-05-17 07:45:49 +02:00
|
|
|
|
2010-02-20 22:00:19 +01:00
|
|
|
#col-right {
|
|
|
|
float: left;
|
|
|
|
clear: left;
|
|
|
|
}
|
2011-05-17 07:45:49 +02:00
|
|
|
|
|
|
|
/* utility classes*/
|
2010-02-20 22:00:19 +01:00
|
|
|
.alignleft {
|
|
|
|
float: right;
|
|
|
|
}
|
2011-05-17 07:45:49 +02:00
|
|
|
|
2010-02-20 22:00:19 +01:00
|
|
|
.alignright {
|
|
|
|
float: left;
|
|
|
|
}
|
2011-05-17 07:45:49 +02:00
|
|
|
|
|
|
|
.textleft {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.textright {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide visually but not from screen readers */
|
|
|
|
.screen-reader-text,
|
|
|
|
.screen-reader-text span {
|
|
|
|
left: auto
|
|
|
|
right: -1000em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* styles for use by people extending the WordPress interface */
|
|
|
|
|
|
|
|
body,
|
|
|
|
td,
|
|
|
|
textarea,
|
|
|
|
input,
|
|
|
|
select {
|
|
|
|
font-family: Tahoma, Arial, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.ul-disc,
|
|
|
|
ul.ul-square,
|
|
|
|
ol.ol-decimal {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 1.8em;
|
|
|
|
}
|
|
|
|
|
2010-02-20 22:00:19 +01:00
|
|
|
.subsubsub {
|
|
|
|
float: right;
|
|
|
|
}
|
2011-05-17 07:45:49 +02:00
|
|
|
|
|
|
|
.widefat thead th:first-of-type {
|
|
|
|
-moz-border-radius-topleft: 0;
|
|
|
|
-moz-border-radius-topright: 3px;
|
|
|
|
-khtml-border-top-left-radius: 0;
|
|
|
|
-khtml-border-top-right-radius: 3px;
|
|
|
|
-webkit-border-top-left-radius: 0;
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widefat thead th:last-of-type {
|
|
|
|
-moz-border-radius-topright: 0;
|
|
|
|
-moz-border-radius-topleft: 3px;
|
|
|
|
-khtml-border-top-right-radius: 0;
|
|
|
|
-khtml-border-top-left-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 0;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
}
|
|
|
|
.widefat tfoot th:first-of-type {
|
|
|
|
-moz-border-radius-bottomleft: 0;
|
|
|
|
-moz-border-radius-bottomright: 3px;
|
|
|
|
-khtml-border-bottom-left-radius: 0;
|
|
|
|
-khtml-border-bottom-right-radius: 3px;
|
|
|
|
-webkit-border-bottom-left-radius: 0;
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
}
|
|
|
|
.widefat tfoot th:last-of-type {
|
|
|
|
-moz-border-radius-bottomright: 0;
|
|
|
|
-moz-border-radius-bottomleft: 3px;
|
|
|
|
-khtml-border-bottom-right-radius: 0;
|
|
|
|
-khtml-border-bottom-left-radius: 3px;
|
|
|
|
-webkit-border-bottom-right-radius: 0;
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2010-02-20 22:00:19 +01:00
|
|
|
.widefat th {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2011-05-17 07:45:49 +02:00
|
|
|
|
2010-02-20 22:00:19 +01:00
|
|
|
.widefat th input {
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
}
|
2011-05-17 07:45:49 +02:00
|
|
|
|
|
|
|
.wrap {
|
|
|
|
margin: 0 0 0 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.wrap h2,
|
|
|
|
.subtitle {
|
|
|
|
font-family: Tahoma, Arial, sans-serif;
|
|
|
|
}
|
2010-02-20 22:00:19 +01:00
|
|
|
.wrap h2 {
|
2011-05-17 07:45:49 +02:00
|
|
|
padding: 9px 0 4px 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrap .add-new-h2 {
|
|
|
|
font-family: Tahoma, Arial, sans-serif;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 4px;
|
2010-02-20 22:00:19 +01:00
|
|
|
}
|
2011-05-17 07:45:49 +02:00
|
|
|
|
2010-02-20 22:00:19 +01:00
|
|
|
.wrap h2.long-header {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|