2012-02-24 23:12:43 -05:00
|
|
|
body {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2012-03-03 23:57:24 -05:00
|
|
|
#customize-controls a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2012-02-24 23:12:43 -05:00
|
|
|
.customize-section {
|
|
|
|
border-top: 1px solid #fff;
|
|
|
|
border-bottom: 1px solid #dfdfdf;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section:last-child {
|
|
|
|
box-shadow: 0 1px 0 0px #fff;
|
|
|
|
}
|
|
|
|
|
2012-03-03 21:06:11 -05:00
|
|
|
.customize-section-title {
|
2012-02-24 23:12:43 -05:00
|
|
|
margin: 0;
|
2012-03-03 21:06:11 -05:00
|
|
|
padding: 15px 20px;
|
2012-02-24 23:12:43 -05:00
|
|
|
position: relative;
|
2012-03-03 21:06:11 -05:00
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section-content {
|
|
|
|
display: none;
|
2012-04-08 17:17:46 -04:00
|
|
|
padding: 10px 20px 15px;
|
2012-03-15 01:30:11 -04:00
|
|
|
overflow: hidden;
|
2012-03-03 21:06:11 -05:00
|
|
|
}
|
|
|
|
|
2012-04-08 17:17:46 -04:00
|
|
|
.control-section {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-section .customize-section-title {
|
|
|
|
padding: 8px 20px;
|
|
|
|
border-top: 1px solid #fff;
|
|
|
|
border-bottom: 1px solid #dfdfdf;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-section .customize-section-title:hover {
|
|
|
|
background: -webkit-linear-gradient( top, #f5f5f5, #eee );
|
|
|
|
box-shadow: inset -11px 0 8px -8px rgba( 0, 0, 0, 0.1 );
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-section .customize-section-content {
|
|
|
|
border-top: 1px solid #fff;
|
|
|
|
border-bottom: 1px solid #dfdfdf;
|
|
|
|
}
|
|
|
|
|
2012-03-03 21:06:11 -05:00
|
|
|
.customize-section.open .customize-section-content {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section-title:after {
|
|
|
|
content: '';
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-color: #ccc transparent transparent transparent;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 6px;
|
|
|
|
position: absolute;
|
2012-04-08 17:17:46 -04:00
|
|
|
top: 25px;
|
2012-03-03 21:06:11 -05:00
|
|
|
right: 20px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section.open .customize-section-title:after {
|
2012-04-08 17:17:46 -04:00
|
|
|
margin-top: -7px;
|
2012-03-03 21:06:11 -05:00
|
|
|
border-color: transparent transparent #ccc transparent;
|
2012-02-24 23:12:43 -05:00
|
|
|
}
|
|
|
|
|
2012-04-08 17:17:46 -04:00
|
|
|
.control-section .customize-section-title:after {
|
|
|
|
top: 13px;
|
|
|
|
}
|
|
|
|
|
2012-03-03 21:40:18 -05:00
|
|
|
#customize-info {
|
|
|
|
margin-top: 45px;
|
|
|
|
}
|
|
|
|
|
2012-04-08 17:17:46 -04:00
|
|
|
#customize-info .preview-notice {
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 24px;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
2012-03-03 21:40:18 -05:00
|
|
|
#customize-info .theme-name {
|
2012-04-08 17:17:46 -04:00
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 200;
|
2012-02-24 23:12:43 -05:00
|
|
|
line-height: 24px;
|
|
|
|
display: block;
|
2012-04-08 17:17:46 -04:00
|
|
|
text-shadow: 0 1px 0 #fff;
|
2012-02-24 23:12:43 -05:00
|
|
|
}
|
|
|
|
|
2012-03-03 21:40:18 -05:00
|
|
|
#customize-info .theme-screenshot {
|
2012-02-24 23:12:43 -05:00
|
|
|
width: 258px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
2012-03-03 21:40:18 -05:00
|
|
|
#customize-info .theme-description {
|
|
|
|
margin-top: 1em;
|
|
|
|
color: #777;
|
|
|
|
line-height: 20px;
|
2012-02-24 23:12:43 -05:00
|
|
|
}
|
|
|
|
|
2012-03-03 21:40:18 -05:00
|
|
|
#customize-controls .submit {
|
|
|
|
text-align: center;
|
2012-02-24 23:12:43 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#customize-theme-controls {
|
|
|
|
padding-bottom: 60px;
|
|
|
|
}
|
|
|
|
|
2012-03-25 17:18:32 -04:00
|
|
|
#customize-theme-controls > ul,
|
|
|
|
#customize-theme-controls .customize-section-content {
|
2012-02-24 23:12:43 -05:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2012-03-15 01:30:11 -04:00
|
|
|
.customize-control {
|
|
|
|
float: left;
|
|
|
|
clear: both;
|
2012-03-15 01:44:37 -04:00
|
|
|
margin-bottom: 4px;
|
2012-03-15 01:30:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-title {
|
|
|
|
clear: left;
|
|
|
|
float: left;
|
|
|
|
min-width: 110px;
|
|
|
|
margin-right: 10px;
|
|
|
|
line-height: 28px;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-15 01:30:11 -04:00
|
|
|
.customize-control-text input,
|
|
|
|
.customize-control-select select,
|
|
|
|
.customize-control-checkbox input,
|
|
|
|
.customize-control-color .color-picker,
|
|
|
|
.customize-control-upload div {
|
|
|
|
float: left;
|
|
|
|
clear: right;
|
|
|
|
line-height: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-text input {
|
|
|
|
width: 138px;
|
|
|
|
line-height: 18px;
|
2012-03-15 01:44:37 -04:00
|
|
|
margin: 1px;
|
2012-03-15 01:30:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-select select {
|
|
|
|
width: 138px;
|
|
|
|
height: 28px;
|
|
|
|
line-height: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-checkbox input {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-radio {
|
2012-03-15 01:33:41 -04:00
|
|
|
padding: 5px 0 10px;
|
2012-03-15 01:30:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-radio .customize-control-title {
|
|
|
|
margin-bottom: 0;
|
|
|
|
line-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-radio label {
|
|
|
|
float: left;
|
|
|
|
clear: both;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-15 01:30:11 -04:00
|
|
|
.customize-control-radio input {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2012-02-24 23:12:43 -05:00
|
|
|
#customize-preview iframe {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Style for custom settings
|
|
|
|
*/
|
|
|
|
.customize-section select {
|
|
|
|
max-width: 150px;
|
|
|
|
}
|
|
|
|
|
2012-03-05 21:03:50 -05:00
|
|
|
/*
|
|
|
|
* Color Picker
|
|
|
|
*/
|
2012-04-17 18:58:58 -04:00
|
|
|
.customize-section .color-picker-toggle {
|
|
|
|
float: left;
|
2012-03-05 21:03:50 -05:00
|
|
|
display: block;
|
|
|
|
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2012-04-17 18:58:58 -04:00
|
|
|
.customize-section .color-picker-spot,
|
|
|
|
.customize-section .color-picker-dropdown {
|
|
|
|
float: left;
|
|
|
|
height: 24px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section .color-picker-spot {
|
|
|
|
min-width: 30px;
|
|
|
|
padding: 0 5px;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid rgba( 0, 0, 0, 0.15 );
|
|
|
|
-webkit-border-radius: 3px 0 0 3px;
|
|
|
|
border-radius: 3px 0 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section .color-picker-dropdown {
|
|
|
|
position: relative;
|
|
|
|
width: 15px;
|
|
|
|
|
|
|
|
border-color: #ccc;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px 1px 1px 0;
|
|
|
|
-webkit-border-radius: 0 3px 3px 0;
|
|
|
|
border-radius: 0 3px 3px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section .color-picker-dropdown:after {
|
|
|
|
content: '';
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-color: #ccc transparent transparent transparent;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 4px;
|
|
|
|
position: absolute;
|
|
|
|
top: 11px;
|
|
|
|
right: 4px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
.customize-section .color-picker-toggle.open .color-picker-dropdown:after {
|
|
|
|
border-color: transparent transparent #ccc transparent;
|
|
|
|
top: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section .color-picker-controls {
|
2012-03-05 21:03:50 -05:00
|
|
|
display: none;
|
2012-04-17 18:58:58 -04:00
|
|
|
float: left;
|
|
|
|
margin-top: 10px;
|
2012-03-05 21:03:50 -05:00
|
|
|
}
|
2012-03-06 18:55:16 -05:00
|
|
|
|
2012-04-17 18:58:58 -04:00
|
|
|
.customize-section .color-picker-controls .farbtastic-placeholder {
|
2012-03-06 18:55:16 -05:00
|
|
|
height: 195px;
|
|
|
|
width: 195px;
|
|
|
|
border: 4px solid #fff;
|
|
|
|
box-shadow: 0 0 20px rgba( 0, 0, 0, 0.2 );
|
|
|
|
|
|
|
|
-webkit-border-radius: 50%;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section .color-picker-hex {
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #dfdfdf;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: #777;
|
|
|
|
width: 70px;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section .color-picker-hex span {
|
2012-02-24 23:12:43 -05:00
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
margin: 1px -2px 0 0;
|
|
|
|
line-height: 15px;
|
2012-03-06 18:55:16 -05:00
|
|
|
padding: 3px 0 3px 8px;
|
|
|
|
text-align: right;
|
2012-02-24 23:12:43 -05:00
|
|
|
-webkit-border-radius: 3px 0 0 3px;
|
|
|
|
border-radius: 3px 0 0 3px;
|
|
|
|
}
|
|
|
|
|
2012-03-06 18:55:16 -05:00
|
|
|
.customize-section .color-picker-hex input[type="text"] {
|
|
|
|
color: #777;
|
2012-02-24 23:12:43 -05:00
|
|
|
-webkit-border-radius: 0 3px 3px 0;
|
|
|
|
border-radius: 0 3px 3px 0;
|
2012-03-06 18:55:16 -05:00
|
|
|
width: 50px;
|
|
|
|
border: 0;
|
|
|
|
background: transparent;
|
2012-02-24 23:12:43 -05:00
|
|
|
}
|
2012-03-24 00:35:13 -04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Image Picker
|
|
|
|
*/
|
|
|
|
.customize-section .customize-image-picker {
|
|
|
|
float: left;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-24 00:35:13 -04:00
|
|
|
.customize-section .customize-image-picker .thumbnail {
|
|
|
|
float: left;
|
|
|
|
clear: left;
|
|
|
|
width: 100px;
|
|
|
|
margin-right: 20px;
|
|
|
|
min-height: 1em;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-24 00:35:13 -04:00
|
|
|
.customize-section .customize-image-picker .thumbnail img {
|
|
|
|
max-width: 98px;
|
|
|
|
max-height: 98px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-24 00:35:13 -04:00
|
|
|
.customize-section .customize-image-picker .actions {
|
|
|
|
width: 140px;
|
|
|
|
float: left;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-24 00:35:13 -04:00
|
|
|
.customize-section .customize-image-picker .actions a {
|
|
|
|
display: block;
|
2012-03-25 17:18:32 -04:00
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-25 17:18:32 -04:00
|
|
|
.customize-section .customize-image-picker .library {
|
|
|
|
display: none;
|
|
|
|
/* float: left;*/
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-25 17:18:32 -04:00
|
|
|
/*.customize-section .customize-image-picker .library label {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
float: left;
|
|
|
|
padding: 0 0 5px 20px;
|
|
|
|
}
|
|
|
|
.customize-section .customize-image-picker .library input {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 0;
|
|
|
|
margin-top: -7px;
|
|
|
|
}*/
|
|
|
|
/*.customize-section .customize-image-picker .library .wp-tab-panel {
|
|
|
|
padding: 10px 10px 5px 8px;
|
|
|
|
}*/
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-25 17:18:32 -04:00
|
|
|
.customize-section .customize-image-picker .library ul {
|
|
|
|
border-bottom: 1px solid #dfdfdf;
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-25 17:18:32 -04:00
|
|
|
.customize-section .customize-image-picker .library li {
|
|
|
|
color: #999;
|
|
|
|
float: left;
|
|
|
|
padding: 4px 6px;
|
|
|
|
margin: 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: transparent;
|
|
|
|
border-width: 1px 1px 0 1px;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-25 17:18:32 -04:00
|
|
|
.customize-section .customize-image-picker .library li.library-selected {
|
|
|
|
color: #777;
|
|
|
|
border-color: #dfdfdf;
|
|
|
|
background: #f5f5f5;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-25 17:18:32 -04:00
|
|
|
.customize-section .customize-image-picker .library div {
|
|
|
|
width: 100%;
|
|
|
|
float: left;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-25 17:18:32 -04:00
|
|
|
.customize-section .customize-image-picker .library a {
|
|
|
|
display: block;
|
|
|
|
max-width: 220px;
|
|
|
|
max-height: 80px;
|
|
|
|
margin: 5px auto;
|
|
|
|
padding: 4px;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #dfdfdf;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-25 17:18:32 -04:00
|
|
|
.customize-section .customize-image-picker .library a:hover {
|
|
|
|
border-color: #21759b;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-25 17:18:32 -04:00
|
|
|
.customize-section .customize-image-picker .library img {
|
|
|
|
display: block;
|
|
|
|
max-width: 220px;
|
|
|
|
max-height: 80px;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-03-25 17:18:32 -04:00
|
|
|
.customize-section .customize-image-picker .library-content {
|
|
|
|
display: none;
|
2012-04-12 17:53:19 -04:00
|
|
|
}
|