Current File : /home/honehdyv/readbtooom.com/wp-content/plugins/comic-easel/css/config.css
#ceoadmin-headericon {
    height: 100px;
    width: 100px;
    margin: 14px 6px 0 0;
    float: left;
}

#ceoadmin {
    font-family: 'Verdana' , sans-serif;
    font-size: 11px;
    padding: 5px 0 0 0;
    line-height: 5px;
    margin: 0 0 1px 0;
    overflow: hidden;
}

#ceoadmin div {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#ceoadmin div.off {
    color: #999;
    height: 23px;
    margin: 0 0 0 5px;
    line-height: 23px;
    padding: 0 7px;
    float: left;
    background: #e9e9e9;
    border-top: 1px solid #dfdfdf;
    border-left: solid 1px #dfdfdf;
    border-right: solid 1px #dfdfdf;
    position: relative;
    cursor: pointer;
    z-index: 20;
}
#ceoadmin div.on {
    color: #333;
    padding: 0 7px;
    margin: 0 0 0 5px;
    float: left;
    background: #fff;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 0px;
    cursor: pointer;
    height: 24px;
    line-height: 23px;
    position: relative;
    z-index: 100;
}

div.hide {
    display: none;
    width: 0;
    overflow: hidden;
}

div.show {
    clear: left;
    display: run-in;
    position: relative;
    z-index: 50;
}
div.show img {
    float: left;
    margin: 0 10px 10px 0;
}
.clear {
    clear: both;
}

.ceoadmin-footer {
    padding: 10px;
    margin: 10px 0 0 0;
    color: #777;
    text-align: center;
    background: #fff;
    border: 1px solid #dfdfdf;
    font-family: 'Arial' , sans-serif;
    border-radius: 6px;
}
.ceoadmin-donate {
    float: right;
}
.ceoadmin-footer a {
    text-decoration: none;
}

.comiceasel-options {
    padding: 10px 10px 1px 10px;
    background: #fff;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #dfdfdf;
    margin-top: -2px;
    font: 11px verdana, arial, sans-serif;
    line-height: 18px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.comiceasel-options-save {
    margin-bottom: 15px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #dfdfdf;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.comiceasel-options table.widefat thead tr th {
    font-size: 14px;
}

.comiceasel-options table.widefat label {
    display: block;
    text-align: right;
}

.comiceasel-options table.widefat label.inline-label {
    display: inline;
}

.comiceasel-options table.widefat select {
    width: 100%;
}

.comiceasel-options table.widefat {
    /*	margin-bottom: 10px; */
    border-bottom: none;
}

#comiceasel-general .comiceasel-options table.widefat, #comiceasel-addons .comiceasel-options table.widefat {
    margin-bottom: 10px;
}

.comiceasel-options table.widefat th {
    width: 200px;
}

.comiceasel-options table.widefat th input {
    margin: 1px;
    padding: 3px;
    width: 100%;
}

.comiceasel-options table.widefat th .radio input {
    margin: 0;
    padding: 0;
    width: auto;
}

.comiceasel-options table.widefat th label {
    color: #21759b;
    text-align: left;
}

.comiceasel-options table.widefat th label:hover {
    color: #d54e21;
}

.comiceasel-options table.widefat th, .comiceasel-options table.widefat td {
    vertical-align: middle;
}
#comiceasel-version-title {
    font-family: 'Georgia' , serif;
    font-size: 48px;
    letter-spacing: -2px;
    margin: 0;
    padding: 30px 0 5px 0;
    font-variant: small-caps;
}

#easel-version-title a {
    color: #333;
}

#comiceasel-version-number {
    font-family: monospace;
    font-size: 16px;
    letter-spacing: 8px;
}

.comiceasel-options .radio {
    padding-top: 5px;
    text-align: right;
}

div.show .ceoadmin-footer img {
    float: none;
}

.comiceasel-major-publishing-actions {
    padding: 6px;
    clear: both;
    border-top: none;
    background: #eaf2fa;
}

.comiceasel-major-publishing-actions input {
    float: right;
    min-width: 80px;
    text-align: center;
}

.alternate {
    background: #fcfcfc;
}

.butstyled {
    border: 0;
    line-height: 2.5;
    padding: 10px 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(220, 0, 0, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.butstyled:hover {
    background-color: rgba(255, 0, 0, 1);
}

.butstyled:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}