402 lines
8.0 KiB
CSS
Executable File
402 lines
8.0 KiB
CSS
Executable File
/*
|
|
// ---------------------------------------------------------------------------------------------------------------
|
|
// -- WP-SKELETON AUTO GENERATED FILE - DO NOT EDIT !!!
|
|
// --
|
|
// -- Copyright (c) 2016-2020 Andi Dittrich
|
|
// -- https://github.com/AndiDittrich/WP-Skeleton
|
|
// --
|
|
// ---------------------------------------------------------------------------------------------------------------
|
|
// --
|
|
// -- This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
|
// -- If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
// --
|
|
// ---------------------------------------------------------------------------------------------------------------
|
|
*/
|
|
/* Page Layout
|
|
-------------------------------- */
|
|
#enlighter-settings {
|
|
max-width: 1500px;
|
|
margin: auto;
|
|
}
|
|
|
|
#enlighter-settings .maintitle {
|
|
margin: 15px 0px 15px 0px;
|
|
}
|
|
|
|
.enlighter-title-badge {
|
|
display: inline-block;
|
|
padding: 0px;
|
|
margin-right: 10px;
|
|
width: 40px;
|
|
height: 40px;
|
|
vertical-align: middle;
|
|
background-image: url(badge40.png);
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: 100%;
|
|
}
|
|
|
|
/* HighDPI Badge */
|
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
|
|
only screen and (-o-min-device-pixel-ratio: 13/10),
|
|
only screen and (min-resolution: 120dpi){
|
|
|
|
.enlighter-title-badge {
|
|
background-image: url(badge80.png);
|
|
}
|
|
}
|
|
|
|
#enlighter-settings #post-body-content ul {
|
|
padding-left: 30px;
|
|
list-style: square;
|
|
}
|
|
|
|
#enlighter-settings #post-body-content li {
|
|
line-height: 20px;
|
|
}
|
|
|
|
.enlighter-postbox p{
|
|
padding: 5px 15px 5px 15px;
|
|
border-left: solid 10px #e5e5e5;
|
|
background-color: #fafafc;
|
|
}
|
|
|
|
/* Color Picker
|
|
-------------------------------- */
|
|
/* overlay positioning */
|
|
#enlighter-settings .iris-border{
|
|
position: absolute;
|
|
z-index: 100;
|
|
box-shadow: 0px 0px 10px #23282d;
|
|
}
|
|
|
|
/* hide clear button */
|
|
#enlighter-settings .wp-picker-clear{
|
|
display: none;
|
|
}
|
|
|
|
#enlighter-settings .wp-color-result-text{
|
|
color: #f9f9f9;
|
|
}
|
|
|
|
/* Column Layout
|
|
-------------------------------- */
|
|
.enlighter-postbox h3 {
|
|
background-color: #23282d !important;
|
|
color: #ffffff !important;
|
|
cursor: default;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* Form Structure
|
|
-------------------------------- */
|
|
.enlighter-setting-section h4 {
|
|
display: block;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
line-height: 2em;
|
|
text-transform: uppercase;
|
|
font-size: 1.1em;
|
|
color: #23282d;
|
|
|
|
border-bottom: solid 5px #e5e5e5;
|
|
font-style: italic;
|
|
text-transform: none;
|
|
}
|
|
.enlighter-setting-section img {
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.enlighter-setting {
|
|
display: block;
|
|
padding: 5px 10px 5px 15px;
|
|
}
|
|
|
|
.enlighter-setting-title {
|
|
float: left;
|
|
width: 250px;
|
|
font-weight: bold;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.enlighter-setting-input{
|
|
width: auto;
|
|
margin-left: 250px;
|
|
}
|
|
|
|
/* Form Elements
|
|
-------------------------------- */
|
|
.enlighter-setting input[type="text"] {
|
|
margin: 0px 20px 0px 0px;
|
|
width: 150px;
|
|
}
|
|
|
|
.enlighter-setting input[type="text"].input-large, .enlighter-setting select.input-large{
|
|
width: 300px;
|
|
}
|
|
|
|
.enlighter-setting input[type="checkbox"] {
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.enlighter-setting:after{
|
|
visibility: hidden;
|
|
display: block;
|
|
content: "";
|
|
clear: both;
|
|
height: 0;
|
|
}
|
|
|
|
.enlighter-setting label {
|
|
line-height: 30px;
|
|
}
|
|
|
|
.enlighter-setting select{
|
|
margin: 0px 20px 0px 0px;
|
|
}
|
|
|
|
.enlighter-setting-description{
|
|
font-style: italic;
|
|
color: #909090;
|
|
max-width: 700px;
|
|
}
|
|
|
|
/* Text Helper
|
|
-------------------------------- */
|
|
|
|
.enlighter-text-true {
|
|
font-weight: bold;
|
|
color: #7ad03a;
|
|
}
|
|
|
|
.enlighter-text-false {
|
|
font-weight: bold;
|
|
color: #d03a3a;
|
|
}
|
|
|
|
/* Error Messages
|
|
-------------------------------- */
|
|
.enlighter-error {
|
|
color: #d03a3a;
|
|
background-color: #fff1f1;
|
|
padding: 10px;
|
|
border: dotted 1px #d03a3a;
|
|
border-left: solid 3px #d03a3a;
|
|
}
|
|
|
|
.enlighter-warning {
|
|
color: #a56d06;
|
|
background-color: #fff8e3;
|
|
padding: 10px;
|
|
border: dotted 1px #d69621;
|
|
border-left: solid 3px #d69621;
|
|
}
|
|
|
|
.enlighter-error code, .enlighter-warning code {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
/* Footer
|
|
-------------------------------- */
|
|
#enlighter-settings .credits {
|
|
color: #333333;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* Tab Nav
|
|
-------------------------------- */
|
|
#enlighter-tabnav {
|
|
position: relative !important;
|
|
}
|
|
|
|
#enlighter-tabnav a {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* Contextual Help
|
|
-------------------------------- */
|
|
|
|
/* Fix the Contextual Help Link */
|
|
#screen-meta-links, #contextual-help-link-wrap, #contextual-help-link {
|
|
z-index: 100 !important;
|
|
}
|
|
|
|
/* Highlight pre tags like code tags */
|
|
.contextual-help-tabs-wrap pre{
|
|
background: rgba(0,0,0,0.07) !important;
|
|
padding: 5px;
|
|
display: inline-block;
|
|
margin: 0px !important;
|
|
}
|
|
|
|
/* Form Checkbox
|
|
-------------------------------- */
|
|
|
|
/* outer container */
|
|
.enlighter-type-checkbox{
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
/* outer switch container */
|
|
.enlighter-type-checkbox label{
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 50px;
|
|
height: 28px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
/* hide checkbox */
|
|
.enlighter-type-checkbox input{
|
|
display: none;
|
|
}
|
|
|
|
/* labels text */
|
|
.enlighter-type-checkbox .enlighter-label-text{
|
|
position: absolute;
|
|
display: block;
|
|
min-width: 300px;
|
|
left: 60px;
|
|
}
|
|
|
|
/* slider knob */
|
|
.enlighter-ui-slider {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
top: 0px;
|
|
left: 0px;
|
|
bottom: 0px;
|
|
right: 0px;
|
|
background-color: #c0c0c0;
|
|
transition: .4s;
|
|
border-radius: 28px;
|
|
}
|
|
|
|
.enlighter-ui-slider:before {
|
|
position: absolute;
|
|
content: "";
|
|
height: 22px;
|
|
width: 22px;
|
|
left: 3px;
|
|
top: 3px;
|
|
background-color: #ffffff;
|
|
transition: .4s;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.enlighter-type-checkbox input:checked + .enlighter-ui-slider {
|
|
background-color: #0074a2;
|
|
}
|
|
|
|
.enlighter-type-checkbox input:focus + .enlighter-ui-slider {
|
|
box-shadow: 0 0 1px #0074a2;
|
|
}
|
|
|
|
.enlighter-type-checkbox input:checked + .enlighter-ui-slider:before {
|
|
transform: translateX(22px);
|
|
}
|
|
|
|
/* About Page
|
|
-------------------------------- */
|
|
|
|
#enlighter-badge{
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
width: 150px;
|
|
height: 150px;
|
|
background-image: url(badge150.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 0px 0px;
|
|
}
|
|
|
|
#enlighter-about hr{
|
|
margin-top: 50px;
|
|
}
|
|
|
|
#enlighter-about .headline-title{
|
|
font-size: 2em;
|
|
font-weight: normal;
|
|
line-height: 1.4;
|
|
margin: 1.25em 0 0.6em;
|
|
text-align: center;
|
|
}
|
|
|
|
#enlighter-about .featured-image img,
|
|
#enlighter-about .news-image img{
|
|
box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.39);
|
|
border: solid 1px #c0c0c0;
|
|
}
|
|
|
|
/* Changelog Tab
|
|
-------------------------------- */
|
|
#enlighter-tab-changelog li{
|
|
list-style: disc outside;
|
|
margin-left: 2em;
|
|
}
|
|
|
|
#enlighter-tab-changelog .changelog-more{
|
|
font-size: 0.8em;
|
|
margin-top: 2em;
|
|
}
|
|
|
|
/* News Tab
|
|
-------------------------------- */
|
|
#enlighter-tab-news .headline{
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
max-width: 80%;
|
|
}
|
|
|
|
#enlighter-tab-news p{
|
|
font-size: 1em;
|
|
}
|
|
#enlighter-tab-news .introduction{
|
|
margin-top: 2em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* Column Layout */
|
|
#enlighter-about .col-md-2{
|
|
min-width: 350px;
|
|
width: 49%;
|
|
height: auto;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
|
|
#enlighter-about .news-section{
|
|
padding: 10px 10px 20px 10px;
|
|
}
|
|
|
|
#enlighter-about .news-section p{
|
|
text-align: center;
|
|
}
|
|
|
|
#enlighter-about .news-section h4{
|
|
text-align: center;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
#enlighter-about .news-image{
|
|
display: block;
|
|
width: auto;
|
|
}
|
|
|
|
#enlighter-about .news-image img{
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
|
|
/* Debug Tab
|
|
-------------------------------- */
|
|
#enlighter-tab-debug pre{
|
|
word-wrap: break-word;
|
|
white-space: pre-wrap;
|
|
padding: 10px;
|
|
background-color: #ffffff;
|
|
border: 1px solid #e5e5e5;
|
|
box-shadow: 0 1px 1px rgba(0,0,0,.04);
|
|
} |