File "admin_style.css"
Full Path: /home/exhehbu/www/wp-content/plugins/eventer/css/admin_style.css
File size: 10.06 KB
MIME-type: text/x-asm
Charset: utf-8
/* Multidate picker css */
/* jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {border-collapse: separate;}
.ui-datepicker-calendar td {border: 1px solid transparent;}
/* jQuery UI Datepicker hide datepicker helper */
#ui-datepicker-div {display:none;}
/* jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
background: #743620 none;
color: white;
}
tr.bordered {
border-bottom: 2px dashed #ccc;
}
#recurring-msg {
color: #F00;}
#eventer-venuechecklist li > span{display: none}
#eventer-venuechecklist li:hover > span{
display: inline-block;
font-size: 11px;
color: #999;
position: relative;
top: 1px;
float: right;
text-decoration: underline;
cursor: pointer
}
.field-description{
color: #999;
font-size: 13px;
display: block;
margin-top: 8px
}
.eventer-form-table td{
vertical-align: top
}
.eventer-label-block{
display: block
}
.eventer-registrant-details-trigger{
cursor: pointer
}
.eventer-registrant-details-trigger:hover,.eventer-registrant-details-trigger.active{
background-color: #e9f6fb
}
.remove-reg{
text-align: center;
background-color: red;
display: inline-block;
color: #fff;
padding: 0 2px;
opacity: .5
}
.remove-reg:hover{
color: #fff;
opacity: 1
}
.eventer-loading {
-webkit-animation: rotation .5s infinite linear;
animation: rotation .5s infinite linear;
color: #008ec2
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
/*
Styling for settings page vertical tabs
*/
#eventer-admin-sub-tabs-vertical
{
background-color: #f2f2f2;
padding: 20px 10px;
overflow: auto;
}
#eventer-admin-tab-container
{
float: left;
margin: 10px 0 0 0;
width: 126px
}
#eventer-admin-tab-container ul
{
list-style: none;
text-align: center;
}
#eventer-admin-tab-container ul li
{
border-top: 1px solid #666;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
border-left: 8px solid #666;
background-color: #ddd;
margin: 8px 0;
}
#eventer-admin-tab-container ul li a,
#eventer-admin-tab-container ul li a:visited
{
text-decoration: none;
color: #666;
display: block;
padding: 15px 5px;
}
#eventer-admin-tab-container ul li:hover
{
border-left: 8px solid #333;
}
#eventer-admin-tab-container ul li a:hover
{
color: #000;
}
#eventer-admin-tab-container ul li.selected
{
border-right: none;
background-color: #fff;
border-left: 8px solid #006699;
}
#eventer-admin-main-container
{
min-height: 400px;
margin: 0 0 0 125px;
padding: 20px;
background-color: #fff;
border: 1px solid #888;
}
.eventer-admin-tab-content .form-table{
clear: none
}
/*
css for form
*/
.form-style-1 {
margin:10px auto;
max-width: 400px;
padding: 20px 12px 10px 20px;
font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-1 li {
padding: 0;
display: block;
list-style: none;
margin: 10px 0 0 0;
}
.form-style-1 label{
margin:0 0 3px 0;
padding:0px;
display:block;
font-weight: bold;
}
.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea,
select{
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border:1px solid #BEBEBE;
padding: 7px;
margin:0px;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}
.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus{
-moz-box-shadow: 0 0 8px #88D5E9;
-webkit-box-shadow: 0 0 8px #88D5E9;
box-shadow: 0 0 8px #88D5E9;
border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
width: 49%;
}
.form-style-1 .field-long{
width: 100%;
}
.form-style-1 .field-select{
width: 100%;
}
.form-style-1 .field-textarea{
height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
background: #4B99AD;
padding: 8px 15px 8px 15px;
border: none;
color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
background: #4691A4;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}
.form-style-1 .required{
color:red;
}
/*
css for ticket details
*/
.form-style-2{
max-width: 500px;
padding: 20px 12px 10px 20px;
font: 13px Arial, Helvetica, sans-serif;
}
.form-style-2-heading{
font-weight: bold;
font-style: italic;
border-bottom: 2px solid #ddd;
margin-bottom: 20px;
font-size: 15px;
padding-bottom: 3px;
}
.form-style-2 label{
display: block;
margin: 0px 0px 15px 0px;
}
.form-style-2 label > span{
width: 100px;
font-weight: bold;
float: left;
padding-top: 8px;
padding-right: 5px;
}
.form-style-2 span.required{
color:red;
}
.form-style-2 .tel-number-field{
width: 40px;
text-align: center;
}
.form-style-2 input.input-field, .form-style-2 .select-field{
width: 48%;
}
.form-style-2 input.input-field,
.form-style-2 .tel-number-field,
.form-style-2 .textarea-field,
.form-style-2 .select-field{
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border: 1px solid #C2C2C2;
box-shadow: 1px 1px 4px #EBEBEB;
-moz-box-shadow: 1px 1px 4px #EBEBEB;
-webkit-box-shadow: 1px 1px 4px #EBEBEB;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
padding: 7px;
outline: none;
}
.form-style-2 .input-field:focus,
.form-style-2 .tel-number-field:focus,
.form-style-2 .textarea-field:focus,
.form-style-2 .select-field:focus{
border: 1px solid #0C0;
}
.form-style-2 .textarea-field{
height:100px;
width: 55%;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=button]{
border: none;
padding: 8px 15px 8px 15px;
background: #FF8500;
color: #fff;
box-shadow: 1px 1px 4px #DADADA;
-moz-box-shadow: 1px 1px 4px #DADADA;
-webkit-box-shadow: 1px 1px 4px #DADADA;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover{
background: #EA7B00;
color: #fff;
}
/*Style for table using as metabox*/
table.eventer-metabox {
width:100%;
}
table.eventer-metabox, table.eventer-metabox th, table.eventer-metabox td {
border: 1px solid #0085ba;
border-collapse: collapse;
}
table.eventer-metabox th, table.eventer-metabox td {
padding: 15px;
text-align: left;
}
table.eventer-metabox tr:nth-child(even) {
background-color: #eee;
}
table.eventer-metabox tr:nth-child(odd) {
background-color: #fff;
}
table.eventer-metabox th {
background-color: #0085ba;
color: white;
}
/*Style for form fields used in metabox*/
input.eventer-metabox-field[type=text], select.eventer-metabox-field, label.eventer-metabox-field {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input.eventer-metabox-field[type=submit], button.eventer-metabox-field {
width: 100%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input.eventer-metabox-field[type=submit]:hover {
background-color: #45a049;
}
div.eventer-metabox-section {
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
}
table.coupon {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
table.coupon td, table.coupon th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
table.coupon tr:nth-child(even) {
background-color: #dddddd;
}
.eventer-form-table input[type=checkbox], .eventer-form-table input[type=radio]{
margin-top: 4px!important;
width: 16px!important
}
.eventer-datepicker>.eventer-datepicker_inner_container>.eventer-datepicker_calendar>.eventer-datepicker_table>tbody>tr>td{
padding: 10px 8px !important;
}
table.eventer-datepicker_table td.today {
background: #ddd;
color: inherit;
}
table.eventer-datepicker_table td.active {
background: #007cba;
color: #fff;
}
table.eventer-datepicker_table td {
text-align: center;
cursor: pointer;
}
.eventer-field_hidden{
display: none
}
.generate-shortcode{
margin-bottom: 20px!important
}
.about-wrap .eventer-message{
margin-top: 20px
}
.about-wrap .eventer-message .notice{
display: block!important
}
.imi_eventer_vals input[type="submit"]{
background: orangered!important
}
.imi-theme-reg-box{
padding: 0 30px!important
}
.imi-theme-reg-box h3{
margin: 0!important
}
.eventer-validation-steps{background: #fff; margin-top: 20px; padding-top: 20px}
.imi-box-content{padding: 30px}
.imi-box-content form { position: relative; padding: 0; min-height: 50px; max-width: 680px; }
.imi-box-content .imi_item_registration_input{position: relative}
.imi-box-content input[type="text"] { min-height: 40px; box-shadow: inset 0 1px 2px rgba(0,0,0,.07); min-width: 220px; padding-right: 180px; background: #f4f4f4; border: none; border-radius: 33px; text-align: center;}
.imi-box-content input[type="submit"] { height: 40px; line-height: 40px; font-weight: 600; border: none; cursor: pointer; padding:0 30px; border-radius: 33px; color: #fff; letter-spacing: 1px; text-transform: uppercase; font-size: 12px; background: #5b58e6; transition: all 0.28s ease;}
.imi-box-content input[type="submit"]:hover { background: #222;}
.activation_welcome_box{padding: 0}
@media (min-width: 961px) {
.imi-box-content form { line-height: 50px; }
.imi-box-content input[type="text"] { min-height: 50px; margin: 0; padding-left: 20px; text-align: left; width: 550px; position: absolute; top: 0; right: 0; }
.imi-box-content input[type="submit"] { position: absolute; right: 7px; top: 6px; }
}