????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.217 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.se/wp-content/themes/x/framework/css/src/admin/ |
Upload File : |
// =============================================================================
// CUSTOMIZER.SCSS
// -----------------------------------------------------------------------------
// Admin styles.
// =============================================================================
// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
// 01. Base Styles
// 02. Generic Controls
// 03. Slider
// 04. Huebert
// 05. Subtitles and Descriptions
// 06. Hidden Elements
// =============================================================================
// Base Styles
// =============================================================================
.customize-control {
margin-bottom: 24px;
}
// Generic Controls
// =============================================================================
.customize-control select,
.customize-control input[type="text"] {
width: 100%;
}
.customize-control-radio {
padding: 0;
}
.customize-control-radio label {
padding-bottom: 0;
line-height: 20px;
}
.customize-control-image .actions {
margin-bottom: 0;
}
.accordion-section .customize-control-image .preview-thumbnail img {
width: auto;
max-width: 100%;
max-height: none;
}
.wp-color-result {
top: 0;
margin-bottom: 0;
}
.wp-color-result:focus,
.wp-color-result:active {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.wp-color-result.wp-picker-open {
margin-bottom: 6px;
}
// Slider
// =============================================================================
.customize-control-slider input[type="text"] {
float: left;
width: 19%;
margin-right: 4.5%;
text-align: center;
}
.customize-control-slider .x-slider {
position: relative;
float: left;
width: 75%;
height: 10px;
margin-top: 0.65em;
background-color: rgba(0, 0, 0, 0.1);
cursor: pointer;
border-radius: 100em;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.225);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.225);
}
.customize-control-slider .x-slider .ui-slider-handle {
position: absolute;
top: -0.515em;
z-index: 2;
width: 1.6em;
height: 1.6em;
margin-left: -0.8em;
background-color: #fff;
border-radius: 100em;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.customize-control-slider .x-slider .ui-slider-handle:focus {
outline: 0;
}
// Huebert
// =============================================================================
.customize-control-huebert label {
cursor: default;
}
// Subtitles and Descriptions
// =============================================================================
//
// Subtitles.
//
.x-customize-control-subtitle {
margin: 28px 0 10px;
}
.x-customize-subtitle {
display: block;
margin: 0 -12px;
border: 1px solid #ddd;
border-left: 0;
border-right: 0;
padding: 11px 12px;
font-size: 10px;
font-weight: 600;
letter-spacing: 2px;
line-height: 1;
text-transform: uppercase;
color: #555;
background-color: #fff;
}
//
// Descriptions.
//
.x-customize-description {
margin: 0;
font-size: 11px;
line-height: 1.6;
color: #555;
}
.x-customize-description span {
margin-right: 2px;
padding: 1px 3px;
font-size: 10px;
font-weight: 600;
letter-spacing: 0.025em;
text-transform: uppercase;
color: #fff;
background-color: #2a93c2;
border-radius: 3px;
}
// Hidden Elements
// =============================================================================
[data-x-hide] {
display: none !important;
}