2012-02-24 23:12:43 -05:00
|
|
|
body {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2012-03-03 21:06:11 -05:00
|
|
|
#customize-controls {
|
|
|
|
width: 300px;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
z-index: 10;
|
|
|
|
position: relative;
|
|
|
|
overflow: auto;
|
|
|
|
background: #f5f5f5;
|
|
|
|
box-shadow: inset -11px 0 8px -8px rgba( 0, 0, 0, 0.1 );
|
|
|
|
border-right: 1px solid rgba( 0, 0, 0, 0.2 );
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
padding: 0 20px 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
top: 20px;
|
|
|
|
right: 20px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section.open .customize-section-title:after {
|
|
|
|
top: 13px;
|
|
|
|
border-color: transparent transparent #ccc transparent;
|
2012-02-24 23:12:43 -05:00
|
|
|
}
|
|
|
|
|
2012-03-03 21:40:18 -05:00
|
|
|
#customize-info {
|
|
|
|
margin-top: 45px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-info .customize-section-title:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#customize-info.open .customize-section-title:after {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-info .customize-section-title .theme-screenshot {
|
|
|
|
float: right;
|
|
|
|
width: auto;
|
|
|
|
height: 53px;
|
|
|
|
margin: -7px -13px 0 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-info.open .customize-section-title .theme-screenshot {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-info .theme-name {
|
2012-02-24 23:12:43 -05:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 24px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-theme-controls ul {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2012-03-03 23:57:24 -05:00
|
|
|
#customize-header-actions,
|
|
|
|
#customize-footer-actions {
|
2012-02-24 23:12:43 -05:00
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
width: 260px;
|
|
|
|
padding: 15px 20px;
|
|
|
|
margin: 0;
|
|
|
|
z-index: 10;
|
|
|
|
background: #f5f5f5;
|
2012-03-03 23:57:24 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#customize-header-actions {
|
|
|
|
top: 0;
|
|
|
|
border-top: 0;
|
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
box-shadow:
|
|
|
|
inset -11px 0 8px -8px rgba( 0, 0, 0, 0.1 ),
|
|
|
|
inset 0 -1px 0 0px #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-footer-actions {
|
|
|
|
bottom: 0;
|
|
|
|
border-bottom: 0;
|
|
|
|
border-top: 1px solid #dfdfdf;
|
2012-02-24 23:12:43 -05:00
|
|
|
box-shadow:
|
|
|
|
inset -11px 0 8px -8px rgba( 0, 0, 0, 0.1 ),
|
2012-03-03 23:57:24 -05:00
|
|
|
inset 0 1px 0 0px #fff;
|
2012-02-24 23:12:43 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#customize-preview {
|
|
|
|
position: fixed;
|
|
|
|
left: 300px;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customize-preview iframe {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-loader {
|
|
|
|
background: transparent;
|
|
|
|
border: 4px solid #666;
|
|
|
|
border-radius: 50%;
|
|
|
|
display: block;
|
|
|
|
margin: 10px auto;
|
|
|
|
text-indent: -9999px;
|
|
|
|
|
|
|
|
height: 12px;
|
|
|
|
width: 12px;
|
|
|
|
|
|
|
|
/* Animation */
|
|
|
|
-webkit-animation: customize-loader 1s infinite ease-out;
|
|
|
|
-moz-animation: customize-loader 1s infinite ease-out;
|
|
|
|
animation: customize-loader 1s infinite ease-out;
|
|
|
|
}
|
|
|
|
@-moz-keyframes customize-loader {
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
-moz-transform: scale(0.7);
|
|
|
|
}
|
|
|
|
40% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
opacity: 0;
|
|
|
|
-moz-transform: scale(1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes customize-loader {
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale(0.7);
|
|
|
|
}
|
|
|
|
40% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes customize-loader {
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
transform: scale(0.7);
|
|
|
|
}
|
|
|
|
40% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
opacity: 0;
|
|
|
|
transform: scale(1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Style for custom settings
|
|
|
|
*/
|
|
|
|
.customize-section select {
|
|
|
|
max-width: 150px;
|
|
|
|
}
|
|
|
|
|
2012-03-05 21:03:50 -05:00
|
|
|
/*
|
|
|
|
* Color Picker
|
|
|
|
*/
|
|
|
|
|
|
|
|
.customize-section .color-picker {
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section .color-picker a {
|
|
|
|
display: block;
|
|
|
|
height: 20px;
|
|
|
|
width: 40px;
|
|
|
|
border: solid 3px rgba( 0, 0, 0, 0.1 );
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section .color-picker .color-picker-controls {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.customize-section .color-picker span {
|
2012-02-24 23:12:43 -05:00
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
margin: 1px -2px 0 0;
|
|
|
|
line-height: 15px;
|
|
|
|
padding: 3px 5px;
|
|
|
|
color: #777;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #dfdfdf;
|
|
|
|
-webkit-border-radius: 3px 0 0 3px;
|
|
|
|
border-radius: 3px 0 0 3px;
|
|
|
|
}
|
|
|
|
|
2012-03-05 21:03:50 -05:00
|
|
|
.customize-section .color-picker input[type="text"] {
|
2012-02-24 23:12:43 -05:00
|
|
|
-webkit-border-radius: 0 3px 3px 0;
|
|
|
|
border-radius: 0 3px 3px 0;
|
|
|
|
width: 150px;
|
|
|
|
}
|