| 1 |
/** |
| 2 |
* All of the CSS for your admin-specific functionality should be |
| 3 |
* included in this file. |
| 4 |
*/ |
| 5 |
.upgrade_to_pro{ |
| 6 |
padding-top: 100px; |
| 7 |
padding: 15px; |
| 8 |
border-radius: 2px; |
| 9 |
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); |
| 10 |
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); |
| 11 |
margin-bottom: 20px; |
| 12 |
background: url('../images/xt_logo.png') no-repeat bottom 5%right 5% #fff; |
| 13 |
background-size: 20%; |
| 14 |
} |
| 15 |
.upgrade_to_pro h2{ |
| 16 |
font-size: 22px !important; |
| 17 |
padding: 0px !important; |
| 18 |
} |
| 19 |
.upgrade_button{ |
| 20 |
height: 36px !important; |
| 21 |
padding: 4px 20px !important; |
| 22 |
font-size: 16px !important; |
| 23 |
} |
| 24 |
|
| 25 |
.hide_frequency .import_frequency, .ife_eventbrite_form tr.eventbrite_organizer_id{ |
| 26 |
display: none; |
| 27 |
} |
| 28 |
|
| 29 |
.setting_bar { |
| 30 |
background-color: #f9f9f9; |
| 31 |
margin-bottom: 10px; |
| 32 |
padding: 6px 0 6px 12px; |
| 33 |
} |
| 34 |
|
| 35 |
.import_events_nav{ |
| 36 |
background-color: #fafafa; |
| 37 |
} |
| 38 |
|
| 39 |
.import_events_nav ul.vercal_tabs{ |
| 40 |
position: relative; |
| 41 |
float: left; |
| 42 |
list-style: none; |
| 43 |
width: 200px; |
| 44 |
line-height: 1em; |
| 45 |
margin: 0 0 -1px 0; |
| 46 |
padding: 0; |
| 47 |
background-color: #fafafa; |
| 48 |
border-right: 1px solid #eee; |
| 49 |
box-sizing: border-box; |
| 50 |
} |
| 51 |
|
| 52 |
.import_events_nav ul.vercal_tabs li { |
| 53 |
|
| 54 |
display: block; |
| 55 |
position: relative; |
| 56 |
margin: 0; |
| 57 |
padding: 0; |
| 58 |
line-height: 20px; |
| 59 |
|
| 60 |
} |
| 61 |
|
| 62 |
.import_events_nav ul.vercal_tabs li a { |
| 63 |
display: block; |
| 64 |
margin: 0; |
| 65 |
padding: 12px; |
| 66 |
line-height: 20px !important; |
| 67 |
text-decoration: none; |
| 68 |
border-bottom: 1px solid #eee; |
| 69 |
box-shadow: none; |
| 70 |
font-size: 14px; |
| 71 |
} |
| 72 |
|
| 73 |
.import_events_nav ul.vercal_tabs li.active a { |
| 74 |
position: relative; |
| 75 |
font-weight: 700; |
| 76 |
color: #555; |
| 77 |
background-color: #fff; |
| 78 |
margin: 0px -1px 0px 0px; |
| 79 |
border-left: 2px solid #00a0d2; |
| 80 |
} |
| 81 |
|
| 82 |
.import_events_nav_content { |
| 83 |
float: left; |
| 84 |
width: calc(100% - 200px); |
| 85 |
margin-left: -1px; |
| 86 |
border-left: 1px solid #eee; |
| 87 |
padding: 20px; |
| 88 |
box-sizing: border-box; |
| 89 |
background-color: #fff; |
| 90 |
} |
| 91 |
|
| 92 |
.import-facebook-events-page-content{ |
| 93 |
background-color: #fff; |
| 94 |
border: 1px solid #ccc; |
| 95 |
margin: 20px 0; |
| 96 |
} |
| 97 |
|
| 98 |
@media ( max-width: 460px ){ |
| 99 |
.import_events_nav ul.vercal_tabs{ |
| 100 |
float: none; |
| 101 |
width: 100%; |
| 102 |
} |
| 103 |
.import_events_nav_content { |
| 104 |
float: none; |
| 105 |
width: 100%; |
| 106 |
} |
| 107 |
} |
| 108 |
|
| 109 |
.ife_container * { |
| 110 |
-webkit-box-sizing: border-box; |
| 111 |
-moz-box-sizing: border-box; |
| 112 |
box-sizing: border-box; |
| 113 |
} |
| 114 |
.ife_container *:before, |
| 115 |
.ife_container *:after { |
| 116 |
-webkit-box-sizing: border-box; |
| 117 |
-moz-box-sizing: border-box; |
| 118 |
box-sizing: border-box; |
| 119 |
} |
| 120 |
.ife_container { |
| 121 |
margin-right: auto; |
| 122 |
margin-left: auto; |
| 123 |
padding-left: 15px; |
| 124 |
padding-right: 15px; |
| 125 |
} |
| 126 |
|
| 127 |
.ife_row { |
| 128 |
margin-left: -15px; |
| 129 |
margin-right: -15px; |
| 130 |
margin-top: 5px; |
| 131 |
margin-bottom: 5px; |
| 132 |
} |
| 133 |
|
| 134 |
.xtei-column{ |
| 135 |
position: relative; |
| 136 |
min-height: 1px; |
| 137 |
padding-left: 15px; |
| 138 |
padding-right: 15px; |
| 139 |
} |
| 140 |
|
| 141 |
.ife_container:before, |
| 142 |
.ife_container:after, |
| 143 |
.ife_row:before, |
| 144 |
.ife_row:after { |
| 145 |
content: " "; |
| 146 |
display: table; |
| 147 |
} |
| 148 |
|
| 149 |
.ife_container:after, |
| 150 |
.ife_row:after { |
| 151 |
clear: both; |
| 152 |
} |
| 153 |
|
| 154 |
.ife_well{ |
| 155 |
background-color: #f9f9f9; |
| 156 |
border: 1px solid #ccc; |
| 157 |
margin: 10px 0; |
| 158 |
padding: 8px 20px 12px; |
| 159 |
} |
| 160 |
.ife_label{ |
| 161 |
font-weight: bold; |
| 162 |
margin-right: 20px; |
| 163 |
display: block; |
| 164 |
margin-bottom: 5px; |
| 165 |
} |
| 166 |
.ife_small { |
| 167 |
font-size: 13px; |
| 168 |
color: #777; |
| 169 |
display: block; |
| 170 |
margin-top: 5px; |
| 171 |
} |
| 172 |
.ife_submit_button{ |
| 173 |
margin-top: 10px !important; |
| 174 |
} |
| 175 |
|
| 176 |
/*#poststuff .stuffbox > h3, #poststuff h2, #poststuff h3.hndle { |
| 177 |
padding-bottom: 0px; |
| 178 |
}*/ |
| 179 |
.ife_element { |
| 180 |
margin-top: 5px; |
| 181 |
margin-bottom: 20px; |
| 182 |
} |
| 183 |
.ife_small span.borderall { |
| 184 |
border: 2px solid red; |
| 185 |
} |
| 186 |
.tecauto_cat, .emauto_cat{ |
| 187 |
display: none; |
| 188 |
margin-left: 25px; |
| 189 |
} |
| 190 |
|
| 191 |
.ife_desciption { |
| 192 |
display: block; |
| 193 |
margin-left: 25px; |
| 194 |
font-size: 13px; |
| 195 |
font-style: italic; |
| 196 |
color: #bababa; |
| 197 |
} |
| 198 |
|
| 199 |
/* Meta box design */ |
| 200 |
table.ife_form_table td, table.ife_form_table th { |
| 201 |
padding: 2px 10px; |
| 202 |
text-align: left; |
| 203 |
} |
| 204 |
table.ife_form_table{ |
| 205 |
width: 100%; |
| 206 |
} |
| 207 |
table.ife_form_table td input[type="text"]{ |
| 208 |
vertical-align: bottom; |
| 209 |
} |
| 210 |
table.ife_form_table tr td:nth-child(1) { |
| 211 |
width: 160px; |
| 212 |
} |
| 213 |
|
| 214 |
|
| 215 |
.plugin_box { |
| 216 |
width: 24%; |
| 217 |
float: left; |
| 218 |
background-color: #fff; |
| 219 |
border-radius: 3px; |
| 220 |
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); |
| 221 |
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); |
| 222 |
margin-bottom: 20px; |
| 223 |
margin-left: 0.5%; |
| 224 |
margin-right: 0.5%; |
| 225 |
} |
| 226 |
|
| 227 |
.plugin_box .plugin_img{ |
| 228 |
width: 100%; |
| 229 |
border-top-left-radius: 3px; |
| 230 |
border-top-right-radius: 3px; |
| 231 |
} |
| 232 |
.plugin_box h3{ |
| 233 |
margin: 0.5em 0; |
| 234 |
} |
| 235 |
.plugin_box .plugin_content{ |
| 236 |
padding: 10px 10px 20px 10px; |
| 237 |
} |
| 238 |
@media (max-width: 1300px ){ |
| 239 |
.plugin_box { |
| 240 |
width: 32.333%; |
| 241 |
} |
| 242 |
} |
| 243 |
@media (max-width: 1080px ){ |
| 244 |
.plugin_box { |
| 245 |
width: 48%; |
| 246 |
margin-left: 1%; |
| 247 |
margin-right: 1%; |
| 248 |
} |
| 249 |
} |
| 250 |
@media (max-width: 1080px ){ |
| 251 |
.plugin_box { |
| 252 |
width: 100%; |
| 253 |
float: none; |
| 254 |
} |
| 255 |
} |
| 256 |
|
| 257 |
.import-facebook-events-page .fb_authorize { |
| 258 |
padding: 0px 15px; |
| 259 |
margin-top: -10px; |
| 260 |
background: #ddd; |
| 261 |
} |