2013-11-12 22:19:15 +01:00
|
|
|
body {
|
|
|
|
overflow: hidden;
|
2015-03-28 22:03:27 +01:00
|
|
|
-webkit-text-size-adjust: 100%;
|
2013-11-12 22:19:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#customize-controls a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-controls h3 {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2014-11-12 00:52:22 +01:00
|
|
|
#customize-controls img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-11-12 22:19:15 +01:00
|
|
|
#customize-controls .submit {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-controls .description {
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#customize-header-actions .button-primary {
|
|
|
|
float: left;
|
2013-11-20 23:48:09 +01:00
|
|
|
margin-top: 9px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2012-09-26 21:57:44 +02:00
|
|
|
#customize-header-actions .spinner {
|
2013-11-12 22:19:15 +01:00
|
|
|
margin-top: 16px;
|
2012-08-23 02:04:18 +02:00
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
|
2013-11-12 22:19:15 +01:00
|
|
|
.saving #customize-header-actions .spinner {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2014-08-12 03:18:15 +02:00
|
|
|
#customize-header-actions {
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
2014-06-26 22:17:15 +02:00
|
|
|
#customize-controls .wp-full-overlay-sidebar-content {
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
2013-11-12 22:19:15 +01:00
|
|
|
#customize-info {
|
|
|
|
border: none;
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-info .accordion-section-title {
|
|
|
|
background-color: #fff;
|
|
|
|
color: #666666;
|
|
|
|
border-right: none;
|
|
|
|
border-left: none;
|
|
|
|
border-bottom: 1px solid #eeeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-info.open .accordion-section-title:after,
|
|
|
|
#customize-info .accordion-section-title:hover:after,
|
|
|
|
#customize-info .accordion-section-title:focus:after {
|
|
|
|
color: #555555;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-info .preview-notice {
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-info .theme-name {
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 200;
|
|
|
|
line-height: 24px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-info .theme-screenshot {
|
|
|
|
width: 258px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-info .theme-description {
|
|
|
|
margin-top: 1em;
|
|
|
|
color: #666666;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-theme-controls .control-section {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-theme-controls .accordion-section-title {
|
|
|
|
color: #555555;
|
|
|
|
background-color: #fff;
|
|
|
|
border-bottom: 1px solid #eeeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-theme-controls .accordion-section-content {
|
|
|
|
color: #555555;
|
2014-08-12 03:18:15 +02:00
|
|
|
background: #fff;
|
2013-11-12 22:19:15 +01:00
|
|
|
}
|
|
|
|
|
2014-07-08 21:53:15 +02:00
|
|
|
#customize-info.open .accordion-section-title,
|
|
|
|
#customize-info .accordion-section-title:hover,
|
|
|
|
#customize-info .accordion-section-title:focus,
|
2014-06-26 22:17:15 +02:00
|
|
|
#customize-theme-controls .control-section:hover > .accordion-section-title,
|
2013-11-12 22:19:15 +01:00
|
|
|
#customize-theme-controls .control-section .accordion-section-title:hover,
|
|
|
|
#customize-theme-controls .control-section.open .accordion-section-title,
|
|
|
|
#customize-theme-controls .control-section .accordion-section-title:focus {
|
2014-08-12 03:18:15 +02:00
|
|
|
color: #222;
|
2013-11-12 22:19:15 +01:00
|
|
|
background: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.js .control-section:hover .accordion-section-title,
|
|
|
|
.js .control-section .accordion-section-title:hover,
|
|
|
|
.js .control-section.open .accordion-section-title,
|
|
|
|
.js .control-section .accordion-section-title:focus {
|
|
|
|
background: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
2014-07-28 17:52:17 +02:00
|
|
|
#customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
|
|
#customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
|
|
#customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
|
|
#customize-theme-controls .control-section .accordion-section-title:focus:after {
|
2014-08-12 03:18:15 +02:00
|
|
|
color: #555;
|
2013-11-12 22:19:15 +01:00
|
|
|
}
|
|
|
|
|
2014-07-08 21:53:15 +02:00
|
|
|
#customize-info.open,
|
2013-11-12 22:19:15 +01:00
|
|
|
#customize-theme-controls .control-section.open {
|
|
|
|
border-bottom: 1px solid #eeeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-theme-controls .control-section.open .accordion-section-title {
|
|
|
|
border-bottom-color: #eeeeee !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-theme-controls .control-section:last-of-type.open,
|
2014-08-14 06:43:16 +02:00
|
|
|
#customize-theme-controls .control-section:last-of-type > .accordion-section-title {
|
2013-11-12 22:19:15 +01:00
|
|
|
border-bottom-color: #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-theme-controls > ul,
|
|
|
|
#customize-theme-controls .accordion-section-content {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2014-08-12 03:18:15 +02:00
|
|
|
.control-section.control-panel > .accordion-section-title {
|
|
|
|
padding-left: 54px;
|
|
|
|
}
|
|
|
|
|
2014-06-26 22:17:15 +02:00
|
|
|
.control-section.control-panel > .accordion-section-title:after {
|
2015-02-27 21:19:29 +01:00
|
|
|
content: "\f341";
|
2014-08-12 03:18:15 +02:00
|
|
|
background: #f5f5f5;
|
|
|
|
color: #555;
|
|
|
|
width: 38px;
|
|
|
|
height: 100%;
|
|
|
|
margin: -11px 0 -11px -10px; /* compensate for positioning */
|
|
|
|
line-height: 45px;
|
|
|
|
padding-right: 5px;
|
|
|
|
border-right: 1px solid #eee;
|
|
|
|
z-index: 0;
|
2014-06-26 22:17:15 +02:00
|
|
|
}
|
|
|
|
|
2014-08-12 03:18:15 +02:00
|
|
|
#customize-theme-controls .control-section.control-panel > h3.accordion-section-title:focus:after,
|
|
|
|
#customize-theme-controls .control-section.control-panel > h3.accordion-section-title:hover:after {
|
|
|
|
background: #ddd;
|
|
|
|
color: #000;
|
|
|
|
border: 1px solid #d9d9d9;
|
|
|
|
border-left: none;
|
|
|
|
margin-top: -12px;
|
|
|
|
line-height: 44px;
|
|
|
|
z-index: 1;
|
2014-06-30 22:00:15 +02:00
|
|
|
}
|
|
|
|
|
2014-06-26 22:17:15 +02:00
|
|
|
.accordion-sub-container.control-panel-content {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
right: 300px;
|
|
|
|
top: 0;
|
|
|
|
width: 300px;
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
-webkit-transition: right ease-in-out .18s;
|
|
|
|
transition: right ease-in-out .18s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.accordion-sub-container.control-panel-content.animating {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.current-panel .accordion-sub-container.control-panel-content {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2014-07-08 20:19:14 +02:00
|
|
|
.customize-controls-close {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
width: 45px;
|
|
|
|
height: 45px;
|
|
|
|
padding-left: 2px;
|
|
|
|
background: #eee;
|
|
|
|
border-left: 1px solid #ddd;
|
|
|
|
color: #444;
|
|
|
|
cursor: pointer;
|
2014-08-03 00:02:19 +02:00
|
|
|
-webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
|
|
|
|
transition: color .1s ease-in-out, background .1s ease-in-out;
|
2014-07-08 20:19:14 +02:00
|
|
|
}
|
|
|
|
|
2014-06-26 22:17:15 +02:00
|
|
|
.control-panel-back {
|
|
|
|
display: block;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
z-index: 99;
|
|
|
|
right: -48px;
|
|
|
|
width: 45px;
|
|
|
|
height: 45px;
|
|
|
|
padding-left: 2px;
|
|
|
|
background: #eee;
|
|
|
|
border-left: 1px solid #ddd;
|
|
|
|
cursor: pointer;
|
2014-08-03 00:02:19 +02:00
|
|
|
-webkit-transition: right .18s ease-in-out, color .1s ease-in-out, background .1s ease-in-out;
|
|
|
|
transition: right .18s ease-in-out, color .1s ease-in-out, background .1s ease-in-out;
|
2014-06-26 22:17:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.collapsed .control-panel-back {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-07-08 20:19:14 +02:00
|
|
|
.customize-controls-close:focus,
|
|
|
|
.customize-controls-close:hover,
|
2014-06-26 22:17:15 +02:00
|
|
|
.control-panel-back:focus,
|
2015-02-09 13:36:28 +01:00
|
|
|
.control-panel-back:hover,
|
|
|
|
.customize-controls-preview-toggle:focus,
|
|
|
|
.customize-controls-preview-toggle:hover {
|
2014-08-25 23:58:17 +02:00
|
|
|
background: #ddd;
|
|
|
|
border-color: #ccc;
|
|
|
|
color: #000;
|
2014-06-26 22:17:15 +02:00
|
|
|
outline: none;
|
2014-07-08 20:19:14 +02:00
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-controls-close:before {
|
2014-08-19 22:38:16 +02:00
|
|
|
font: normal 22px/1 dashicons;
|
2014-07-08 20:19:14 +02:00
|
|
|
content: "\f335";
|
|
|
|
position: relative;
|
2014-08-19 22:38:16 +02:00
|
|
|
top: 7px;
|
2014-08-25 23:58:17 +02:00
|
|
|
right: 13px;
|
2014-06-26 22:17:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.control-panel-back:before {
|
2014-08-19 22:38:16 +02:00
|
|
|
font: normal 20px/1 dashicons;
|
2015-02-27 21:19:29 +01:00
|
|
|
content: "\f345";
|
2014-06-26 22:17:15 +02:00
|
|
|
position: relative;
|
2014-08-26 01:05:15 +02:00
|
|
|
top: 7px;
|
2014-08-19 22:38:16 +02:00
|
|
|
right: 13px;
|
2014-06-26 22:17:15 +02:00
|
|
|
}
|
|
|
|
|
2014-08-26 01:05:15 +02:00
|
|
|
.in-sub-panel .control-panel-back {
|
2014-06-26 22:17:15 +02:00
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.current-panel > .accordion-section-title {
|
|
|
|
height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-full-overlay-sidebar .wp-full-overlay-header {
|
|
|
|
-webkit-transition: padding ease-in-out .18s;
|
|
|
|
transition: padding ease-in-out .18s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.in-sub-panel .wp-full-overlay-sidebar .wp-full-overlay-header {
|
|
|
|
padding-right: 62px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-info,
|
|
|
|
#customize-theme-controls > ul > .accordion-section {
|
|
|
|
position: relative;
|
|
|
|
right: 0;
|
|
|
|
-webkit-transition: right ease-in-out .18s;
|
|
|
|
transition: right ease-in-out .18s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.in-sub-panel #customize-info,
|
|
|
|
.in-sub-panel #customize-theme-controls > ul > .accordion-section {
|
|
|
|
right: -300px;
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.in-sub-panel #customize-theme-controls .accordion-section.current-panel {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-theme-controls .control-section.current-panel {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-theme-controls .control-section > h3.accordion-section-title {
|
|
|
|
position: relative;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-theme-controls .control-section.current-panel > h3.accordion-section-title {
|
2015-02-09 13:36:28 +01:00
|
|
|
right: -354px;
|
2014-06-26 22:17:15 +02:00
|
|
|
-webkit-transition: right ease-in-out .18s;
|
|
|
|
transition: right ease-in-out .18s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-section.control-panel .accordion-section-title .panel-title {
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 200;
|
|
|
|
line-height: 24px;
|
|
|
|
display: block;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-section.control-panel .preview-notice {
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
|
2014-06-30 17:55:17 +02:00
|
|
|
p.customize-section-description {
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
.customize-control {
|
2013-11-12 22:19:15 +01:00
|
|
|
width: 100%;
|
2012-08-23 02:04:18 +02:00
|
|
|
float: right;
|
2013-11-12 22:19:15 +01:00
|
|
|
clear: both;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control select,
|
|
|
|
.customize-control input[type="radio"],
|
|
|
|
.customize-control input[type="checkbox"] {
|
|
|
|
line-height: 28px;
|
|
|
|
}
|
|
|
|
|
2014-06-30 21:48:13 +02:00
|
|
|
.customize-control input[type="text"],
|
|
|
|
.customize-control input[type="password"],
|
|
|
|
.customize-control input[type="email"],
|
|
|
|
.customize-control input[type="number"],
|
|
|
|
.customize-control input[type="search"],
|
|
|
|
.customize-control input[type="tel"],
|
|
|
|
.customize-control input[type="url"] {
|
2013-11-12 22:19:15 +01:00
|
|
|
width: 98%;
|
|
|
|
line-height: 18px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2015-02-14 09:46:27 +01:00
|
|
|
.customize-control-hidden {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2014-06-30 21:48:13 +02:00
|
|
|
.customize-control-textarea textarea {
|
|
|
|
width: 100%;
|
|
|
|
resize: vertical;
|
|
|
|
}
|
|
|
|
|
2013-11-12 22:19:15 +01:00
|
|
|
.customize-control select {
|
|
|
|
min-width: 50%;
|
|
|
|
max-width: 100%;
|
|
|
|
height: 28px;
|
|
|
|
line-height: 28px;
|
|
|
|
}
|
|
|
|
|
2014-04-05 15:12:15 +02:00
|
|
|
.customize-control select[multiple] {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2013-11-12 22:19:15 +01:00
|
|
|
.customize-control-title {
|
|
|
|
display: block;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: 600;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2014-06-30 17:55:17 +02:00
|
|
|
.customize-control-description {
|
|
|
|
display: block;
|
|
|
|
font-style: italic;
|
|
|
|
line-height: 18px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2013-11-12 22:19:15 +01:00
|
|
|
.customize-control-color .color-picker,
|
|
|
|
.customize-control-checkbox label,
|
|
|
|
.customize-control-upload div {
|
|
|
|
line-height: 28px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-checkbox input {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2013-11-12 22:19:15 +01:00
|
|
|
.customize-control-radio {
|
|
|
|
padding: 5px 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-radio .customize-control-title {
|
|
|
|
margin-bottom: 0;
|
|
|
|
line-height: 22px;
|
|
|
|
}
|
|
|
|
|
2014-06-30 17:55:17 +02:00
|
|
|
.customize-control-radio .customize-control-title + .customize-control-description {
|
|
|
|
margin-top: 7px;
|
|
|
|
}
|
|
|
|
|
2013-11-12 22:19:15 +01:00
|
|
|
.customize-control-radio label {
|
|
|
|
line-height: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-radio input {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2014-11-12 00:52:22 +01:00
|
|
|
.customize-control .attachment-thumb.type-icon {
|
|
|
|
float: right;
|
2014-12-02 22:55:23 +01:00
|
|
|
margin: 10px;
|
|
|
|
width: auto;
|
2014-11-12 00:52:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control .attachment-title {
|
|
|
|
font-weight: bold;
|
2014-12-02 22:55:23 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 5px 10px;
|
2014-11-12 00:52:22 +01:00
|
|
|
}
|
|
|
|
|
2014-12-04 02:59:22 +01:00
|
|
|
.customize-control .attachment-meta {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
margin: 0;
|
2015-03-07 12:06:29 +01:00
|
|
|
padding: 0 10px;
|
2014-12-04 02:59:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control .attachment-meta-title {
|
|
|
|
padding-top: 7px;
|
|
|
|
}
|
|
|
|
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control .thumbnail-image {
|
|
|
|
line-height: 0;
|
2014-11-12 00:52:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control .thumbnail-image img {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2015-03-07 12:06:29 +01:00
|
|
|
#customize-controls .thumbnail-audio .thumbnail {
|
|
|
|
max-width: 64px;
|
|
|
|
max-height: 64px;
|
|
|
|
margin: 10px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2013-11-12 22:19:15 +01:00
|
|
|
#customize-preview iframe {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-full-overlay-sidebar {
|
|
|
|
background: #eeeeee;
|
2013-11-14 17:42:10 +01:00
|
|
|
border-left: 1px solid #ddd;
|
2013-11-12 22:19:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.collapse-sidebar {
|
|
|
|
background-color: transparent !important;
|
|
|
|
border: none !important;
|
2014-02-13 09:30:17 +01:00
|
|
|
-webkit-box-shadow: none !important;
|
2013-11-12 22:19:15 +01:00
|
|
|
box-shadow: none !important;
|
2014-08-15 18:31:21 +02:00
|
|
|
-webkit-border-radius: 0 !important;
|
|
|
|
border-radius: 0 !important;
|
2013-11-12 22:19:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.collapse-sidebar:active,
|
|
|
|
.collapse-sidebar:active .collapse-sidebar-label,
|
|
|
|
.collapse-sidebar:active .collapse-sidebar-arrow:before {
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collapsed .collapse-sidebar-arrow:before {
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Style for custom settings */
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
/*
|
|
|
|
* Dropdowns
|
|
|
|
*/
|
2013-03-22 18:46:48 +01:00
|
|
|
.accordion-section .dropdown {
|
2012-08-23 02:04:18 +02:00
|
|
|
float: right;
|
2013-11-12 22:19:15 +01:00
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2013-03-22 18:46:48 +01:00
|
|
|
.accordion-section .dropdown-content {
|
2013-11-12 22:19:15 +01:00
|
|
|
overflow: hidden;
|
2012-08-23 02:04:18 +02:00
|
|
|
float: right;
|
2013-11-12 22:19:15 +01:00
|
|
|
min-width: 30px;
|
|
|
|
height: 16px;
|
|
|
|
line-height: 16px;
|
2012-08-23 02:04:18 +02:00
|
|
|
margin-left: 16px;
|
2013-11-12 22:19:15 +01:00
|
|
|
padding: 4px 5px;
|
|
|
|
border: 2px solid #eeeeee;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
2014-02-13 09:30:17 +01:00
|
|
|
-ms-user-select: none;
|
2013-11-12 22:19:15 +01:00
|
|
|
user-select: none;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control .dropdown-arrow {
|
2013-11-12 22:19:15 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
2012-08-23 02:04:18 +02:00
|
|
|
left: 0;
|
2013-11-12 22:19:15 +01:00
|
|
|
width: 20px;
|
|
|
|
background: #eeeeee;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control .dropdown-arrow:after {
|
2013-11-12 22:19:15 +01:00
|
|
|
content: "\f140";
|
|
|
|
font: normal 20px/1 'dashicons';
|
|
|
|
speak: none;
|
|
|
|
display: block;
|
|
|
|
padding: 0;
|
|
|
|
text-indent: 0;
|
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
text-decoration: none !important;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control .dropdown-status {
|
|
|
|
color: #333;
|
|
|
|
background: #eeeeee;
|
|
|
|
display: none;
|
|
|
|
max-width: 112px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Color Picker */
|
|
|
|
.customize-control-color .color-picker-hex {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-color.open .color-picker-hex {
|
|
|
|
display: block;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-color .dropdown {
|
|
|
|
margin-left: 5px;
|
2013-11-12 22:19:15 +01:00
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-color .dropdown .dropdown-content {
|
|
|
|
background-color: #555555;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-color .dropdown:hover .dropdown-content {
|
|
|
|
border-color: rgba(0, 0, 0, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* iOS can't scroll iframes,
|
|
|
|
* instead it expands the iframe size to match the size of the content
|
|
|
|
*/
|
|
|
|
.ios .wp-full-overlay {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ios #customize-preview {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ios #customize-controls .wp-full-overlay-sidebar-content {
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
}
|
|
|
|
|
2015-03-10 19:02:28 +01:00
|
|
|
/** Media controls **/
|
2014-03-11 05:13:16 +01:00
|
|
|
|
2015-03-10 19:02:28 +01:00
|
|
|
.customize-control-media .current,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-upload .current,
|
|
|
|
.customize-control-image .current,
|
2014-12-16 00:28:23 +01:00
|
|
|
.customize-control-background .current,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .current {
|
2014-03-11 05:13:16 +01:00
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .uploaded {
|
2014-03-11 05:13:16 +01:00
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .uploaded button:not(.random),
|
|
|
|
.customize-control-header .default button:not(.random) {
|
2014-04-04 17:49:15 +02:00
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
color: inherit;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header button img {
|
2014-04-04 17:49:15 +02:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2015-03-10 19:02:28 +01:00
|
|
|
.customize-control-media .remove-button,
|
|
|
|
.customize-control-media .default-button,
|
|
|
|
.customize-control-media .upload-button,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-upload .remove-button,
|
2014-12-14 20:37:22 +01:00
|
|
|
.customize-control-upload .default-button,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-upload .upload-button,
|
|
|
|
.customize-control-image .remove-button,
|
2014-12-14 20:37:22 +01:00
|
|
|
.customize-control-image .default-button,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-image .upload-button,
|
2014-12-16 00:28:23 +01:00
|
|
|
.customize-control-background .remove-button,
|
|
|
|
.customize-control-background .default-button,
|
|
|
|
.customize-control-background .upload-button,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header button.new,
|
|
|
|
.customize-control-header button.remove {
|
2014-04-12 20:40:14 +02:00
|
|
|
white-space: normal;
|
|
|
|
width: 48%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2015-03-10 19:02:28 +01:00
|
|
|
.customize-control-media .current .container,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-upload .current .container,
|
|
|
|
.customize-control-image .current .container,
|
2014-12-16 00:28:23 +01:00
|
|
|
.customize-control-background .current .container,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .current .container {
|
2014-03-11 05:13:16 +01:00
|
|
|
overflow: hidden;
|
2014-03-27 20:17:15 +01:00
|
|
|
-webkit-border-radius: 2px;
|
2014-04-04 17:49:15 +02:00
|
|
|
border: 1px solid #eee;
|
2014-04-07 11:04:14 +02:00
|
|
|
-webkit-border-radius: 2px;
|
2014-03-11 05:13:16 +01:00
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
2015-03-10 19:02:28 +01:00
|
|
|
.customize-control-media .current .container,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-upload .current .container,
|
2014-12-16 00:28:23 +01:00
|
|
|
.customize-control-background .current .container,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-image .current .container {
|
|
|
|
min-height: 40px;
|
|
|
|
}
|
|
|
|
|
2015-03-10 19:02:28 +01:00
|
|
|
.customize-control-media .placeholder,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-upload .placeholder,
|
|
|
|
.customize-control-image .placeholder,
|
2014-12-16 00:28:23 +01:00
|
|
|
.customize-control-background .placeholder,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .placeholder {
|
2014-03-11 05:13:16 +01:00
|
|
|
width: 100%;
|
|
|
|
position: relative;
|
|
|
|
text-align: center;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2015-03-10 19:02:28 +01:00
|
|
|
.customize-control-media .inner,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-upload .inner,
|
|
|
|
.customize-control-image .inner,
|
2014-12-16 00:28:23 +01:00
|
|
|
.customize-control-background .inner,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .inner {
|
2014-03-11 05:13:16 +01:00
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
2014-04-04 17:49:15 +02:00
|
|
|
color: #555;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
2014-03-11 05:13:16 +01:00
|
|
|
}
|
|
|
|
|
2015-03-10 19:02:28 +01:00
|
|
|
.customize-control-media .inner,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-upload .inner,
|
2014-12-16 00:28:23 +01:00
|
|
|
.customize-control-background .inner,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-image .inner {
|
|
|
|
display: block;
|
|
|
|
min-height: 40px;
|
|
|
|
}
|
|
|
|
|
2015-03-10 19:02:28 +01:00
|
|
|
.customize-control-media .inner,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-upload .inner,
|
|
|
|
.customize-control-image .inner,
|
2014-12-16 00:28:23 +01:00
|
|
|
.customize-control-background .inner,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .inner,
|
|
|
|
.customize-control-header .inner .dashicons {
|
2014-04-04 17:49:15 +02:00
|
|
|
line-height: 20px;
|
|
|
|
top: 10px;
|
|
|
|
}
|
2014-12-02 22:55:23 +01:00
|
|
|
|
|
|
|
.customize-control-header .list .inner,
|
|
|
|
.customize-control-header .list .inner .dashicons {
|
2014-04-04 17:49:15 +02:00
|
|
|
top: 9px;
|
|
|
|
}
|
2014-03-11 05:13:16 +01:00
|
|
|
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .header-view {
|
2014-03-11 05:13:16 +01:00
|
|
|
position: relative;
|
2014-04-04 17:49:15 +02:00
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 5px;
|
2014-03-11 05:13:16 +01:00
|
|
|
}
|
|
|
|
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .header-view:last-child {
|
2014-04-04 17:49:15 +02:00
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Convoluted, but 'outline' support isn't good enough yet */
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .header-view:after {
|
2014-04-04 17:49:15 +02:00
|
|
|
border: 0;
|
|
|
|
}
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .header-view.selected:after {
|
2014-04-04 17:49:15 +02:00
|
|
|
content: '';
|
|
|
|
position: absolute;
|
2014-04-12 20:40:14 +02:00
|
|
|
height: auto;
|
2014-04-04 17:49:15 +02:00
|
|
|
top: 0; right: 0; bottom: 0; left: 0;
|
|
|
|
border: 4px solid #2ea2cc;
|
2014-04-05 03:29:14 +02:00
|
|
|
-webkit-border-radius: 2px;
|
2014-04-04 17:49:15 +02:00
|
|
|
border-radius: 2px;
|
|
|
|
}
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .header-view.button.selected {
|
2014-04-04 17:49:15 +02:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Header control: overlay "close" button */
|
|
|
|
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .uploaded .header-view .close {
|
2014-03-11 05:13:16 +01:00
|
|
|
font-size: 2em;
|
|
|
|
color: grey;
|
|
|
|
position: absolute;
|
|
|
|
visibility: hidden;
|
|
|
|
top: 10px;
|
|
|
|
left: 10px;
|
|
|
|
z-index: 1;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .uploaded .header-view .close:hover {
|
2014-03-11 05:13:16 +01:00
|
|
|
color: black;
|
|
|
|
text-shadow:
|
|
|
|
1px -1px 0 #fff,
|
2015-02-27 14:41:30 +01:00
|
|
|
-1px -1px 0 #fff,
|
|
|
|
1px 1px 0 #fff,
|
|
|
|
-1px 1px 0 #fff;
|
2014-03-11 05:13:16 +01:00
|
|
|
}
|
|
|
|
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .header-view:hover .close {
|
2014-03-11 05:13:16 +01:00
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Header control: randomiz(s)er */
|
|
|
|
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .random.placeholder {
|
2014-03-11 05:13:16 +01:00
|
|
|
cursor: pointer;
|
2014-03-27 20:17:15 +01:00
|
|
|
-webkit-border-radius: 2px;
|
2014-03-11 05:13:16 +01:00
|
|
|
border-radius: 2px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header button.random {
|
2014-04-06 21:28:16 +02:00
|
|
|
width: 100%;
|
2014-04-12 20:40:14 +02:00
|
|
|
height: auto;
|
|
|
|
min-height: 40px;
|
|
|
|
white-space: normal;
|
2014-04-06 21:28:16 +02:00
|
|
|
}
|
|
|
|
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header button.random .dice {
|
2014-04-06 21:28:16 +02:00
|
|
|
margin-top: 4px;
|
2014-03-11 05:13:16 +01:00
|
|
|
}
|
|
|
|
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .placeholder:hover .dice,
|
|
|
|
.customize-control-header .header-view:hover > button.random .dice {
|
2014-03-11 05:13:16 +01:00
|
|
|
-webkit-animation: dice-color-change 3s infinite;
|
|
|
|
animation: dice-color-change 3s infinite;
|
|
|
|
}
|
|
|
|
|
|
|
|
@-webkit-keyframes dice-color-change {
|
|
|
|
0% { color: #d4b146; }
|
|
|
|
50% { color: #ef54b0; }
|
|
|
|
75% { color: #7190d3; }
|
|
|
|
100% { color: #d4b146; }
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes dice-color-change {
|
|
|
|
0% { color: #d4b146; }
|
|
|
|
50% { color: #ef54b0; }
|
|
|
|
75% { color: #7190d3; }
|
|
|
|
100% { color: #d4b146; }
|
|
|
|
}
|
|
|
|
|
2015-03-10 19:02:28 +01:00
|
|
|
.customize-control-media .actions,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-upload .actions,
|
|
|
|
.customize-control-image .actions,
|
2014-12-16 00:28:23 +01:00
|
|
|
.customize-control-background .actions,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .actions {
|
2014-03-11 05:13:16 +01:00
|
|
|
margin-bottom: 32px;
|
|
|
|
}
|
|
|
|
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .choice {
|
2014-03-11 05:13:16 +01:00
|
|
|
position: relative;
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 9px;
|
|
|
|
}
|
|
|
|
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .uploaded div:last-child > .choice {
|
2014-03-11 05:13:16 +01:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2015-03-10 19:02:28 +01:00
|
|
|
.customize-control-media img,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-upload img,
|
|
|
|
.customize-control-image img,
|
2014-12-16 00:28:23 +01:00
|
|
|
.customize-control-background img,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header img {
|
2014-03-11 05:13:16 +01:00
|
|
|
width: 100%;
|
2014-03-27 20:17:15 +01:00
|
|
|
-webkit-border-radius: 2px;
|
2014-03-11 05:13:16 +01:00
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
2015-03-10 19:02:28 +01:00
|
|
|
.customize-control-media .remove-button,
|
|
|
|
.customize-control-media .default-button,
|
2014-12-14 20:37:22 +01:00
|
|
|
.customize-control-upload .remove-button,
|
|
|
|
.customize-control-upload .default-button,
|
|
|
|
.customize-control-image .remove-button,
|
|
|
|
.customize-control-image .default-button,
|
2014-12-16 00:28:23 +01:00
|
|
|
.customize-control-background .remove-button,
|
|
|
|
.customize-control-background .default-button,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .remove {
|
2014-03-11 05:13:16 +01:00
|
|
|
float: right;
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
|
|
|
|
2015-03-10 19:02:28 +01:00
|
|
|
.customize-control-media .upload-button,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-upload .upload-button,
|
|
|
|
.customize-control-image .upload-button,
|
2014-12-16 00:28:23 +01:00
|
|
|
.customize-control-background .upload-button,
|
2014-12-02 22:55:23 +01:00
|
|
|
.customize-control-header .new {
|
2014-03-11 05:13:16 +01:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2015-02-24 21:31:24 +01:00
|
|
|
/**
|
|
|
|
* Themes
|
|
|
|
*/
|
|
|
|
@-webkit-keyframes customize-reload {
|
|
|
|
0% { opacity: 0; }
|
|
|
|
100% { opacity: 1; }
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes customize-reload {
|
|
|
|
0% { opacity: 0; }
|
|
|
|
100% { opacity: 1; }
|
|
|
|
}
|
|
|
|
|
|
|
|
/* #customize-container is reused from customize-loader.js, hence the naming. */
|
|
|
|
.wp-customizer .customize-loading #customize-container {
|
|
|
|
display: block;
|
2015-02-27 14:41:30 +01:00
|
|
|
-webkit-animation: customize-reload .75s; /* Can't use `transition` because `display` changes here. */
|
2015-02-24 21:31:24 +01:00
|
|
|
animation: customize-reload .75s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-themes-panel {
|
|
|
|
display: none;
|
|
|
|
padding: 0 8px;
|
|
|
|
background: #f1f1f1;
|
|
|
|
box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-section.open .customize-themes-panel {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-theme-controls .customize-themes-panel .accordion-section-content {
|
|
|
|
background: transparent;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control.customize-control-theme {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-customizer .theme-browser .themes {
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-customizer .theme-browser .theme {
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-customizer .theme-browser .theme .theme-actions {
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-controls h3.theme-name {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
2015-03-25 23:58:27 +01:00
|
|
|
#customize-controls .theme-overlay .theme-name {
|
|
|
|
font-size: 32px;
|
|
|
|
}
|
|
|
|
|
2015-02-24 21:31:24 +01:00
|
|
|
.wp-customizer .theme-browser .theme.active .theme-name {
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-customizer #themes-filter {
|
2015-03-28 22:03:27 +01:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 1.5;
|
2015-02-24 21:31:24 +01:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Panel-like behavior */
|
|
|
|
#accordion-section-themes .accordion-section-title:after {
|
|
|
|
content: "\f148";
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl #accordion-section-themes .accordion-section-title:after {
|
2015-02-27 14:41:30 +01:00
|
|
|
-webkit-transform: rotate(-180deg);
|
|
|
|
-ms-transform: rotate(-180deg);
|
|
|
|
transform: rotate(-180deg);
|
2015-02-24 21:31:24 +01:00
|
|
|
}
|
|
|
|
|
2015-03-25 23:58:27 +01:00
|
|
|
#customize-theme-controls .control-section-themes.current-panel > h3.accordion-section-title {
|
2015-02-24 21:31:24 +01:00
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-themes-panel.control-panel-content {
|
|
|
|
position: absolute;
|
|
|
|
right: -100%;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.in-themes-panel #customize-info,
|
|
|
|
.in-themes-panel #customize-theme-controls > ul > .accordion-section {
|
|
|
|
right: 100%;
|
|
|
|
}
|
|
|
|
|
2015-03-28 23:09:26 +01:00
|
|
|
.in-themes-panel .control-panel-back:before {
|
|
|
|
content: "\f341";
|
2015-02-24 21:31:24 +01:00
|
|
|
right: 14px;
|
|
|
|
}
|
|
|
|
|
2015-03-28 23:09:26 +01:00
|
|
|
.in-themes-panel .control-panel-back {
|
2015-02-24 21:31:24 +01:00
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
2015-03-28 23:09:26 +01:00
|
|
|
.in-themes-panel .control-panel-back:before {
|
2015-02-24 21:31:24 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Details View */
|
|
|
|
.wp-customizer .theme-overlay {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-customizer.modal-open .theme-overlay {
|
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: 109;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-customizer .theme-overlay .theme-backdrop {
|
|
|
|
background: rgba( 238, 238, 238, 0.75 );
|
|
|
|
position: fixed;
|
|
|
|
z-index: 110;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-customizer .theme-overlay .theme-wrap {
|
|
|
|
right: 90px;
|
|
|
|
left: 90px;
|
|
|
|
top: 45px;
|
|
|
|
bottom: 45px;
|
|
|
|
z-index: 120;
|
|
|
|
max-width: 1740px; /* To ensure that theme screenshots are not displayed larger than 880px wide. */
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-customizer .theme-overlay .theme-actions {
|
|
|
|
text-align: left; /* Because there's only one action, match the pattern of media modals and right-align the action. */
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-open .in-themes-panel #customize-controls .wp-full-overlay-sidebar-content {
|
|
|
|
overflow: visible; /* Prevent the top-level Customizer controls from becoming visible when elements on the right of the details modal are focused. */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Small Screens */
|
|
|
|
@media (max-width:850px), (max-height:472px) {
|
|
|
|
.wp-customizer .theme-overlay .theme-wrap {
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
2015-02-27 21:19:29 +01:00
|
|
|
}
|
2015-02-24 21:31:24 +01:00
|
|
|
}
|
|
|
|
|
2014-03-11 05:13:16 +01:00
|
|
|
|
2013-11-12 22:19:15 +01:00
|
|
|
/** Handle cheaters. */
|
|
|
|
body.cheatin {
|
2014-03-30 00:19:15 +01:00
|
|
|
font-size: medium;
|
|
|
|
height: auto;
|
|
|
|
background: #fff;
|
|
|
|
margin: 50px auto 2em;
|
|
|
|
padding: 1em 2em;
|
|
|
|
max-width: 700px;
|
2013-11-12 22:19:15 +01:00
|
|
|
min-width: 0;
|
2014-03-30 00:19:15 +01:00
|
|
|
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
|
|
|
|
box-shadow: 0 1px 3px rgba(0,0,0,0.13);
|
2013-11-12 22:19:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
body.cheatin p {
|
|
|
|
font-size: 14px;
|
2014-03-30 00:19:15 +01:00
|
|
|
line-height: 1.5;
|
|
|
|
margin: 25px 0 20px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
2015-02-09 13:36:28 +01:00
|
|
|
|
|
|
|
/* Responsive */
|
|
|
|
.customize-controls-preview-toggle {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2015-03-27 22:53:27 +01:00
|
|
|
@media only screen and (max-width: 780px) {
|
|
|
|
.wp-customizer .theme:not(.active):hover .theme-actions,
|
|
|
|
.wp-customizer .theme:not(.active):focus .theme-actions {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-02-09 13:36:28 +01:00
|
|
|
@media screen and ( max-width: 640px ) {
|
|
|
|
#customize-controls {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-full-overlay.expanded {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-full-overlay-sidebar .wp-full-overlay-sidebar-content {
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-controls-preview-toggle {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 48px;
|
|
|
|
line-height: 45px;
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 0 12px 0 12px;
|
|
|
|
margin: 0;
|
|
|
|
height: 45px;
|
|
|
|
background: #eee;
|
|
|
|
border-left: 1px solid #ddd;
|
|
|
|
color: #444;
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
|
|
|
|
transition: color .1s ease-in-out, background .1s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-footer-actions,
|
|
|
|
#customize-preview,
|
|
|
|
.customize-controls-preview-toggle .controls,
|
|
|
|
.preview-only .wp-full-overlay-sidebar-content,
|
|
|
|
.preview-only .customize-controls-preview-toggle .preview {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-controls-preview-toggle .preview:before,
|
|
|
|
.customize-controls-preview-toggle .controls:before {
|
|
|
|
font: normal 20px/1 dashicons;
|
|
|
|
content: "\f177";
|
|
|
|
position: relative;
|
|
|
|
top: 4px;
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-controls-preview-toggle .controls:before {
|
|
|
|
content: "\f100";
|
|
|
|
}
|
|
|
|
|
|
|
|
.preview-only #customize-controls {
|
|
|
|
height: 45px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.preview-only #customize-preview,
|
|
|
|
.preview-only .customize-controls-preview-toggle .controls {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-preview {
|
|
|
|
top: 45px;
|
|
|
|
bottom: 0;
|
|
|
|
height: auto;
|
|
|
|
}
|
2015-03-27 23:17:30 +01:00
|
|
|
|
|
|
|
.wp-core-ui.wp-customizer .button {
|
|
|
|
padding: 6px 14px;
|
|
|
|
line-height: normal;
|
|
|
|
font-size: 14px;
|
|
|
|
vertical-align: middle;
|
|
|
|
height: auto;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-header-actions .button-primary {
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-header-actions .spinner {
|
|
|
|
margin-top: 13px;
|
|
|
|
}
|
2015-02-09 13:36:28 +01:00
|
|
|
}
|