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 {
|
2012-04-20 00:46:02 -04:00
|
|
|
background-color: #efefef;
|
|
|
|
background-image: -webkit-linear-gradient( top, #f5f5f5, #eee );
|
|
|
|
background-image: -moz-linear-gradient( top, #f5f5f5, #eee );
|
|
|
|
background-image: -ms-linear-gradient( top, #f5f5f5, #eee );
|
|
|
|
background-image: -o-linear-gradient( top, #f5f5f5, #eee );
|
|
|
|
background-image: linear-gradient( top, #f5f5f5, #eee );
|
2012-04-08 17:17:46 -04:00
|
|
|
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-04-30 11:46:17 -04:00
|
|
|
#customize-footer-actions img {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 18px;
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
2012-05-01 18:06:53 -04:00
|
|
|
|
2012-04-30 11:46:17 -04:00
|
|
|
.saving #customize-footer-actions img {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
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-05-01 18:06:53 -04:00
|
|
|
|
2012-04-25 17:03:29 -04:00
|
|
|
.customize-control-content {
|
|
|
|
float: right;
|
|
|
|
width: 140px;
|
|
|
|
}
|
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 {
|
2012-04-19 02:29:54 -04:00
|
|
|
float: right;
|
2012-03-15 01:30:11 -04:00
|
|
|
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
|
|
|
/*
|
2012-04-19 22:39:55 -04:00
|
|
|
* Dropdowns
|
2012-03-05 21:03:50 -05:00
|
|
|
*/
|
2012-04-19 22:39:55 -04:00
|
|
|
.customize-section .dropdown {
|
2012-04-17 18:58:58 -04:00
|
|
|
float: left;
|
2012-03-05 21:03:50 -05:00
|
|
|
display: block;
|
2012-04-19 22:39:55 -04:00
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
2012-03-05 21:03:50 -05:00
|
|
|
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2012-04-19 22:39:55 -04:00
|
|
|
.customize-section .dropdown-content {
|
|
|
|
overflow: hidden;
|
2012-04-17 18:58:58 -04:00
|
|
|
float: left;
|
2012-04-19 22:39:55 -04:00
|
|
|
min-width: 30px;
|
2012-04-25 17:03:29 -04:00
|
|
|
height: 16px;
|
|
|
|
line-height: 16px;
|
2012-04-19 22:39:55 -04:00
|
|
|
margin-right: 16px;
|
2012-04-25 17:03:29 -04:00
|
|
|
padding: 4px 5px;
|
2012-04-19 22:39:55 -04:00
|
|
|
background-color: #eee;
|
|
|
|
border: 1px solid #ccc;
|
2012-04-17 18:58:58 -04:00
|
|
|
-webkit-border-radius: 3px 0 0 3px;
|
|
|
|
border-radius: 3px 0 0 3px;
|
2012-04-25 17:03:29 -04:00
|
|
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
user-select: none;
|
2012-04-17 18:58:58 -04:00
|
|
|
}
|
|
|
|
|
2012-04-19 22:39:55 -04:00
|
|
|
.customize-control .dropdown-arrow {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
2012-04-17 18:58:58 -04:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2012-04-19 22:39:55 -04:00
|
|
|
.customize-control .dropdown-arrow:after {
|
2012-04-17 18:58:58 -04:00
|
|
|
content: '';
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
2012-04-19 22:39:55 -04:00
|
|
|
border-color: #ccc transparent;
|
2012-04-17 18:58:58 -04:00
|
|
|
border-style: solid;
|
2012-04-19 22:39:55 -04:00
|
|
|
border-width: 4px 4px 0 4px;
|
2012-04-17 18:58:58 -04:00
|
|
|
position: absolute;
|
2012-04-19 22:39:55 -04:00
|
|
|
top: 50%;
|
|
|
|
margin-top: -1px;
|
2012-04-17 18:58:58 -04:00
|
|
|
right: 4px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2012-04-18 10:32:05 -04:00
|
|
|
|
2012-04-19 22:39:55 -04:00
|
|
|
.customize-control.open .dropdown-arrow:after {
|
|
|
|
border-width: 0 4px 4px 4px;
|
|
|
|
margin-top: -2px;
|
2012-04-17 18:58:58 -04:00
|
|
|
}
|
|
|
|
|
2012-04-19 22:39:55 -04:00
|
|
|
.customize-section .dropdown:hover .dropdown-content,
|
|
|
|
.customize-control .dropdown:hover .dropdown-arrow {
|
|
|
|
border-color: #aaa;
|
2012-04-18 14:01:20 -04:00
|
|
|
}
|
|
|
|
|
2012-04-19 22:39:55 -04:00
|
|
|
.customize-section .dropdown:hover .dropdown-arrow:after {
|
|
|
|
border-color: #aaa transparent;
|
2012-04-18 14:01:20 -04:00
|
|
|
}
|
|
|
|
|
2012-04-25 17:03:29 -04:00
|
|
|
.customize-control .dropdown-status {
|
|
|
|
display: none;
|
|
|
|
max-width: 112px;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
2012-04-19 22:39:55 -04:00
|
|
|
/*
|
|
|
|
* Color Picker
|
|
|
|
*/
|
2012-04-25 17:03:29 -04:00
|
|
|
.customize-control-color .color-picker-hex,
|
|
|
|
.customize-control-color .farbtastic-placeholder {
|
2012-04-19 22:39:55 -04:00
|
|
|
display: none;
|
|
|
|
}
|
2012-05-01 18:06:53 -04:00
|
|
|
|
2012-04-25 17:03:29 -04:00
|
|
|
.customize-control-color.open .color-picker-hex,
|
|
|
|
.customize-control-color.open .farbtastic-placeholder {
|
2012-04-19 22:39:55 -04:00
|
|
|
display: block;
|
2012-04-18 14:01:20 -04:00
|
|
|
}
|
|
|
|
|
2012-04-25 17:03:29 -04:00
|
|
|
.customize-control-color .dropdown {
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-color .dropdown .dropdown-content {
|
2012-04-19 22:39:55 -04:00
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid rgba( 0, 0, 0, 0.15 );
|
2012-04-18 14:01:20 -04:00
|
|
|
}
|
|
|
|
|
2012-04-25 17:03:29 -04:00
|
|
|
.customize-control-color .dropdown:hover .dropdown-content {
|
2012-04-19 22:39:55 -04:00
|
|
|
border-color: rgba( 0, 0, 0, 0.25 );
|
2012-03-06 18:55:16 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section .color-picker-hex {
|
2012-04-18 10:32:05 -04:00
|
|
|
float: left;
|
|
|
|
width: 70px;
|
|
|
|
font-family: monospace;
|
2012-03-06 18:55:16 -05:00
|
|
|
background-color: #fff;
|
2012-04-18 10:32:05 -04:00
|
|
|
color: #777;
|
|
|
|
border: 1px solid #ccc;
|
2012-03-06 18:55:16 -05:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section .color-picker-hex span {
|
2012-02-24 23:12:43 -05:00
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
margin: 1px -2px 0 0;
|
2012-04-18 10:32:05 -04:00
|
|
|
line-height: 16px;
|
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"] {
|
2012-04-18 10:32:05 -04:00
|
|
|
width: 50px;
|
2012-04-20 00:46:02 -04:00
|
|
|
height: 22px;
|
2012-04-18 10:32:05 -04:00
|
|
|
line-height: 16px;
|
2012-03-06 18:55:16 -05:00
|
|
|
color: #777;
|
2012-04-18 10:32:05 -04:00
|
|
|
background: transparent;
|
|
|
|
border: 0;
|
2012-02-24 23:12:43 -05:00
|
|
|
-webkit-border-radius: 0 3px 3px 0;
|
|
|
|
border-radius: 0 3px 3px 0;
|
2012-04-18 10:32:05 -04:00
|
|
|
}
|
|
|
|
|
2012-04-25 17:03:29 -04:00
|
|
|
.customize-control-color .farbtastic-placeholder {
|
2012-04-18 10:32:05 -04:00
|
|
|
width: 235px;
|
|
|
|
margin: 5px 0 10px 25px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2012-04-25 17:03:29 -04:00
|
|
|
.customize-control-color .farbtastic {
|
2012-04-18 10:32:05 -04:00
|
|
|
margin: 0 auto;
|
2012-02-24 23:12:43 -05:00
|
|
|
}
|
2012-03-24 00:35:13 -04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Image Picker
|
|
|
|
*/
|
2012-04-19 22:39:55 -04:00
|
|
|
.customize-control-image .library,
|
|
|
|
.customize-control-image .actions {
|
|
|
|
display: none;
|
2012-04-25 17:03:29 -04:00
|
|
|
float: left;
|
2012-04-19 22:39:55 -04:00
|
|
|
}
|
2012-05-01 18:06:53 -04:00
|
|
|
|
2012-04-19 22:39:55 -04:00
|
|
|
.customize-control-image.open .library,
|
|
|
|
.customize-control-image.open .actions {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section .customize-control-image .dropdown-content {
|
|
|
|
height: auto;
|
|
|
|
min-height: 24px;
|
|
|
|
min-width: 40px;
|
|
|
|
padding: 0;
|
2012-03-24 00:35:13 -04:00
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-04-25 17:03:29 -04:00
|
|
|
.customize-section .customize-control-image .dropdown-status {
|
|
|
|
padding: 4px 5px;
|
|
|
|
}
|
|
|
|
|
2012-04-19 22:39:55 -04:00
|
|
|
.customize-section .customize-control-image .preview-thumbnail img {
|
2012-04-19 02:45:31 -04:00
|
|
|
display: block;
|
2012-04-19 22:39:55 -04:00
|
|
|
max-width: 122px;
|
2012-03-24 00:35:13 -04:00
|
|
|
max-height: 98px;
|
2012-04-19 02:45:31 -04:00
|
|
|
margin: 0 auto;
|
2012-03-24 00:35:13 -04:00
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-04-19 02:29:54 -04:00
|
|
|
.customize-section .customize-control-image .actions {
|
|
|
|
float: right;
|
2012-03-24 00:35:13 -04:00
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-04-19 02:29:54 -04:00
|
|
|
.customize-section .customize-control-image .actions a {
|
2012-03-24 00:35:13 -04:00
|
|
|
display: block;
|
2012-03-25 17:18:32 -04:00
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-04-19 02:29:54 -04:00
|
|
|
.customize-section .customize-control-image .library ul {
|
2012-03-25 17:18:32 -04:00
|
|
|
border-bottom: 1px solid #dfdfdf;
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
2012-04-19 22:39:55 -04:00
|
|
|
margin: 10px 0 0;
|
2012-03-25 17:18:32 -04:00
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-04-19 02:29:54 -04:00
|
|
|
.customize-section .customize-control-image .library li {
|
2012-03-25 17:18:32 -04:00
|
|
|
color: #999;
|
|
|
|
float: left;
|
2012-04-19 22:39:55 -04:00
|
|
|
padding: 3px 5px;
|
2012-03-25 17:18:32 -04:00
|
|
|
margin: 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: transparent;
|
|
|
|
border-width: 1px 1px 0 1px;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-04-19 02:29:54 -04:00
|
|
|
.customize-section .customize-control-image .library li.library-selected {
|
2012-04-19 22:39:55 -04:00
|
|
|
margin-bottom: -1px;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
|
2012-03-25 17:18:32 -04:00
|
|
|
color: #777;
|
|
|
|
background: #f5f5f5;
|
2012-04-19 22:39:55 -04:00
|
|
|
border-color: #dfdfdf;
|
|
|
|
-webkit-border-radius: 3px 3px 0 0;
|
|
|
|
border-radius: 3px 3px 0 0 ;
|
2012-03-25 17:18:32 -04:00
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-04-19 22:39:55 -04:00
|
|
|
.customize-section .customize-control-image .library-content {
|
|
|
|
display: none;
|
2012-04-25 17:03:29 -04:00
|
|
|
width: 100%;
|
2012-03-25 17:18:32 -04:00
|
|
|
float: left;
|
2012-04-19 22:39:55 -04:00
|
|
|
padding: 10px 0;
|
2012-03-25 17:18:32 -04:00
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-04-19 22:39:55 -04:00
|
|
|
.customize-section .customize-control-image .library-content.library-selected {
|
2012-03-25 17:18:32 -04:00
|
|
|
display: block;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-04-19 22:39:55 -04:00
|
|
|
.customize-section .customize-control-image .library .thumbnail {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section .customize-control-image .library .thumbnail:hover img {
|
2012-03-25 17:18:32 -04:00
|
|
|
border-color: #21759b;
|
|
|
|
}
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-04-19 22:39:55 -04:00
|
|
|
.customize-section .customize-control-image .library .thumbnail img {
|
2012-03-25 17:18:32 -04:00
|
|
|
display: block;
|
|
|
|
max-width: 220px;
|
|
|
|
max-height: 80px;
|
2012-04-12 17:53:19 -04:00
|
|
|
|
2012-04-19 22:39:55 -04:00
|
|
|
margin: 5px auto;
|
|
|
|
padding: 4px;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #dfdfdf;
|
2012-04-12 17:53:19 -04:00
|
|
|
}
|
2012-04-19 22:39:55 -04:00
|
|
|
|
|
|
|
.customize-section .customize-control-upload .upload-dropzone,
|
|
|
|
.customize-section .customize-control-image .upload-dropzone {
|
|
|
|
padding: 15px 10px;
|
|
|
|
border: 3px dashed #dfdfdf;
|
|
|
|
margin: 5px auto;
|
|
|
|
text-align: center;
|
|
|
|
color: #777;
|
|
|
|
position: relative;
|
2012-05-01 18:06:53 -04:00
|
|
|
}
|
2012-05-09 20:15:53 -04:00
|
|
|
|
|
|
|
.customize-control-image .upload-dropzone,
|
|
|
|
.uploader-drag-drop .customize-control-image .upload-fallback {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uploader-drag-drop .customize-control-image .upload-dropzone {
|
|
|
|
display: block;
|
|
|
|
}
|