/** * @copyright Copyright (C) 2016. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @author Plugins CK - Cedric KEIFLIN - https://www.ceikay.com */ .ckinterface label { /*float: left; width: 180px;*/ } .ckinterface input, .ckinterface select { max-width: 100%; margin-right: 2px; margin-left: 2px; } .ckinterface .ckheading { color: #2EA2CC; font-weight: bold; } .ckinterface span { display: inline-block; } .ckinterface span.ckdesc { display: inline; font-style: italic; } .ckinterface .wp-color-result, .ckinterface img, .ckinterface fieldset { vertical-align: middle; } .ckinterface .inside > div { padding: 4px 0; } .settings-error { clear: both; } .ckmessage { border-top: 1px solid #ddd; margin: 10px; padding: 10px; text-align: center; } .ckmessage .ckbutton img { vertical-align: sub; } #ckoptionswrapper { padding: 5px 0; } .cklogo { border-radius: 3px; box-shadow: #222 0 0 5px; border: 1px solid #000; background: #333; margin: 10px; } .ckpoweredby { text-align: center; padding: 7px; } .ckproversioninfo { background: #fff; border: 1px solid #ddd; border-radius: 3px; margin: 10px; } .ckproversioninfo-title { text-align: center; font-size: 30px; border-bottom: 1px solid #ddd; margin: 0 0 20px 0; background: #f2f2f2; padding: 20px 5px; box-shadow: #e2e2e2 0 0 20px; } .ckproversioninfo-title a { text-decoration: none; } .ckproversioninfo-button { text-align: center; padding: 10px 0 10px 0; } .ckproversioninfo-button a { display: inline-block; padding: 7px 20px; background: dimgrey; color: white; text-transform: uppercase; text-decoration: none; border-radius: 2px; cursor: pointer; transition: all 0.2s; border: 2px solid dimgray; } .ckproversioninfo-button a:hover { background: white; color: black; } .ckproversioninfo-content > p { margin: 1em; } .ckproversioninfo-content > p:before { content: ">"; margin: 0 5px; } .cktitle { font-size: 21px; color: #333; padding: 10px 0; font-weight: normal; font-family: Segoe UI, arial; } #previewarea { /*width: 220px;*/ left: 0; right: 0; bottom: 0; margin: 0 0 0 10px; /*background: #fff; overflow: hidden;*/ float: left; position: relative; } #previewarea > .inner { margin: 15px 10px; } #ckpopupstyleswizard_options { /*float: left;*/ min-width: 600px; margin-left: 230px; } #ckpopupstyleswizard { background: #fff; border:1px solid #ddd; } /* for modal view */ #ckedition.ckmodal { background: #f1f1f1; left: 0; padding: 10px; position: absolute; right: 0; top: 0; z-index: 999999; } .cktoolbar { margin: 15px 0; } .cktoolbar > a { display: inline-block; top: 0; background: #e0e0e0 none repeat scroll 0 0; border: medium none; border-radius: 2px; font-size: 13px; font-weight: 600; margin-left: 4px; padding: 4px 8px; position: relative; text-decoration: none; text-shadow: none; transition: all ease 0.2s; min-height: 20px; } .cktoolbar > a:hover { background: #00a0d2 none repeat scroll 0 0; color: #fff; } .ckinterface .cktablink2 { cursor: pointer; position: relative; z-index: 1; height: 20px; margin: 5px 0 3px 3px; padding: 15px; color: #a6a6a6; background: #eee; border-radius: 5px 0 0 5px; border: 1px solid #ddd; } .ckinterface .cktablink2:hover, .ckinterface .cktablink2.current { background: #fff; border-right: 1px solid #fff; color: #21759b; } .ckinterface .cktab2 { padding: 0 0 0 10px; } .ckinterface .cktab.hascol:after { border-right: 1px solid #ddd; content: ""; display: block; float: left; height: 100%; left: 169px; margin: 0; position: absolute; top: 0; width: 0; } .ckpopupstyleswizard_col_left { float: left; width: 170px; height: 250px; } .ckpopupstyleswizard_col_right { /*float: left;*/ min-width: 560px; margin-left: 170px; padding: 10px; background: #fff; } .ckinterface .themethumb, .ckinterface .layoutthumb { float: left; padding: 3px; margin: 3px; border: 1px solid transparent; cursor: pointer; width: 110px; } .ckinterface .themethumbimg { width: 110px; height: 180px; overflow: hidden; } .ckinterface .themethumb img { max-width: 100%; } .ckinterface .themethumb:hover, .ckinterface .themethumb.selected, .ckinterface .layoutthumb:hover, .ckinterface .layoutthumb.selected { border: 1px solid #3399ff; box-shadow: 0 0 5px #3399ff; } .ckinterface .layoutthumb { height: 110px; width: 220px; overflow: hidden; } .ckinterface .themename, .ckinterface .layoutname { text-align: center; text-transform: uppercase; padding: 2px; border-top: 1px solid #ddd; }