2012-08-23 02:04:18 +02:00
|
|
|
/* Fixes for IE 7 bugs */
|
|
|
|
|
2012-10-09 21:07:09 +02:00
|
|
|
#dashboard-widgets form .input-text-wrap input,
|
|
|
|
#dashboard-widgets form .textarea-wrap textarea {
|
|
|
|
width: 99%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets form #title {
|
|
|
|
width: 98%;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
.wp-editor-wrap .wp-editor-container textarea.wp-editor-area {
|
|
|
|
width: 97%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body.columns-2 #postbox-container-1 {
|
|
|
|
padding-left: 19px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.welcome-panel .wp-badge {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2012-11-20 02:56:45 +01:00
|
|
|
.welcome-panel .welcome-panel-column:first-child {
|
|
|
|
width: 35%;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#wp-fullscreen-title {
|
|
|
|
width: 97%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp_mce_fullscreen_ifr {
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-tagline {
|
|
|
|
color: #888;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenushadow {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenuback {
|
|
|
|
left: 0;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenuwrap {
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2012-10-19 23:32:34 +02:00
|
|
|
#adminmenu,
|
|
|
|
#adminmenu a {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#adminmenu li.wp-menu-separator,
|
|
|
|
#adminmenu li.wp-menu-separator-last {
|
|
|
|
font-size: 1px;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu a.menu-top {
|
|
|
|
border-bottom: 0 none;
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .separator {
|
|
|
|
font-size: 1px;
|
|
|
|
line-height: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-submenu ul {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2012-10-19 23:32:34 +02:00
|
|
|
.folded #adminmenu .wp-submenu {
|
|
|
|
border-top-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-submenu .wp-submenu-head {
|
|
|
|
border-top-color: #ddd;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
.folded #adminmenu .wp-submenu ul {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.menu-top {
|
|
|
|
margin-bottom: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-menu-arrow {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.js.folded #adminmenu li.menu-top {
|
|
|
|
display: block;
|
|
|
|
zoom: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#adminmenu {
|
|
|
|
z-index: 99;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.menu-top a.menu-top {
|
|
|
|
min-width: auto;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpcontent #adminmenu li.wp-has-current-submenu a.wp-has-submenu {
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpcontent #adminmenu .wp-submenu li {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#collapse-menu {
|
|
|
|
line-height: 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-comments-icon {
|
|
|
|
padding-top: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.fixed th,
|
|
|
|
table.fixed td {
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content input.button,
|
|
|
|
#wpbody-content input.button-primary,
|
2012-09-08 06:58:34 +02:00
|
|
|
#wpbody-content input.button-secondary {
|
2012-08-23 02:04:18 +02:00
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets #dashboard_quick_press form p.submit #publish {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets h3 a {
|
|
|
|
height: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_browser_nag {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_browser_nag .browser-icon {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav-pages .current-page {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .postbox {
|
|
|
|
border: 1px solid #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .postbox h3 {
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.major-publishing-actions,
|
|
|
|
.wp-submenu,
|
|
|
|
.wp-submenu li,
|
|
|
|
#template,
|
|
|
|
#template div,
|
|
|
|
#editcat,
|
|
|
|
#addcat {
|
|
|
|
zoom: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-menu-arrow {
|
|
|
|
height: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submitbox {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Inline Editor */
|
|
|
|
#wpbody-content .quick-edit-row-post .inline-edit-col-left {
|
|
|
|
width: 39%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .inline-edit-row-post .inline-edit-col-center {
|
|
|
|
width: 19%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .quick-edit-row-page .inline-edit-col-left {
|
|
|
|
width: 49%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .bulk-edit-row .inline-edit-col-left {
|
|
|
|
width: 29%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row p.submit {
|
|
|
|
zoom: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label span.title {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label span.input-text-wrap {
|
|
|
|
margin-left: 0;
|
|
|
|
zoom: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .inline-edit-row fieldset label span.input-text-wrap input {
|
|
|
|
line-height: 130%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .inline-edit-row .input-text-wrap input {
|
|
|
|
width: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .inline-edit-row .input-text-wrap input.inline-edit-password-input {
|
|
|
|
width: 8em;
|
|
|
|
}
|
|
|
|
/* end Inline Editor */
|
|
|
|
|
|
|
|
#titlediv #title {
|
|
|
|
width: 98%;
|
|
|
|
}
|
|
|
|
|
2012-10-26 21:40:39 +02:00
|
|
|
.button,
|
2012-10-24 03:33:59 +02:00
|
|
|
input[type="reset"],
|
|
|
|
input[type="button"],
|
|
|
|
input[type="submit"] {
|
2012-10-26 21:40:39 +02:00
|
|
|
padding: 0 8px;
|
|
|
|
line-height: 20px;
|
|
|
|
height: auto;
|
2012-10-24 03:33:59 +02:00
|
|
|
}
|
|
|
|
|
2012-10-26 21:40:39 +02:00
|
|
|
.button.button-large,
|
2012-10-24 03:33:59 +02:00
|
|
|
input[type="reset"].button-large,
|
|
|
|
input[type="button"].button-large,
|
|
|
|
input[type="submit"].button-large {
|
2012-10-26 21:40:39 +02:00
|
|
|
padding: 0 10px;
|
|
|
|
line-height: 24px;
|
|
|
|
height: auto;
|
2012-10-24 03:33:59 +02:00
|
|
|
}
|
|
|
|
|
2012-10-26 21:40:39 +02:00
|
|
|
.button.button-small,
|
2012-10-24 03:33:59 +02:00
|
|
|
input[type="reset"].button-small,
|
|
|
|
input[type="button"].button-small,
|
|
|
|
input[type="submit"].button-small {
|
2012-10-26 21:40:39 +02:00
|
|
|
padding: 0 6px;
|
|
|
|
line-height: 16px;
|
|
|
|
height: auto;
|
2012-10-24 03:33:59 +02:00
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
a.button {
|
|
|
|
margin: 1px;
|
2012-10-26 21:40:39 +02:00
|
|
|
padding: 1px 9px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.button.button-large {
|
|
|
|
padding: 1px 11px 2px;
|
2012-10-24 03:33:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.button.button-small {
|
2012-10-26 21:40:39 +02:00
|
|
|
padding: 1px 7px 2px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#screen-options-wrap {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list .comment-item,
|
|
|
|
#post-status-info,
|
|
|
|
#wpwrap,
|
|
|
|
#wrap,
|
|
|
|
#postdivrich,
|
|
|
|
#postdiv,
|
|
|
|
#poststuff,
|
|
|
|
.metabox-holder,
|
|
|
|
#titlediv,
|
|
|
|
#post-body,
|
|
|
|
#editorcontainer,
|
|
|
|
.tablenav,
|
|
|
|
.widget-liquid-left,
|
|
|
|
.widget-liquid-right,
|
|
|
|
#widgets-left,
|
|
|
|
.widgets-sortables,
|
|
|
|
#dragHelper,
|
|
|
|
.widget .widget-top,
|
|
|
|
.widget-control-actions,
|
|
|
|
.tagchecklist,
|
|
|
|
#col-container,
|
|
|
|
#col-left,
|
|
|
|
#col-right,
|
|
|
|
.fileedit-sub {
|
|
|
|
display: block;
|
|
|
|
zoom: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.search-box {
|
|
|
|
position: static;
|
|
|
|
float: right;
|
|
|
|
margin: -3px 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#widget-list .widget,
|
|
|
|
.feature-filter .feature-group li {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-filter .feature-group li input {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editorcontainer #content {
|
|
|
|
overflow: auto;
|
|
|
|
margin: auto;
|
|
|
|
width: 98%;
|
|
|
|
}
|
|
|
|
|
|
|
|
form#template div {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-editor-container .quicktags-toolbar input {
|
|
|
|
overflow: visible;
|
|
|
|
padding: 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff h2 {
|
|
|
|
font-size: 1.6em;
|
|
|
|
}
|
|
|
|
|
2012-11-07 22:34:45 +01:00
|
|
|
#poststuff .inside #parent_id,
|
|
|
|
#poststuff .inside #page_template,
|
|
|
|
.inline-edit-row #post_parent,
|
|
|
|
.inline-edit-row select[name="page_template"] {
|
|
|
|
width: 250px;
|
|
|
|
}
|
|
|
|
|
2012-11-07 22:56:50 +01:00
|
|
|
#submitdiv input,
|
|
|
|
#submitdiv select,
|
|
|
|
#submitdiv a.button {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#bh {
|
|
|
|
margin: 7px 10px 0 0;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* without this dashboard widgets appear in one column for some screen widths */
|
|
|
|
div#dashboard-widgets {
|
|
|
|
padding-right: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagchecklist span, .tagchecklist span a {
|
|
|
|
display: inline-block;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagchecklist span a {
|
|
|
|
margin: 4px 0 0 -9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .button-secondary,
|
|
|
|
.nav .button-secondary {
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav select {
|
|
|
|
font-size: 13px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .actions select {
|
|
|
|
width: 155px;
|
|
|
|
}
|
|
|
|
|
2012-11-06 23:29:48 +01:00
|
|
|
.subsubsub li {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2013-04-26 17:42:15 +02:00
|
|
|
a.post-state-format {
|
|
|
|
text-indent: 0;
|
|
|
|
line-height: 0;
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
table.ie-fixed {
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
|
|
|
|
2012-08-28 07:48:58 +02:00
|
|
|
.widefat tr,
|
|
|
|
.widefat th {
|
2012-08-23 02:04:18 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widefat th input {
|
|
|
|
margin: 0 0 0 5px;
|
|
|
|
}
|
|
|
|
|
2012-08-28 07:48:58 +02:00
|
|
|
.widefat thead .check-column,
|
|
|
|
.widefat tfoot .check-column {
|
|
|
|
padding-top: 6px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2012-08-28 07:48:58 +02:00
|
|
|
.widefat tbody th.check-column,
|
|
|
|
.media.widefat tbody th.check-column {
|
|
|
|
padding: 4px 0 0;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.widefat {
|
|
|
|
empty-cells: show;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav a.button-secondary {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 2px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inactive-sidebar .widgets-sortables {
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#available-widgets .widget-holder {
|
|
|
|
padding-bottom: 65px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#widgets-left .inactive {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget-liquid-right .widget,
|
|
|
|
.inactive-sidebar .widget {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inactive-sidebar .widget {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpcontent .button-primary-disabled {
|
|
|
|
color: #9FD0D5;
|
|
|
|
background: #298CBA;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list .unapproved tr,
|
|
|
|
#the-comment-list .unapproved td {
|
|
|
|
background-color: #ffffe0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-submit {
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav-menus-frame,
|
|
|
|
#wpbody,
|
|
|
|
.menu li {
|
|
|
|
zoom: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#update-nav-menu #post-body {
|
|
|
|
overflow:hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu li {
|
|
|
|
min-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu li.sortable-placeholder {
|
|
|
|
min-width: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap img.element-screenshot {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .feature-section img,
|
|
|
|
.about-wrap .feature-section .image-mask {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .feature-section.three-col img {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.available-theme {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.available-theme ul {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2012-11-21 23:34:08 +01:00
|
|
|
.available-theme .action-links li {
|
|
|
|
padding-right: 7px;
|
|
|
|
margin-right: 7px;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
.about-wrap .three-col-images img {
|
|
|
|
margin: 0 0.6% 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .three-col-images .last-feature,
|
|
|
|
.about-wrap .three-col-images .first-feature {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* IE6 leftovers */
|
|
|
|
* html .row-actions {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html div.widget-liquid-left,
|
|
|
|
* html div.widget-liquid-right {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #editorcontainer {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #poststuff h2 {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html .stuffbox,
|
|
|
|
* html .stuffbox input,
|
|
|
|
* html .stuffbox textarea {
|
|
|
|
border: 1px solid #DFDFDF;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html .feature-filter .feature-group li {
|
|
|
|
width: 145px;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html div.widget-liquid-left {
|
|
|
|
width: 99%;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html .widgets-sortables {
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html a#content_resize {
|
|
|
|
right: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html .widget-title h4 {
|
|
|
|
width: 205px;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #removing-widget .in-widget-title {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html .media-item .pinkynail {
|
|
|
|
height: 32px;
|
|
|
|
width: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html .describe .field input.text,
|
|
|
|
* html .describe .field textarea {
|
|
|
|
width: 440px;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html input {
|
|
|
|
border: 1px solid #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html .edit-box {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html .postbox-container .meta-box-sortables {
|
|
|
|
height: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #wpbody-content #screen-options-link-wrap {
|
|
|
|
display: inline-block;
|
|
|
|
width: 150px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #wpbody-content #contextual-help-link-wrap {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #adminmenu {
|
|
|
|
margin-left: -80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html .folded #adminmenu {
|
|
|
|
margin-left: -22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #wpcontent #adminmenu li.menu-top {
|
|
|
|
display: inline;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2012-09-17 01:03:35 +02:00
|
|
|
* html #wpfooter {
|
2012-08-23 02:04:18 +02:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #adminmenu div.wp-menu-image {
|
|
|
|
height: 29px;
|
|
|
|
}
|