2010-11-01 12:30:27 -04:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
Hello, this is the main WordPress admin CSS file.
|
|
|
|
All the important stuff is in here.
|
|
|
|
|
|
|
|
|
|
|
|
TABLE OF CONTENTS:
|
|
|
|
------------------
|
|
|
|
1.0 - Text Elements
|
|
|
|
2.0 - Forms
|
|
|
|
3.0 - Actions
|
|
|
|
4.0 - Notifications
|
|
|
|
5.0 - TinyMCE
|
|
|
|
6.0 - Admin Header
|
2011-10-15 03:46:58 -04:00
|
|
|
6.1 - Screen Options Tabs
|
|
|
|
6.2 - Help Menu
|
2010-11-01 12:30:27 -04:00
|
|
|
7.0 - Main Navigation
|
|
|
|
8.0 - Layout Blocks
|
|
|
|
9.0 - Dashboard
|
|
|
|
10.0 - List Posts
|
|
|
|
10.1 - Inline Editing
|
|
|
|
11.0 - Write/Edit Post Screen
|
|
|
|
11.1 - Custom Fields
|
|
|
|
11.2 - Post Revisions
|
|
|
|
12.0 - Categories
|
|
|
|
13.0 - Tags
|
|
|
|
14.0 - Media Screen
|
2011-11-10 15:33:26 -05:00
|
|
|
14.1 - Media Library
|
2010-11-01 12:30:27 -04:00
|
|
|
14.2 - Image Editor
|
|
|
|
15.0 - Comments Screen
|
|
|
|
16.0 - Themes
|
|
|
|
16.1 - Custom Header
|
|
|
|
16.2 - Custom Background
|
|
|
|
16.3 - Tabbed Admin Screen Interface
|
|
|
|
17.0 - Plugins
|
|
|
|
18.0 - Users
|
|
|
|
19.0 - Tools
|
|
|
|
20.0 - Settings
|
|
|
|
21.0 - Admin Footer
|
2011-11-03 19:32:44 -04:00
|
|
|
22.0 - About Pages
|
2012-03-06 22:19:35 -05:00
|
|
|
23.0 - Full Overlay w/ Sidebar
|
|
|
|
24.0 - Customize Loader
|
|
|
|
25.0 - Misc
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
------------------------------------------------------------------------*/
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* 2 column liquid layout */
|
|
|
|
#wpwrap {
|
|
|
|
height: auto;
|
|
|
|
min-height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
position: relative;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#wpcontent {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#wpcontent,
|
|
|
|
#footer {
|
|
|
|
margin-left: 165px;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-10-05 02:39:30 -04:00
|
|
|
.folded #wpcontent,
|
|
|
|
.folded #footer {
|
2011-08-20 23:46:43 -04:00
|
|
|
margin-left: 52px;
|
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#wpbody-content {
|
2011-10-11 02:25:25 -04:00
|
|
|
padding-bottom: 65px;
|
2011-08-20 23:46:43 -04:00
|
|
|
float: left;
|
|
|
|
width: 100%;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#adminmenuback,
|
|
|
|
#adminmenuwrap,
|
|
|
|
#adminmenu,
|
2011-10-05 02:39:30 -04:00
|
|
|
#adminmenu .wp-submenu,
|
|
|
|
#adminmenu .wp-submenu-wrap,
|
|
|
|
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
2011-08-20 23:46:43 -04:00
|
|
|
width: 145px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#adminmenuback {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: -1;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#adminmenu {
|
|
|
|
clear: left;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-10-05 02:39:30 -04:00
|
|
|
.folded #adminmenuback,
|
|
|
|
.folded #adminmenuwrap,
|
|
|
|
.folded #adminmenu,
|
|
|
|
.folded #adminmenu li.menu-top {
|
2011-08-20 23:46:43 -04:00
|
|
|
width: 32px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* inner 2 column liquid layout */
|
2012-06-11 19:41:59 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.inner-sidebar {
|
|
|
|
float: right;
|
|
|
|
clear: right;
|
|
|
|
display: none;
|
2011-11-05 13:03:17 -04:00
|
|
|
width: 281px;
|
2011-08-20 23:46:43 -04:00
|
|
|
position: relative;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-10-06 04:43:01 -04:00
|
|
|
.columns-2 .inner-sidebar {
|
2011-09-21 02:16:24 -04:00
|
|
|
margin-right: auto;
|
|
|
|
width: 286px;
|
|
|
|
display: block;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-09-21 17:44:44 -04:00
|
|
|
.inner-sidebar #side-sortables,
|
2011-09-21 02:16:24 -04:00
|
|
|
.columns-2 .inner-sidebar #side-sortables {
|
2011-09-21 17:44:44 -04:00
|
|
|
min-height: 300px;
|
2011-09-21 02:16:24 -04:00
|
|
|
width: 280px;
|
|
|
|
padding: 0;
|
2011-08-22 15:41:11 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.has-right-sidebar .inner-sidebar {
|
2010-11-01 12:30:27 -04:00
|
|
|
display: block;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.has-right-sidebar #post-body {
|
|
|
|
float: left;
|
|
|
|
clear: left;
|
|
|
|
width: 100%;
|
2011-08-25 18:55:39 -04:00
|
|
|
margin-right: -2000px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.has-right-sidebar #post-body-content {
|
|
|
|
margin-right: 300px;
|
2012-06-11 19:54:13 -04:00
|
|
|
float: none;
|
|
|
|
width: auto;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* 2 columns main area */
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-10-06 10:37:55 -04:00
|
|
|
#col-container,
|
|
|
|
#col-left,
|
|
|
|
#col-right {
|
2011-08-20 23:46:43 -04:00
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#col-left {
|
2011-10-06 10:37:55 -04:00
|
|
|
width: 35%;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#col-right {
|
|
|
|
float: right;
|
|
|
|
clear: right;
|
2011-10-06 10:37:55 -04:00
|
|
|
width: 65%;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-10-06 04:43:01 -04:00
|
|
|
.col-wrap {
|
|
|
|
padding: 0 7px;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* utility classes */
|
|
|
|
.alignleft {
|
|
|
|
float: left;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.alignright {
|
|
|
|
float: right;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.textleft {
|
|
|
|
text-align: left;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.textright {
|
|
|
|
text-align: right;
|
2010-08-11 17:54:51 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.clear {
|
|
|
|
clear: both;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Hide visually but not from screen readers */
|
|
|
|
.screen-reader-text,
|
|
|
|
.screen-reader-text span {
|
|
|
|
position: absolute;
|
|
|
|
left: -1000em;
|
|
|
|
height: 1px;
|
|
|
|
width: 1px;
|
|
|
|
overflow: hidden;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2012-08-05 17:37:57 -04:00
|
|
|
.screen-reader-shortcut:focus {
|
|
|
|
left: 5px;
|
|
|
|
top: 5px;
|
|
|
|
height: auto;
|
|
|
|
width: auto;
|
|
|
|
display: block;
|
|
|
|
padding: 10px 15px;
|
|
|
|
background: #fff;
|
|
|
|
color: #000;
|
|
|
|
border: 2px solid #333;
|
|
|
|
border-radius: 3px;
|
|
|
|
z-index: 100000;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.hidden,
|
2011-09-14 16:23:33 -04:00
|
|
|
.js .closed .inside,
|
2011-08-20 23:46:43 -04:00
|
|
|
.js .hide-if-js,
|
|
|
|
.no-js .hide-if-no-js {
|
2011-09-14 16:23:33 -04:00
|
|
|
display: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* include margin and padding in the width calculation of input and textarea */
|
|
|
|
input[type="text"],
|
|
|
|
input[type="password"],
|
2012-03-09 20:23:48 -05:00
|
|
|
input[type="number"],
|
|
|
|
input[type="search"],
|
|
|
|
input[type="email"],
|
|
|
|
input[type="url"],
|
2011-08-20 23:46:43 -04:00
|
|
|
textarea {
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-ms-box-sizing: border-box; /* ie8 only */
|
|
|
|
box-sizing: border-box;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
input[type="checkbox"],
|
|
|
|
input[type="radio"] {
|
2012-04-03 22:45:30 -04:00
|
|
|
vertical-align: text-top;
|
|
|
|
padding: 0;
|
|
|
|
margin: 1px 0 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2012-03-09 20:23:48 -05:00
|
|
|
input[type="search"] {
|
|
|
|
-webkit-appearance: textfield;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="search"]::-webkit-search-decoration {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* general */
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.4em;
|
2011-09-19 23:02:53 -04:00
|
|
|
min-width: 600px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.iframe {
|
|
|
|
min-width: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-09-21 14:47:12 -04:00
|
|
|
body.login {
|
|
|
|
background: #fbfbfb;
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
|
2011-10-13 02:27:32 -04:00
|
|
|
iframe,
|
|
|
|
img {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
td,
|
|
|
|
textarea,
|
|
|
|
input,
|
|
|
|
select {
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
font-weight: inherit;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
td,
|
|
|
|
textarea {
|
|
|
|
line-height: inherit;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
input,
|
|
|
|
select {
|
|
|
|
line-height: 15px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
a,
|
|
|
|
input,
|
2012-07-23 18:49:50 -04:00
|
|
|
select,
|
|
|
|
#wpbody-content {
|
2011-08-20 23:46:43 -04:00
|
|
|
outline: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
blockquote,
|
|
|
|
q {
|
|
|
|
quotes: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
blockquote:before,
|
|
|
|
blockquote:after,
|
|
|
|
q:before,
|
|
|
|
q:after {
|
|
|
|
content: '';
|
|
|
|
content: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 1em 0;
|
2010-09-22 13:23:00 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
blockquote {
|
|
|
|
margin: 1em;
|
2010-09-22 13:23:00 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
label {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
li,
|
|
|
|
dd {
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
textarea,
|
|
|
|
input,
|
|
|
|
select {
|
|
|
|
margin: 1px;
|
|
|
|
padding: 3px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-09-21 18:23:09 -04:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
h1 {
|
2011-09-21 18:23:09 -04:00
|
|
|
font-size: 2em;
|
|
|
|
margin: .67em 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
h2 {
|
2011-09-21 18:23:09 -04:00
|
|
|
font-size: 1.5em;
|
|
|
|
margin: .83em 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
h3 {
|
2011-09-21 18:23:09 -04:00
|
|
|
font-size: 1.17em;
|
|
|
|
margin: 1em 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
h4 {
|
2011-09-21 18:23:09 -04:00
|
|
|
font-size: 1em;
|
|
|
|
margin: 1.33em 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
h5 {
|
2011-09-21 18:23:09 -04:00
|
|
|
font-size: 0.83em;
|
|
|
|
margin: 1.67em 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
h6 {
|
2011-09-21 18:23:09 -04:00
|
|
|
font-size: 0.67em;
|
|
|
|
margin: 2.33em 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
ul,
|
|
|
|
ol {
|
|
|
|
padding: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-12-08 17:55:18 -05:00
|
|
|
ul {
|
2011-08-20 23:46:43 -04:00
|
|
|
list-style: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-12-08 17:55:18 -05:00
|
|
|
ol {
|
|
|
|
list-style-type: decimal;
|
|
|
|
margin-left: 2em;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
ul.ul-disc {
|
|
|
|
list-style: disc outside;
|
2011-05-12 01:06:47 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
ul.ul-square {
|
|
|
|
list-style: square outside;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-12-08 17:55:18 -05:00
|
|
|
ol.ol-decimal {
|
|
|
|
list-style: decimal outside;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
ul.ul-disc,
|
|
|
|
ul.ul-square,
|
|
|
|
ol.ol-decimal {
|
|
|
|
margin-left: 1.8em;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
ul.ul-disc > li,
|
|
|
|
ul.ul-square > li,
|
|
|
|
ol.ol-decimal > li {
|
|
|
|
margin: 0 0 0.5em;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.code,
|
|
|
|
code {
|
|
|
|
font-family: Consolas, Monaco, monospace;
|
2010-10-04 16:53:04 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
kbd,
|
|
|
|
code {
|
|
|
|
padding: 1px 3px;
|
|
|
|
margin: 0 1px;
|
|
|
|
font-size: 11px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.subsubsub {
|
|
|
|
list-style: none;
|
|
|
|
margin: 8px 0 5px;
|
|
|
|
padding: 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
font-size: 12px;
|
|
|
|
float: left;
|
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.subsubsub a {
|
|
|
|
line-height: 2;
|
|
|
|
padding: .2em;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.subsubsub a .count,
|
|
|
|
.subsubsub a.current .count {
|
|
|
|
color: #999;
|
|
|
|
font-weight: normal;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.subsubsub a.current {
|
2009-08-20 17:12:33 -04:00
|
|
|
font-weight: bold;
|
2011-08-20 23:46:43 -04:00
|
|
|
background: none;
|
|
|
|
border: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.subsubsub li {
|
|
|
|
display: inline;
|
2009-08-20 17:12:33 -04:00
|
|
|
margin: 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
padding: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-09-19 23:02:53 -04:00
|
|
|
.widefat,
|
|
|
|
div.updated,
|
|
|
|
div.error,
|
|
|
|
.wrap .add-new-h2,
|
|
|
|
textarea,
|
|
|
|
input[type="text"],
|
|
|
|
input[type="password"],
|
|
|
|
input[type="file"],
|
|
|
|
input[type="button"],
|
|
|
|
input[type="submit"],
|
|
|
|
input[type="reset"],
|
2011-09-23 17:12:43 -04:00
|
|
|
input[type="email"],
|
|
|
|
input[type="number"],
|
|
|
|
input[type="search"],
|
|
|
|
input[type="tel"],
|
|
|
|
input[type="url"],
|
2011-09-19 23:02:53 -04:00
|
|
|
select,
|
|
|
|
.tablenav .tablenav-pages a,
|
|
|
|
.tablenav-pages span.current,
|
|
|
|
#titlediv #title,
|
|
|
|
.postbox,
|
|
|
|
#postcustomstuff table,
|
|
|
|
#postcustomstuff input,
|
|
|
|
#postcustomstuff textarea,
|
|
|
|
.imgedit-menu div,
|
|
|
|
.plugin-update-tr .update-message,
|
|
|
|
#poststuff .inside .the-tagcloud,
|
|
|
|
.login form,
|
|
|
|
#login_error,
|
|
|
|
.login .message,
|
|
|
|
#menu-management .menu-edit,
|
|
|
|
.nav-menus-php .list-container,
|
|
|
|
.menu-item-handle,
|
|
|
|
.link-to-original,
|
|
|
|
.nav-menus-php .major-publishing-actions .form-invalid,
|
|
|
|
.press-this #message,
|
|
|
|
#TB_window,
|
|
|
|
.tbtitle,
|
|
|
|
.highlight,
|
|
|
|
.feature-filter,
|
|
|
|
#widget-list .widget-top,
|
|
|
|
.editwidget .widget-inside {
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2011-09-19 23:21:18 -04:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2011-09-19 23:02:53 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* .widefat - main style for tables */
|
|
|
|
.widefat {
|
|
|
|
border-spacing: 0;
|
|
|
|
width: 100%;
|
|
|
|
clear: both;
|
2009-08-20 17:12:33 -04:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widefat * {
|
|
|
|
word-wrap: break-word;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widefat a {
|
|
|
|
text-decoration: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widefat thead th:first-of-type {
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
.widefat thead th:last-of-type {
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
.widefat tfoot th:first-of-type {
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
}
|
|
|
|
.widefat tfoot th:last-of-type {
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widefat td,
|
|
|
|
.widefat th {
|
|
|
|
border-width: 1px 0;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
.widefat tfoot th {
|
|
|
|
border-bottom: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widefat .no-items td {
|
|
|
|
border-bottom-width: 0;
|
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widefat td {
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 4px 7px 2px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widefat td p,
|
|
|
|
.widefat td ol,
|
|
|
|
.widefat td ul {
|
2010-11-01 12:30:27 -04:00
|
|
|
font-size: 12px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widefat th {
|
|
|
|
padding: 7px 7px 8px;
|
|
|
|
text-align: left;
|
|
|
|
line-height: 1.3em;
|
|
|
|
font-size: 14px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widefat th input {
|
|
|
|
margin: 0 0 0 8px;
|
|
|
|
padding: 0;
|
|
|
|
vertical-align: text-top;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widefat .check-column {
|
|
|
|
width: 2.2em;
|
|
|
|
padding: 11px 0 0;
|
|
|
|
vertical-align: top;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
.widefat tbody th.check-column {
|
|
|
|
padding: 9px 0 22px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widefat .num,
|
|
|
|
.column-comments,
|
|
|
|
.column-links,
|
|
|
|
.column-posts {
|
|
|
|
text-align: center;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widefat th#comments {
|
|
|
|
vertical-align: middle;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.wrap {
|
2011-09-16 01:01:54 -04:00
|
|
|
margin: 4px 15px 0 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
div.updated,
|
|
|
|
div.error {
|
|
|
|
padding: 0 0.6em;
|
|
|
|
margin: 5px 15px 2px;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
div.updated p,
|
|
|
|
div.error p {
|
|
|
|
margin: 0.5em 0;
|
|
|
|
padding: 2px;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.wrap div.updated,
|
2011-11-01 07:56:20 -04:00
|
|
|
.wrap div.error,
|
|
|
|
.media-upload-form div.error {
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 5px 0 15px;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.wrap h2,
|
|
|
|
.subtitle {
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 0;
|
2011-10-03 12:36:19 -04:00
|
|
|
text-shadow: #fff 0 1px 0;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.wrap h2 {
|
|
|
|
font-size: 23px;
|
|
|
|
padding: 9px 15px 4px 0;
|
|
|
|
line-height: 29px;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.subtitle {
|
|
|
|
font-size: 14px;
|
|
|
|
padding-left: 25px;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.wrap .add-new-h2 {
|
|
|
|
font-family: sans-serif;
|
|
|
|
margin-left: 4px;
|
|
|
|
padding: 3px 8px;
|
2011-04-24 21:01:34 -04:00
|
|
|
position: relative;
|
2011-08-20 23:46:43 -04:00
|
|
|
top: -3px;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 12px;
|
2011-09-19 23:21:18 -04:00
|
|
|
border: 0 none;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.wrap h2.long-header {
|
|
|
|
padding-right: 0;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
1.0 - Text Styles
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
2011-10-03 12:36:19 -04:00
|
|
|
div.sidebar-name h3,
|
|
|
|
#menu-management .nav-tab,
|
2011-12-22 19:25:09 -05:00
|
|
|
#dashboard_plugins h5,
|
2011-10-03 12:36:19 -04:00
|
|
|
a.rsswidget,
|
|
|
|
#dashboard_right_now td.b,
|
|
|
|
#dashboard-widgets h4,
|
|
|
|
.tool-box .title,
|
|
|
|
#poststuff h3,
|
|
|
|
.metabox-holder h3,
|
|
|
|
.pressthis a,
|
|
|
|
#your-profile legend,
|
|
|
|
.inline-edit-row fieldset span.title,
|
|
|
|
.inline-edit-row fieldset span.checkbox-title,
|
|
|
|
.tablenav .displaying-num,
|
|
|
|
.widefat th,
|
|
|
|
.quicktags,
|
|
|
|
.search {
|
|
|
|
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 .nav-tab,
|
|
|
|
.wrap h2,
|
|
|
|
.subtitle,
|
|
|
|
.login form .input {
|
|
|
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.quicktags,
|
|
|
|
.search {
|
2011-10-03 12:36:19 -04:00
|
|
|
font-size: 12px;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.icon32 {
|
2011-04-24 21:01:34 -04:00
|
|
|
float: left;
|
2011-08-20 23:46:43 -04:00
|
|
|
height: 34px;
|
|
|
|
margin: 7px 8px 0 0;
|
|
|
|
width: 36px;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
2011-11-04 21:17:50 -04:00
|
|
|
.icon16 {
|
|
|
|
height: 18px;
|
|
|
|
width: 18px;
|
|
|
|
padding: 6px 6px;
|
|
|
|
margin: -6px 0 0 -8px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.key-labels label {
|
|
|
|
line-height: 24px;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.pre {
|
|
|
|
/* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
|
|
|
|
white-space: pre-wrap; /* css-3 */
|
|
|
|
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
|
|
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
|
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
2011-05-02 04:10:23 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.howto {
|
|
|
|
font-style: italic;
|
|
|
|
display: block;
|
|
|
|
font-family: sans-serif;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
p.install-help {
|
|
|
|
margin: 8px 0;
|
|
|
|
font-style: italic;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
2011-11-22 16:47:28 -05:00
|
|
|
.no-break {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2011-04-24 21:01:34 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
2.0 - Forms
|
|
|
|
------------------------------------------------------------------------------*/
|
2011-05-02 04:10:23 -04:00
|
|
|
|
2011-08-28 16:48:05 -04:00
|
|
|
|
|
|
|
.wp-admin select {
|
|
|
|
padding: 2px;
|
|
|
|
height: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-admin select[multiple] {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
select option {
|
|
|
|
padding: 2px;
|
2011-05-02 04:10:23 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.submit {
|
|
|
|
padding: 1.5em 0;
|
|
|
|
margin: 5px 0;
|
2011-05-06 15:00:53 -04:00
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
2011-08-20 23:46:43 -04:00
|
|
|
border-bottom-left-radius: 3px;
|
2011-05-06 15:00:53 -04:00
|
|
|
border-bottom-right-radius: 3px;
|
2011-05-02 04:10:23 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
form p.submit a.cancel:hover {
|
|
|
|
text-decoration: none;
|
2011-05-02 04:10:23 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.submit input,
|
|
|
|
.button,
|
|
|
|
input.button,
|
|
|
|
.button-primary,
|
|
|
|
input.button-primary,
|
|
|
|
.button-secondary,
|
|
|
|
input.button-secondary,
|
|
|
|
.button-highlighted,
|
|
|
|
input.button-highlighted,
|
|
|
|
#postcustomstuff .submit input {
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 12px !important;
|
|
|
|
line-height: 13px;
|
|
|
|
padding: 3px 8px;
|
|
|
|
cursor: pointer;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
-webkit-border-radius: 11px;
|
|
|
|
border-radius: 11px;
|
|
|
|
-moz-box-sizing: content-box;
|
|
|
|
-webkit-box-sizing: content-box;
|
|
|
|
box-sizing: content-box;
|
2011-05-02 04:10:23 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#minor-publishing-actions input,
|
|
|
|
#major-publishing-actions input,
|
|
|
|
#minor-publishing-actions .preview {
|
|
|
|
min-width: 80px;
|
|
|
|
text-align: center;
|
2011-05-02 04:10:23 -04:00
|
|
|
}
|
|
|
|
|
2011-08-28 16:48:05 -04:00
|
|
|
textarea.all-options,
|
|
|
|
input.all-options {
|
2011-08-20 23:46:43 -04:00
|
|
|
width: 250px;
|
2011-05-02 04:10:23 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
input.large-text,
|
|
|
|
textarea.large-text {
|
|
|
|
width: 99%;
|
2011-05-02 04:10:23 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
input.regular-text,
|
|
|
|
#adduser .form-field input {
|
|
|
|
width: 25em;
|
2011-05-02 04:10:23 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
input.small-text {
|
2012-03-16 00:28:32 -04:00
|
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="number"].small-text {
|
2012-03-09 20:23:48 -05:00
|
|
|
width: 60px;
|
2011-05-02 04:10:23 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#doaction,
|
|
|
|
#doaction2,
|
|
|
|
#post-query-submit {
|
|
|
|
margin-right: 8px;
|
2011-05-02 04:10:23 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.tablenav select[name="action"],
|
|
|
|
.tablenav select[name="action2"] {
|
|
|
|
width: 130px;
|
2011-05-17 13:33:22 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.tablenav select[name="m"] {
|
|
|
|
width: 155px;
|
2011-05-17 13:33:22 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.tablenav select#cat {
|
|
|
|
width: 170px;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#wpcontent option {
|
|
|
|
padding: 2px;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#timezone_string option {
|
|
|
|
margin-left: 1em;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
label,
|
|
|
|
#your-profile label + a {
|
|
|
|
vertical-align: middle;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#misc-publishing-actions label {
|
|
|
|
vertical-align: baseline;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#pass-strength-result {
|
2011-05-11 03:05:47 -04:00
|
|
|
border-style: solid;
|
2011-05-11 20:22:22 -04:00
|
|
|
border-width: 1px;
|
2011-08-20 23:46:43 -04:00
|
|
|
float: left;
|
|
|
|
margin: 13px 5px 5px 1px;
|
|
|
|
padding: 3px 5px;
|
|
|
|
text-align: center;
|
|
|
|
width: 200px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.indicator-hint {
|
|
|
|
padding-top: 8px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
p.search-box {
|
|
|
|
float: right;
|
2011-05-11 03:05:47 -04:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2012-02-10 03:45:17 -05:00
|
|
|
input[type="text"].ui-autocomplete-loading {
|
|
|
|
background: transparent url('../images/loading.gif') no-repeat right center;
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#add-to-blog-users {
|
|
|
|
margin: 0 0 0 14px;
|
|
|
|
}
|
|
|
|
|
2012-05-02 17:33:43 -04:00
|
|
|
.ui-autocomplete-input.open {
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
2012-02-10 03:45:17 -05:00
|
|
|
.ui-autocomplete {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 10000;
|
2012-05-02 17:33:43 -04:00
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
2012-02-10 03:45:17 -05:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-autocomplete li {
|
2012-05-02 17:33:43 -04:00
|
|
|
margin-bottom: 0;
|
2012-02-10 03:45:17 -05:00
|
|
|
white-space: nowrap;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-autocomplete li a {
|
|
|
|
display: block;
|
|
|
|
height: 100%;
|
2012-05-02 17:33:43 -04:00
|
|
|
padding: 4px 10px;
|
2012-02-10 03:45:17 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ui-autocomplete li a.ui-state-hover {
|
2012-03-24 00:54:58 -04:00
|
|
|
cursor: pointer;
|
2012-02-10 03:45:17 -05:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
3.0 - Actions
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
#major-publishing-actions {
|
|
|
|
padding: 10px 10px 8px;
|
|
|
|
clear: both;
|
2012-03-02 14:52:23 -05:00
|
|
|
border-top: 1px solid #f5f5f5;
|
|
|
|
margin-top: -2px;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#delete-action {
|
|
|
|
line-height: 25px;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: left;
|
|
|
|
float: left;
|
2011-05-11 03:05:47 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
#publishing-action {
|
|
|
|
text-align: right;
|
|
|
|
float: right;
|
|
|
|
line-height: 23px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#misc-publishing-actions {
|
|
|
|
padding: 6px 0 0;
|
2011-05-06 19:06:24 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.misc-pub-section {
|
|
|
|
padding: 6px 10px 8px;
|
|
|
|
border-width: 1px 0;
|
|
|
|
border-style: solid;
|
2011-05-06 19:06:24 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.misc-pub-section:first-child {
|
|
|
|
border-top-width: 0;
|
2011-05-06 19:06:24 -04:00
|
|
|
}
|
2012-03-02 14:52:23 -05:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.misc-pub-section-last {
|
|
|
|
border-bottom-width: 0;
|
2011-05-06 19:06:24 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#minor-publishing-actions {
|
|
|
|
padding: 10px 10px 2px 8px;
|
|
|
|
text-align: right;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#minor-publishing {
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
-webkit-box-shadow: 0 1px 0 #fff;
|
|
|
|
box-shadow: 0 1px 0 #fff;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#save-post {
|
2010-11-01 12:30:27 -04:00
|
|
|
float: left;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#minor-publishing .ajax-loading {
|
|
|
|
padding: 3px 0 0 4px;
|
2010-11-01 12:30:27 -04:00
|
|
|
float: left;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.preview {
|
|
|
|
float: right;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#sticky-span {
|
|
|
|
margin-left: 18px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.side-info {
|
2011-05-04 16:15:05 -04:00
|
|
|
margin: 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
padding: 4px;
|
2010-11-01 12:30:27 -04:00
|
|
|
font-size: 11px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.side-info h5 {
|
|
|
|
padding-bottom: 7px;
|
|
|
|
font-size: 14px;
|
|
|
|
margin: 12px 2px 5px;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.side-info ul {
|
|
|
|
margin: 0;
|
|
|
|
padding-left: 18px;
|
|
|
|
list-style: square;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
a.button,
|
|
|
|
a.button-primary,
|
|
|
|
a.button-secondary {
|
|
|
|
line-height: 15px;
|
|
|
|
padding: 3px 10px;
|
|
|
|
white-space: nowrap;
|
|
|
|
-webkit-border-radius: 10px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-09-21 18:23:09 -04:00
|
|
|
.approve,
|
|
|
|
.unapproved .unapprove {
|
2011-08-20 23:46:43 -04:00
|
|
|
display: none;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.unapproved .approve,
|
|
|
|
.spam .approve,
|
|
|
|
.trash .approve {
|
|
|
|
display: inline;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
td.action-links,
|
|
|
|
th.action-links {
|
|
|
|
text-align: right;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.describe .del-link {
|
|
|
|
padding-left: 5px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
4.0 - Notifications
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
2011-11-03 13:08:12 -04:00
|
|
|
#update-nag,
|
|
|
|
.update-nag {
|
2011-08-20 23:46:43 -04:00
|
|
|
line-height: 19px;
|
|
|
|
padding: 5px 0;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
2011-11-03 19:41:45 -04:00
|
|
|
margin: -1px 15px 0 5px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2010-11-01 12:30:27 -04:00
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
2011-08-20 23:46:43 -04:00
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
2011-04-28 12:51:12 -04:00
|
|
|
border-bottom-right-radius: 3px;
|
2011-08-20 23:46:43 -04:00
|
|
|
border-bottom-left-radius: 3px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.plugins .plugin-update {
|
|
|
|
padding: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.plugin-update .update-message {
|
|
|
|
margin: 0 10px 8px 31px;
|
|
|
|
font-weight: bold;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
ul#dismissed-updates {
|
|
|
|
display: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
2011-09-21 18:23:09 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
form.upgrade {
|
|
|
|
margin-top: 8px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
form.upgrade .hint {
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 85%;
|
|
|
|
margin: -0.5em 0 2em 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.ajax-feedback {
|
|
|
|
visibility: hidden;
|
|
|
|
vertical-align: bottom;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#ajax-response.alignleft {
|
|
|
|
margin-left: 2em;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
6.0 - Admin Header
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
#adminmenu a,
|
|
|
|
#sidemenu a,
|
|
|
|
#taglist a,
|
2011-10-15 03:46:58 -04:00
|
|
|
#catlist a {
|
2011-08-20 23:46:43 -04:00
|
|
|
text-decoration: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/*------------------------------------------------------------------------------
|
2011-10-15 03:46:58 -04:00
|
|
|
6.1 - Screen Options Tabs
|
2011-08-20 23:46:43 -04:00
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
2011-09-16 03:10:04 -04:00
|
|
|
#screen-options-wrap,
|
|
|
|
#contextual-help-wrap {
|
|
|
|
margin: 0;
|
|
|
|
padding: 8px 20px 12px;
|
2011-11-03 13:08:12 -04:00
|
|
|
position: relative;
|
|
|
|
overflow: auto;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#screen-meta .screen-reader-text {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2011-11-03 16:26:09 -04:00
|
|
|
#screen-meta-links {
|
|
|
|
margin: 0 24px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* screen options and help tabs revert */
|
|
|
|
#screen-meta {
|
2011-11-03 19:30:55 -04:00
|
|
|
display: none;
|
2011-11-19 20:03:17 -05:00
|
|
|
position: relative;
|
2011-11-03 16:26:09 -04:00
|
|
|
margin: 0 15px 0 5px;
|
|
|
|
border-width: 0 1px 1px;
|
|
|
|
border-style: none solid solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#screen-options-link-wrap,
|
|
|
|
#contextual-help-link-wrap {
|
|
|
|
float: right;
|
2012-03-02 14:47:08 -05:00
|
|
|
height: 23px;
|
2011-11-03 16:26:09 -04:00
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 0 6px;
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
#screen-options-link-wrap,
|
|
|
|
#contextual-help-link-wrap,
|
|
|
|
#screen-meta {
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2012-03-02 14:47:08 -05:00
|
|
|
#screen-meta-links .screen-meta-toggle {
|
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
}
|
|
|
|
|
2011-11-03 16:26:09 -04:00
|
|
|
#screen-meta-links a.show-settings {
|
|
|
|
text-decoration: none;
|
|
|
|
z-index: 1;
|
2012-03-02 14:47:08 -05:00
|
|
|
padding: 1px 16px 0 6px;
|
2011-11-03 16:26:09 -04:00
|
|
|
height: 22px;
|
|
|
|
line-height: 22px;
|
2011-11-03 13:08:12 -04:00
|
|
|
font-size: 12px;
|
2011-11-03 16:26:09 -04:00
|
|
|
display: block;
|
|
|
|
text-shadow: rgba(255,255,255,0.7) 0 1px 0;
|
2011-11-03 13:08:12 -04:00
|
|
|
}
|
|
|
|
|
2011-11-03 16:26:09 -04:00
|
|
|
#screen-meta-links a.show-settings:hover {
|
2011-11-03 13:08:12 -04:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2011-11-03 16:26:09 -04:00
|
|
|
/* end screen options and help tabs */
|
2011-11-03 13:08:12 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.toggle-arrow {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: top left;
|
|
|
|
background-color: transparent;
|
|
|
|
height: 22px;
|
|
|
|
line-height: 22px;
|
|
|
|
display: block;
|
|
|
|
}
|
2011-10-11 02:25:25 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.toggle-arrow-active {
|
|
|
|
background-position: bottom left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#screen-options-wrap h5,
|
|
|
|
#contextual-help-wrap h5 {
|
2011-10-07 00:57:12 -04:00
|
|
|
margin: 8px 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.metabox-prefs label {
|
2011-10-07 00:57:12 -04:00
|
|
|
display: inline-block;
|
2011-08-20 23:46:43 -04:00
|
|
|
padding-right: 15px;
|
|
|
|
white-space: nowrap;
|
2011-10-07 00:57:12 -04:00
|
|
|
line-height: 30px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.metabox-prefs label input {
|
|
|
|
margin: 0 5px 0 2px;
|
|
|
|
}
|
|
|
|
|
2012-03-23 17:41:00 -04:00
|
|
|
.metabox-prefs .columns-prefs label input {
|
|
|
|
margin: 0 2px;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.metabox-prefs label a {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-09-26 17:03:38 -04:00
|
|
|
/*------------------------------------------------------------------------------
|
2011-10-15 03:46:58 -04:00
|
|
|
6.2 - Help Menu
|
2011-09-26 17:03:38 -04:00
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
2011-10-05 19:15:19 -04:00
|
|
|
#contextual-help-wrap {
|
2011-11-03 16:26:09 -04:00
|
|
|
padding: 0;
|
|
|
|
margin-left: -4px;
|
2011-09-26 17:03:38 -04:00
|
|
|
}
|
|
|
|
|
2011-11-19 20:03:17 -05:00
|
|
|
#contextual-help-columns {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#contextual-help-back {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 150px;
|
|
|
|
right: 170px;
|
|
|
|
border-width: 0 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
2011-11-23 17:14:03 -05:00
|
|
|
#contextual-help-wrap.no-sidebar #contextual-help-back {
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
border-right-width: 0;
|
|
|
|
-webkit-border-bottom-right-radius: 2px;
|
|
|
|
border-bottom-right-radius: 2px;
|
|
|
|
}
|
|
|
|
|
2011-09-26 17:03:38 -04:00
|
|
|
.contextual-help-tabs {
|
2011-09-27 20:57:56 -04:00
|
|
|
float: left;
|
2011-09-26 17:03:38 -04:00
|
|
|
width: 150px;
|
|
|
|
margin: 0;
|
2011-10-02 14:19:49 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.contextual-help-tabs ul {
|
|
|
|
margin: 1em 0;
|
2011-09-26 17:03:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.contextual-help-tabs li {
|
|
|
|
margin-bottom: 0;
|
|
|
|
list-style-type: none;
|
2011-10-05 19:15:19 -04:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px 0;
|
|
|
|
border-color: transparent;
|
2011-09-26 17:03:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.contextual-help-tabs a {
|
|
|
|
display: block;
|
|
|
|
padding: 5px 5px 5px 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
text-decoration: none;
|
2011-10-02 14:19:49 -04:00
|
|
|
}
|
2011-09-26 17:03:38 -04:00
|
|
|
|
2011-10-02 14:19:49 -04:00
|
|
|
.contextual-help-tabs .active {
|
2011-11-23 19:40:31 -05:00
|
|
|
padding: 0;
|
2011-11-03 16:26:09 -04:00
|
|
|
margin: 0 -1px 0 0;
|
2011-10-02 14:19:49 -04:00
|
|
|
border-width: 1px 0 1px 1px;
|
2011-09-26 17:03:38 -04:00
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contextual-help-tabs-wrap {
|
2011-09-27 20:57:56 -04:00
|
|
|
padding: 0 20px;
|
2011-09-26 17:03:38 -04:00
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.help-tab-content {
|
|
|
|
display: none;
|
|
|
|
margin: 0 22px 12px 0;
|
2011-09-27 20:57:56 -04:00
|
|
|
line-height: 1.6em;
|
2011-09-26 17:03:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.help-tab-content.active {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.help-tab-content li {
|
|
|
|
list-style-type: disc;
|
|
|
|
margin-left: 18px;
|
|
|
|
}
|
|
|
|
|
2011-09-27 20:57:56 -04:00
|
|
|
.contextual-help-sidebar {
|
2011-09-26 17:03:38 -04:00
|
|
|
width: 150px;
|
2011-09-27 20:57:56 -04:00
|
|
|
float: right;
|
2011-09-26 17:03:38 -04:00
|
|
|
padding: 0 8px 0 12px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
7.0 - Main Navigation (Left Menu)
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
#adminmenuback,
|
|
|
|
#adminmenuwrap {
|
|
|
|
border-width: 0 1px 0 0;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
2011-11-19 12:54:24 -05:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#adminmenuwrap {
|
|
|
|
position: relative;
|
2011-10-12 20:06:07 -04:00
|
|
|
float: left;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenushadow {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 6px;
|
|
|
|
z-index: 20;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* side admin menu */
|
|
|
|
#adminmenu * {
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-submenu {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2011-08-29 21:12:26 -04:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2011-10-06 05:18:56 -04:00
|
|
|
#adminmenu li .wp-submenu,
|
2011-08-29 21:12:26 -04:00
|
|
|
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
2011-10-05 02:39:30 -04:00
|
|
|
display: none;
|
2011-08-29 21:12:26 -04:00
|
|
|
position: absolute;
|
|
|
|
top: -1px;
|
|
|
|
left: 146px;
|
|
|
|
z-index: 999;
|
|
|
|
overflow: hidden;
|
2011-10-05 02:39:30 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.js #adminmenu .wp-submenu.sub-open,
|
|
|
|
.folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
|
2011-10-11 02:25:25 -04:00
|
|
|
.no-js #adminmenu .wp-has-submenu:hover .wp-submenu,
|
2011-11-06 22:59:00 -05:00
|
|
|
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
|
|
#adminmenu li.focused .wp-submenu {
|
2011-10-05 02:39:30 -04:00
|
|
|
display: block;
|
2011-08-29 21:12:26 -04:00
|
|
|
}
|
|
|
|
|
2011-09-22 16:24:12 -04:00
|
|
|
#adminmenu .wp-has-current-submenu .wp-submenu {
|
2011-08-20 23:46:43 -04:00
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
2011-08-29 21:12:26 -04:00
|
|
|
top: auto;
|
|
|
|
left: auto;
|
|
|
|
right: auto;
|
|
|
|
bottom: auto;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2011-09-22 16:24:12 -04:00
|
|
|
#adminmenu .wp-has-current-submenu .wp-submenu-wrap {
|
2011-08-29 21:12:26 -04:00
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2011-10-05 02:39:30 -04:00
|
|
|
.folded #adminmenu .wp-submenu,
|
|
|
|
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
2011-11-14 16:03:14 -05:00
|
|
|
top: -5px;
|
2011-08-29 21:12:26 -04:00
|
|
|
left: 26px;
|
|
|
|
}
|
2011-10-03 12:36:19 -04:00
|
|
|
|
2011-10-05 02:39:30 -04:00
|
|
|
#adminmenu .wp-submenu.sub-open,
|
2011-11-06 22:59:00 -05:00
|
|
|
#adminmenu li.focused.wp-not-current-submenu .wp-submenu,
|
|
|
|
.folded #adminmenu li.focused.wp-has-current-submenu .wp-submenu,
|
2011-10-06 05:18:56 -04:00
|
|
|
.folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
|
2011-10-05 02:39:30 -04:00
|
|
|
.no-js #adminmenu .wp-has-submenu:hover .wp-submenu,
|
|
|
|
.no-js.folded #adminmenu .wp-has-current-submenu:hover .wp-submenu {
|
2011-08-29 21:12:26 -04:00
|
|
|
padding: 0 8px 8px 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
2011-10-06 05:18:56 -04:00
|
|
|
.no-js #adminmenu .wp-has-current-submenu:hover .wp-submenu,
|
|
|
|
#adminmenu .wp-has-current-submenu .wp-submenu {
|
2011-10-05 02:39:30 -04:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2011-10-11 02:25:25 -04:00
|
|
|
#adminmenu .wp-submenu a {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#adminmenu a.menu-top,
|
|
|
|
#adminmenu .wp-submenu-head {
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu div.wp-submenu-head {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-10-05 02:39:30 -04:00
|
|
|
.folded #adminmenu div.wp-submenu-head {
|
2011-08-20 23:46:43 -04:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2012-08-06 15:59:28 -04:00
|
|
|
.folded #adminmenu a.menu-top {
|
2011-08-20 23:46:43 -04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu div.wp-menu-image {
|
|
|
|
float: left;
|
|
|
|
width: 28px;
|
|
|
|
height: 28px;
|
|
|
|
}
|
2011-10-11 02:25:25 -04:00
|
|
|
|
2011-10-05 02:39:30 -04:00
|
|
|
.folded #adminmenu div.wp-menu-image {
|
2012-04-07 16:18:18 -04:00
|
|
|
width: 30px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu a {
|
|
|
|
display: block;
|
|
|
|
line-height: 18px;
|
|
|
|
padding: 2px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.menu-top {
|
2011-10-06 05:18:56 -04:00
|
|
|
min-height: 29px;
|
2011-08-20 23:46:43 -04:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu a.menu-top {
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 18px;
|
|
|
|
min-width: 10em;
|
|
|
|
padding: 5px 5px;
|
|
|
|
border-width: 1px 0 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.wp-menu-open {
|
|
|
|
border-width: 0 0 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
2011-10-11 17:52:40 -04:00
|
|
|
#adminmenu .wp-submenu ul {
|
|
|
|
padding: 4px 0;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#adminmenu .wp-submenu a {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2011-10-06 05:18:56 -04:00
|
|
|
#adminmenu li li {
|
2011-08-29 21:12:26 -04:00
|
|
|
margin-left: 8px;
|
|
|
|
}
|
2011-10-03 12:36:19 -04:00
|
|
|
|
2011-10-11 02:25:25 -04:00
|
|
|
#adminmenu .wp-submenu a,
|
2011-10-11 17:48:20 -04:00
|
|
|
#adminmenu li li a,
|
|
|
|
.folded #adminmenu .wp-not-current-submenu li a {
|
2011-08-29 21:12:26 -04:00
|
|
|
padding-left: 12px;
|
|
|
|
}
|
2011-11-19 12:54:24 -05:00
|
|
|
|
2011-10-11 17:48:20 -04:00
|
|
|
#adminmenu .wp-not-current-submenu li a {
|
|
|
|
padding-left: 18px;
|
|
|
|
}
|
2011-08-29 21:12:26 -04:00
|
|
|
|
2011-10-11 17:48:20 -04:00
|
|
|
.folded #adminmenu li li {
|
2011-10-11 02:25:25 -04:00
|
|
|
margin-left: 0;
|
2011-10-06 05:18:56 -04:00
|
|
|
}
|
|
|
|
|
2011-10-11 02:25:25 -04:00
|
|
|
.folded #adminmenu li li a {
|
|
|
|
padding-left: 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
2011-10-03 12:36:19 -04:00
|
|
|
|
2011-10-11 17:25:38 -04:00
|
|
|
.wp-menu-arrow {
|
|
|
|
display: none;
|
|
|
|
cursor: auto;
|
|
|
|
z-index: 25;
|
|
|
|
position: absolute;
|
|
|
|
right: 100%;
|
|
|
|
margin: 0;
|
|
|
|
height: 30px;
|
|
|
|
width: 6px;
|
|
|
|
|
|
|
|
-moz-transform: translate( 146px );
|
|
|
|
-webkit-transform: translate( 146px );
|
|
|
|
-o-transform: translate( 146px );
|
|
|
|
-ms-transform: translate( 146px );
|
|
|
|
transform: translate( 146px );
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#adminmenu li.wp-has-current-submenu .wp-menu-arrow,
|
2011-11-23 18:19:12 -05:00
|
|
|
#adminmenu li.menu-top:hover .wp-menu-arrow,
|
2011-11-08 16:32:03 -05:00
|
|
|
#adminmenu li.current .wp-menu-arrow,
|
2011-11-23 18:19:12 -05:00
|
|
|
#adminmenu li.focused .wp-menu-arrow,
|
|
|
|
#adminmenu li.menu-top.wp-has-submenu:hover .wp-menu-arrow div {
|
2011-08-20 23:46:43 -04:00
|
|
|
display: block;
|
|
|
|
}
|
2011-10-15 03:33:01 -04:00
|
|
|
|
2011-11-23 18:19:12 -05:00
|
|
|
#adminmenu li.wp-not-current-submenu:hover .wp-menu-arrow div {
|
2011-10-11 17:38:12 -04:00
|
|
|
display: none;
|
|
|
|
}
|
2011-08-29 21:12:26 -04:00
|
|
|
|
2011-11-06 22:59:00 -05:00
|
|
|
#adminmenu li.menu-top:hover .wp-menu-arrow,
|
|
|
|
#adminmenu li.menu-top.focused .wp-menu-arrow {
|
2011-10-06 05:18:56 -04:00
|
|
|
z-index: 1001;
|
2011-08-29 21:12:26 -04:00
|
|
|
}
|
2011-10-03 12:36:19 -04:00
|
|
|
|
2012-04-28 16:55:56 -04:00
|
|
|
.ie8 #adminmenu li.menu-top:hover .wp-menu-arrow {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-10-11 17:25:38 -04:00
|
|
|
#adminmenu .wp-menu-arrow div {
|
|
|
|
position: absolute;
|
|
|
|
top: 7px;
|
|
|
|
left: -1px;
|
|
|
|
width: 14px;
|
|
|
|
height: 15px;
|
|
|
|
|
|
|
|
-moz-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );
|
|
|
|
-webkit-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );
|
|
|
|
-o-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );
|
|
|
|
-ms-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );
|
|
|
|
transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.wp-not-current-submenu .wp-menu-arrow {
|
2011-10-11 17:38:12 -04:00
|
|
|
-moz-transform: translate( 145px );
|
2011-10-11 17:25:38 -04:00
|
|
|
-webkit-transform: translate( 145px );
|
2011-10-11 17:38:12 -04:00
|
|
|
-o-transform: translate( 145px );
|
|
|
|
-ms-transform: translate( 145px );
|
|
|
|
transform: translate( 145px );
|
2011-10-11 17:25:38 -04:00
|
|
|
height: 28px;
|
|
|
|
border-width: 1px 0;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
2011-10-11 17:38:12 -04:00
|
|
|
.folded .wp-menu-arrow {
|
|
|
|
-moz-transform: translate( 33px );
|
|
|
|
-webkit-transform: translate( 33px );
|
|
|
|
-o-transform: translate( 33px );
|
|
|
|
-ms-transform: translate( 33px );
|
|
|
|
transform: translate( 33px );
|
|
|
|
}
|
|
|
|
|
2011-10-11 17:25:38 -04:00
|
|
|
#adminmenu .wp-not-current-submenu .wp-menu-arrow div {
|
|
|
|
width: 15px;
|
|
|
|
top: 6px;
|
|
|
|
border-width: 0 0 1px 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
2011-10-11 02:25:25 -04:00
|
|
|
.wp-menu-arrow,
|
2011-09-22 16:24:12 -04:00
|
|
|
.folded #adminmenu li.menu-top:hover .wp-menu-arrow {
|
|
|
|
display: none;
|
|
|
|
}
|
2011-08-29 21:12:26 -04:00
|
|
|
|
2011-11-23 17:50:46 -05:00
|
|
|
.folded #adminmenu li.current:hover .wp-menu-arrow,
|
2011-10-06 05:18:56 -04:00
|
|
|
.folded #adminmenu li.menu-top.wp-menu-open:hover .wp-menu-arrow {
|
|
|
|
display: block;
|
|
|
|
z-index: 125;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#adminmenu .wp-submenu li {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2011-10-05 02:39:30 -04:00
|
|
|
.folded #adminmenu li.menu-top {
|
2011-08-20 23:46:43 -04:00
|
|
|
border-width: 1px 0;
|
2011-10-06 05:18:56 -04:00
|
|
|
border-style: solid none;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-menu-image img {
|
|
|
|
float: left;
|
2011-11-18 19:32:15 -05:00
|
|
|
padding: 5px 0 0 2px;
|
2011-08-20 23:46:43 -04:00
|
|
|
opacity: 0.6;
|
|
|
|
filter: alpha(opacity=60);
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.menu-top:hover .wp-menu-image img,
|
|
|
|
#adminmenu li.wp-has-current-submenu .wp-menu-image img {
|
|
|
|
opacity: 1;
|
|
|
|
filter: alpha(opacity=100);
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.wp-menu-separator {
|
|
|
|
height: 3px;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border-width: 1px 0;
|
|
|
|
border-style: solid;
|
|
|
|
cursor: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu div.separator {
|
|
|
|
height: 1px;
|
|
|
|
padding: 0;
|
|
|
|
border-width: 1px 0 0 0;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-submenu .wp-submenu-head {
|
|
|
|
padding: 6px 4px 5px 10px;
|
|
|
|
cursor: default;
|
|
|
|
border-width: 1px 0;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
2011-10-06 05:18:56 -04:00
|
|
|
#adminmenu li .wp-submenu-wrap {
|
2011-08-29 21:12:26 -04:00
|
|
|
border-width: 1px 1px 1px 0;
|
2011-10-06 05:18:56 -04:00
|
|
|
border-style: solid solid solid none;
|
2011-08-20 23:46:43 -04:00
|
|
|
position: relative;
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2011-10-06 05:18:56 -04:00
|
|
|
#adminmenu li.wp-menu-open .wp-submenu-wrap {
|
|
|
|
border: 0 none;
|
|
|
|
}
|
|
|
|
|
2011-10-05 02:39:30 -04:00
|
|
|
.folded #adminmenu .wp-submenu .wp-submenu-wrap {
|
2011-11-14 16:03:14 -05:00
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.folded #adminmenu .wp-has-current-submenu {
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
2011-11-19 13:33:20 -05:00
|
|
|
.folded #adminmenu .wp-has-current-submenu.menu-top-last {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2011-11-14 16:03:14 -05:00
|
|
|
.folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap {
|
2011-08-29 21:12:26 -04:00
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
2011-10-05 02:39:30 -04:00
|
|
|
.folded #adminmenu .wp-submenu ul {
|
2011-08-20 23:46:43 -04:00
|
|
|
border-width: 0 0 0 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
2011-10-05 02:39:30 -04:00
|
|
|
.folded #adminmenu .wp-submenu a {
|
2011-08-20 23:46:43 -04:00
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
2011-10-05 02:39:30 -04:00
|
|
|
.folded #adminmenu a.wp-has-submenu {
|
2011-08-20 23:46:43 -04:00
|
|
|
margin-left: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-menu-image a {
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .awaiting-mod,
|
|
|
|
#adminmenu span.update-plugins,
|
|
|
|
#sidemenu li a span.update-plugins {
|
|
|
|
position: absolute;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 9px;
|
|
|
|
line-height: 17px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 1px;
|
|
|
|
margin-left: 7px;
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
border-radius: 10px;
|
2012-07-19 12:51:02 -04:00
|
|
|
z-index: 26;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li .awaiting-mod span,
|
|
|
|
#adminmenu li span.update-plugins span,
|
|
|
|
#sidemenu li a span.update-plugins span {
|
|
|
|
display: block;
|
|
|
|
padding: 0 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li span.count-0,
|
|
|
|
#sidemenu li a .count-0 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-11-19 12:54:24 -05:00
|
|
|
#collapse-menu {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 34px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.folded #collapse-menu span {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#collapse-button,
|
|
|
|
#collapse-button div {
|
|
|
|
width: 15px;
|
|
|
|
height: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#collapse-button {
|
|
|
|
float: left;
|
|
|
|
margin: 8px 6px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
2012-05-08 23:56:40 -04:00
|
|
|
/* Auto-folding of the admin menu */
|
|
|
|
@media only screen and (max-width: 900px) {
|
|
|
|
#wpcontent,
|
|
|
|
#footer {
|
|
|
|
margin-left: 52px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenuback,
|
|
|
|
#adminmenuwrap,
|
|
|
|
#adminmenu,
|
|
|
|
#adminmenu li.menu-top {
|
|
|
|
width: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-has-current-submenu .wp-submenu {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
width: 145px;
|
|
|
|
z-index: 999;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-has-current-submenu .wp-submenu.sub-open {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li .wp-submenu,
|
|
|
|
#adminmenu .wp-has-current-submenu .wp-submenu {
|
|
|
|
top: -5px;
|
|
|
|
left: 26px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.focused.wp-has-current-submenu .wp-submenu,
|
|
|
|
#adminmenu .wp-has-current-submenu .wp-submenu.sub-open {
|
|
|
|
padding: 0 8px 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu div.wp-submenu-head {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2012-08-06 15:59:28 -04:00
|
|
|
#adminmenu a.menu-top {
|
2012-05-08 23:56:40 -04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu div.wp-menu-image {
|
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-not-current-submenu li a {
|
|
|
|
padding-left: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li li {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li li a {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-menu-arrow {
|
|
|
|
-moz-transform: translate( 33px );
|
|
|
|
-webkit-transform: translate( 33px );
|
|
|
|
-o-transform: translate( 33px );
|
|
|
|
-ms-transform: translate( 33px );
|
|
|
|
transform: translate( 33px );
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.menu-top:hover .wp-menu-arrow {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.current:hover .wp-menu-arrow,
|
|
|
|
#adminmenu li.menu-top.wp-menu-open:hover .wp-menu-arrow {
|
|
|
|
display: block;
|
|
|
|
z-index: 125;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu li.menu-top {
|
|
|
|
border-width: 1px 0;
|
|
|
|
border-style: solid none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-submenu .wp-submenu-wrap {
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-has-current-submenu {
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-has-current-submenu.menu-top-last {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-has-current-submenu .wp-submenu-wrap {
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-submenu ul {
|
|
|
|
border-width: 0 0 0 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu .wp-submenu a {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminmenu a.wp-has-submenu {
|
|
|
|
margin-left: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#collapse-menu {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2011-11-19 12:54:24 -05:00
|
|
|
|
|
|
|
/* List table styles */
|
2011-08-20 23:46:43 -04:00
|
|
|
.post-com-count-wrapper {
|
|
|
|
min-width: 22px;
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-com-count {
|
|
|
|
height: 1.3em;
|
|
|
|
line-height: 1.1em;
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 0 0 6px;
|
|
|
|
cursor: pointer;
|
|
|
|
background-position: center -80px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-com-count span {
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 1.4em;
|
|
|
|
line-height: 1.4em;
|
|
|
|
min-width: 0.7em;
|
|
|
|
padding: 0 6px;
|
|
|
|
display: inline-block;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
strong .post-com-count {
|
|
|
|
background-position: center -55px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-com-count:hover {
|
|
|
|
background-position: center -3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-response .post-com-count {
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.response-links {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list .attachment-80x60 {
|
|
|
|
padding: 4px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
8.0 - Layout Blocks
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
2012-06-07 18:05:01 -04:00
|
|
|
html.wp-toolbar {
|
2011-08-20 23:46:43 -04:00
|
|
|
padding-top: 28px;
|
2012-06-07 18:05:01 -04:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.narrow {
|
|
|
|
width: 70%;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.narrow p {
|
|
|
|
line-height: 150%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widefat th,
|
|
|
|
.widefat td {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widefat th {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widefat td p {
|
|
|
|
margin: 2px 0 0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widefat .column-comment p {
|
|
|
|
margin: 0.6em 0;
|
|
|
|
}
|
|
|
|
|
2012-03-23 17:41:00 -04:00
|
|
|
/* Screens with postboxes */
|
2011-08-20 23:46:43 -04:00
|
|
|
.postbox-container {
|
2011-09-14 22:55:31 -04:00
|
|
|
float: left;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
2012-03-23 17:41:00 -04:00
|
|
|
#dashboard-widgets.columns-1 .postbox-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets.columns-2 .postbox-container {
|
|
|
|
width: 49.5%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets.columns-2 #postbox-container-2,
|
|
|
|
#dashboard-widgets.columns-2 #postbox-container-3,
|
|
|
|
#dashboard-widgets.columns-2 #postbox-container-4 {
|
|
|
|
float: right;
|
|
|
|
width: 50.5%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets.columns-3 .postbox-container {
|
|
|
|
width: 33.5%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets.columns-3 #postbox-container-1 {
|
|
|
|
width: 33%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets.columns-3 #postbox-container-3,
|
|
|
|
#dashboard-widgets.columns-3 #postbox-container-4 {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets.columns-4 .postbox-container {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
2011-10-08 20:05:38 -04:00
|
|
|
.postbox-container .meta-box-sortables {
|
2012-03-23 17:41:00 -04:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-ms-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2011-10-08 20:05:38 -04:00
|
|
|
}
|
|
|
|
|
2012-06-21 15:45:31 -04:00
|
|
|
.metabox-holder .postbox-container .empty-container {
|
2011-09-21 02:16:24 -04:00
|
|
|
border: 3px dashed #CCCCCC;
|
2012-03-23 17:41:00 -04:00
|
|
|
height: 250px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.metabox-holder.columns-1 .postbox-container .empty-container,
|
|
|
|
.columns-2 #postbox-container-3 .empty-container,
|
|
|
|
.columns-2 #postbox-container-4 .empty-container,
|
|
|
|
.columns-3 #postbox-container-4 .empty-container {
|
|
|
|
border: 0 none;
|
|
|
|
height: 0;
|
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #post-body {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body-content {
|
|
|
|
width: 100%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff .postbox-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #post-body.columns-2 {
|
|
|
|
margin-right: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body.columns-2 #postbox-container-1 {
|
|
|
|
float: right;
|
|
|
|
margin-right: -300px;
|
|
|
|
width: 280px;
|
|
|
|
}
|
|
|
|
|
2012-03-27 22:10:19 -04:00
|
|
|
#post-body.columns-2 #side-sortables {
|
|
|
|
min-height: 250px;
|
|
|
|
}
|
|
|
|
|
2012-03-23 17:41:00 -04:00
|
|
|
/* one column on the dash */
|
2012-03-27 22:10:19 -04:00
|
|
|
@media only screen and (max-width: 799px) {
|
2012-03-23 17:41:00 -04:00
|
|
|
#wpbody-content #dashboard-widgets .postbox-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .metabox-holder .postbox-container .empty-container {
|
|
|
|
border: 0 none;
|
|
|
|
height: 0;
|
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* two columns on the dash, but keep the setting if one is selected */
|
2012-03-27 22:10:19 -04:00
|
|
|
@media only screen and (min-width: 800px) and (max-width: 1200px) {
|
2012-03-23 17:41:00 -04:00
|
|
|
#wpbody-content #dashboard-widgets .postbox-container {
|
|
|
|
width: 49.5%;
|
|
|
|
}
|
2012-03-27 22:10:19 -04:00
|
|
|
|
2012-03-23 17:41:00 -04:00
|
|
|
#wpbody-content #dashboard-widgets #postbox-container-2,
|
|
|
|
#wpbody-content #dashboard-widgets #postbox-container-3,
|
|
|
|
#wpbody-content #dashboard-widgets #postbox-container-4 {
|
|
|
|
float: right;
|
|
|
|
width: 50.5%;
|
|
|
|
}
|
2012-03-27 22:10:19 -04:00
|
|
|
|
|
|
|
#dashboard-widgets #postbox-container-3 .empty-container,
|
|
|
|
#dashboard-widgets #postbox-container-4 .empty-container {
|
2012-03-23 17:41:00 -04:00
|
|
|
border: 0 none;
|
|
|
|
height: 0;
|
|
|
|
min-height: 0;
|
|
|
|
}
|
2012-03-27 22:10:19 -04:00
|
|
|
|
2012-03-23 17:41:00 -04:00
|
|
|
#wpbody #wpbody-content #dashboard-widgets.columns-1 .postbox-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody #wpbody-content .metabox-holder.columns-1 .postbox-container .empty-container {
|
|
|
|
border: 0 none;
|
|
|
|
height: 0;
|
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* show the radio buttons for column prefs only for one or two columns */
|
|
|
|
.index-php .screen-layout,
|
|
|
|
.index-php .columns-prefs {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.columns-prefs .columns-prefs-3,
|
|
|
|
.columns-prefs .columns-prefs-4 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* one column on the post write/edit screen */
|
2012-03-31 13:00:08 -04:00
|
|
|
@media only screen and (max-width: 850px) {
|
2012-03-23 17:41:00 -04:00
|
|
|
#wpbody-content #poststuff #post-body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2012-03-27 22:10:19 -04:00
|
|
|
|
2012-03-23 17:41:00 -04:00
|
|
|
#wpbody-content #post-body.columns-2 #postbox-container-1 {
|
|
|
|
margin-right: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2012-03-27 22:10:19 -04:00
|
|
|
#poststuff #postbox-container-1 .empty-container,
|
|
|
|
#poststuff #postbox-container-1 #side-sortables:empty {
|
|
|
|
border: 0 none;
|
|
|
|
height: 0;
|
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #post-body.columns-2 #side-sortables {
|
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
|
2012-03-23 17:41:00 -04:00
|
|
|
/* hide the radio buttons for column prefs */
|
|
|
|
.screen-layout,
|
|
|
|
.columns-prefs {
|
|
|
|
display: none;
|
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.postbox .hndle {
|
|
|
|
cursor: move;
|
2011-09-25 13:17:51 -04:00
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postbox.closed .hndle {
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.hndle a {
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postbox .handlediv {
|
|
|
|
float: right;
|
|
|
|
width: 27px;
|
|
|
|
height: 30px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortable-placeholder {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: dashed;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget,
|
|
|
|
.postbox,
|
|
|
|
.stuffbox {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding: 0;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget .widget-top,
|
|
|
|
.postbox h3,
|
|
|
|
.stuffbox h3 {
|
|
|
|
margin-top: 1px;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
cursor: move;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
2012-04-03 22:45:30 -04:00
|
|
|
.stuffbox h3 {
|
|
|
|
cursor: auto;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.postbox .inside,
|
|
|
|
.stuffbox .inside {
|
|
|
|
padding: 0 10px;
|
2011-09-24 16:48:41 -04:00
|
|
|
line-height: 1.4em;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
2011-10-15 03:33:01 -04:00
|
|
|
.postbox .inside {
|
|
|
|
margin: 10px 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.postbox.closed h3 {
|
|
|
|
border: none;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postbox table.form-table {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.temp-border {
|
|
|
|
border: 1px dotted #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.columns-prefs label {
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
9.0 - Dashboard
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
2012-05-08 23:56:40 -04:00
|
|
|
#dashboard-widgets-wrap {
|
|
|
|
margin: 0 -8px;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#wpbody-content .metabox-holder {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets .meta-box-sortables {
|
2011-08-23 00:00:56 -04:00
|
|
|
margin: 0 8px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_recent_comments div.undo {
|
|
|
|
border-top-style: solid;
|
|
|
|
border-top-width: 1px;
|
|
|
|
margin: 0 -10px;
|
|
|
|
padding: 3px 8px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list td.comment p.comment-author {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list p.comment-author img {
|
|
|
|
float: left;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list p.comment-author strong a {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list td {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list td.comment {
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2011-11-19 15:03:58 -05:00
|
|
|
/* Welcome Panel */
|
2011-09-22 02:23:10 -04:00
|
|
|
.welcome-panel {
|
|
|
|
margin: 20px 8px;
|
2011-11-03 21:31:31 -04:00
|
|
|
padding: 30px 10px 20px;
|
|
|
|
border-width: 1px 0;
|
|
|
|
border-style: solid;
|
2011-09-22 02:23:10 -04:00
|
|
|
position: relative;
|
2011-10-19 12:41:26 -04:00
|
|
|
line-height: 1.6em;
|
|
|
|
overflow: auto;
|
2011-09-22 02:23:10 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.welcome-panel h3 {
|
2011-11-03 21:31:31 -04:00
|
|
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
|
|
|
|
font-size: 32px;
|
2011-09-22 02:23:10 -04:00
|
|
|
font-weight: normal;
|
2011-11-18 13:58:46 -05:00
|
|
|
line-height: 1.2;
|
2011-11-04 21:17:50 -04:00
|
|
|
margin: 0.1em 0 0.8em;
|
|
|
|
}
|
|
|
|
.welcome-panel h4 {
|
|
|
|
font-size: 14px;
|
2011-09-22 02:23:10 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.welcome-panel .welcome-panel-close {
|
|
|
|
position: absolute;
|
2011-11-03 21:31:31 -04:00
|
|
|
top: 0;
|
2011-09-22 02:23:10 -04:00
|
|
|
right: 10px;
|
2011-11-17 15:48:40 -05:00
|
|
|
padding: 8px 3px;
|
|
|
|
font-size: 13px;
|
2011-09-22 02:23:10 -04:00
|
|
|
text-decoration: none;
|
2011-11-17 15:48:40 -05:00
|
|
|
}
|
2011-11-03 21:31:31 -04:00
|
|
|
|
2011-11-17 15:48:40 -05:00
|
|
|
.welcome-panel .welcome-panel-close:before {
|
2012-03-27 22:10:19 -04:00
|
|
|
background: url('../images/xit.gif') 0 17% no-repeat;
|
|
|
|
content: ' ';
|
|
|
|
height: 100%;
|
|
|
|
width: 10px;
|
|
|
|
left: -12px;
|
|
|
|
position: absolute;
|
2011-11-17 15:48:40 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.welcome-panel .welcome-panel-close:hover:before {
|
2012-03-27 22:10:19 -04:00
|
|
|
background-position: 100% 17%;
|
2011-11-03 21:31:31 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.welcome-panel .wp-badge {
|
|
|
|
float: left;
|
2011-11-18 18:33:11 -05:00
|
|
|
margin-bottom: 20px;
|
2011-11-03 21:31:31 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.welcome-panel-content {
|
2011-11-18 18:33:11 -05:00
|
|
|
max-width: 1500px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.welcome-panel-content .about-description,
|
|
|
|
.welcome-panel h3 {
|
2011-11-04 21:17:50 -04:00
|
|
|
margin-left: 190px;
|
2011-09-22 02:23:10 -04:00
|
|
|
}
|
|
|
|
|
2011-11-18 13:58:46 -05:00
|
|
|
.welcome-panel p.welcome-panel-dismiss {
|
|
|
|
clear: both;
|
2011-11-18 18:33:11 -05:00
|
|
|
padding: 1em 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.welcome-panel .welcome-panel-column-container {
|
|
|
|
clear: both;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
2012-04-06 16:15:14 -04:00
|
|
|
padding-left: 26px;
|
2011-11-18 13:58:46 -05:00
|
|
|
}
|
|
|
|
|
2011-10-19 12:41:26 -04:00
|
|
|
.welcome-panel .welcome-panel-column {
|
2011-11-18 18:33:11 -05:00
|
|
|
margin: 0 5% 0 -25px;
|
|
|
|
padding-left: 25px;
|
|
|
|
width: 30%;
|
|
|
|
min-width: 200px;
|
2011-10-19 12:41:26 -04:00
|
|
|
float: left;
|
|
|
|
}
|
2011-11-18 18:33:11 -05:00
|
|
|
|
2011-11-19 21:10:10 -05:00
|
|
|
.welcome-panel .welcome-panel-column.welcome-panel-last {
|
2011-11-04 21:17:50 -04:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.welcome-panel h4 .icon16 {
|
|
|
|
margin-left: -32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.welcome-panel .welcome-panel-column ul {
|
2011-11-17 15:48:40 -05:00
|
|
|
margin: 1.6em 1em 1em 1.3em;
|
2011-11-04 21:17:50 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.welcome-panel .welcome-panel-column li {
|
|
|
|
list-style-type: disc;
|
|
|
|
padding-left: 2px;
|
|
|
|
}
|
2011-10-19 12:41:26 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
10.0 - List Posts (/Pages/etc)
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
table.fixed {
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.fixed .column-rating,
|
|
|
|
.fixed .column-visible {
|
|
|
|
width: 8%;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.fixed .column-date,
|
|
|
|
.fixed .column-parent,
|
|
|
|
.fixed .column-links {
|
|
|
|
width: 10%;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.fixed .column-response,
|
|
|
|
.fixed .column-author,
|
|
|
|
.fixed .column-categories,
|
|
|
|
.fixed .column-tags,
|
|
|
|
.fixed .column-rel,
|
|
|
|
.fixed .column-role {
|
|
|
|
width: 15%;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.fixed .column-comments {
|
|
|
|
width: 4em;
|
|
|
|
padding: 8px 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.fixed .column-comments .vers {
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.fixed .column-comments a {
|
|
|
|
float: left;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.fixed .column-slug {
|
|
|
|
width: 25%;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.fixed .column-posts {
|
|
|
|
width: 10%;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.fixed .column-icon {
|
|
|
|
width: 80px;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#comments-form .fixed .column-author {
|
|
|
|
width: 20%;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#commentsdiv.postbox .inside {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2012-03-08 20:30:11 -05:00
|
|
|
#commentsdiv .inside .row-actions {
|
2011-08-20 23:46:43 -04:00
|
|
|
line-height:18px;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2012-03-08 20:30:11 -05:00
|
|
|
#commentsdiv .inside .column-author {
|
|
|
|
width: 25%;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2012-03-08 20:30:11 -05:00
|
|
|
#commentsdiv .column-comment p {
|
|
|
|
margin: 0.6em 0;
|
|
|
|
padding: 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2012-03-08 20:30:11 -05:00
|
|
|
#commentsdiv #replyrow td {
|
|
|
|
padding: 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2012-03-08 20:30:11 -05:00
|
|
|
#commentsdiv p {
|
|
|
|
padding: 8px 10px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentsdiv #add-new-comment {
|
|
|
|
border-width: 0 0 1px;
|
|
|
|
border-style: none none solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentsdiv .comments-box {
|
|
|
|
border: 0 none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentsdiv .comments-box thead th {
|
|
|
|
background: transparent;
|
|
|
|
padding: 0 7px 4px;
|
|
|
|
font-style: italic;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2012-03-08 20:30:11 -05:00
|
|
|
#commentsdiv .comments-box tr:last-child td {
|
|
|
|
border-bottom: 0 none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentsdiv img.waiting {
|
|
|
|
padding-left: 5px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.sorting-indicator {
|
|
|
|
display: none;
|
|
|
|
width: 7px;
|
|
|
|
height: 4px;
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-left: 7px;
|
|
|
|
background-image: url(../images/sort.gif);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.fixed .column-comments .sorting-indicator {
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widefat th.sortable,
|
|
|
|
.widefat th.sorted {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
th.sortable a,
|
|
|
|
th.sorted a {
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 7px 7px 8px;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.fixed .column-comments.sortable a,
|
|
|
|
.fixed .column-comments.sorted a {
|
|
|
|
padding: 8px 0;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
th.sortable a span,
|
|
|
|
th.sorted a span {
|
|
|
|
float: left;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
th.sorted.asc .sorting-indicator,
|
|
|
|
th.desc:hover span.sorting-indicator {
|
2011-11-22 12:11:06 -05:00
|
|
|
display: block;
|
2011-08-20 23:46:43 -04:00
|
|
|
background-position: 0 0;
|
|
|
|
}
|
2011-09-24 16:48:41 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
th.sorted.desc .sorting-indicator,
|
|
|
|
th.asc:hover span.sorting-indicator {
|
2011-11-22 12:11:06 -05:00
|
|
|
display: block;
|
2011-08-20 23:46:43 -04:00
|
|
|
background-position: -7px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Bulk Actions */
|
|
|
|
.tablenav-pages a {
|
|
|
|
border-bottom-style: solid;
|
|
|
|
border-bottom-width: 2px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-right: 1px;
|
|
|
|
padding: 0 2px;
|
|
|
|
}
|
|
|
|
.tablenav-pages .current-page {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.tablenav-pages .next-page {
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav a.button-secondary {
|
|
|
|
display: block;
|
|
|
|
margin: 3px 8px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav {
|
|
|
|
clear: both;
|
|
|
|
height: 30px;
|
|
|
|
margin: 6px 0 4px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2011-09-15 00:26:26 -04:00
|
|
|
.tablenav.themes {
|
|
|
|
max-width: 98%;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.tablenav .tablenav-pages {
|
|
|
|
float: right;
|
|
|
|
display: block;
|
|
|
|
cursor: default;
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .no-pages,
|
|
|
|
.tablenav .one-page .pagination-links {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .tablenav-pages a,
|
|
|
|
.tablenav-pages span.current {
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 3px 6px;
|
|
|
|
}
|
|
|
|
|
2011-10-11 02:25:25 -04:00
|
|
|
.tablenav .tablenav-pages a.disabled:hover ,
|
2011-08-20 23:46:43 -04:00
|
|
|
.tablenav .tablenav-pages a.disabled:active {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .displaying-num {
|
|
|
|
margin-right: 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .actions {
|
|
|
|
padding: 2px 8px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav .delete {
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.view-switch {
|
|
|
|
float: right;
|
|
|
|
margin: 6px 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.view-switch a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filter {
|
|
|
|
float: left;
|
|
|
|
margin: -5px 0 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filter .subsubsub {
|
|
|
|
margin-left: -10px;
|
|
|
|
margin-top: 13px;
|
|
|
|
}
|
|
|
|
.screen-per-page {
|
2012-04-23 19:00:14 -04:00
|
|
|
width: 4em;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#posts-filter fieldset {
|
|
|
|
float: left;
|
|
|
|
margin: 0 1.5ex 1em 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#posts-filter fieldset legend {
|
|
|
|
padding: 0 0 .2em 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.post-state-format {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
10.1 - Inline Editing
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
.quick-edit* is for Quick Edit
|
|
|
|
.bulk-edit* is for Bulk Edit
|
|
|
|
.inline-edit* is for everything
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Layout */
|
|
|
|
|
|
|
|
#wpbody-content .inline-edit-row fieldset {
|
|
|
|
font-size: 12px;
|
|
|
|
float: left;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2011-10-11 02:25:25 -04:00
|
|
|
tr.inline-edit-row td,
|
2011-08-20 23:46:43 -04:00
|
|
|
#wpbody-content .inline-edit-row fieldset .inline-edit-col {
|
|
|
|
padding: 0 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
|
|
|
|
border-width: 0 0 0 1px;
|
|
|
|
border-style: none none none solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .quick-edit-row-post .inline-edit-col-left {
|
|
|
|
width: 40%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .quick-edit-row-post .inline-edit-col-right {
|
|
|
|
width: 39%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .inline-edit-row-post .inline-edit-col-center {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .quick-edit-row-page .inline-edit-col-left {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .quick-edit-row-page .inline-edit-col-right,
|
|
|
|
#wpbody-content .bulk-edit-row-post .inline-edit-col-right {
|
|
|
|
width: 49%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .bulk-edit-row .inline-edit-col-left {
|
|
|
|
width: 30%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .bulk-edit-row-page .inline-edit-col-right {
|
|
|
|
width: 69%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .bulk-edit-row .inline-edit-col-bottom {
|
|
|
|
float: right;
|
|
|
|
width: 69%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .inline-edit-row-page .inline-edit-col-right {
|
|
|
|
margin-top: 27px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset .inline-edit-group {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset .inline-edit-group:after {
|
|
|
|
content: ".";
|
|
|
|
display: block;
|
|
|
|
height: 0;
|
|
|
|
clear: both;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row p.submit {
|
|
|
|
clear: both;
|
|
|
|
padding: 0.5em;
|
|
|
|
margin: 0.5em 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row span.error {
|
|
|
|
line-height: 22px;
|
|
|
|
margin: 0 15px;
|
|
|
|
padding: 3px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Positioning */
|
|
|
|
.inline-edit-row h4 {
|
|
|
|
margin: .2em 0;
|
|
|
|
padding: 0;
|
|
|
|
line-height: 23px;
|
|
|
|
}
|
|
|
|
.inline-edit-row fieldset span.title,
|
|
|
|
.inline-edit-row fieldset span.checkbox-title {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
line-height: 27px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label,
|
|
|
|
.inline-edit-row fieldset span.inline-edit-categories-label {
|
|
|
|
display: block;
|
|
|
|
margin: .2em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label.inline-edit-tags {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label.inline-edit-tags span.title {
|
|
|
|
margin: .2em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label span.title {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label span.input-text-wrap {
|
|
|
|
display: block;
|
|
|
|
margin-left: 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quick-edit-row-post fieldset.inline-edit-col-right label span.title {
|
|
|
|
width: auto;
|
|
|
|
padding-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row .input-text-wrap input[type=text] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label input[type=checkbox] {
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label textarea {
|
|
|
|
width: 100%;
|
|
|
|
height: 4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .bulk-edit-row fieldset .inline-edit-group label {
|
|
|
|
max-width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
|
|
|
|
margin-right: 0.5em
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-col-right .input-text-wrap input.inline-edit-menu-order-input {
|
|
|
|
width: 6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Styling */
|
|
|
|
.inline-edit-row h4 {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset span.title,
|
|
|
|
.inline-edit-row fieldset span.checkbox-title {
|
|
|
|
font-style: italic;
|
|
|
|
line-height: 1.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Specific Elements */
|
|
|
|
.inline-edit-row fieldset input[type="text"],
|
|
|
|
.inline-edit-row fieldset textarea {
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset .inline-edit-date {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset input[name=jj],
|
|
|
|
.inline-edit-row fieldset input[name=hh],
|
|
|
|
.inline-edit-row fieldset input[name=mn] {
|
|
|
|
font-size: 12px;
|
|
|
|
width: 2.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset input[name=aa] {
|
|
|
|
font-size: 12px;
|
|
|
|
width: 3.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label input.inline-edit-password-input {
|
|
|
|
width: 8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row .catshow,
|
|
|
|
.inline-edit-row .cathide {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.cat-checklist {
|
|
|
|
height: 12em;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
overflow-y: scroll;
|
|
|
|
padding: 0 5px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bulk-titles {
|
|
|
|
display: block;
|
|
|
|
height: 12em;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
overflow-y: scroll;
|
|
|
|
padding: 0 5px;
|
|
|
|
margin: 0 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset ul.cat-checklist li,
|
|
|
|
.inline-edit-row fieldset ul.cat-checklist input {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset ul.cat-checklist label,
|
|
|
|
.inline-edit-row .catshow,
|
|
|
|
.inline-edit-row .cathide,
|
|
|
|
.inline-edit-row #bulk-titles div {
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table .inline-edit-row fieldset ul.cat-hover {
|
|
|
|
height: auto;
|
|
|
|
max-height: 30em;
|
|
|
|
overflow-y: auto;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label input.inline-edit-menu-order-input {
|
|
|
|
width: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label input.inline-edit-slug-input {
|
|
|
|
width: 75%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quick-edit-row-post fieldset label.inline-edit-status {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bulk-titles {
|
|
|
|
line-height: 140%;
|
|
|
|
}
|
|
|
|
#bulk-titles div {
|
|
|
|
margin: 0.2em 0.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bulk-titles div a {
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
height: 10px;
|
|
|
|
margin: 3px 3px 0 -2px;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
text-indent: -9999px;
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
11.0 - Write/Edit Post Screen
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
#titlediv {
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
#titlediv label { cursor: text; }
|
|
|
|
|
|
|
|
#titlediv div.inside {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #titlewrap {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#titlediv #title {
|
2011-11-14 15:40:31 -05:00
|
|
|
padding: 3px 8px;
|
2011-08-20 23:46:43 -04:00
|
|
|
font-size: 1.7em;
|
|
|
|
line-height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#titlediv #title-prompt-text,
|
|
|
|
#wp-fullscreen-title-prompt-text {
|
|
|
|
color: #bbb;
|
|
|
|
position: absolute;
|
|
|
|
font-size: 1.7em;
|
2011-11-14 15:40:31 -05:00
|
|
|
padding: 8px 10px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#wp-fullscreen-title-prompt-text {
|
|
|
|
left: 0;
|
|
|
|
padding: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff .inside-submitbox,
|
|
|
|
#side-sortables .inside-submitbox {
|
|
|
|
margin: 0 3px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input#link_description,
|
|
|
|
input#link_url {
|
|
|
|
width: 98%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pending {
|
|
|
|
background: 0 none;
|
|
|
|
border: 0 none;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 11px;
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edit-slug-box {
|
|
|
|
height: 1em;
|
|
|
|
margin-top: 8px;
|
2011-11-14 15:40:31 -05:00
|
|
|
padding: 0 10px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#editable-post-name-full {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editable-post-name input {
|
|
|
|
width: 16em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postarea h3 label {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#submitpost #ajax-loading,
|
|
|
|
#submitpost .ajax-loading {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpcontent .ajax-loading {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submitbox .submit {
|
|
|
|
text-align: left;
|
|
|
|
padding: 12px 10px 10px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submitbox .submitdelete {
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 1px 2px;
|
|
|
|
}
|
|
|
|
|
2011-10-11 02:25:25 -04:00
|
|
|
.submitbox .submitdelete,
|
2011-08-20 23:46:43 -04:00
|
|
|
.submitbox .submit a:hover {
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submitbox .submit input {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
margin-right: 4px;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
|
2011-10-11 02:25:25 -04:00
|
|
|
.inside-submitbox #post_status {
|
|
|
|
margin: 2px 0 2px -2px;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#post-status-select, #post-format {
|
|
|
|
line-height: 2.5em;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Post Screen */
|
|
|
|
#post-body #normal-sortables {
|
|
|
|
min-height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postbox {
|
|
|
|
position: relative;
|
|
|
|
min-width: 255px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#trackback_url {
|
|
|
|
width: 99%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#normal-sortables .postbox .submit {
|
|
|
|
background: transparent none;
|
|
|
|
border: 0 none;
|
|
|
|
float: right;
|
|
|
|
padding: 0 12px;
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
|
2011-12-02 16:49:37 -05:00
|
|
|
.category-add input[type="text"],
|
|
|
|
.category-add select {
|
2011-12-02 15:32:45 -05:00
|
|
|
width: 100%;
|
2011-12-02 16:49:37 -05:00
|
|
|
max-width: 260px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
2011-11-30 12:51:34 -05:00
|
|
|
.press-this #side-sortables .category-tabs li,
|
2012-03-23 17:41:00 -04:00
|
|
|
ul.category-tabs li,
|
2011-08-20 23:46:43 -04:00
|
|
|
#side-sortables .add-menu-item-tabs li,
|
|
|
|
.wp-tab-bar li {
|
|
|
|
display: inline;
|
|
|
|
line-height: 1.35em;
|
|
|
|
}
|
|
|
|
|
2012-03-23 17:41:00 -04:00
|
|
|
.no-js .category-tabs li.hide-if-no-js {
|
2011-09-14 16:23:33 -04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-03-23 17:41:00 -04:00
|
|
|
.category-tabs a,
|
2011-08-20 23:46:43 -04:00
|
|
|
#side-sortables .add-menu-item-tabs a,
|
|
|
|
.wp-tab-bar a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2012-03-23 17:41:00 -04:00
|
|
|
.category-tabs {
|
2011-10-06 04:43:01 -04:00
|
|
|
margin: 8px 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#category-adder h4 {
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#side-sortables .add-menu-item-tabs,
|
|
|
|
.wp-tab-bar {
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#normal-sortables .postbox #replyrow .submit {
|
|
|
|
float: none;
|
|
|
|
margin: 0;
|
2012-03-08 20:30:11 -05:00
|
|
|
padding: 0 7px 5px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#side-sortables .submitbox .submit input,
|
|
|
|
#side-sortables .submitbox .submit .preview,
|
|
|
|
#side-sortables .submitbox .submit a.preview:hover {
|
|
|
|
border: 0 none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#side-sortables .inside-submitbox .insidebox,
|
|
|
|
.stuffbox .insidebox {
|
|
|
|
margin: 11px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.category-tabs,
|
|
|
|
ul.add-menu-item-tabs,
|
|
|
|
ul.wp-tab-bar {
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
|
2012-03-23 17:41:00 -04:00
|
|
|
ul.category-tabs li,
|
2011-08-20 23:46:43 -04:00
|
|
|
ul.add-menu-item-tabs li.tabs,
|
|
|
|
.wp-tab-active {
|
|
|
|
border-style: solid solid none;
|
|
|
|
border-width: 1px 1px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body .add-menu-item-tabs li.tabs {
|
|
|
|
border-style: solid none solid solid;
|
|
|
|
border-width: 1px 0 1px 1px;
|
|
|
|
margin-right: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.category-tabs li,
|
|
|
|
ul.add-menu-item-tabs li,
|
|
|
|
ul.wp-tab-bar li {
|
2011-10-06 04:43:01 -04:00
|
|
|
padding: 3px 5px 5px;
|
2011-08-20 23:46:43 -04:00
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* positioning etc. */
|
|
|
|
form#tags-filter {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Edit posts */
|
2012-04-23 19:00:14 -04:00
|
|
|
td.post-title strong,
|
|
|
|
td.plugin-title strong {
|
2011-08-20 23:46:43 -04:00
|
|
|
display: block;
|
|
|
|
margin-bottom: .2em;
|
|
|
|
}
|
|
|
|
|
2012-04-23 19:00:14 -04:00
|
|
|
td.post-title p,
|
|
|
|
td.plugin-title p {
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 6px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Global classes */
|
|
|
|
.wp-hidden-children .wp-hidden-child,
|
|
|
|
.ui-tabs-hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commentlist .avatar {
|
|
|
|
vertical-align: text-top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body .tagsdiv #newtag {
|
|
|
|
margin-right: 5px;
|
|
|
|
width: 16em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#side-sortables input#post_password {
|
|
|
|
width: 94%
|
|
|
|
}
|
|
|
|
|
|
|
|
#side-sortables .tagsdiv #newtag {
|
|
|
|
width: 68%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-status-info {
|
|
|
|
border-width: 0 1px 1px;
|
|
|
|
border-style: none solid solid;
|
|
|
|
width: 100%;
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-status-info td {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autosave-info {
|
2011-11-14 15:40:31 -05:00
|
|
|
padding: 2px 15px;
|
2011-08-20 23:46:43 -04:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editorcontent #post-status-info {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
|
|
|
display: block;
|
|
|
|
background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
|
|
|
|
width: 12px;
|
|
|
|
cursor: se-resize;
|
|
|
|
margin: 0 2px;
|
|
|
|
position: relative;
|
2011-11-06 15:42:20 -05:00
|
|
|
top: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body .postarea .wp_themeSkin .mceStatusbar a.mceResize {
|
|
|
|
top: 20px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#wp-word-count {
|
|
|
|
display: block;
|
2011-11-14 15:40:31 -05:00
|
|
|
padding: 2px 10px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#timestampdiv select {
|
|
|
|
height: 20px;
|
|
|
|
line-height: 14px;
|
|
|
|
padding: 0;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2011-10-11 02:25:25 -04:00
|
|
|
#aa, #jj, #hh, #mn {
|
2011-08-20 23:46:43 -04:00
|
|
|
padding: 1px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2011-10-11 02:25:25 -04:00
|
|
|
#jj, #hh, #mn {
|
|
|
|
width: 2em;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#aa {
|
|
|
|
width: 3.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.curtime #timestamp {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: left top;
|
|
|
|
padding-left: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#timestampdiv {
|
|
|
|
padding-top: 5px;
|
|
|
|
line-height: 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#timestampdiv p {
|
|
|
|
margin: 8px 0 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#timestampdiv input {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
11.1 - Custom Fields
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
#postcustomstuff .updatemeta,
|
|
|
|
#postcustomstuff .deletemeta {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustomstuff thead th {
|
|
|
|
padding: 5px 8px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustom #postcustomstuff .submit {
|
|
|
|
border: 0 none;
|
|
|
|
float: none;
|
|
|
|
padding: 5px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#side-sortables #postcustom #postcustomstuff .submit {
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#side-sortables #postcustom #postcustomstuff td.left input {
|
|
|
|
margin: 3px 3px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#side-sortables #postcustom #postcustomstuff #the-list textarea {
|
|
|
|
height: 85px;
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustomstuff table {
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustomstuff table input,
|
|
|
|
#postcustomstuff table select,
|
|
|
|
#postcustomstuff table textarea {
|
|
|
|
width: 95%;
|
|
|
|
margin: 8px 0 8px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustomstuff th.left,
|
|
|
|
#postcustomstuff td.left {
|
|
|
|
width: 38%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustomstuff #newmeta .submit {
|
|
|
|
padding: 0 8px;
|
|
|
|
}
|
|
|
|
|
2011-10-11 02:25:25 -04:00
|
|
|
#postcustomstuff .submit input,
|
2011-08-20 23:46:43 -04:00
|
|
|
#postcustomstuff table #addmetasub {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustomstuff #newmetaleft {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postcustomstuff #newmetaleft a {
|
|
|
|
padding: 0 10px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
11.2 - Post Revisions
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
table.diff {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.diff col.content {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.diff tr {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.diff td, table.diff th {
|
|
|
|
padding: .5em;
|
|
|
|
font-family: Consolas, Monaco, monospace;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.diff .diff-deletedline del, table.diff .diff-addedline ins {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
12.0 - Categories
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
.category-adder {
|
|
|
|
margin-left: 120px;
|
|
|
|
padding: 4px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.category-adder h4 {
|
|
|
|
margin: 0 0 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#side-sortables .category-adder {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body ul.add-menu-item-tabs {
|
|
|
|
float: left;
|
|
|
|
width: 120px;
|
|
|
|
text-align: right;
|
|
|
|
/* Negative margin for the sake of those without JS: all tabs display */
|
|
|
|
margin: 0 -120px 0 5px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body ul.add-menu-item-tabs li {
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body ul.add-menu-item-tabs li.tabs {
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2012-03-23 17:41:00 -04:00
|
|
|
.wp-tab-panel,
|
2011-08-20 23:46:43 -04:00
|
|
|
.categorydiv div.tabs-panel,
|
|
|
|
.customlinkdiv div.tabs-panel,
|
|
|
|
.posttypediv div.tabs-panel,
|
2012-03-23 17:41:00 -04:00
|
|
|
.taxonomydiv div.tabs-panel {
|
2011-08-20 23:46:43 -04:00
|
|
|
height: 200px;
|
|
|
|
overflow: auto;
|
|
|
|
padding: 0.5em 0.9em;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-menus-php .customlinkdiv div.tabs-panel,
|
|
|
|
.nav-menus-php .posttypediv div.tabs-panel,
|
|
|
|
.nav-menus-php .taxonomydiv div.tabs-panel {
|
|
|
|
height: auto;
|
|
|
|
max-height: 205px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tabs-panel-active {
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tabs-panel-inactive {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customlinkdiv ul,
|
|
|
|
.posttypediv ul,
|
2012-03-23 17:41:00 -04:00
|
|
|
.taxonomydiv ul {
|
2011-08-20 23:46:43 -04:00
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#front-page-warning,
|
|
|
|
#front-static-pages ul,
|
|
|
|
ul.export-filters,
|
|
|
|
.inline-editor ul.cat-checklist ul,
|
|
|
|
.categorydiv ul.categorychecklist ul,
|
|
|
|
.customlinkdiv ul.categorychecklist ul,
|
|
|
|
.posttypediv ul.categorychecklist ul,
|
2012-03-23 17:41:00 -04:00
|
|
|
.taxonomydiv ul.categorychecklist ul {
|
2011-08-20 23:46:43 -04:00
|
|
|
margin-left: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.categorychecklist li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
line-height: 19px;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.categorydiv .tabs-panel,
|
|
|
|
.customlinkdiv .tabs-panel,
|
|
|
|
.posttypediv .tabs-panel,
|
|
|
|
.taxonomydiv .tabs-panel {
|
|
|
|
border-width: 3px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-wrap p,
|
|
|
|
.form-wrap label {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-wrap label {
|
|
|
|
display: block;
|
|
|
|
padding: 2px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-field input,
|
|
|
|
.form-field textarea {
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
width: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.description,
|
|
|
|
.form-wrap p {
|
|
|
|
margin: 2px 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.help,
|
|
|
|
p.description,
|
|
|
|
span.description,
|
|
|
|
.form-wrap p {
|
|
|
|
font-size: 12px;
|
|
|
|
font-style: italic;
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-wrap .form-field {
|
|
|
|
margin: 0 0 10px;
|
2012-08-05 22:32:55 -04:00
|
|
|
padding: 8px 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-wrap h3 {
|
|
|
|
margin: 12px 0;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-wrap p.submit {
|
|
|
|
margin-top: -10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
13.0 - Tags
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
#poststuff .taghint {
|
|
|
|
color: #aaa;
|
|
|
|
margin: 15px 0 -24px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff .tagsdiv .howto {
|
|
|
|
margin: 0 0 6px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ajaxtag .newtag {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagsdiv .newtag {
|
|
|
|
width: 180px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagsdiv .the-tags {
|
|
|
|
display: block;
|
|
|
|
height: 60px;
|
|
|
|
margin: 0 auto;
|
|
|
|
overflow: auto;
|
|
|
|
width: 260px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-body-content .tagsdiv .the-tags {
|
|
|
|
margin: 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.popular-tags {
|
|
|
|
-webkit-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
line-height: 2em;
|
2011-09-15 00:26:26 -04:00
|
|
|
max-width: 1000px;
|
2011-08-20 23:46:43 -04:00
|
|
|
padding: 8px 12px 12px;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.popular-tags a {
|
|
|
|
padding: 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagcloud {
|
|
|
|
width: 97%;
|
|
|
|
margin: 0 0 40px;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagcloud h3 {
|
|
|
|
margin: 2px 0 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_results {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 10000;
|
|
|
|
display: none;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_results li {
|
|
|
|
padding: 2px 5px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_over {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac_match {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2012-04-03 22:45:30 -04:00
|
|
|
/* links tables */
|
|
|
|
table.links-table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.links-table th {
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: left;
|
|
|
|
vertical-align: top;
|
|
|
|
min-width: 80px;
|
|
|
|
width: 20%;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.links-table th,
|
|
|
|
.links-table td {
|
|
|
|
padding: 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.links-table td label {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.links-table td input[type="text"],
|
|
|
|
.links-table td textarea {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.links-table #link_rel {
|
|
|
|
max-width: 280px;
|
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
14.0 - Media Screen
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
2011-11-10 15:33:26 -05:00
|
|
|
.media-item .describe {
|
2011-08-20 23:46:43 -04:00
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
border-top-style: solid;
|
|
|
|
border-top-width: 1px;
|
|
|
|
clear: both;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2011-11-10 15:33:26 -05:00
|
|
|
.media-item.media-blank .describe {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-item .describe th {
|
2011-08-20 23:46:43 -04:00
|
|
|
vertical-align: top;
|
|
|
|
text-align: left;
|
2011-11-10 15:33:26 -05:00
|
|
|
padding: 5px 10px 10px;
|
2011-08-20 23:46:43 -04:00
|
|
|
width: 140px;
|
|
|
|
}
|
|
|
|
|
2011-11-10 15:33:26 -05:00
|
|
|
.media-item .describe .align th {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-item .media-item-info tr {
|
2011-08-20 23:46:43 -04:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2011-11-10 15:33:26 -05:00
|
|
|
.media-item .describe td {
|
|
|
|
padding: 0 8px 8px 0;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-item thead.media-item-info td {
|
2011-08-20 23:46:43 -04:00
|
|
|
padding: 4px 10px 0;
|
|
|
|
}
|
|
|
|
|
2011-11-10 15:33:26 -05:00
|
|
|
.media-item .media-item-info .A1B1 {
|
2011-08-20 23:46:43 -04:00
|
|
|
padding: 0 0 0 10px;
|
|
|
|
}
|
|
|
|
|
2011-11-10 15:33:26 -05:00
|
|
|
.media-item td.savesend {
|
|
|
|
padding-bottom: 15px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
2011-11-10 15:33:26 -05:00
|
|
|
.media-item .thumbnail {
|
2011-08-20 23:46:43 -04:00
|
|
|
max-height: 128px;
|
|
|
|
max-width: 128px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content #async-upload-wrap a {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-10-12 18:24:53 -04:00
|
|
|
.media-upload-form {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.media-upload-form td label {
|
|
|
|
margin-right: 6px;
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-upload-form .align .field label {
|
|
|
|
display: inline;
|
2011-09-28 13:27:48 -04:00
|
|
|
padding: 0 0 0 23px;
|
|
|
|
margin: 0 1em 0 3px;
|
2011-08-20 23:46:43 -04:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-upload-form tr.image-size label {
|
2011-09-28 13:27:48 -04:00
|
|
|
margin: 0 0 0 5px;
|
2011-08-20 23:46:43 -04:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-upload-form th.label label {
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0.5em;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-upload-form th.label label span {
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
abbr.required {
|
|
|
|
border: medium none;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2011-11-10 15:33:26 -05:00
|
|
|
.media-item .describe input[type="text"],
|
|
|
|
.media-item .describe textarea {
|
2011-08-20 23:46:43 -04:00
|
|
|
width: 460px;
|
|
|
|
}
|
|
|
|
|
2011-11-10 15:33:26 -05:00
|
|
|
.media-item .describe p.help {
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 0;
|
|
|
|
padding: 0 0 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.describe-toggle-on,
|
|
|
|
.describe-toggle-off {
|
|
|
|
display: block;
|
|
|
|
line-height: 36px;
|
|
|
|
float: right;
|
2011-11-10 15:33:26 -05:00
|
|
|
margin-right: 15px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
2011-11-10 15:33:26 -05:00
|
|
|
.media-item .describe-toggle-off,
|
|
|
|
.media-item.open .describe-toggle-on,
|
|
|
|
.media-item.open img.pinkynail {
|
2011-08-20 23:46:43 -04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-11-10 15:33:26 -05:00
|
|
|
.media-item.open .describe-toggle-off {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#media-items .media-item {
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2011-08-20 23:46:43 -04:00
|
|
|
min-height: 36px;
|
|
|
|
position: relative;
|
2011-11-10 15:33:26 -05:00
|
|
|
margin-top: -1px;
|
2011-08-20 23:46:43 -04:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2011-11-10 15:33:26 -05:00
|
|
|
#media-items {
|
|
|
|
width: 623px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
2011-11-10 15:33:26 -05:00
|
|
|
#media-items:empty {
|
2011-09-15 01:30:58 -04:00
|
|
|
border: 0 none;
|
|
|
|
}
|
|
|
|
|
2011-11-10 15:33:26 -05:00
|
|
|
.media-item .filename {
|
2011-08-20 23:46:43 -04:00
|
|
|
line-height: 36px;
|
|
|
|
overflow: hidden;
|
2011-11-10 15:33:26 -05:00
|
|
|
padding: 0 10px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.media-item .error-div {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-item .pinkynail {
|
|
|
|
float: left;
|
2011-11-11 19:52:26 -05:00
|
|
|
margin: 2px 2px 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
max-width: 40px;
|
|
|
|
max-height: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-item .startopen,
|
|
|
|
.media-item .startclosed {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-item .original {
|
|
|
|
position: relative;
|
|
|
|
height: 34px;
|
|
|
|
}
|
|
|
|
|
2011-11-10 15:33:26 -05:00
|
|
|
.media-item .progress {
|
|
|
|
float: right;
|
2012-03-27 22:10:19 -04:00
|
|
|
height: 22px;
|
|
|
|
margin: 6px 10px 0 0;
|
|
|
|
width: 200px;
|
2011-11-10 15:33:26 -05:00
|
|
|
line-height: 2em;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
border: 1px solid #d1d1d1;
|
2012-08-06 13:21:41 -04:00
|
|
|
background: #f7f7f7;
|
|
|
|
background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f7f7f7));
|
|
|
|
background-image: -webkit-linear-gradient(bottom, #fff, #f7f7f7);
|
|
|
|
background-image: -moz-linear-gradient(bottom, #fff, #f7f7f7);
|
|
|
|
background-image: -o-linear-gradient(bottom, #fff, #f7f7f7);
|
|
|
|
background-image: linear-gradient(to top, #fff, #f7f7f7);
|
2011-11-10 15:33:26 -05:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
|
|
|
|
box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
2011-11-10 15:33:26 -05:00
|
|
|
.media-item .bar {
|
|
|
|
z-index: 9;
|
2011-08-20 23:46:43 -04:00
|
|
|
width: 0;
|
|
|
|
height: 100%;
|
2011-11-10 15:33:26 -05:00
|
|
|
margin-top: -24px;
|
2012-08-06 13:21:41 -04:00
|
|
|
background-color: #8cc1e9;
|
|
|
|
background-image: -webkit-gradient(linear, left bottom, left top, from(#72a7cf), to(#8cc1e9));
|
|
|
|
background-image: -webkit-linear-gradient(bottom, #72a7cf, #8cc1e9);
|
|
|
|
background-image: -moz-linear-gradient(bottom, #72a7cf, #8cc1e9);
|
|
|
|
background-image: -o-linear-gradient(bottom, #72a7cf, #8cc1e9);
|
|
|
|
background-image: linear-gradient(to top, #72a7cf, #8cc1e9);
|
2011-11-10 15:33:26 -05:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
|
|
|
|
box-shadow: 0 0 3px rgba(0,0,0,0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-item .progress .percent {
|
|
|
|
z-index: 10;
|
|
|
|
position: relative;
|
|
|
|
width: 200px;
|
2011-11-14 18:21:16 -05:00
|
|
|
padding: 0 8px;
|
2011-11-10 15:33:26 -05:00
|
|
|
text-shadow: 0 1px 0 rgba(255,255,255,0.4);
|
|
|
|
color: rgba(0,0,0,0.6);
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.upload-php .fixed .column-parent {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
2011-11-11 14:40:23 -05:00
|
|
|
.js .html-uploader #plupload-upload-ui {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.js .html-uploader #html-upload-ui {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2011-11-11 19:52:26 -05:00
|
|
|
.media-upload-form .media-item.error {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2011-11-12 21:01:13 -05:00
|
|
|
.media-upload-form .media-item.error p,
|
|
|
|
.media-item .error-div {
|
2011-11-11 19:52:26 -05:00
|
|
|
line-height: 16px;
|
2012-04-24 18:06:55 -04:00
|
|
|
margin: 5px 10px;
|
2011-11-11 19:52:26 -05:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2011-11-12 21:01:13 -05:00
|
|
|
.media-item .error-div a.dismiss {
|
2012-04-24 18:06:55 -04:00
|
|
|
display: block;
|
2011-11-12 21:01:13 -05:00
|
|
|
float: right;
|
2012-04-24 18:06:55 -04:00
|
|
|
margin: 5px 4px 0 15px;
|
2011-11-12 21:01:13 -05:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
2011-11-10 15:33:26 -05:00
|
|
|
14.1 - Media Library
|
2011-08-20 23:46:43 -04:00
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
.find-box {
|
|
|
|
width: 500px;
|
|
|
|
height: 300px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 33px 5px 40px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-box-head {
|
|
|
|
cursor: move;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 2em;
|
|
|
|
line-height: 2em;
|
|
|
|
padding: 1px 12px;
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-box-inside {
|
|
|
|
overflow: auto;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-box-search {
|
|
|
|
padding: 12px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: none none solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#find-posts-response {
|
|
|
|
margin: 8px 0;
|
|
|
|
padding: 0 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#find-posts-response table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#find-posts-response .found-radio {
|
|
|
|
padding: 5px 0 0 8px;
|
|
|
|
width: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-box-buttons {
|
|
|
|
width: 480px;
|
|
|
|
margin: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-box-search label {
|
|
|
|
padding-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-box #resize-se {
|
|
|
|
position: absolute;
|
|
|
|
right: 1px;
|
|
|
|
bottom: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#dismissed-updates {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.upgrade {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.upgrade .hint {
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 85%;
|
|
|
|
margin: -0.5em 0 2em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff .inside .the-tagcloud {
|
|
|
|
margin: 5px 0 10px;
|
|
|
|
padding: 8px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
line-height: 1.8em;
|
|
|
|
word-spacing: 3px;
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
2011-09-18 13:03:34 -04:00
|
|
|
.drag-drop #drag-drop-area {
|
|
|
|
border: 4px dashed #DDDDDD;
|
2011-10-11 02:25:25 -04:00
|
|
|
height: 200px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
2011-09-18 13:03:34 -04:00
|
|
|
.drag-drop .drag-drop-inside {
|
2011-10-12 18:24:53 -04:00
|
|
|
margin: 70px auto 0;
|
|
|
|
width: 250px;
|
2011-09-18 13:03:34 -04:00
|
|
|
}
|
|
|
|
|
2011-11-05 14:09:38 -04:00
|
|
|
.drag-drop-inside p {
|
|
|
|
color: #aaa;
|
|
|
|
font-size: 14px;
|
|
|
|
margin: 5px 0;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-09-18 13:03:34 -04:00
|
|
|
.drag-drop .drag-drop-inside p {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2011-11-05 14:09:38 -04:00
|
|
|
.drag-drop-inside p.drag-drop-info {
|
|
|
|
font-size: 20px;
|
2011-09-18 13:03:34 -04:00
|
|
|
}
|
|
|
|
|
2011-11-05 14:09:38 -04:00
|
|
|
.drag-drop .drag-drop-inside p,
|
|
|
|
.drag-drop-inside p.drag-drop-buttons {
|
2011-09-18 13:03:34 -04:00
|
|
|
display: block;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
2011-11-20 14:16:35 -05:00
|
|
|
/*
|
|
|
|
#drag-drop-area:-moz-drag-over {
|
|
|
|
border-color: #83b4d8;
|
|
|
|
}
|
|
|
|
borger color while dragging a file over the uploader drop area */
|
|
|
|
.drag-drop.drag-over #drag-drop-area {
|
|
|
|
border-color: #83b4d8;
|
|
|
|
}
|
|
|
|
|
2011-10-12 18:24:53 -04:00
|
|
|
#plupload-upload-ui {
|
|
|
|
position: relative;
|
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
2011-11-20 14:16:35 -05:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
14.2 - Image Editor
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
.describe .image-editor {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-wrap {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-settings p {
|
|
|
|
margin: 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.describe .imgedit-wrap table td {
|
|
|
|
vertical-align: top;
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-wrap p,
|
|
|
|
.describe .imgedit-wrap table td {
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.describe .imgedit-wrap table td.imgedit-settings {
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.imgedit-settings input {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-wait {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
background: #FFFFFF url(../images/wpspin_light.gif) no-repeat scroll 22px 10px;
|
|
|
|
opacity: 0.7;
|
|
|
|
filter: alpha(opacity=70);
|
|
|
|
width: 100%;
|
|
|
|
height: 500px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-disabled,
|
|
|
|
.imgedit-settings .disabled {
|
|
|
|
color: grey;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-wait-spin {
|
|
|
|
padding: 0 4px 4px;
|
|
|
|
vertical-align: bottom;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-menu {
|
|
|
|
margin: 0 0 12px;
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-menu div {
|
|
|
|
float: left;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-crop-wrap {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-crop {
|
2012-08-01 18:50:52 -04:00
|
|
|
background: transparent url('../images/imgedit-icons.png') no-repeat scroll -9px -31px;
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 0 8px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-crop.disabled:hover {
|
|
|
|
background-position: -9px -31px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-crop:hover {
|
|
|
|
background-position: -9px -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-rleft {
|
2012-08-01 18:50:52 -04:00
|
|
|
background: transparent url('../images/imgedit-icons.png') no-repeat scroll -46px -31px;
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-rleft.disabled:hover {
|
|
|
|
background-position: -46px -31px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-rleft:hover {
|
|
|
|
background-position: -46px -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-rright {
|
2012-08-01 18:50:52 -04:00
|
|
|
background: transparent url('../images/imgedit-icons.png') no-repeat scroll -77px -31px;
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 0 8px 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-rright.disabled:hover {
|
|
|
|
background-position: -77px -31px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-rright:hover {
|
|
|
|
background-position: -77px -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-flipv {
|
2012-08-01 18:50:52 -04:00
|
|
|
background: transparent url('../images/imgedit-icons.png') no-repeat scroll -115px -31px;
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-flipv.disabled:hover {
|
|
|
|
background-position: -115px -31px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-flipv:hover {
|
|
|
|
background-position: -115px -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-fliph {
|
2012-08-01 18:50:52 -04:00
|
|
|
background: transparent url('../images/imgedit-icons.png') no-repeat scroll -147px -31px;
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 0 8px 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-fliph.disabled:hover {
|
|
|
|
background-position: -147px -31px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-fliph:hover {
|
|
|
|
background-position: -147px -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-undo {
|
2012-08-01 18:50:52 -04:00
|
|
|
background: transparent url('../images/imgedit-icons.png') no-repeat scroll -184px -31px;
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-undo.disabled:hover {
|
|
|
|
background-position: -184px -31px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-undo:hover {
|
|
|
|
background-position: -184px -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-redo {
|
2012-08-01 18:50:52 -04:00
|
|
|
background: transparent url('../images/imgedit-icons.png') no-repeat scroll -215px -31px;
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 0 8px 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-redo.disabled:hover {
|
|
|
|
background-position: -215px -31px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-redo:hover {
|
|
|
|
background-position: -215px -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-applyto img {
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-group-top {
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-applyto .imgedit-label {
|
|
|
|
padding: 2px 0 0;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-help {
|
|
|
|
display: none;
|
|
|
|
font-style: italic;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.imgedit-help ul li {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.imgedit-help-toggle {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .imgedit-response div {
|
|
|
|
width: 600px;
|
|
|
|
margin: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table td.imgedit-response {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-submit {
|
|
|
|
margin: 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-submit-btn {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-wrap .nowrap {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.imgedit-scale-warn {
|
|
|
|
color: red;
|
|
|
|
font-size: 20px;
|
|
|
|
font-style: normal;
|
|
|
|
visibility: hidden;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imgedit-group {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
-webkit-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
padding: 2px 10px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2012-08-01 18:50:52 -04:00
|
|
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
|
|
|
|
.imgedit-crop,
|
|
|
|
.imgedit-rleft,
|
|
|
|
.imgedit-rright,
|
|
|
|
.imgedit-flipv,
|
|
|
|
.imgedit-fliph,
|
|
|
|
.imgedit-undo,
|
|
|
|
.imgedit-redo {
|
|
|
|
background-image: url('../images/imgedit-icons-2x.png');
|
|
|
|
background-size: 260px 64px;
|
|
|
|
}
|
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2010-11-01 12:30:27 -04:00
|
|
|
/*------------------------------------------------------------------------------
|
2011-08-20 23:46:43 -04:00
|
|
|
15.0 - Comments Screen
|
2010-11-01 12:30:27 -04:00
|
|
|
------------------------------------------------------------------------------*/
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.form-table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
margin-top: 0.5em;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: -8px;
|
|
|
|
clear: both;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.form-table td {
|
|
|
|
margin-bottom: 9px;
|
|
|
|
padding: 8px 10px;
|
|
|
|
line-height: 20px;
|
|
|
|
font-size: 12px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.form-table th,
|
|
|
|
.form-wrap label {
|
|
|
|
font-weight: normal;
|
2011-10-03 12:36:19 -04:00
|
|
|
text-shadow: #fff 0 1px 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.form-table th {
|
|
|
|
vertical-align: top;
|
|
|
|
text-align: left;
|
|
|
|
padding: 10px;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table th.th-full {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table div.color-option {
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table input.tog {
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-right: 2px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table td p {
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table table.color-palette {
|
|
|
|
vertical-align: bottom;
|
|
|
|
float: left;
|
|
|
|
margin: -12px 3px 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table .color-palette td {
|
|
|
|
border-width: 1px 1px 0;
|
|
|
|
border-style: solid solid none;
|
|
|
|
height: 10px;
|
|
|
|
line-height: 20px;
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commentlist li {
|
|
|
|
padding: 1em 1em .2em;
|
|
|
|
margin: 0;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commentlist li li {
|
|
|
|
border-bottom: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commentlist p {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 .8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* reply to comments */
|
|
|
|
#replyrow input {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replyrow td {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replysubmit {
|
|
|
|
margin: 0;
|
2011-09-28 17:07:08 -04:00
|
|
|
padding: 0 7px 3px;
|
|
|
|
text-align: center;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#replysubmit img.waiting,
|
|
|
|
.inline-edit-save img.waiting {
|
|
|
|
padding: 4px 10px 0;
|
|
|
|
vertical-align: top;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replysubmit .button {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replysubmit .error {
|
2011-09-28 17:07:08 -04:00
|
|
|
color: red;
|
|
|
|
line-height: 21px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: center;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
2011-09-28 17:07:08 -04:00
|
|
|
#replyrow h5 {
|
|
|
|
margin: .2em 0 0;
|
|
|
|
padding: 0 5px;
|
|
|
|
line-height: 1.4em;
|
|
|
|
font-size: 1em;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#edithead .inside {
|
|
|
|
float: left;
|
|
|
|
padding: 3px 0 2px 5px;
|
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edithead .inside input {
|
|
|
|
width: 180px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edithead label {
|
|
|
|
padding: 2px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replycontainer {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#replycontent {
|
2011-09-28 17:07:08 -04:00
|
|
|
height: 120px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.comment-ays {
|
|
|
|
margin-bottom: 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-ays th {
|
|
|
|
border-right-style: solid;
|
|
|
|
border-right-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.trash-undo-inside,
|
|
|
|
.spam-undo-inside {
|
|
|
|
margin: 1px 8px 1px 0;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spam-undo-inside .avatar,
|
|
|
|
.trash-undo-inside .avatar {
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
margin-right: 8px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stuffbox .editcomment {
|
|
|
|
clear: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#comment-status-radio p {
|
|
|
|
margin: 3px 0 5px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#comment-status-radio input {
|
|
|
|
margin: 2px 3px 5px 0;
|
|
|
|
vertical-align: middle;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#comment-status-radio label {
|
|
|
|
padding: 5px 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.commentlist .avatar {
|
|
|
|
vertical-align: text-top;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-11-01 12:30:27 -04:00
|
|
|
/*------------------------------------------------------------------------------
|
2011-08-20 23:46:43 -04:00
|
|
|
16.0 - Themes
|
2010-11-01 12:30:27 -04:00
|
|
|
------------------------------------------------------------------------------*/
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.theme-install-php .tablenav {
|
2012-04-18 15:28:36 -04:00
|
|
|
height: auto;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
2012-03-01 18:55:09 -05:00
|
|
|
h3.available-themes {
|
|
|
|
margin: 0 0 1em;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2011-09-15 00:26:26 -04:00
|
|
|
.available-theme {
|
|
|
|
display: inline-block;
|
2012-04-11 17:54:56 -04:00
|
|
|
margin-right: 10px;
|
2011-09-15 00:26:26 -04:00
|
|
|
overflow: hidden;
|
2012-04-11 17:54:56 -04:00
|
|
|
padding: 20px 20px 20px 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
vertical-align: top;
|
2012-04-10 17:09:14 -04:00
|
|
|
width: 300px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
2012-05-09 17:47:15 -04:00
|
|
|
.available-theme .screenshot {
|
2012-04-10 17:09:14 -04:00
|
|
|
width: 300px;
|
|
|
|
height: 225px;
|
2011-08-20 23:46:43 -04:00
|
|
|
display: block;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
overflow: hidden;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
.available-theme img {
|
2012-04-10 17:09:14 -04:00
|
|
|
width: 300px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
.available-theme h3 {
|
2012-04-09 20:15:13 -04:00
|
|
|
margin: 15px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.available-theme .theme-author {
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.available-theme .action-links {
|
|
|
|
margin-top: 10px;
|
2012-04-12 17:10:40 -04:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2012-04-12 18:03:57 -04:00
|
|
|
#current-theme .theme-info li,
|
2012-04-12 18:16:51 -04:00
|
|
|
.theme-options li,
|
2012-04-12 17:10:40 -04:00
|
|
|
.available-theme .action-links li {
|
|
|
|
float: left;
|
|
|
|
padding-right: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
border-right: 1px solid #dfdfdf;
|
|
|
|
}
|
|
|
|
|
2012-06-12 13:11:09 -04:00
|
|
|
.available-theme .action-links li {
|
|
|
|
padding-right: 8px;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2012-04-12 18:03:57 -04:00
|
|
|
#current-theme .theme-info li:last-child,
|
2012-04-12 18:16:51 -04:00
|
|
|
.theme-options li:last-child,
|
2012-04-12 17:10:40 -04:00
|
|
|
.available-theme .action-links li:last-child {
|
|
|
|
padding-right: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.available-theme .action-links .delete-theme {
|
|
|
|
float: right;
|
2012-06-12 13:11:09 -04:00
|
|
|
margin-left: 8px;
|
2012-04-12 17:10:40 -04:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.available-theme .action-links .delete-theme a {
|
|
|
|
color: red;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.available-theme .action-links .delete-theme a:hover {
|
|
|
|
background: red;
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.available-theme .action-links p {
|
|
|
|
float: left;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
#current-theme {
|
2012-04-11 17:19:32 -04:00
|
|
|
margin: 20px 0 10px;
|
|
|
|
padding: 0 0 20px;
|
|
|
|
border-bottom: 1px solid #dfdfdf;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-theme.has-screenshot {
|
2012-04-11 17:54:56 -04:00
|
|
|
padding-left: 330px;
|
2012-04-11 17:19:32 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#current-theme h3 {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-theme h4 {
|
|
|
|
margin: 3px 0 16px;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
2012-04-12 18:16:51 -04:00
|
|
|
|
2012-04-11 17:19:32 -04:00
|
|
|
#current-theme h4 span {
|
|
|
|
margin-left: 20px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: normal;
|
2010-12-22 14:03:43 -05:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
#current-theme a {
|
|
|
|
border-bottom: none;
|
2010-12-22 14:03:43 -05:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
2012-04-12 18:03:57 -04:00
|
|
|
#current-theme .theme-info {
|
|
|
|
margin: 1em 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#current-theme .theme-description {
|
|
|
|
margin-top: 5px;
|
2012-04-11 17:19:32 -04:00
|
|
|
max-width: 600px;
|
|
|
|
line-height: 1.6em;
|
2010-12-22 14:03:43 -05:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
#current-theme img {
|
|
|
|
float: left;
|
2012-04-11 17:19:32 -04:00
|
|
|
width: 300px;
|
2012-04-11 17:54:56 -04:00
|
|
|
margin-left: -330px;
|
2012-04-11 17:19:32 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2010-12-22 14:03:43 -05:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
2012-04-11 17:19:32 -04:00
|
|
|
.theme-options {
|
2012-04-12 18:16:51 -04:00
|
|
|
overflow: hidden;
|
2012-04-11 17:19:32 -04:00
|
|
|
font-size: 14px;
|
|
|
|
padding-bottom: 10px;
|
2010-12-22 14:03:43 -05:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
2012-04-04 17:41:51 -04:00
|
|
|
.theme-options .load-customize {
|
2012-04-12 18:16:51 -04:00
|
|
|
margin-right: 30px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-options span {
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 18px;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-options ul {
|
|
|
|
float: left;
|
|
|
|
margin: 0;
|
2012-04-04 17:41:51 -04:00
|
|
|
}
|
|
|
|
|
2012-04-11 17:54:56 -04:00
|
|
|
/* Allow for three-up on 1024px wide screens, e.g. tablets */
|
|
|
|
@media only screen and (max-width: 1200px) {
|
|
|
|
.available-theme,
|
2012-05-09 17:47:15 -04:00
|
|
|
.available-theme .screenshot,
|
2012-04-11 17:54:56 -04:00
|
|
|
#current-theme img {
|
|
|
|
width: 240px;
|
|
|
|
}
|
|
|
|
|
2012-05-09 17:47:15 -04:00
|
|
|
.available-theme .screenshot {
|
2012-04-11 17:54:56 -04:00
|
|
|
height: 180px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.available-theme img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-theme.has-screenshot {
|
|
|
|
padding-left: 270px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-theme img {
|
|
|
|
margin-left: -270px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-10-29 17:50:32 -04:00
|
|
|
#post-body ul.add-menu-item-tabs li.tabs a,
|
2011-08-20 23:46:43 -04:00
|
|
|
#TB_window #TB_title a.tb-theme-preview-link,
|
|
|
|
#TB_window #TB_title a.tb-theme-preview-link:visited {
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
2010-12-22 14:03:43 -05:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
#TB_window #TB_title {
|
|
|
|
background-color: #222;
|
|
|
|
color: #cfcfcf;
|
2010-12-22 13:01:15 -05:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
#broken-themes {
|
|
|
|
text-align: left;
|
|
|
|
width: 50%;
|
|
|
|
border-spacing: 3px;
|
|
|
|
padding: 3px;
|
2010-12-22 13:01:15 -05:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
.theme-install-php h4 {
|
|
|
|
margin: 2.5em 0 8px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
16.1 - Custom Header Screen
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
.appearance_page_custom-header #headimg {
|
|
|
|
border: 1px solid #DFDFDF;
|
|
|
|
width: 100%;
|
2010-12-22 13:01:15 -05:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
.appearance_page_custom-header #upload-form p label {
|
|
|
|
font-size: 12px;
|
2010-11-18 16:39:22 -05:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
.appearance_page_custom-header .available-headers .default-header {
|
2010-11-01 12:30:27 -04:00
|
|
|
float: left;
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 0 20px 20px 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
.appearance_page_custom-header .random-header {
|
|
|
|
clear: both;
|
|
|
|
margin: 0 20px 20px 0;
|
|
|
|
vertical-align: middle;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
.appearance_page_custom-header .available-headers label input,
|
|
|
|
.appearance_page_custom-header .random-header label input {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.appearance_page_custom-header .available-headers label img {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
16.2 - Custom Background Screen
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
div#custom-background-image {
|
|
|
|
min-height: 100px;
|
|
|
|
border: 1px solid #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#custom-background-image img {
|
|
|
|
max-width: 400px;
|
|
|
|
max-height: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
16.3 - Tabbed Admin Screen Interface (Experimental)
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
.nav-tab {
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #dfdfdf #dfdfdf #fff;
|
|
|
|
border-width: 1px 1px 0;
|
|
|
|
color: #aaa;
|
2011-10-03 12:36:19 -04:00
|
|
|
text-shadow: #fff 0 1px 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 4px 14px 6px;
|
|
|
|
text-decoration: none;
|
|
|
|
margin: 0 6px -1px 0;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-tab-active {
|
|
|
|
border-width: 1px;
|
|
|
|
color: #464646;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-tab:hover,
|
|
|
|
.nav-tab-active {
|
|
|
|
border-color: #ccc #ccc #fff;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
h2.nav-tab-wrapper, h3.nav-tab-wrapper {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
padding-bottom: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
h2 .nav-tab {
|
|
|
|
padding: 4px 10px 6px;
|
|
|
|
font-weight: 200;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 24px;
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2010-12-26 17:06:15 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
17.0 - Plugins
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
2011-10-29 17:50:32 -04:00
|
|
|
#dashboard_right_now .versions .b,
|
|
|
|
#post-status-display,
|
2011-12-05 15:56:45 -05:00
|
|
|
#post-visibility-display,
|
2011-10-29 17:50:32 -04:00
|
|
|
#adminmenu .wp-submenu li.current,
|
|
|
|
#adminmenu .wp-submenu li.current a,
|
|
|
|
#adminmenu .wp-submenu li.current a:hover,
|
|
|
|
.media-item .percent,
|
2011-08-20 23:46:43 -04:00
|
|
|
.plugins .name,
|
|
|
|
#pass-strength-result.strong,
|
|
|
|
#pass-strength-result.short,
|
|
|
|
.button-highlighted,
|
|
|
|
input.button-highlighted,
|
2011-10-29 17:50:32 -04:00
|
|
|
#ed_reply_toolbar #ed_reply_strong,
|
|
|
|
.item-controls .item-order a,
|
|
|
|
.feature-filter .feature-name {
|
2011-08-20 23:46:43 -04:00
|
|
|
font-weight: bold;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.plugins p {
|
|
|
|
margin: 0 4px;
|
|
|
|
padding: 0;
|
2011-01-01 18:19:26 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.plugins .desc p {
|
|
|
|
margin: 0 0 8px;
|
2011-01-01 18:19:26 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.plugins td.desc {
|
|
|
|
line-height: 1.5em;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.plugins .desc ul,
|
|
|
|
.plugins .desc ol {
|
|
|
|
margin: 0 0 0 2em;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.plugins .desc ul {
|
|
|
|
list-style-type: disc;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.plugins .row-actions-visible {
|
|
|
|
padding: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.plugins tbody th.check-column {
|
|
|
|
padding: 7px 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.plugins .inactive td,
|
|
|
|
.plugins .inactive th,
|
|
|
|
.plugins .active td,
|
|
|
|
.plugins .active th {
|
|
|
|
border-top-style: solid;
|
|
|
|
border-top-width: 1px;
|
|
|
|
padding: 5px 7px 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2012-03-21 12:19:27 -04:00
|
|
|
.plugins .update th,
|
|
|
|
.plugins .update td {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
.plugin-update-tr td {
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .plugins .plugin-title,
|
|
|
|
#wpbody-content .plugins .theme-title {
|
2011-08-20 23:46:43 -04:00
|
|
|
padding-right: 12px;
|
|
|
|
white-space:nowrap;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
2012-03-21 12:19:27 -04:00
|
|
|
.plugins .second,
|
|
|
|
.plugins .row-actions-visible {
|
2011-08-20 23:46:43 -04:00
|
|
|
padding: 0 0 5px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2012-03-21 12:19:27 -04:00
|
|
|
.plugins .update .second,
|
|
|
|
.plugins .update .row-actions-visible {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.plugins-php .widefat tfoot th,
|
|
|
|
.plugins-php .widefat tfoot td {
|
|
|
|
border-top-style: solid;
|
|
|
|
border-top-width: 1px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.plugin-update-tr .update-message {
|
|
|
|
margin: 5px;
|
|
|
|
padding: 3px 5px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.plugin-install-php h4 {
|
|
|
|
margin: 2.5em 0 8px;
|
2010-11-04 23:04:13 -04:00
|
|
|
}
|
|
|
|
|
2010-11-01 12:30:27 -04:00
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
2011-08-20 23:46:43 -04:00
|
|
|
18.0 - Users
|
2010-11-01 12:30:27 -04:00
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#profile-page .form-table textarea {
|
|
|
|
width: 500px;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#profile-page .form-table #rich_editing {
|
|
|
|
margin-right: 5px
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#your-profile legend {
|
|
|
|
font-size: 22px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#your-profile #rich_editing {
|
|
|
|
border: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#display_name {
|
|
|
|
width: 15em;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#createuser .form-field input {
|
|
|
|
width: 25em;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
19.0 - Tools
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
.pressthis {
|
|
|
|
margin: 20px 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.pressthis a {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
cursor: move;
|
|
|
|
color: #333;
|
2012-08-06 13:21:41 -04:00
|
|
|
background: #e6e6e6;
|
|
|
|
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #e6e6e6), color-stop(77%, #d8d8d8));
|
2012-04-30 17:32:44 -04:00
|
|
|
background-image: -webkit-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%);
|
2012-08-06 13:21:41 -04:00
|
|
|
background-image: -moz-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%);
|
|
|
|
background-image: -o-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%);
|
|
|
|
background-image: linear-gradient(to top, #e6e6e6 7%, #d8d8d8 77%);
|
2011-08-20 23:46:43 -04:00
|
|
|
-webkit-border-radius: 5px;
|
2011-09-19 21:27:14 -04:00
|
|
|
border-radius: 5px;
|
2012-04-30 17:32:44 -04:00
|
|
|
border: 1px solid #b4b4b4;
|
2011-10-03 12:36:19 -04:00
|
|
|
font-style: normal;
|
|
|
|
line-height: 16px;
|
|
|
|
font-size: 14px;
|
2011-08-20 23:46:43 -04:00
|
|
|
text-decoration: none;
|
2012-04-30 17:32:44 -04:00
|
|
|
text-shadow: 0 1px 0px #fff;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.pressthis a:hover,
|
|
|
|
.pressthis a:active {
|
|
|
|
color: #333
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.pressthis a:hover:after {
|
|
|
|
-webkit-transform: skew(20deg) rotate(9deg);
|
|
|
|
-moz-transform: skew(20deg) rotate(9deg);
|
2012-08-05 18:41:49 -04:00
|
|
|
transform: skew(20deg) rotate(9deg);
|
2011-08-20 23:46:43 -04:00
|
|
|
-webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
|
2012-08-05 18:41:49 -04:00
|
|
|
box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.pressthis a span {
|
2012-05-02 13:54:20 -04:00
|
|
|
background: url(../images/press-this.png?v=20120502) no-repeat 0px 5px;
|
|
|
|
padding: 8px 11px 8px 27px;
|
|
|
|
margin: 0 5px;
|
2011-08-20 23:46:43 -04:00
|
|
|
display: inline-block;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.pressthis a:after {
|
|
|
|
content: '';
|
|
|
|
width: 70%;
|
|
|
|
height: 55%;
|
|
|
|
z-index: -1;
|
|
|
|
position: absolute;
|
|
|
|
right: 10px;
|
|
|
|
bottom: 9px;
|
|
|
|
background: transparent;
|
2012-08-05 18:41:49 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
-webkit-transform: skew(20deg) rotate(6deg);
|
|
|
|
-moz-transform: skew(20deg) rotate(6deg);
|
2012-08-05 18:41:49 -04:00
|
|
|
transform: skew(20deg) rotate(6deg);
|
2011-08-20 23:46:43 -04:00
|
|
|
-webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
|
2012-08-05 18:41:49 -04:00
|
|
|
box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
20.0 - Settings
|
|
|
|
------------------------------------------------------------------------------*/
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#utc-time, #local-time {
|
|
|
|
padding-left: 25px;
|
|
|
|
font-style: italic;
|
|
|
|
font-family: sans-serif;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.defaultavatarpicker .avatar {
|
|
|
|
margin: 2px 0;
|
|
|
|
vertical-align: middle;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
21.0 - Admin Footer
|
|
|
|
------------------------------------------------------------------------------*/
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
padding: 10px 0;
|
|
|
|
margin-right: 20px;
|
|
|
|
border-top-width: 1px;
|
|
|
|
border-top-style: solid;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
#footer p {
|
2009-08-20 17:12:33 -04:00
|
|
|
margin: 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
line-height: 20px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#footer a {
|
|
|
|
text-decoration: none;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#footer a:hover {
|
|
|
|
text-decoration: underline;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-11-03 19:32:44 -04:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
22.0 - About Pages
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
.about-wrap {
|
|
|
|
position: relative;
|
2011-11-23 18:49:33 -05:00
|
|
|
margin: 25px 40px 0 20px;
|
2011-11-30 16:19:39 -05:00
|
|
|
max-width: 1050px; /* readability */
|
2011-11-30 23:51:35 -05:00
|
|
|
|
2011-11-23 18:49:33 -05:00
|
|
|
font-size: 15px;
|
2011-11-03 20:37:56 -04:00
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-21 23:07:34 -05:00
|
|
|
.about-wrap div.updated,
|
|
|
|
.about-wrap div.error {
|
2012-03-27 22:10:19 -04:00
|
|
|
display: none !important;
|
2011-11-21 23:07:34 -05:00
|
|
|
}
|
2011-11-22 16:47:28 -05:00
|
|
|
|
|
|
|
/* Typography */
|
|
|
|
|
2011-11-03 20:37:56 -04:00
|
|
|
.about-wrap p {
|
|
|
|
line-height: 1.6em;
|
2011-11-03 19:32:44 -04:00
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 19:32:44 -04:00
|
|
|
.about-wrap h1 {
|
2011-11-22 16:47:28 -05:00
|
|
|
margin: 0.2em 200px 0 0;
|
2011-11-03 19:32:44 -04:00
|
|
|
line-height: 1.2em;
|
2011-11-22 11:07:36 -05:00
|
|
|
font-size: 2.8em;
|
2011-11-03 19:32:44 -04:00
|
|
|
font-weight: 200;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 20:37:56 -04:00
|
|
|
.about-text,
|
|
|
|
.about-description,
|
|
|
|
.about-wrap li.wp-person a.web {
|
|
|
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1.6em;
|
2011-11-22 11:07:36 -05:00
|
|
|
font-size: 20px;
|
2011-11-03 20:37:56 -04:00
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 20:37:56 -04:00
|
|
|
.about-description {
|
|
|
|
margin-top: 1.4em;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 19:32:44 -04:00
|
|
|
.about-text {
|
|
|
|
margin: 1em 200px 1.4em 0;
|
|
|
|
min-height: 60px;
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-22 16:47:28 -05:00
|
|
|
.about-wrap h3 {
|
|
|
|
font-size: 24px;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .changelog {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-22 16:47:28 -05:00
|
|
|
.about-wrap .changelog li {
|
|
|
|
list-style-type: disc;
|
|
|
|
margin-left: 3em;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
|
|
|
.about-wrap .feature-section {
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2011-11-22 16:47:28 -05:00
|
|
|
.about-wrap .feature-section h4 {
|
|
|
|
margin-bottom: 0.6em;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-22 16:47:28 -05:00
|
|
|
.about-wrap .feature-section p {
|
|
|
|
margin-top: 0.6em;
|
2011-11-03 19:32:44 -04:00
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-22 16:47:28 -05:00
|
|
|
.about-wrap code {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2011-12-02 12:21:24 -05:00
|
|
|
/* Point Releases */
|
|
|
|
|
|
|
|
.about-wrap .point-releases {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-12-02 12:21:24 -05:00
|
|
|
.about-wrap .changelog.point-releases h3 {
|
|
|
|
padding-top: 35px;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-12-02 12:21:24 -05:00
|
|
|
.about-wrap .changelog.point-releases h3:first-child {
|
|
|
|
padding-top: 7px;
|
|
|
|
}
|
|
|
|
|
2011-11-22 16:47:28 -05:00
|
|
|
/* WordPress Version Badge */
|
|
|
|
|
2011-11-03 19:32:44 -04:00
|
|
|
.wp-badge {
|
|
|
|
padding-top: 142px;
|
2011-11-20 13:59:49 -05:00
|
|
|
height: 50px;
|
|
|
|
width: 173px;
|
2011-11-03 19:32:44 -04:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
text-align: center;
|
2011-11-20 13:59:49 -05:00
|
|
|
margin: 0 -5px;
|
|
|
|
background: url('../images/wp-badge.png?ver=20111120') no-repeat;
|
2011-11-03 19:32:44 -04:00
|
|
|
}
|
2012-05-16 21:04:20 -04:00
|
|
|
|
2011-11-03 21:31:31 -04:00
|
|
|
.about-wrap .wp-badge {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
2011-11-03 19:32:44 -04:00
|
|
|
|
2011-11-22 16:47:28 -05:00
|
|
|
/* Tabs */
|
|
|
|
|
|
|
|
.about-wrap h2.nav-tab-wrapper {
|
|
|
|
padding-left: 6px;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 19:32:44 -04:00
|
|
|
.about-wrap h2 .nav-tab {
|
|
|
|
padding: 4px 10px 6px;
|
|
|
|
margin: 0 3px -1px 0;
|
|
|
|
font-size: 18px;
|
2011-11-30 16:19:39 -05:00
|
|
|
vertical-align: top;
|
2011-11-03 19:32:44 -04:00
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 19:32:44 -04:00
|
|
|
.about-wrap h2 .nav-tab-active {
|
|
|
|
font-weight: bold;
|
|
|
|
padding-top: 3px;
|
|
|
|
}
|
|
|
|
|
2011-11-22 16:47:28 -05:00
|
|
|
/* Changelog / Update screen */
|
2011-11-03 19:32:44 -04:00
|
|
|
|
2011-11-22 16:47:28 -05:00
|
|
|
.about-wrap .feature-section img {
|
2011-11-22 11:07:36 -05:00
|
|
|
border: none;
|
2012-06-01 21:16:35 -04:00
|
|
|
margin: 0 1.94% 10px 0;
|
2011-11-22 16:47:28 -05:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2011-11-22 11:07:36 -05:00
|
|
|
}
|
|
|
|
|
2012-05-21 21:58:00 -04:00
|
|
|
.about-wrap .feature-section img.image-50 {
|
|
|
|
max-width: 50%;
|
2011-11-03 19:32:44 -04:00
|
|
|
}
|
2011-11-22 11:07:36 -05:00
|
|
|
|
2012-05-21 21:58:00 -04:00
|
|
|
.about-wrap .feature-section img.image-30 {
|
2012-06-01 21:16:35 -04:00
|
|
|
max-width: 31.2381%;
|
2011-11-03 19:32:44 -04:00
|
|
|
}
|
2011-11-29 13:40:34 -05:00
|
|
|
|
2012-05-21 21:58:00 -04:00
|
|
|
.ie8 .about-wrap .feature-section img {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2011-11-03 19:32:44 -04:00
|
|
|
}
|
|
|
|
|
2011-11-22 11:07:36 -05:00
|
|
|
.about-wrap .feature-section.three-col {
|
|
|
|
padding-top: 15px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-22 11:07:36 -05:00
|
|
|
.about-wrap .feature-section.three-col div {
|
|
|
|
width: 30%;
|
|
|
|
margin-right: 4.999999999%;
|
|
|
|
float: left;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-22 11:07:36 -05:00
|
|
|
.about-wrap .feature-section.three-col h4 {
|
|
|
|
margin: 0 0 0.6em 0;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-22 16:47:28 -05:00
|
|
|
.about-wrap .feature-section.three-col img {
|
2011-11-30 16:19:39 -05:00
|
|
|
margin: 0.5em 0 0.5em 5px;
|
2011-11-29 13:40:34 -05:00
|
|
|
max-width: 100%;
|
2011-11-30 16:19:39 -05:00
|
|
|
float: none;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
|
|
|
.ie8 .about-wrap .feature-section.three-col img {
|
2011-11-30 16:19:39 -05:00
|
|
|
margin-left: 0;
|
2011-11-22 11:07:36 -05:00
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-22 11:07:36 -05:00
|
|
|
.about-wrap .feature-section.three-col .last-feature {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2012-06-01 21:16:35 -04:00
|
|
|
.about-wrap .three-col-images {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .three-col-images img {
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .three-col-images .last-feature {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .three-col-images .first-feature {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2012-05-21 21:58:00 -04:00
|
|
|
.about-wrap .feature-section.images-stagger-right img {
|
2011-11-22 11:07:36 -05:00
|
|
|
float: right;
|
2012-05-21 21:58:00 -04:00
|
|
|
margin: 0 5px 12px 12px;
|
2011-11-22 11:07:36 -05:00
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
|
|
|
.about-wrap .feature-section.images-stagger-left img {
|
|
|
|
float: left;
|
|
|
|
margin: 0 12px 12px 5px;
|
2011-11-22 11:07:36 -05:00
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
|
|
|
@media only screen and (max-width: 900px) {
|
|
|
|
.about-wrap .feature-section.images-stagger-left img,
|
|
|
|
.about-wrap .feature-section.images-stagger-right img {
|
|
|
|
clear: both;
|
|
|
|
}
|
2011-11-22 11:07:36 -05:00
|
|
|
}
|
|
|
|
|
2011-11-22 16:47:28 -05:00
|
|
|
/* Return to Dashboard Home link */
|
|
|
|
|
2011-11-03 19:32:44 -04:00
|
|
|
.about-wrap .return-to-dashboard {
|
2011-11-22 16:47:28 -05:00
|
|
|
margin: 30px 0 0 -5px;
|
2011-11-03 19:32:44 -04:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 19:32:44 -04:00
|
|
|
.about-wrap .return-to-dashboard a {
|
|
|
|
text-decoration: none;
|
2011-11-22 16:47:28 -05:00
|
|
|
padding: 0 5px;
|
2011-11-03 19:32:44 -04:00
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-11-22 16:47:28 -05:00
|
|
|
/* Credits */
|
|
|
|
|
2011-11-03 20:37:56 -04:00
|
|
|
.about-wrap h4.wp-people-group {
|
|
|
|
margin-top: 2.6em;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 20:37:56 -04:00
|
|
|
.about-wrap ul.wp-people-group {
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 5px;
|
2011-12-02 12:21:24 -05:00
|
|
|
margin: 0 -15px 0 -5px;
|
2011-11-03 20:37:56 -04:00
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 20:37:56 -04:00
|
|
|
.about-wrap ul.compact {
|
|
|
|
margin-bottom: 0
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 20:37:56 -04:00
|
|
|
.about-wrap li.wp-person {
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 20:37:56 -04:00
|
|
|
.about-wrap li.wp-person img.gravatar {
|
|
|
|
float: left;
|
2011-11-04 00:35:06 -04:00
|
|
|
margin: 0 10px 10px 0;
|
2011-11-03 20:37:56 -04:00
|
|
|
padding: 2px;
|
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 20:37:56 -04:00
|
|
|
.about-wrap ul.compact li.wp-person img.gravatar {
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 20:37:56 -04:00
|
|
|
.about-wrap li.wp-person {
|
|
|
|
height: 70px;
|
|
|
|
width: 280px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 20:37:56 -04:00
|
|
|
.about-wrap ul.compact li.wp-person {
|
2011-11-10 18:16:21 -05:00
|
|
|
height: auto;
|
|
|
|
width: 180px;
|
|
|
|
padding-bottom: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-10 18:16:21 -05:00
|
|
|
.about-wrap #wp-people-group-validators + p.wp-credits-list {
|
|
|
|
margin-top: 0;
|
2011-11-03 20:37:56 -04:00
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 20:37:56 -04:00
|
|
|
.about-wrap li.wp-person a.web {
|
|
|
|
display: block;
|
|
|
|
margin: 6px 0 2px;
|
|
|
|
font-size: 16px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 20:37:56 -04:00
|
|
|
.about-wrap p.wp-credits-list a {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2011-11-22 16:47:28 -05:00
|
|
|
/* Freedoms */
|
|
|
|
|
2011-11-03 20:37:56 -04:00
|
|
|
.freedoms-php .about-wrap ol {
|
|
|
|
margin: 40px 60px;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 20:37:56 -04:00
|
|
|
.freedoms-php .about-wrap ol li {
|
|
|
|
list-style-type: decimal;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2012-05-21 21:58:00 -04:00
|
|
|
|
2011-11-03 20:37:56 -04:00
|
|
|
.freedoms-php .about-wrap ol p {
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 0.6em 0;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/*------------------------------------------------------------------------------
|
2012-03-06 22:19:35 -05:00
|
|
|
23.0 - Full Overlay w/ Sidebar
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
body.full-overlay-active {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-full-overlay {
|
|
|
|
background: #fff;
|
|
|
|
z-index: 500000;
|
|
|
|
position: fixed;
|
2012-06-01 11:48:09 -04:00
|
|
|
overflow: visible;
|
2012-03-06 22:19:35 -05:00
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
2012-06-06 17:45:17 -04:00
|
|
|
left: 0;
|
2012-03-06 22:19:35 -05:00
|
|
|
right: 0;
|
2012-05-16 19:41:33 -04:00
|
|
|
height: 100%;
|
2012-06-01 11:48:09 -04:00
|
|
|
min-width: 0;
|
2012-03-06 22:19:35 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-full-overlay-sidebar {
|
2012-06-01 11:48:09 -04:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
2012-06-06 17:45:17 -04:00
|
|
|
position: fixed;
|
2012-03-06 22:19:35 -05:00
|
|
|
width: 300px;
|
|
|
|
height: 100%;
|
2012-06-01 11:48:09 -04:00
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
2012-06-06 17:45:17 -04:00
|
|
|
left: 0;
|
2012-03-06 22:19:35 -05:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
z-index: 10;
|
|
|
|
overflow: auto;
|
|
|
|
background: #f5f5f5;
|
|
|
|
border-right: 1px solid rgba( 0, 0, 0, 0.2 );
|
|
|
|
}
|
|
|
|
|
2012-05-14 15:19:34 -04:00
|
|
|
.wp-full-overlay.collapsed .wp-full-overlay-sidebar {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
2012-06-06 17:45:17 -04:00
|
|
|
.wp-full-overlay.collapsed,
|
|
|
|
.wp-full-overlay.expanded .wp-full-overlay-sidebar {
|
|
|
|
margin-left: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-full-overlay.expanded {
|
|
|
|
margin-left: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-full-overlay.collapsed .wp-full-overlay-sidebar {
|
|
|
|
margin-left: -300px;
|
|
|
|
}
|
|
|
|
|
2012-05-14 21:03:31 -04:00
|
|
|
.wp-full-overlay-sidebar:after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
2012-05-25 20:21:34 -04:00
|
|
|
width: 3px;
|
|
|
|
box-shadow: -5px 0 4px -4px rgba(0, 0, 0, 0.1) inset;
|
2012-05-14 21:03:31 -04:00
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
|
2012-03-06 22:19:35 -05:00
|
|
|
.wp-full-overlay-main {
|
2012-06-01 11:48:09 -04:00
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
2012-03-06 22:19:35 -05:00
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
2012-05-16 19:41:33 -04:00
|
|
|
height: 100%;
|
2012-03-06 22:19:35 -05:00
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-05-14 21:03:31 -04:00
|
|
|
.wp-full-overlay-sidebar .wp-full-overlay-header,
|
|
|
|
.wp-full-overlay-sidebar .wp-full-overlay-footer {
|
2012-06-01 11:48:09 -04:00
|
|
|
position: absolute;
|
2012-03-06 22:19:35 -05:00
|
|
|
left: 0;
|
2012-06-01 11:48:09 -04:00
|
|
|
right: 0;
|
2012-05-14 21:03:31 -04:00
|
|
|
height: 45px;
|
|
|
|
padding: 0 20px;
|
|
|
|
line-height: 45px;
|
2012-03-06 22:19:35 -05:00
|
|
|
z-index: 10;
|
2012-05-14 21:03:31 -04:00
|
|
|
margin: 0;
|
2012-03-06 22:19:35 -05:00
|
|
|
}
|
|
|
|
|
2012-05-14 21:03:31 -04:00
|
|
|
.wp-full-overlay-sidebar .wp-full-overlay-header {
|
2012-03-06 22:19:35 -05:00
|
|
|
top: 0;
|
|
|
|
border-top: 0;
|
|
|
|
border-bottom: 1px solid #fff;
|
2012-05-14 21:03:31 -04:00
|
|
|
box-shadow: inset 0 -1px 0 0px #dfdfdf;
|
2012-03-06 22:19:35 -05:00
|
|
|
}
|
|
|
|
|
2012-05-14 21:03:31 -04:00
|
|
|
.wp-full-overlay-sidebar .wp-full-overlay-footer {
|
2012-03-06 22:19:35 -05:00
|
|
|
bottom: 0;
|
|
|
|
border-bottom: 0;
|
|
|
|
border-top: 1px solid #dfdfdf;
|
2012-05-14 21:03:31 -04:00
|
|
|
box-shadow: inset 0 1px 0 0px #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-full-overlay-sidebar .wp-full-overlay-sidebar-content {
|
2012-06-01 11:48:09 -04:00
|
|
|
position: absolute;
|
2012-05-14 21:03:31 -04:00
|
|
|
top: 45px;
|
|
|
|
bottom: 45px;
|
2012-06-01 11:48:09 -04:00
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2012-05-14 21:03:31 -04:00
|
|
|
overflow: auto;
|
2012-03-06 22:19:35 -05:00
|
|
|
}
|
|
|
|
|
2012-06-01 11:03:50 -04:00
|
|
|
/* Close Link */
|
2012-03-06 22:19:35 -05:00
|
|
|
.wp-full-overlay .close-full-overlay {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Collapse Button */
|
|
|
|
.wp-full-overlay .collapse-sidebar {
|
|
|
|
position: absolute;
|
2012-05-14 21:03:31 -04:00
|
|
|
bottom: 12px;
|
2012-06-05 16:57:02 -04:00
|
|
|
left: 0;
|
2012-03-06 22:19:35 -05:00
|
|
|
z-index: 50;
|
|
|
|
display: block;
|
|
|
|
width: 19px;
|
|
|
|
height: 19px;
|
2012-06-05 16:57:02 -04:00
|
|
|
margin-left: 15px;
|
2012-03-06 22:19:35 -05:00
|
|
|
padding: 0;
|
|
|
|
border-radius: 50%;
|
2012-06-01 11:03:50 -04:00
|
|
|
text-decoration: none;
|
2012-03-06 22:19:35 -05:00
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-06 22:19:35 -05:00
|
|
|
.wp-full-overlay.collapsed .collapse-sidebar {
|
|
|
|
position: absolute;
|
2012-06-05 16:57:02 -04:00
|
|
|
left: 100%;
|
2012-03-06 22:19:35 -05:00
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-04-06 20:10:22 -04:00
|
|
|
.wp-full-overlay .collapse-sidebar-arrow {
|
2012-06-05 16:57:02 -04:00
|
|
|
position: absolute;
|
2012-03-06 22:19:35 -05:00
|
|
|
margin-top: 2px;
|
|
|
|
margin-left: 2px;
|
|
|
|
display: block;
|
|
|
|
width: 15px;
|
|
|
|
height: 15px;
|
2012-05-21 15:49:51 -04:00
|
|
|
background: transparent url('../images/arrows.png') no-repeat 0 -72px;
|
2012-03-06 22:19:35 -05:00
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-04-06 20:10:22 -04:00
|
|
|
.wp-full-overlay.collapsed .collapse-sidebar-arrow {
|
2012-03-06 22:19:35 -05:00
|
|
|
background-position: 0 -108px;
|
|
|
|
}
|
|
|
|
|
2012-04-06 20:10:22 -04:00
|
|
|
.wp-full-overlay .collapse-sidebar-label {
|
|
|
|
position: absolute;
|
2012-06-05 16:57:02 -04:00
|
|
|
left: 100%;
|
|
|
|
color: #808080;
|
2012-04-06 20:10:22 -04:00
|
|
|
line-height: 20px;
|
2012-06-05 16:57:02 -04:00
|
|
|
margin-left: 10px;
|
2012-04-06 20:10:22 -04:00
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-04-06 20:10:22 -04:00
|
|
|
.wp-full-overlay.collapsed .collapse-sidebar-label {
|
|
|
|
display: none;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-04-06 20:10:22 -04:00
|
|
|
.wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-label {
|
2012-06-05 16:57:02 -04:00
|
|
|
color: #666;
|
2012-04-06 20:10:22 -04:00
|
|
|
}
|
|
|
|
|
2012-03-06 22:19:35 -05:00
|
|
|
/* Animations */
|
|
|
|
.wp-full-overlay,
|
2012-06-01 11:48:09 -04:00
|
|
|
.wp-full-overlay-sidebar,
|
2012-03-07 12:35:17 -05:00
|
|
|
.wp-full-overlay .collapse-sidebar,
|
|
|
|
.wp-full-overlay-main {
|
2012-06-06 17:45:17 -04:00
|
|
|
-webkit-transition-property: left, right, top, bottom, width, margin;
|
|
|
|
-moz-transition-property: left, right, top, bottom, width, margin;
|
|
|
|
-ms-transition-property: left, right, top, bottom, width, margin;
|
|
|
|
-o-transition-property: left, right, top, bottom, width, margin;
|
|
|
|
transition-property: left, right, top, bottom, width, margin;
|
2012-06-01 11:48:09 -04:00
|
|
|
|
2012-03-06 22:19:35 -05:00
|
|
|
-webkit-transition-duration: 0.2s;
|
2012-06-01 11:48:09 -04:00
|
|
|
-moz-transition-duration: 0.2s;
|
|
|
|
-ms-transition-duration: 0.2s;
|
|
|
|
-o-transition-duration: 0.2s;
|
|
|
|
transition-duration: 0.2s;
|
2012-03-06 22:19:35 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
24.0 - Customize Loader
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
2012-05-09 17:47:15 -04:00
|
|
|
.no-customize-support .hide-if-no-customize,
|
2012-04-16 10:02:28 -04:00
|
|
|
.customize-support .hide-if-customize {
|
2012-05-09 17:47:15 -04:00
|
|
|
display: none;
|
2012-04-16 10:02:28 -04:00
|
|
|
}
|
|
|
|
|
2012-03-06 22:19:35 -05:00
|
|
|
#customize-container {
|
|
|
|
display: none;
|
2012-06-01 11:48:09 -04:00
|
|
|
background: #fff;
|
|
|
|
z-index: 500000;
|
|
|
|
position: fixed;
|
|
|
|
overflow: visible;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 100%;
|
2012-03-06 22:19:35 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.customize-active #customize-container {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2012-05-08 19:37:05 -04:00
|
|
|
.customize-loading #customize-container iframe {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-loading #customize-container {
|
|
|
|
background: #fff url("../images/wpspin_light.gif") no-repeat fixed center center;
|
|
|
|
}
|
|
|
|
|
2012-03-07 12:35:17 -05:00
|
|
|
#customize-container iframe,
|
|
|
|
#theme-installer iframe {
|
2012-03-06 22:19:35 -05:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 20;
|
2012-05-08 19:37:05 -04:00
|
|
|
|
|
|
|
-webkit-transition: opacity 0.3s;
|
|
|
|
-moz-transition: opacity 0.3s;
|
|
|
|
-ms-transition: opacity 0.3s;
|
|
|
|
-o-transition: opacity 0.3s;
|
|
|
|
transition: opacity 0.3s;
|
2012-03-06 22:19:35 -05:00
|
|
|
}
|
|
|
|
|
2012-04-06 20:10:22 -04:00
|
|
|
#customize-container .collapse-sidebar {
|
|
|
|
bottom: 16px;
|
|
|
|
}
|
|
|
|
|
2012-03-07 12:35:17 -05:00
|
|
|
#theme-installer {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-03-07 13:24:34 -05:00
|
|
|
#theme-installer.single-theme {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2012-03-07 12:35:17 -05:00
|
|
|
.install-theme-info {
|
|
|
|
display: none;
|
2012-05-14 21:03:31 -04:00
|
|
|
padding: 10px 20px 20px;
|
2012-03-07 12:35:17 -05:00
|
|
|
}
|
2012-05-01 18:05:35 -04:00
|
|
|
|
2012-03-07 13:24:34 -05:00
|
|
|
.single-theme .install-theme-info {
|
|
|
|
padding-top: 15px;
|
|
|
|
}
|
2012-03-07 12:35:17 -05:00
|
|
|
|
|
|
|
#theme-installer .install-theme-info {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.install-theme-info .theme-install {
|
|
|
|
float: right;
|
|
|
|
margin-top: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.install-theme-info .theme-name {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.install-theme-info .theme-screenshot {
|
|
|
|
margin-top: 15px;
|
|
|
|
width: 258px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
2012-05-14 21:03:31 -04:00
|
|
|
.install-theme-info .theme-details {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2012-05-06 19:06:47 -04:00
|
|
|
.theme-details .theme-version {
|
2012-03-07 12:35:17 -05:00
|
|
|
margin: 15px 0;
|
2012-05-06 19:06:47 -04:00
|
|
|
float: left;
|
2012-03-07 12:35:17 -05:00
|
|
|
}
|
|
|
|
|
2012-05-10 15:59:48 -04:00
|
|
|
.theme-details .star-holder {
|
2012-03-07 12:35:17 -05:00
|
|
|
margin: 14px 0;
|
2012-05-06 19:06:47 -04:00
|
|
|
float: right;
|
2012-03-07 12:35:17 -05:00
|
|
|
}
|
|
|
|
|
2012-05-06 19:06:47 -04:00
|
|
|
.theme-details .theme-description {
|
|
|
|
float: left;
|
2012-03-07 12:35:17 -05:00
|
|
|
color: #777;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
2012-03-06 22:19:35 -05:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
25.0 - Misc
|
2011-08-20 23:46:43 -04:00
|
|
|
------------------------------------------------------------------------------*/
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-11-03 13:08:12 -04:00
|
|
|
#excerpt,
|
|
|
|
.attachmentlinks {
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 0;
|
|
|
|
height: 4em;
|
|
|
|
width: 98%;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#template div {
|
|
|
|
margin-right: 190px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
p.pagenav {
|
|
|
|
margin: 0;
|
|
|
|
display: inline;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.pagenav span {
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0 6px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.row-title {
|
|
|
|
font-size: 13px !important;
|
|
|
|
font-weight: bold;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.column-author img, .column-username img {
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-top: 1px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.row-actions {
|
|
|
|
visibility: hidden;
|
2011-10-06 23:29:49 -04:00
|
|
|
padding: 2px 0 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2012-04-09 21:19:30 -04:00
|
|
|
.mobile .row-actions {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
tr:hover .row-actions,
|
|
|
|
div.comment-item:hover .row-actions {
|
|
|
|
visibility: visible;
|
2011-06-05 21:14:26 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.row-actions-visible {
|
|
|
|
padding: 2px 0 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.form-table .pre {
|
|
|
|
padding: 8px;
|
|
|
|
margin: 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
table.form-table td .updated {
|
|
|
|
font-size: 13px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.tagchecklist {
|
|
|
|
margin-left: 14px;
|
2010-11-01 12:30:27 -04:00
|
|
|
font-size: 12px;
|
2011-08-20 23:46:43 -04:00
|
|
|
overflow: auto;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
.tagchecklist strong {
|
|
|
|
margin-left: -8px;
|
|
|
|
position: absolute;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
.tagchecklist span {
|
|
|
|
margin-right: 25px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 1.8em;
|
|
|
|
white-space: nowrap;
|
|
|
|
cursor: default;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
.tagchecklist span a {
|
|
|
|
margin: 6px 0pt 0pt -9px;
|
2010-11-01 12:30:27 -04:00
|
|
|
cursor: pointer;
|
2011-08-20 23:46:43 -04:00
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
text-indent: -9999px;
|
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#poststuff h2 {
|
|
|
|
margin-top: 20px;
|
|
|
|
font-size: 1.5em;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
padding: 0 0 3px;
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff h3,
|
|
|
|
.metabox-holder h3 {
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 7px 10px;
|
2010-11-01 12:30:27 -04:00
|
|
|
margin: 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
line-height: 1;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#poststuff .inside {
|
|
|
|
margin: 6px 0 8px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2012-06-10 10:36:47 -04:00
|
|
|
#poststuff .inside #parent_id,
|
|
|
|
.inline-edit-row #post_parent {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2011-08-28 16:48:05 -04:00
|
|
|
#post-visibility-select,
|
|
|
|
#post-formats-select {
|
2011-08-20 23:46:43 -04:00
|
|
|
line-height: 1.5em;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff #submitdiv .inside {
|
2010-11-01 12:30:27 -04:00
|
|
|
margin: 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
padding: 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-11-03 13:08:12 -04:00
|
|
|
#titlediv,
|
|
|
|
#poststuff .postarea {
|
2011-08-20 23:46:43 -04:00
|
|
|
margin-bottom: 20px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#templateside ul li a {
|
|
|
|
text-decoration: none;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.tool-box .title {
|
|
|
|
margin: 8px 0;
|
2011-10-03 12:36:19 -04:00
|
|
|
font-size: 18px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 24px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#sidemenu {
|
|
|
|
margin: -30px 15px 0 315px;
|
|
|
|
list-style: none;
|
2010-04-03 06:23:17 -04:00
|
|
|
position: relative;
|
2011-08-20 23:46:43 -04:00
|
|
|
float: right;
|
|
|
|
padding-left: 10px;
|
|
|
|
font-size: 12px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#sidemenu a {
|
|
|
|
padding: 0 7px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
line-height: 28px;
|
|
|
|
border-top-width: 1px;
|
|
|
|
border-top-style: solid;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#sidemenu li {
|
|
|
|
display: inline;
|
|
|
|
line-height: 200%;
|
|
|
|
list-style: none;
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
margin: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
padding: 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#sidemenu a.current {
|
|
|
|
font-weight: normal;
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#sidemenu li a .count-0 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-11-03 13:08:12 -04:00
|
|
|
.plugin-install #description,
|
|
|
|
.plugin-install-network #description {
|
2011-08-20 23:46:43 -04:00
|
|
|
width: 60%;
|
2011-04-24 21:01:34 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
table .vers,
|
|
|
|
table .column-visible,
|
|
|
|
table .column-rating {
|
|
|
|
text-align: left;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-10-29 17:50:32 -04:00
|
|
|
.error-message {
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Scrollbar fix for bulk upgrade iframe */
|
|
|
|
body.iframe {
|
|
|
|
height: 98%;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* - Only used once or twice in all of WP - deprecate for global style
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
td.media-icon {
|
|
|
|
text-align: center;
|
|
|
|
width: 80px;
|
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
td.media-icon img {
|
|
|
|
max-width: 80px;
|
|
|
|
max-height: 60px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.list-ajax-loading {
|
2009-08-20 17:12:33 -04:00
|
|
|
float: right;
|
2011-08-20 23:46:43 -04:00
|
|
|
margin-right: 9px;
|
|
|
|
margin-top: -1px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.tablenav .list-ajax-loading {
|
|
|
|
margin-top: 7px;
|
2010-10-04 16:53:04 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#howto {
|
2009-08-20 17:12:33 -04:00
|
|
|
font-size: 11px;
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 0 5px;
|
|
|
|
display: block;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-09-18 15:39:49 -04:00
|
|
|
.importers td {
|
|
|
|
padding-right: 14px;
|
2011-09-19 21:27:14 -04:00
|
|
|
}
|
2011-09-18 15:39:49 -04:00
|
|
|
|
|
|
|
.importers {
|
|
|
|
font-size: 16px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#namediv table {
|
|
|
|
width: 100%;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#namediv td.first {
|
|
|
|
width: 10px;
|
|
|
|
white-space: nowrap;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#namediv input {
|
|
|
|
width: 98%;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#namediv p {
|
|
|
|
margin: 10px 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#submitdiv h3 {
|
|
|
|
margin-bottom: 0 !important;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* - Used - but could/should be deprecated with a CSS reset
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
.zerosize {
|
|
|
|
height: 0;
|
|
|
|
width: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
br.clear {
|
|
|
|
height: 2px;
|
|
|
|
line-height: 2px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.checkbox {
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
fieldset {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.post-categories {
|
|
|
|
display: inline;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.post-categories li {
|
|
|
|
display: inline;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/*-----------------------------------------------------------------------------
|
|
|
|
MERGED
|
|
|
|
-------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
/* dashboard */
|
|
|
|
.edit-box {
|
|
|
|
display: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
h3:hover .edit-box {
|
|
|
|
display: inline;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.index-php form .input-text-wrap {
|
|
|
|
background: #fff;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
padding: 2px 3px;
|
|
|
|
border-color: #ccc;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard-widgets form .input-text-wrap input {
|
|
|
|
border: 0 none;
|
|
|
|
outline: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: 99%;
|
|
|
|
color: #333;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
form .textarea-wrap {
|
|
|
|
background: #fff;
|
2009-08-20 17:12:33 -04:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2011-08-20 23:46:43 -04:00
|
|
|
padding: 2px;
|
|
|
|
border-color: #ccc;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard-widgets form .textarea-wrap textarea {
|
|
|
|
border: 0 none;
|
|
|
|
padding: 0;
|
|
|
|
outline: none;
|
|
|
|
width: 99%;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2010-04-27 12:04:18 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard-widgets .postbox form .submit {
|
|
|
|
float: none;
|
|
|
|
margin: .5em 0 0;
|
|
|
|
padding: 0;
|
|
|
|
border: none;
|
2010-04-26 21:05:58 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit input {
|
|
|
|
margin: 0;
|
2010-04-26 21:05:58 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish {
|
|
|
|
min-width: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard-widgets a {
|
2009-08-20 17:12:33 -04:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard-widgets h3 a {
|
|
|
|
text-decoration: underline;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard-widgets h3 .postbox-title-action {
|
|
|
|
position: absolute;
|
|
|
|
right: 30px;
|
2009-08-20 17:12:33 -04:00
|
|
|
padding: 0;
|
2011-10-06 04:43:01 -04:00
|
|
|
top: 5px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard-widgets h4 {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 13px;
|
|
|
|
margin: 0 0 .2em;
|
|
|
|
padding: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Right Now */
|
|
|
|
#dashboard_right_now p.sub,
|
|
|
|
#dashboard_right_now .table, #dashboard_right_now .versions {
|
|
|
|
margin: -12px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now .inside {
|
|
|
|
font-size: 12px;
|
|
|
|
padding-top: 20px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now p.sub {
|
|
|
|
padding: 5px 0 15px;
|
|
|
|
color: #8f8f8f;
|
|
|
|
font-size: 14px;
|
|
|
|
position: absolute;
|
|
|
|
top: -17px;
|
|
|
|
left: 15px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
#dashboard_right_now .table {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
position: relative;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now .table_content {
|
|
|
|
float: left;
|
|
|
|
border-top: #ececec 1px solid;
|
|
|
|
width: 45%;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now .table_discussion {
|
|
|
|
float: right;
|
|
|
|
border-top: #ececec 1px solid;
|
|
|
|
width: 45%;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now table td {
|
|
|
|
padding: 3px 0;
|
|
|
|
white-space: nowrap;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now table tr.first td {
|
|
|
|
border-top: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now td.b {
|
|
|
|
padding-right: 6px;
|
|
|
|
text-align: right;
|
|
|
|
font-size: 14px;
|
|
|
|
width: 1%;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now td.b a {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now td.b a:hover {
|
|
|
|
color: #d54e21;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now .t {
|
|
|
|
font-size: 12px;
|
|
|
|
padding-right: 12px;
|
|
|
|
padding-top: 6px;
|
|
|
|
color: #777;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now .t a {
|
|
|
|
white-space: nowrap;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now .spam {
|
|
|
|
color: red;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now .waiting {
|
|
|
|
color: #e66f00;
|
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now .approved {
|
|
|
|
color: green;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now .versions {
|
|
|
|
padding: 6px 10px 12px;
|
|
|
|
clear: both;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now a.button {
|
|
|
|
float: right;
|
|
|
|
clear: right;
|
|
|
|
position: relative;
|
|
|
|
top: -5px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Recent Comments */
|
|
|
|
#dashboard_recent_comments h3 {
|
|
|
|
margin-bottom: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_recent_comments .inside {
|
|
|
|
margin-top: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_recent_comments .comment-meta .approve {
|
|
|
|
font-style: italic;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 10px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_recent_comments .subsubsub {
|
|
|
|
float: none;
|
2011-08-23 00:36:21 -04:00
|
|
|
white-space: normal;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#the-comment-list {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list .comment-item {
|
|
|
|
padding: 1em 10px;
|
|
|
|
border-top: 1px solid;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#the-comment-list .pingback {
|
|
|
|
padding-left: 9px !important;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#the-comment-list .comment-item,
|
|
|
|
#the-comment-list #replyrow {
|
|
|
|
margin: 0 -10px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#the-comment-list .comment-item:first-child {
|
|
|
|
border-top: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#the-comment-list .comment-item .avatar {
|
|
|
|
float: left;
|
|
|
|
margin: 0 10px 5px 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#the-comment-list .comment-item h4 {
|
|
|
|
line-height: 1.7em;
|
|
|
|
margin-top: -0.4em;
|
|
|
|
color: #777;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#the-comment-list .comment-item h4 cite {
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-comment-list .comment-item blockquote,
|
|
|
|
#the-comment-list .comment-item blockquote p {
|
|
|
|
margin: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
padding: 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
display: inline;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_recent_comments #the-comment-list .trackback blockquote,
|
|
|
|
#dashboard_recent_comments #the-comment-list .pingback blockquote {
|
|
|
|
display: block;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#the-comment-list .comment-item p.row-actions {
|
|
|
|
margin: 3px 0 0;
|
|
|
|
padding: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* QuickPress */
|
|
|
|
#dashboard_quick_press h4 {
|
|
|
|
font-family: sans-serif;
|
|
|
|
float: left;
|
2011-11-19 15:00:50 -05:00
|
|
|
width: 5em;
|
2011-08-20 23:46:43 -04:00
|
|
|
clear: both;
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: right;
|
|
|
|
font-size: 12px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_quick_press h4 label {
|
|
|
|
margin-right: 10px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_quick_press .input-text-wrap,
|
|
|
|
#dashboard_quick_press .textarea-wrap {
|
|
|
|
margin: 0 0 1em 5em;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-10-07 16:14:21 -04:00
|
|
|
#dashboard_quick_press .wp-media-buttons {
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 0 0 .5em 5em;
|
2011-10-05 17:07:04 -04:00
|
|
|
padding: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-10-07 16:14:21 -04:00
|
|
|
#dashboard_quick_press .wp-media-buttons a {
|
2011-10-05 17:07:04 -04:00
|
|
|
color: #777;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard-widgets #dashboard_quick_press form p.submit {
|
|
|
|
margin-left: 4.6em;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard-widgets #dashboard_quick_press form p.submit input {
|
|
|
|
float: left;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard-widgets #dashboard_quick_press form p.submit #save-post {
|
|
|
|
margin: 0 1em 0 10px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard-widgets #dashboard_quick_press form p.submit #publish {
|
|
|
|
float: right;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard-widgets #dashboard_quick_press form p.submit img.waiting {
|
|
|
|
vertical-align: middle;
|
|
|
|
visibility: hidden;
|
|
|
|
margin: 4px 6px 0 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Recent Drafts */
|
2011-10-11 02:25:25 -04:00
|
|
|
#dashboard_recent_drafts ul,
|
|
|
|
#dashboard_recent_drafts p {
|
2009-08-20 17:12:33 -04:00
|
|
|
margin: 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
padding: 0;
|
2012-01-06 01:35:12 -05:00
|
|
|
word-wrap: break-word;
|
2011-10-11 02:25:25 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_recent_drafts ul {
|
2011-08-20 23:46:43 -04:00
|
|
|
list-style: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_recent_drafts ul li {
|
|
|
|
margin-bottom: 1em;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_recent_drafts h4 {
|
|
|
|
line-height: 1.7em;
|
2012-01-06 01:35:12 -05:00
|
|
|
word-wrap: break-word;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_recent_drafts h4 abbr {
|
|
|
|
font-weight: normal;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #999;
|
|
|
|
margin-left: 3px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Feeds */
|
|
|
|
.rss-widget ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
a.rsswidget {
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 1.7em;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.rss-widget ul li {
|
|
|
|
line-height: 1.5em;
|
|
|
|
margin-bottom: 12px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.rss-widget span.rss-date {
|
|
|
|
color: #999;
|
|
|
|
font-size: 12px;
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.rss-widget cite {
|
|
|
|
display: block;
|
|
|
|
text-align: right;
|
|
|
|
margin: 0 0 1em;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.rss-widget cite:before {
|
|
|
|
content: '\2014';
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-12-22 19:25:09 -05:00
|
|
|
/* Plugins */
|
|
|
|
#dashboard_plugins h4 {
|
|
|
|
line-height: 1.7em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_plugins h5 {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 13px;
|
|
|
|
margin: 0;
|
|
|
|
display: inline;
|
|
|
|
line-height: 1.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_plugins h5 a {
|
|
|
|
line-height: 1.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_plugins .inside span {
|
|
|
|
font-size: 12px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard_plugins p {
|
|
|
|
margin: 0.3em 0 1.4em;
|
|
|
|
line-height: 1.4em;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.dashboard-comment-wrap {
|
|
|
|
overflow: hidden;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Browser Nag */
|
|
|
|
#dashboard_browser_nag a.update-browser-link {
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_browser_nag a {
|
|
|
|
text-decoration: underline;
|
2010-05-27 07:47:53 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_browser_nag p.browser-update-nag.has-browser-icon {
|
|
|
|
padding-right: 125px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_browser_nag .browser-icon {
|
|
|
|
margin-top: -35px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_browser_nag.postbox.browser-insecure {
|
|
|
|
background-color: #ac1b1b;
|
|
|
|
border-color: #ac1b1b;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_browser_nag.postbox {
|
|
|
|
background-color: #e29808;
|
|
|
|
background-image: none;
|
|
|
|
border-color: #edc048;
|
2012-08-05 18:41:49 -04:00
|
|
|
color: #fff;
|
2011-08-20 23:46:43 -04:00
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_browser_nag.postbox.browser-insecure h3 {
|
|
|
|
border-bottom-color: #cd5a5a;
|
|
|
|
color: #fff;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_browser_nag.postbox h3 {
|
|
|
|
border-bottom-color: #f6e2ac;
|
|
|
|
text-shadow: none;
|
|
|
|
background: transparent none;
|
|
|
|
color: #fff;
|
2012-08-05 18:41:49 -04:00
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_browser_nag a {
|
|
|
|
color: #fff;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_browser_nag.browser-insecure a.browse-happy-link,
|
|
|
|
#dashboard_browser_nag.browser-insecure a.update-browser-link {
|
|
|
|
text-shadow: #871b15 0 1px 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_browser_nag a.browse-happy-link,
|
|
|
|
#dashboard_browser_nag a.update-browser-link {
|
|
|
|
text-shadow: #d29a04 0 1px 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
/* login */
|
|
|
|
|
2011-11-16 16:58:20 -05:00
|
|
|
.login * {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.login form {
|
|
|
|
margin-left: 8px;
|
|
|
|
padding: 26px 24px 46px;
|
|
|
|
font-weight: normal;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #e5e5e5;
|
|
|
|
-webkit-box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
|
|
|
|
box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.login form .forgetmenot {
|
|
|
|
font-weight: normal;
|
|
|
|
float: left;
|
|
|
|
margin-bottom: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.login .button-primary {
|
2011-11-16 16:58:20 -05:00
|
|
|
font-size: 13px !important;
|
2011-11-21 22:23:48 -05:00
|
|
|
line-height: 16px;
|
2011-08-20 23:46:43 -04:00
|
|
|
padding: 3px 10px;
|
|
|
|
float: right;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#login form p {
|
|
|
|
margin-bottom: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#login form p.submit {
|
2010-11-01 12:30:27 -04:00
|
|
|
padding: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.login label {
|
|
|
|
color: #777;
|
|
|
|
font-size: 14px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.login form .forgetmenot label {
|
|
|
|
font-size: 12px;
|
2010-11-01 12:30:27 -04:00
|
|
|
line-height: 19px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.login h1 a {
|
2012-05-16 21:04:20 -04:00
|
|
|
background-image: url('../images/wordpress-logo.png?ver=20120216');
|
2012-04-04 19:02:51 -04:00
|
|
|
background-size: 274px 63px;
|
|
|
|
background-position: top center;
|
|
|
|
background-repeat: no-repeat;
|
2011-08-20 23:46:43 -04:00
|
|
|
width: 326px;
|
|
|
|
height: 67px;
|
|
|
|
text-indent: -9999px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
display: block;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2012-04-04 19:02:51 -04:00
|
|
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
|
|
|
|
.login h1 a {
|
2012-05-16 21:04:20 -04:00
|
|
|
background-image: url('../images/wordpress-logo-2x.png?ver=20120412');
|
2012-04-04 19:02:51 -04:00
|
|
|
background-size: 274px 63px;
|
|
|
|
}
|
2012-05-16 21:04:20 -04:00
|
|
|
|
|
|
|
.wp-badge {
|
|
|
|
background-image: url('../images/wp-badge-2x.png?ver=20120516');
|
|
|
|
background-size: 173px 194px;
|
|
|
|
}
|
2012-04-04 19:02:51 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#login {
|
|
|
|
width: 320px;
|
2011-11-16 16:58:20 -05:00
|
|
|
padding: 114px 0 0;
|
2011-09-21 14:47:12 -04:00
|
|
|
margin: auto;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#login_error,
|
|
|
|
.login .message {
|
|
|
|
margin: 0 0 16px 8px;
|
|
|
|
padding: 12px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.login #nav,
|
|
|
|
.login #backtoblog {
|
2011-10-03 12:36:19 -04:00
|
|
|
text-shadow: #fff 0 1px 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 0 0 0 16px;
|
|
|
|
padding: 16px 16px 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#backtoblog {
|
|
|
|
padding: 12px 16px 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2012-05-11 15:33:09 -04:00
|
|
|
.login form .input,
|
|
|
|
.login input[type="text"] {
|
|
|
|
color: #555;
|
2011-08-20 23:46:43 -04:00
|
|
|
font-weight: 200;
|
|
|
|
font-size: 24px;
|
2011-11-23 19:40:31 -05:00
|
|
|
line-height: 1;
|
2011-11-16 16:58:20 -05:00
|
|
|
width: 100%;
|
2011-08-20 23:46:43 -04:00
|
|
|
padding: 3px;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-right: 6px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
border: 1px solid #e5e5e5;
|
|
|
|
background: #fbfbfb;
|
|
|
|
outline: none;
|
|
|
|
-webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
|
|
|
|
box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.login #pass-strength-result {
|
2011-11-16 16:58:20 -05:00
|
|
|
width: 250px;
|
2011-08-20 23:46:43 -04:00
|
|
|
font-weight: bold;
|
2010-11-01 12:30:27 -04:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 12px 0 6px;
|
|
|
|
padding: 6px 5px;
|
|
|
|
text-align: center;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2012-04-10 21:45:01 -04:00
|
|
|
.mobile #login {
|
|
|
|
padding: 20px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mobile #login form,
|
|
|
|
.mobile #login .message,
|
|
|
|
.mobile #login_error {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mobile #login #nav,
|
|
|
|
.mobile #login #backtoblog {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mobile #login h1 a {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* ms */
|
|
|
|
/* Dashboard: MS Specific Data */
|
|
|
|
#dashboard_right_now p.musub {
|
|
|
|
margin-top: 12px;
|
|
|
|
border-top: 1px solid #ececec;
|
|
|
|
padding-left: 16px;
|
|
|
|
position: static;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.rtl #dashboard_right_now p.musub {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 16px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now td.b a.musublink {
|
|
|
|
font-size: 16px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now div.musubtable {
|
|
|
|
border-top: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#dashboard_right_now div.musubtable .t {
|
|
|
|
white-space: normal;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Background Color for Site Status */
|
|
|
|
.wp-list-table .site-deleted {
|
|
|
|
background: #ff8573;
|
|
|
|
}
|
|
|
|
.wp-list-table .site-spammed {
|
|
|
|
background: #faafaa;
|
|
|
|
}
|
|
|
|
.wp-list-table .site-archived {
|
|
|
|
background: #ffebe8;
|
|
|
|
}
|
|
|
|
.wp-list-table .site-mature {
|
|
|
|
background: #fecac2;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* nav-menu */
|
|
|
|
|
|
|
|
#nav-menus-frame {
|
|
|
|
margin-left: 300px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#wpbody-content #menu-settings-column {
|
|
|
|
display:inline;
|
|
|
|
width:281px;
|
|
|
|
margin-left: -300px;
|
|
|
|
clear: both;
|
|
|
|
float: left;
|
|
|
|
padding-top: 24px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
2011-10-11 02:25:25 -04:00
|
|
|
|
|
|
|
.no-js #wpbody-content #menu-settings-column {
|
|
|
|
padding-top: 31px;
|
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#menu-settings-column .inside {
|
|
|
|
clear: both;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.metabox-holder-disabled .postbox {
|
|
|
|
opacity: 0.5;
|
|
|
|
filter: alpha(opacity=50);
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.metabox-holder-disabled .button-controls .select-all {
|
|
|
|
display: none;
|
|
|
|
}
|
2011-10-11 02:25:25 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#wpbody {
|
|
|
|
position: relative;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Menu Container */
|
|
|
|
#menu-management-liquid {
|
|
|
|
float: left;
|
|
|
|
min-width: 100%;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#menu-management {
|
|
|
|
position: relative;
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-top: -3px;
|
|
|
|
width: 100%;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#menu-management .menu-edit {
|
|
|
|
margin-bottom: 20px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-menus-php #post-body {
|
|
|
|
padding: 10px;
|
|
|
|
border-width: 1px 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
border-style: solid;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#nav-menu-header,
|
|
|
|
#nav-menu-footer {
|
|
|
|
padding: 0 10px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#nav-menu-header {
|
|
|
|
border-bottom: 1px solid;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#nav-menu-footer {
|
|
|
|
border-top: 1px solid;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-menus-php #post-body div.updated,
|
|
|
|
.nav-menus-php #post-body div.error {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-menus-php #post-body-content {
|
|
|
|
position: relative;
|
2012-04-18 16:05:48 -04:00
|
|
|
float: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#menu-management .menu-add-new abbr {
|
|
|
|
font-weight:bold;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Menu Tabs */
|
|
|
|
|
|
|
|
#menu-management .nav-tabs-nav {
|
|
|
|
margin: 0 20px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#menu-management .nav-tabs-arrow {
|
|
|
|
width: 10px;
|
|
|
|
padding: 0 5px 4px;
|
|
|
|
cursor: pointer;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
line-height: 22px;
|
|
|
|
font-size: 18px;
|
|
|
|
text-shadow: 0 1px 0 #fff;
|
2009-09-10 18:07:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#menu-management .nav-tabs-arrow-left {
|
2011-10-05 02:39:30 -04:00
|
|
|
left: 0;
|
2009-09-10 18:07:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#menu-management .nav-tabs-arrow-right {
|
2011-10-05 02:39:30 -04:00
|
|
|
right: 0;
|
|
|
|
text-align: right;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#menu-management .nav-tabs-wrapper {
|
|
|
|
width: 100%;
|
|
|
|
height: 28px;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
overflow: hidden;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#menu-management .nav-tabs {
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 10px;
|
2009-11-30 15:58:12 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.js #menu-management .nav-tabs {
|
|
|
|
float: left;
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-right: -400px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#menu-management .nav-tab {
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#select-nav-menu-container {
|
|
|
|
text-align: right;
|
|
|
|
padding: 0 10px 3px 10px;
|
|
|
|
margin-bottom: 5px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#select-nav-menu {
|
|
|
|
width: 100px;
|
|
|
|
display: inline;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#menu-name-label {
|
|
|
|
margin-top: -2px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#wpbody .open-label {
|
|
|
|
display: block;
|
|
|
|
float:left;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#wpbody .open-label span {
|
|
|
|
padding-right: 10px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.js .input-with-default-title {
|
|
|
|
font-style: italic;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#menu-management .inside {
|
|
|
|
padding: 0 10px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Add Menu Item Boxes */
|
|
|
|
.postbox .howto input {
|
|
|
|
width: 180px;
|
2009-08-20 17:12:33 -04:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.customlinkdiv .howto input {
|
|
|
|
width: 200px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#nav-menu-theme-locations .howto select {
|
2009-08-20 17:12:33 -04:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#nav-menu-theme-locations .button-controls {
|
|
|
|
text-align: right;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.add-menu-item-view-all {
|
|
|
|
height: 400px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Button Primary Actions */
|
|
|
|
#menu-container .submit {
|
|
|
|
margin: 0px 0px 10px;
|
|
|
|
padding: 0px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-menus-php .meta-sep,
|
|
|
|
.nav-menus-php .submitdelete,
|
|
|
|
.nav-menus-php .submitcancel {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
margin: 4px 0;
|
|
|
|
line-height: 15px;
|
2010-06-11 08:32:09 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.meta-sep {
|
|
|
|
padding: 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cancel-save {
|
|
|
|
text-decoration: underline;
|
|
|
|
font-size: 12px;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Button Secondary Actions */
|
|
|
|
.list-controls {
|
2009-08-20 17:12:33 -04:00
|
|
|
float: left;
|
2011-08-20 23:46:43 -04:00
|
|
|
margin-top: 5px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.add-to-menu {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postbox img.waiting {
|
2009-08-20 17:12:33 -04:00
|
|
|
display: none;
|
2011-08-20 23:46:43 -04:00
|
|
|
vertical-align: middle;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.button-controls {
|
|
|
|
clear:both;
|
|
|
|
margin: 10px 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.show-all,
|
|
|
|
.hide-all {
|
|
|
|
cursor: pointer;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.hide-all {
|
|
|
|
display: none;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Create Menu */
|
|
|
|
#menu-name {
|
|
|
|
width: 270px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#manage-menu .inside {
|
|
|
|
padding: 0px 0px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Custom Links */
|
|
|
|
#available-links dt {
|
|
|
|
display: block;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#add-custom-link .howto {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#add-custom-link label span {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
margin-top: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu-item-textbox {
|
|
|
|
width: 180px;
|
2011-07-29 04:59:35 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-menus-php .howto span {
|
|
|
|
margin-top: 4px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Menu item types */
|
|
|
|
.quick-search {
|
|
|
|
width: 190px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-menus-php .list-wrap {
|
|
|
|
display: none;
|
|
|
|
clear: both;
|
|
|
|
margin-bottom: 10px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-menus-php .list-container {
|
|
|
|
max-height: 200px;
|
|
|
|
overflow-y: auto;
|
|
|
|
padding: 10px 10px 5px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-menus-php .postbox p.submit {
|
|
|
|
margin-bottom: 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Listings */
|
|
|
|
.nav-menus-php .list li {
|
|
|
|
display: none;
|
|
|
|
margin: 0;
|
|
|
|
margin-bottom: 5px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-menus-php .list li .menu-item-title {
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-menus-php .list li .menu-item-title input {
|
|
|
|
margin-right: 3px;
|
|
|
|
margin-top: -3px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Nav Menu */
|
|
|
|
#menu-container .inside {
|
|
|
|
padding-bottom: 10px;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu {
|
|
|
|
padding-top:1em;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#menu-to-edit {
|
|
|
|
padding: 1em 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
2011-01-21 22:25:29 -05:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu ul {
|
|
|
|
width: 100%;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu li {
|
|
|
|
margin-bottom: 0;
|
|
|
|
position:relative;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu-item-bar {
|
|
|
|
clear:both;
|
|
|
|
line-height:1.5em;
|
|
|
|
position:relative;
|
2011-09-22 18:33:27 -04:00
|
|
|
margin: 13px 0 0 0;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu-item-handle {
|
|
|
|
border: 1px solid #dfdfdf;
|
|
|
|
position: relative;
|
|
|
|
padding-left: 10px;
|
|
|
|
height: auto;
|
|
|
|
width: 400px;
|
|
|
|
line-height: 35px;
|
|
|
|
text-shadow: 0 1px 0 #FFFFFF;
|
|
|
|
overflow: hidden;
|
|
|
|
word-wrap: break-word;
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#menu-to-edit .menu-item-invalid .menu-item-handle {
|
2012-08-06 13:21:41 -04:00
|
|
|
background: #f6c9cc;
|
|
|
|
background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff));
|
|
|
|
background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff);
|
|
|
|
background-image: -moz-linear-gradient(bottom, #f6c9cc, #fdf8ff);
|
|
|
|
background-image: -o-linear-gradient(bottom, #f6c9cc, #fdf8ff);
|
|
|
|
background-image: linear-gradient(to top, #f6c9cc, #fdf8ff);
|
2009-08-20 17:12:33 -04:00
|
|
|
}
|
2010-11-16 22:30:27 -05:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu-item-edit-active .menu-item-handle {
|
|
|
|
-webkit-border-bottom-right-radius: 0;
|
|
|
|
-webkit-border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
2009-08-20 17:12:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.no-js .menu-item-edit-active .item-edit {
|
|
|
|
display: none;
|
|
|
|
}
|
2009-09-10 18:07:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.js .menu-item-handle {
|
|
|
|
cursor: move;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu li.deleting .menu-item-handle {
|
|
|
|
background-image: none;
|
|
|
|
text-shadow: 0 0 0;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu-item-handle .item-title {
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 7px 0;
|
|
|
|
line-height: 20px;
|
|
|
|
display:block;
|
|
|
|
margin-right:13em;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Sortables */
|
|
|
|
li.menu-item.ui-sortable-helper dl {
|
|
|
|
margin-top: 0;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
li.menu-item.ui-sortable-helper .menu-item-transport dl {
|
2011-10-11 02:25:25 -04:00
|
|
|
margin-top: 13px;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu .sortable-placeholder {
|
|
|
|
height: 35px;
|
|
|
|
width: 410px;
|
|
|
|
margin-top: 13px;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */
|
|
|
|
.menu-item-depth-0 { margin-left: 0px; }
|
|
|
|
.menu-item-depth-1 { margin-left: 30px; }
|
|
|
|
.menu-item-depth-2 { margin-left: 60px; }
|
|
|
|
.menu-item-depth-3 { margin-left: 90px; }
|
|
|
|
.menu-item-depth-4 { margin-left: 120px; }
|
|
|
|
.menu-item-depth-5 { margin-left: 150px; }
|
|
|
|
.menu-item-depth-6 { margin-left: 180px; }
|
|
|
|
.menu-item-depth-7 { margin-left: 210px; }
|
|
|
|
.menu-item-depth-8 { margin-left: 240px; }
|
|
|
|
.menu-item-depth-9 { margin-left: 270px; }
|
|
|
|
.menu-item-depth-10 { margin-left: 300px; }
|
|
|
|
.menu-item-depth-11 { margin-left: 330px; }
|
|
|
|
|
|
|
|
.menu-item-depth-0 .menu-item-transport { margin-left: 0px; }
|
|
|
|
.menu-item-depth-1 .menu-item-transport { margin-left: -30px; }
|
|
|
|
.menu-item-depth-2 .menu-item-transport { margin-left: -60px; }
|
|
|
|
.menu-item-depth-3 .menu-item-transport { margin-left: -90px; }
|
|
|
|
.menu-item-depth-4 .menu-item-transport { margin-left: -120px; }
|
|
|
|
.menu-item-depth-5 .menu-item-transport { margin-left: -150px; }
|
|
|
|
.menu-item-depth-6 .menu-item-transport { margin-left: -180px; }
|
|
|
|
.menu-item-depth-7 .menu-item-transport { margin-left: -210px; }
|
|
|
|
.menu-item-depth-8 .menu-item-transport { margin-left: -240px; }
|
|
|
|
.menu-item-depth-9 .menu-item-transport { margin-left: -270px; }
|
|
|
|
.menu-item-depth-10 .menu-item-transport { margin-left: -300px; }
|
|
|
|
.menu-item-depth-11 .menu-item-transport { margin-left: -330px; }
|
|
|
|
|
|
|
|
body.menu-max-depth-0 { min-width: 950px !important; }
|
|
|
|
body.menu-max-depth-1 { min-width: 980px !important; }
|
|
|
|
body.menu-max-depth-2 { min-width: 1010px !important; }
|
|
|
|
body.menu-max-depth-3 { min-width: 1040px !important; }
|
|
|
|
body.menu-max-depth-4 { min-width: 1070px !important; }
|
|
|
|
body.menu-max-depth-5 { min-width: 1100px !important; }
|
|
|
|
body.menu-max-depth-6 { min-width: 1130px !important; }
|
|
|
|
body.menu-max-depth-7 { min-width: 1160px !important; }
|
|
|
|
body.menu-max-depth-8 { min-width: 1190px !important; }
|
|
|
|
body.menu-max-depth-9 { min-width: 1220px !important; }
|
|
|
|
body.menu-max-depth-10 { min-width: 1250px !important; }
|
|
|
|
body.menu-max-depth-11 { min-width: 1280px !important; }
|
|
|
|
|
|
|
|
/* Menu item controls */
|
|
|
|
.item-type {
|
|
|
|
font-size: 12px;
|
|
|
|
padding-right: 10px;
|
2009-09-10 18:07:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.item-controls {
|
|
|
|
font-size: 12px;
|
2009-09-10 18:07:33 -04:00
|
|
|
position: absolute;
|
2011-08-20 23:46:43 -04:00
|
|
|
right: 20px;
|
|
|
|
top: -1px;
|
2009-09-10 18:07:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.item-controls a {
|
|
|
|
text-decoration: none;
|
2009-09-10 18:07:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.item-controls a:hover {
|
|
|
|
cursor: pointer;
|
2009-09-10 18:07:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.item-controls .item-order {
|
|
|
|
padding-right: 10px;
|
2009-09-10 18:07:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-menus-php .item-edit {
|
|
|
|
position: absolute;
|
|
|
|
right: -20px;
|
|
|
|
top: 0;
|
|
|
|
display: block;
|
2011-09-24 16:48:41 -04:00
|
|
|
width: 30px;
|
2011-08-20 23:46:43 -04:00
|
|
|
height: 36px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-indent:-999em;
|
|
|
|
border-bottom: 1px solid;
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
2009-09-10 18:07:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Menu editing */
|
|
|
|
.menu-instructions-inactive {
|
|
|
|
display: none;
|
2009-12-10 04:22:01 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu-item-settings {
|
|
|
|
display: block;
|
|
|
|
width: 400px;
|
|
|
|
padding: 10px 0 10px 10px;
|
|
|
|
border: solid;
|
|
|
|
border-width: 0 1px 1px 1px;
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
2011-09-19 21:27:14 -04:00
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
2009-12-10 04:22:01 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu-item-edit-active .menu-item-settings {
|
|
|
|
display: block;
|
2009-09-10 18:07:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu-item-edit-inactive .menu-item-settings {
|
|
|
|
display: none;
|
2009-12-10 04:22:01 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.add-menu-item-pagelinks {
|
|
|
|
margin: .5em auto;
|
|
|
|
text-align: center;
|
2009-12-10 04:22:01 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.link-to-original {
|
|
|
|
display: block;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
padding: 3px 5px 5px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-style: italic;
|
2009-09-10 18:07:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.link-to-original a {
|
2011-10-11 02:25:25 -04:00
|
|
|
padding-left: 4px;
|
|
|
|
font-style: normal;
|
2009-12-10 04:22:01 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.hidden-field {
|
|
|
|
display: none;
|
2009-12-10 04:22:01 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu-item-settings .description-thin,
|
|
|
|
.menu-item-settings .description-wide {
|
|
|
|
margin-right: 10px;
|
|
|
|
float: left;
|
2009-09-10 18:07:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.description-thin {
|
|
|
|
width: 190px;
|
|
|
|
height: 40px;
|
2009-12-10 04:22:01 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.description-wide {
|
|
|
|
width: 390px;
|
2009-12-10 04:22:01 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu-item-actions {
|
|
|
|
padding-top: 15px;
|
2009-09-10 18:07:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#cancel-save {
|
|
|
|
cursor: pointer;
|
2009-12-10 04:22:01 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Major/minor publishing actions (classes) */
|
|
|
|
.nav-menus-php .major-publishing-actions {
|
|
|
|
clear: both;
|
|
|
|
padding: 3px 0 5px;
|
2009-12-10 04:22:01 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-menus-php .major-publishing-actions .publishing-action {
|
|
|
|
text-align: right;
|
|
|
|
float: right;
|
|
|
|
line-height: 23px;
|
|
|
|
margin: 5px 0 1px;
|
2009-09-10 18:07:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-menus-php .major-publishing-actions .delete-action {
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: left;
|
|
|
|
float: left;
|
|
|
|
padding-right: 15px;
|
|
|
|
margin-top: 5px;
|
2009-12-10 04:22:01 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu-name-label span,
|
|
|
|
.auto-add-pages label {
|
|
|
|
font-size: 12px;
|
|
|
|
font-style: normal;
|
2009-12-10 04:22:01 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.menu-name-label {
|
|
|
|
margin-right: 15px;
|
2009-09-10 18:07:33 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.auto-add-pages input {
|
|
|
|
margin-top: 0;
|
2009-12-10 04:22:01 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.auto-add-pages {
|
|
|
|
margin-top: 4px;
|
|
|
|
float: left;
|
2009-12-10 04:22:01 -05:00
|
|
|
}
|
2009-09-10 18:07:33 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-menus-php .submitbox .submitcancel {
|
|
|
|
border-bottom: 1px solid;
|
|
|
|
padding: 1px 2px;
|
|
|
|
text-decoration: none;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nav-menus-php .major-publishing-actions .form-invalid {
|
|
|
|
padding-left: 4px;
|
|
|
|
margin-left: -4px;
|
2011-09-19 23:21:18 -04:00
|
|
|
border: 0 none;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Clearfix */
|
|
|
|
#menu-item-name-wrap:after,
|
|
|
|
#menu-item-url-wrap:after,
|
|
|
|
#menu-name-label:after,
|
|
|
|
#menu-settings-column .inside:after,
|
|
|
|
#nav-menus-frame:after,
|
|
|
|
.nav-menus-php #post-body-content:after,
|
|
|
|
.nav-menus-php .button-controls:after,
|
|
|
|
.nav-menus-php .major-publishing-actions:after,
|
|
|
|
.nav-menus-php .menu-item-settings:after {
|
|
|
|
clear: both;
|
|
|
|
content: ".";
|
2009-09-23 21:54:07 -04:00
|
|
|
display: block;
|
2011-08-20 23:46:43 -04:00
|
|
|
height: 0;
|
|
|
|
visibility: hidden;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#nav-menus-frame,
|
|
|
|
.button-controls,
|
|
|
|
#menu-item-url-wrap,
|
|
|
|
#menu-item-name-wrap {
|
|
|
|
display: block;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2012-05-10 15:59:48 -04:00
|
|
|
/* Star ratings */
|
2011-08-20 23:46:43 -04:00
|
|
|
div.star-holder {
|
|
|
|
position: relative;
|
2012-05-09 12:27:24 -04:00
|
|
|
height: 17px;
|
2011-08-20 23:46:43 -04:00
|
|
|
width: 100px;
|
2012-05-09 12:27:24 -04:00
|
|
|
background: url('../images/stars.png?ver=20120307') repeat-x bottom left;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.star-holder .star-rating {
|
|
|
|
background: url('../images/stars.png?ver=20120307') repeat-x top left;
|
|
|
|
height: 17px;
|
|
|
|
float: left;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
div.action-links {
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 6px 0 0;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Header on thickbox */
|
|
|
|
#plugin-information-header {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 5px;
|
|
|
|
font-weight: bold;
|
|
|
|
position: relative;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
height: 2.5em;
|
|
|
|
}
|
|
|
|
#plugin-information ul#sidemenu {
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 0 5px;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
bottom: -1px;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Install sidemenu */
|
|
|
|
#plugin-information p.action-button {
|
|
|
|
width: 100%;
|
|
|
|
padding-bottom: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-top: 10px;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
2011-09-19 21:27:14 -04:00
|
|
|
border-top-left-radius: 3px;
|
2011-08-20 23:46:43 -04:00
|
|
|
border-bottom-left-radius: 3px;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#plugin-information .action-button a {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
|
|
|
display: block;
|
|
|
|
line-height: 2em;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#plugin-information h2 {
|
|
|
|
clear: none !important;
|
|
|
|
margin-right: 200px;
|
2009-09-23 21:54:07 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#plugin-information .fyi {
|
|
|
|
margin: 0 10px 50px;
|
|
|
|
width: 210px;
|
|
|
|
}
|
2009-09-23 21:54:07 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#plugin-information .fyi h2 {
|
|
|
|
font-size: 0.9em;
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#plugin-information .fyi h2.mainheader {
|
|
|
|
padding: 5px;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
2009-11-25 23:37:39 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#plugin-information .fyi ul {
|
|
|
|
padding: 10px 5px 10px 7px;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
2009-10-08 04:24:59 -04:00
|
|
|
}
|
2009-10-13 06:02:42 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#plugin-information .fyi li {
|
|
|
|
margin-right: 0;
|
2009-10-13 06:02:42 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#plugin-information #section-holder {
|
2010-11-01 12:30:27 -04:00
|
|
|
padding: 10px;
|
2009-10-13 06:02:42 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#plugin-information .section ul,
|
|
|
|
#plugin-information .section ol {
|
|
|
|
margin-left: 16px;
|
|
|
|
list-style-type: square;
|
|
|
|
list-style-image: none;
|
|
|
|
}
|
|
|
|
|
2012-01-08 00:53:19 -05:00
|
|
|
#plugin-information #section-screenshots ol {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#plugin-information #section-screenshots li img {
|
|
|
|
vertical-align: text-top;
|
2012-01-08 00:53:19 -05:00
|
|
|
max-width: 100%;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#plugin-information #section-screenshots li p {
|
|
|
|
font-style: italic;
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-bottom: 2em;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2012-01-08 00:53:19 -05:00
|
|
|
#plugin-information #section-screenshots ol,
|
2011-08-20 23:46:43 -04:00
|
|
|
#plugin-information .updated,
|
|
|
|
#plugin-information pre {
|
|
|
|
margin-right: 215px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#plugin-information pre {
|
|
|
|
padding: 7px;
|
|
|
|
overflow: auto;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* press-this */
|
|
|
|
body.press-this {
|
|
|
|
color: #333;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
min-width: 675px;
|
|
|
|
min-height: 400px;
|
2010-11-16 22:30:27 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
img {
|
|
|
|
border: none;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Header */
|
|
|
|
.press-this #wphead {
|
|
|
|
height: 32px;
|
2012-01-04 12:44:15 -05:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
margin-bottom: 5px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.press-this #header-logo {
|
|
|
|
float: left;
|
|
|
|
margin: 7px 7px 0;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
user-select: none;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-10-15 03:46:58 -04:00
|
|
|
.press-this #wphead h1 {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 32px;
|
|
|
|
margin: 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.press-this #wphead h1 a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.press-this #wphead h1 a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2012-01-04 12:44:15 -05:00
|
|
|
.press-this #message {
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
2011-08-28 16:48:05 -04:00
|
|
|
.press-this-sidebar {
|
|
|
|
float: right;
|
|
|
|
width: 200px;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.press-this #title {
|
2012-01-04 12:44:15 -05:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
2011-08-28 16:48:05 -04:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-ms-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.press-this .tagchecklist span a {
|
2011-08-20 23:46:43 -04:00
|
|
|
background: transparent url(../images/xit.gif) no-repeat 0 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-28 16:48:05 -04:00
|
|
|
.press-this #titlediv {
|
|
|
|
margin: 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-10-07 16:14:21 -04:00
|
|
|
.press-this .wp-media-buttons {
|
2011-08-20 23:46:43 -04:00
|
|
|
cursor: default;
|
|
|
|
padding: 8px 8px 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-28 16:48:05 -04:00
|
|
|
.press-this .howto {
|
2011-08-20 23:46:43 -04:00
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-style: italic;
|
|
|
|
display: block;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Editor/Main Column */
|
|
|
|
.press-this #poststuff {
|
|
|
|
margin: 0 10px 10px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#poststuff #editor-toolbar {
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.zerosize {
|
|
|
|
border: 0 none;
|
|
|
|
height: 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
margin: 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
width: 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.posting {
|
|
|
|
margin-right: 212px;
|
|
|
|
position: relative;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.press-this .inner-sidebar {
|
|
|
|
width: 200px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.press-this .inner-sidebar .sleeve {
|
|
|
|
padding-top: 5px;
|
2009-10-13 06:02:42 -04:00
|
|
|
}
|
|
|
|
|
2011-08-28 16:48:05 -04:00
|
|
|
.press-this #submitdiv p {
|
2011-10-19 02:16:15 -04:00
|
|
|
margin: 0;
|
|
|
|
padding: 6px;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
|
|
|
|
2011-08-28 16:48:05 -04:00
|
|
|
.press-this #submitdiv #publishing-actions {
|
|
|
|
border-bottom: 1px solid #dfdfdf;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.press-this #publish {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.press-this #poststuff h2,
|
|
|
|
.press-this #poststuff h3 {
|
2011-11-23 15:32:21 -05:00
|
|
|
font-size: 14px;
|
2011-08-20 23:46:43 -04:00
|
|
|
line-height: 1;
|
2009-12-15 05:55:55 -05:00
|
|
|
}
|
|
|
|
|
2011-08-25 18:55:39 -04:00
|
|
|
.press-this #tagsdiv-post_tag h3,
|
|
|
|
.press-this #categorydiv h3 {
|
2011-08-20 23:46:43 -04:00
|
|
|
cursor: pointer;
|
2009-12-15 05:55:55 -05:00
|
|
|
}
|
2010-02-22 13:46:29 -05:00
|
|
|
|
2011-08-28 16:48:05 -04:00
|
|
|
.press-this #submitdiv h3 {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
h3.tb {
|
|
|
|
text-shadow: 0 1px 0 #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 12px;
|
|
|
|
margin-left: 5px;
|
2010-03-19 05:37:36 -04:00
|
|
|
}
|
2010-02-22 13:46:29 -05:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#TB_window {
|
|
|
|
border: 1px solid #333;
|
2010-02-22 13:46:29 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.press-this .postbox,
|
|
|
|
.press-this .stuffbox {
|
|
|
|
margin-bottom: 10px;
|
2011-08-28 16:48:05 -04:00
|
|
|
min-width: 0;
|
2010-05-20 23:31:35 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.postbox:hover .handlediv,
|
|
|
|
.stuffbox:hover .handlediv {
|
|
|
|
background: transparent url(../images/arrows.png) no-repeat 6px 7px;
|
2010-05-25 18:05:51 -04:00
|
|
|
}
|
2010-03-08 17:10:53 -05:00
|
|
|
|
2011-11-19 15:03:58 -05:00
|
|
|
.press-this #submitdiv:hover .handlediv {
|
2011-10-19 02:16:15 -04:00
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.tbtitle {
|
|
|
|
font-size: 1.7em;
|
|
|
|
outline: none;
|
|
|
|
padding: 3px 4px;
|
|
|
|
border-color: #dfdfdf;
|
2010-03-08 17:10:53 -05:00
|
|
|
}
|
2010-05-25 18:05:51 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.press-this .actions {
|
|
|
|
float: right;
|
|
|
|
margin: -19px 0 0;
|
2010-05-25 18:05:51 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.press-this #extra-fields .actions {
|
2011-11-23 15:32:21 -05:00
|
|
|
margin: -25px -7px 0 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
}
|
2010-03-08 17:10:53 -05:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.press-this .actions li {
|
|
|
|
float: left;
|
|
|
|
list-style: none;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2010-03-01 10:27:42 -05:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#extra-fields .button {
|
|
|
|
margin-right: 5px;
|
2011-02-09 12:35:36 -05:00
|
|
|
}
|
2011-01-14 19:35:29 -05:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Photo Styles */
|
|
|
|
#photo_saving {
|
|
|
|
margin: 0 8px 8px;
|
|
|
|
vertical-align: middle;
|
2010-03-01 10:27:42 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#img_container_container {
|
|
|
|
overflow: auto;
|
2011-02-09 12:35:36 -05:00
|
|
|
}
|
2011-01-14 19:35:29 -05:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#extra-fields {
|
|
|
|
margin-top: 10px;
|
|
|
|
position: relative;
|
2010-04-28 23:43:39 -04:00
|
|
|
}
|
|
|
|
|
2011-11-30 12:51:34 -05:00
|
|
|
#extra-fields h2 {
|
|
|
|
margin: 12px;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#waiting {
|
|
|
|
margin-top: 10px;
|
2010-03-01 10:27:42 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#extra-fields .postbox {
|
|
|
|
margin-bottom: 5px;
|
2010-04-26 21:05:58 -04:00
|
|
|
}
|
2010-05-23 08:29:00 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#extra-fields .titlewrap {
|
|
|
|
padding: 0;
|
|
|
|
overflow: auto;
|
|
|
|
height: 100px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#img_container a {
|
2010-11-01 12:30:27 -04:00
|
|
|
display: block;
|
2011-08-20 23:46:43 -04:00
|
|
|
float: left;
|
2010-11-01 12:30:27 -04:00
|
|
|
overflow: hidden;
|
2011-08-20 23:46:43 -04:00
|
|
|
vertical-align: center;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#img_container img,
|
|
|
|
#img_container a {
|
|
|
|
width: 68px;
|
|
|
|
height: 68px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#img_container img {
|
|
|
|
border: none;
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
cursor: pointer;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#img_container a,
|
|
|
|
#img_container a:link,
|
|
|
|
#img_container a:visited {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#img_container a:hover,
|
|
|
|
#img_container a:active {
|
|
|
|
border-color: #000;
|
|
|
|
z-index: 1000;
|
|
|
|
border-width: 2px;
|
|
|
|
margin: -1px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Video */
|
|
|
|
#embed-code {
|
|
|
|
width: 100%;
|
|
|
|
height: 98px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Categories */
|
|
|
|
.press-this .categorydiv div.tabs-panel {
|
|
|
|
height: 100px;
|
2011-08-28 16:48:05 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Tags */
|
|
|
|
.press-this .tagsdiv .newtag {
|
2011-10-19 02:16:15 -04:00
|
|
|
width: 130px;
|
2011-05-05 16:15:19 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.press-this #content {
|
|
|
|
margin: 5px 0;
|
|
|
|
padding: 0 5px;
|
|
|
|
border: 0 none;
|
|
|
|
height: 357px;
|
|
|
|
font-family: Consolas, Monaco, monospace;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 19px;
|
|
|
|
background: transparent;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* Submit */
|
|
|
|
#saving {
|
|
|
|
display: inline;
|
2010-11-01 12:30:27 -04:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#TB_ajaxContent #options {
|
|
|
|
position: absolute;
|
|
|
|
top: 20px;
|
|
|
|
right: 25px;
|
|
|
|
padding: 5px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#TB_ajaxContent h3 {
|
|
|
|
margin-bottom: .25em;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.error a {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.updated a {
|
2010-11-01 12:30:27 -04:00
|
|
|
text-decoration: none;
|
2011-08-20 23:46:43 -04:00
|
|
|
padding-bottom: 2px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* tag hints */
|
|
|
|
.taghint {
|
|
|
|
color: #aaa;
|
|
|
|
margin: -17px 0 0 7px;
|
|
|
|
visibility: hidden;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
input.newtag ~ div.taghint {
|
|
|
|
visibility: visible;
|
2011-05-11 22:03:02 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
input.newtag:focus ~ div.taghint {
|
|
|
|
visibility: hidden;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* TinyMCE */
|
|
|
|
#mce_fullscreen_container {
|
|
|
|
background: #fff;
|
|
|
|
}
|
2011-05-04 16:15:05 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#photo-add-url-div input[type="text"] {
|
|
|
|
width: 300px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2010-11-16 22:30:27 -05:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* theme-editor */
|
|
|
|
.alignleft h3 {
|
|
|
|
margin: 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
h3 span {
|
|
|
|
font-weight: normal;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#template textarea {
|
|
|
|
font-family: Consolas, Monaco, monospace;
|
|
|
|
font-size: 12px;
|
|
|
|
width: 97%;
|
|
|
|
background: #f9f9f9;
|
|
|
|
outline: none;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#template p {
|
|
|
|
width: 97%;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#templateside {
|
|
|
|
float: right;
|
|
|
|
width: 190px;
|
|
|
|
word-wrap: break-word;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#templateside h3,
|
|
|
|
#postcustomstuff p.submit {
|
|
|
|
margin: 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#templateside h4 {
|
|
|
|
margin: 1em 0 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#templateside ol,
|
|
|
|
#templateside ul {
|
|
|
|
margin: .5em;
|
|
|
|
padding: 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#templateside li {
|
|
|
|
margin: 4px 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#templateside ul li a span.highlight {
|
|
|
|
display:block;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.nonessential {
|
|
|
|
font-size: 11px;
|
|
|
|
font-style: italic;
|
|
|
|
padding-left: 12px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.highlight {
|
|
|
|
padding: 3px 3px 3px 12px;
|
|
|
|
margin-left: -12px;
|
|
|
|
font-weight: bold;
|
2011-09-19 23:21:18 -04:00
|
|
|
border: 0 none;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#documentation {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
#documentation label {
|
|
|
|
line-height: 22px;
|
|
|
|
vertical-align: top;
|
|
|
|
font-weight: bold;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.fileedit-sub {
|
|
|
|
padding: 10px 0 8px;
|
|
|
|
line-height: 180%;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2012-05-03 13:54:20 -04:00
|
|
|
#filter-box {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.feature-filter {
|
|
|
|
padding: 8px 12px 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.feature-filter .feature-group {
|
|
|
|
float: left;
|
2011-09-15 00:26:26 -04:00
|
|
|
margin: 5px 10px 10px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.feature-filter .feature-group li {
|
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
list-style-type: none;
|
|
|
|
padding-right: 25px;
|
2012-04-27 14:22:47 -04:00
|
|
|
width: 150px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.feature-container {
|
|
|
|
width: 100%;
|
|
|
|
overflow: auto;
|
|
|
|
margin-bottom: 10px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* widgets */
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
/* 2 column liquid layout */
|
|
|
|
div.widget-liquid-left {
|
|
|
|
float: left;
|
|
|
|
clear: left;
|
|
|
|
width: 100%;
|
|
|
|
margin-right: -325px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
div#widgets-left {
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 325px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
div#widgets-right {
|
|
|
|
width: 285px;
|
|
|
|
margin: 0 auto;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
div.widget-liquid-right {
|
|
|
|
float: right;
|
|
|
|
clear: right;
|
|
|
|
width: 300px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-liquid-right .widget,
|
2011-09-02 23:01:11 -04:00
|
|
|
.inactive-sidebar .widget,
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-liquid-right .sidebar-description {
|
|
|
|
width: 250px;
|
|
|
|
margin: 0 auto 20px;
|
|
|
|
overflow: hidden;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-liquid-right .sidebar-description {
|
|
|
|
margin-bottom: 10px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-09-02 23:01:11 -04:00
|
|
|
.inactive-sidebar .widget {
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 0 10px 20px;
|
2012-07-12 21:47:16 -04:00
|
|
|
display: inline-block;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
div.sidebar-name h3 {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 15px;
|
2010-11-01 12:30:27 -04:00
|
|
|
margin: 0;
|
2011-08-20 23:46:43 -04:00
|
|
|
padding: 8px 10px;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
div.sidebar-name {
|
|
|
|
cursor: pointer;
|
2010-11-01 12:30:27 -04:00
|
|
|
font-size: 13px;
|
2011-08-20 23:46:43 -04:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.js .closed .sidebar-name {
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
.widget-liquid-right .widgets-sortables,
|
|
|
|
#widgets-left .widget-holder {
|
|
|
|
border-width: 0 1px 1px;
|
|
|
|
border-style: none solid solid;
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.js .closed .widgets-sortables,
|
|
|
|
.js .closed .widget-holder {
|
|
|
|
display: none;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-liquid-right .widgets-sortables {
|
|
|
|
padding: 15px 0 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#available-widgets .widget-holder {
|
|
|
|
padding: 7px 5px 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#available-widgets .widget {
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-09-02 23:01:11 -04:00
|
|
|
.inactive-sidebar {
|
2011-08-20 23:46:43 -04:00
|
|
|
padding: 5px 5px 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#widget-list .widget {
|
|
|
|
width: 250px;
|
|
|
|
margin: 0 10px 15px;
|
|
|
|
border: 0 none;
|
|
|
|
background: transparent;
|
|
|
|
float: left;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#widget-list .widget-description {
|
|
|
|
padding: 5px 8px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-placeholder {
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: dashed;
|
|
|
|
margin: 0 auto 20px;
|
2012-07-09 01:21:59 -04:00
|
|
|
height: 27px;
|
2011-08-20 23:46:43 -04:00
|
|
|
width: 250px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-09-02 23:01:11 -04:00
|
|
|
.inactive-sidebar .widget-placeholder {
|
2011-08-20 23:46:43 -04:00
|
|
|
margin: 0 10px 20px;
|
|
|
|
float: left;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
div.widgets-holder-wrap {
|
|
|
|
padding: 0;
|
|
|
|
margin: 10px 0 20px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#widgets-left #available-widgets {
|
|
|
|
background-color: transparent;
|
|
|
|
border: 0 none;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
ul#widget-list {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
min-height: 100px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-08-20 23:46:43 -04:00
|
|
|
|
|
|
|
.widget .widget-top {
|
|
|
|
margin-bottom: -1px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 26px;
|
|
|
|
overflow: hidden;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-top .widget-title {
|
|
|
|
padding: 7px 9px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-top .widget-title-action {
|
2010-11-01 12:30:27 -04:00
|
|
|
float: right;
|
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
a.widget-action {
|
2010-11-01 12:30:27 -04:00
|
|
|
display: block;
|
2011-08-20 23:46:43 -04:00
|
|
|
width: 24px;
|
|
|
|
height: 26px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#available-widgets a.widget-action {
|
|
|
|
display: none;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-top a.widget-action {
|
|
|
|
background: transparent url(../images/arrows.png) no-repeat 4px 6px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-top a.widget-action:hover {
|
|
|
|
background: transparent url(../images/arrows-dark.png) no-repeat 4px 6px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget .widget-inside,
|
|
|
|
.widget .widget-description {
|
|
|
|
padding: 12px 12px 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-inside,
|
|
|
|
.widget-description {
|
|
|
|
display: none;
|
2011-01-12 20:50:23 -05:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#available-widgets .widget-description {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget .widget-inside p {
|
|
|
|
margin: 0 0 1em;
|
|
|
|
padding: 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-title h4 {
|
|
|
|
margin: 0;
|
2012-07-12 21:47:16 -04:00
|
|
|
padding-bottom: 0.2em;
|
2011-08-20 23:46:43 -04:00
|
|
|
line-height: 1;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2011-01-12 20:50:23 -05:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widgets-sortables {
|
|
|
|
min-height: 90px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-control-actions {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-control-actions a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2010-11-01 12:30:27 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-control-actions a:hover {
|
|
|
|
text-decoration: underline;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-control-actions .ajax-feedback {
|
|
|
|
padding-bottom: 3px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-control-actions div.alignleft {
|
|
|
|
margin-top: 6px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
div#sidebar-info {
|
|
|
|
padding: 0 1em;
|
|
|
|
margin-bottom: 1em;
|
2010-11-01 12:30:27 -04:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-title a,
|
|
|
|
.widget-title a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
border-bottom: none;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-control-edit {
|
|
|
|
display: block;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 26px;
|
|
|
|
padding: 0 8px 0 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
a.widget-control-edit {
|
|
|
|
text-decoration: none;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-control-edit .add,
|
|
|
|
.widget-control-edit .edit {
|
|
|
|
display: none;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#available-widgets .widget-control-edit .add,
|
|
|
|
#widgets-right .widget-control-edit .edit,
|
2011-09-02 23:01:11 -04:00
|
|
|
.inactive-sidebar .widget-control-edit .edit {
|
2011-08-20 23:46:43 -04:00
|
|
|
display: inline;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2010-12-21 12:46:39 -05:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.editwidget {
|
|
|
|
margin: 0 auto 15px;
|
2010-12-20 13:45:05 -05:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.editwidget .widget-inside {
|
|
|
|
display: block;
|
|
|
|
padding: 10px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.inactive p.description {
|
2011-09-02 23:01:11 -04:00
|
|
|
margin: 5px 15px 10px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#available-widgets p.description {
|
|
|
|
margin: 0 12px 12px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-position {
|
|
|
|
margin-top: 8px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.inactive {
|
|
|
|
padding-top: 2px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.sidebar-name-arrow {
|
|
|
|
float: right;
|
|
|
|
height: 29px;
|
|
|
|
width: 26px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-title .in-widget-title {
|
|
|
|
font-size: 12px;
|
|
|
|
white-space: nowrap;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
#removing-widget {
|
|
|
|
display: none;
|
|
|
|
font-weight: normal;
|
|
|
|
padding-left: 15px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widget-control-noform,
|
|
|
|
#access-off,
|
|
|
|
.widgets_access .widget-action,
|
|
|
|
.widgets_access .sidebar-name-arrow,
|
|
|
|
.widgets_access #access-on,
|
|
|
|
.widgets_access .widget-holder .description {
|
|
|
|
display: none;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widgets_access .widget-holder,
|
|
|
|
.widgets_access #widget-list {
|
|
|
|
padding-top: 10px;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widgets_access #access-off {
|
|
|
|
display: inline;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widgets_access #wpbody-content .widget-title-action,
|
|
|
|
.widgets_access #wpbody-content .widget-control-edit,
|
|
|
|
.widgets_access .closed .widgets-sortables,
|
|
|
|
.widgets_access .closed .widget-holder {
|
|
|
|
display: block;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widgets_access .closed .sidebar-name {
|
|
|
|
-webkit-border-bottom-right-radius: 0;
|
|
|
|
-webkit-border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
2010-11-01 12:30:27 -04:00
|
|
|
}
|
2011-06-06 18:27:03 -04:00
|
|
|
|
2011-08-20 23:46:43 -04:00
|
|
|
.widgets_access .sidebar-name,
|
|
|
|
.widgets_access .widget .widget-top {
|
|
|
|
cursor: default;
|
2010-05-23 08:29:00 -04:00
|
|
|
}
|
2011-09-14 17:03:13 -04:00
|
|
|
|
|
|
|
/* =Media Queries
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
/* categories */
|
2011-09-15 01:30:58 -04:00
|
|
|
#col-left {
|
|
|
|
width: 100%;
|
2011-09-14 17:03:13 -04:00
|
|
|
}
|
|
|
|
|
2011-09-15 01:30:58 -04:00
|
|
|
#col-right {
|
|
|
|
width: 100%;
|
2011-09-16 03:10:04 -04:00
|
|
|
}
|
2011-09-14 17:03:13 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 769px) {
|
|
|
|
/* categories */
|
2011-09-15 01:30:58 -04:00
|
|
|
#col-left {
|
2011-10-06 04:43:01 -04:00
|
|
|
width: 35%;
|
2011-09-14 17:03:13 -04:00
|
|
|
}
|
|
|
|
|
2011-09-15 01:30:58 -04:00
|
|
|
#col-right {
|
2011-10-06 04:43:01 -04:00
|
|
|
width: 65%;
|
2011-09-14 17:03:13 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 860px) {
|
|
|
|
|
|
|
|
/* categories */
|
2011-09-15 01:30:58 -04:00
|
|
|
#col-left {
|
2011-10-06 04:43:01 -04:00
|
|
|
width: 35%;
|
2011-09-14 17:03:13 -04:00
|
|
|
}
|
|
|
|
|
2011-09-15 01:30:58 -04:00
|
|
|
#col-right {
|
2011-10-06 04:43:01 -04:00
|
|
|
width: 65%;
|
2011-09-14 20:50:35 -04:00
|
|
|
}
|
2011-09-14 17:03:13 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 980px) {
|
|
|
|
|
|
|
|
/* categories */
|
2011-09-15 01:30:58 -04:00
|
|
|
#col-left {
|
2011-10-06 04:43:01 -04:00
|
|
|
width: 35%;
|
2011-09-14 17:03:13 -04:00
|
|
|
}
|
|
|
|
|
2011-09-15 01:30:58 -04:00
|
|
|
#col-right {
|
2011-10-06 04:43:01 -04:00
|
|
|
width: 65%;
|
2011-09-14 20:50:35 -04:00
|
|
|
}
|
2011-09-14 17:03:13 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
/* categories */
|
2011-09-15 01:30:58 -04:00
|
|
|
#col-left {
|
|
|
|
width: 100%;
|
2011-09-14 17:03:13 -04:00
|
|
|
}
|
|
|
|
|
2011-09-15 01:30:58 -04:00
|
|
|
#col-right {
|
|
|
|
width: 100%;
|
2011-09-14 20:50:35 -04:00
|
|
|
}
|
2011-09-14 17:03:13 -04:00
|
|
|
|
2011-09-15 01:30:58 -04:00
|
|
|
.form-field input,
|
|
|
|
.form-field textarea {
|
|
|
|
width: 99%;
|
2011-09-14 17:03:13 -04:00
|
|
|
}
|
|
|
|
|
2011-09-15 01:30:58 -04:00
|
|
|
.form-wrap .form-field {
|
|
|
|
padding:0;
|
2011-09-14 17:03:13 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* users */
|
2011-09-15 01:30:58 -04:00
|
|
|
#profile-page .form-table textarea {
|
|
|
|
max-width: 400px;
|
|
|
|
width: auto;
|
2011-09-14 17:03:13 -04:00
|
|
|
}
|
|
|
|
}
|
2012-02-03 19:54:42 -05:00
|
|
|
|
|
|
|
/* =Localized CSS
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
/* zh_CN: Remove italic properties. */
|
|
|
|
.locale-zh-cn .howto,
|
|
|
|
.locale-zh-cn .tablenav .displaying-num,
|
|
|
|
.locale-zh-cn .js .input-with-default-title,
|
|
|
|
.locale-zh-cn .link-to-original,
|
|
|
|
.locale-zh-cn .inline-edit-row fieldset span.title,
|
|
|
|
.locale-zh-cn .inline-edit-row fieldset span.checkbox-title,
|
|
|
|
.locale-zh-cn #utc-time,
|
|
|
|
.locale-zh-cn #local-time,
|
|
|
|
.locale-zh-cn p.install-help,
|
|
|
|
.locale-zh-cn p.help,
|
|
|
|
.locale-zh-cn p.description,
|
|
|
|
.locale-zh-cn span.description,
|
|
|
|
.locale-zh-cn .form-wrap p {
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* zh_CN: Enlarge dashboard widget 'Configure' link */
|
|
|
|
.locale-zh-cn .hdnle a { font-size: 12px; }
|
|
|
|
|
|
|
|
/* zn_CH: Enlarge font size, set font-size: normal */
|
|
|
|
.locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; }
|
|
|
|
|
|
|
|
/* Zn_CH: Distraction free writing.
|
|
|
|
* More beautiful font for "Just write."
|
|
|
|
* Larger text for HTML/Visual mode.
|
|
|
|
*/
|
|
|
|
.locale-zh-cn #wp-fullscreen-tagline { font-family: KaiTi, "楷体", sans-serif; }
|
|
|
|
.locale-zh-cn #wp-fullscreen-modes a { font-size: 12px; }
|
|
|
|
|
|
|
|
/* zh_CN: Enlarge font-size. */
|
2012-02-03 19:58:09 -05:00
|
|
|
.locale-zh-cn #sort-buttons { font-size: 1em !important; }
|
|
|
|
|
|
|
|
/* ru_RU: Text needs more room to breathe. */
|
|
|
|
.locale-ru-ru #dashboard_quick_press .input-text-wrap,
|
|
|
|
.locale-ru-ru #dashboard_quick_press .textarea-wrap,
|
|
|
|
.locale-ru-ru #dashboard_quick_press .wp-media-buttons {
|
|
|
|
margin-left: 5.7em; /* default 5em + 0.7em */
|
|
|
|
}
|
|
|
|
.locale-ru-ru #dashboard_quick_press h4 {
|
|
|
|
width: 5.7em; /* default 5.5em + 0.2em */
|
|
|
|
}
|
|
|
|
.locale-ru-ru #dashboard-widgets #dashboard_quick_press form p.submit {
|
|
|
|
margin-left: 5.3em; /* default 4.6em + 0.7em */
|
|
|
|
}
|
|
|
|
.locale-ru-ru .inline-edit-row fieldset label span.title {
|
|
|
|
width: auto; /* default 5em */
|
|
|
|
min-width: 5em;
|
|
|
|
}
|
2012-06-11 16:34:42 -04:00
|
|
|
.locale-ru-ru.press-this .posting {
|
2012-02-03 19:58:09 -05:00
|
|
|
margin-right: 257px; /* default 212px + 45px */
|
|
|
|
}
|
2012-06-11 16:34:42 -04:00
|
|
|
.locale-ru-ru.press-this #photo-add-url-div input[type="text"] {
|
2012-02-03 19:58:09 -05:00
|
|
|
width: 255px; /* default 300px - 45px */
|
|
|
|
}
|
2012-06-11 16:34:42 -04:00
|
|
|
.locale-ru-ru.press-this #side-sortables {
|
2012-02-03 19:58:09 -05:00
|
|
|
width: 245px; /* default 200px + 45px */
|
|
|
|
}
|
2012-05-02 15:30:38 -04:00
|
|
|
|
|
|
|
/* lt_LT: QuickPress + QuickEdit */
|
|
|
|
.locale-lt-lt #dashboard_quick_press .input-text-wrap,
|
|
|
|
.locale-lt-lt #dashboard_quick_press .textarea-wrap,
|
|
|
|
.locale-lt-lt #dashboard_quick_press .wp-media-buttons {
|
|
|
|
margin-left: 7em;
|
|
|
|
}
|
|
|
|
.locale-lt-lt #dashboard_quick_press h4 {
|
|
|
|
width: 7em;
|
|
|
|
}
|
|
|
|
.locale-lt-lt .inline-edit-row fieldset label span.title {
|
|
|
|
width: 8em;
|
|
|
|
}
|
|
|
|
.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap {
|
|
|
|
margin-left: 8em;
|
|
|
|
}
|