admin.css
9 years ago
importExport.css
9 years ago
index.php
9 years ago
newsletter_editor.css
9 years ago
public.css
9 years ago
rtl.css
9 years ago
admin.css
2840 lines
| 1 | .select2-container { |
| 2 | box-sizing: border-box; |
| 3 | display: inline-block; |
| 4 | margin: 0; |
| 5 | position: relative; |
| 6 | vertical-align: middle; } |
| 7 | .select2-container .select2-selection--single { |
| 8 | box-sizing: border-box; |
| 9 | cursor: pointer; |
| 10 | display: block; |
| 11 | height: 28px; |
| 12 | user-select: none; |
| 13 | -webkit-user-select: none; } |
| 14 | .select2-container .select2-selection--single .select2-selection__rendered { |
| 15 | display: block; |
| 16 | padding-left: 8px; |
| 17 | padding-right: 20px; |
| 18 | overflow: hidden; |
| 19 | text-overflow: ellipsis; |
| 20 | white-space: nowrap; } |
| 21 | .select2-container .select2-selection--single .select2-selection__clear { |
| 22 | position: relative; } |
| 23 | .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { |
| 24 | padding-right: 8px; |
| 25 | padding-left: 20px; } |
| 26 | .select2-container .select2-selection--multiple { |
| 27 | box-sizing: border-box; |
| 28 | cursor: pointer; |
| 29 | display: block; |
| 30 | min-height: 32px; |
| 31 | user-select: none; |
| 32 | -webkit-user-select: none; } |
| 33 | .select2-container .select2-selection--multiple .select2-selection__rendered { |
| 34 | display: inline-block; |
| 35 | overflow: hidden; |
| 36 | padding-left: 8px; |
| 37 | text-overflow: ellipsis; |
| 38 | white-space: nowrap; } |
| 39 | .select2-container .select2-search--inline { |
| 40 | float: left; } |
| 41 | .select2-container .select2-search--inline .select2-search__field { |
| 42 | box-sizing: border-box; |
| 43 | border: none; |
| 44 | font-size: 100%; |
| 45 | margin-top: 5px; |
| 46 | padding: 0; } |
| 47 | .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { |
| 48 | -webkit-appearance: none; } |
| 49 | |
| 50 | .select2-dropdown { |
| 51 | background-color: white; |
| 52 | border: 1px solid #aaa; |
| 53 | border-radius: 4px; |
| 54 | box-sizing: border-box; |
| 55 | display: block; |
| 56 | position: absolute; |
| 57 | left: -100000px; |
| 58 | width: 100%; |
| 59 | z-index: 1051; } |
| 60 | |
| 61 | .select2-results { |
| 62 | display: block; } |
| 63 | |
| 64 | .select2-results__options { |
| 65 | list-style: none; |
| 66 | margin: 0; |
| 67 | padding: 0; } |
| 68 | |
| 69 | .select2-results__option { |
| 70 | padding: 6px; |
| 71 | user-select: none; |
| 72 | -webkit-user-select: none; } |
| 73 | .select2-results__option[aria-selected] { |
| 74 | cursor: pointer; } |
| 75 | |
| 76 | .select2-container--open .select2-dropdown { |
| 77 | left: 0; } |
| 78 | |
| 79 | .select2-container--open .select2-dropdown--above { |
| 80 | border-bottom: none; |
| 81 | border-bottom-left-radius: 0; |
| 82 | border-bottom-right-radius: 0; } |
| 83 | |
| 84 | .select2-container--open .select2-dropdown--below { |
| 85 | border-top: none; |
| 86 | border-top-left-radius: 0; |
| 87 | border-top-right-radius: 0; } |
| 88 | |
| 89 | .select2-search--dropdown { |
| 90 | display: block; |
| 91 | padding: 4px; } |
| 92 | .select2-search--dropdown .select2-search__field { |
| 93 | padding: 4px; |
| 94 | width: 100%; |
| 95 | box-sizing: border-box; } |
| 96 | .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { |
| 97 | -webkit-appearance: none; } |
| 98 | .select2-search--dropdown.select2-search--hide { |
| 99 | display: none; } |
| 100 | |
| 101 | .select2-close-mask { |
| 102 | border: 0; |
| 103 | margin: 0; |
| 104 | padding: 0; |
| 105 | display: block; |
| 106 | position: fixed; |
| 107 | left: 0; |
| 108 | top: 0; |
| 109 | min-height: 100%; |
| 110 | min-width: 100%; |
| 111 | height: auto; |
| 112 | width: auto; |
| 113 | opacity: 0; |
| 114 | z-index: 99; |
| 115 | background-color: #fff; |
| 116 | filter: alpha(opacity=0); } |
| 117 | |
| 118 | .select2-hidden-accessible { |
| 119 | border: 0 !important; |
| 120 | clip: rect(0 0 0 0) !important; |
| 121 | height: 1px !important; |
| 122 | margin: -1px !important; |
| 123 | overflow: hidden !important; |
| 124 | padding: 0 !important; |
| 125 | position: absolute !important; |
| 126 | width: 1px !important; } |
| 127 | |
| 128 | .select2-container--default .select2-selection--single { |
| 129 | background-color: #fff; |
| 130 | border: 1px solid #aaa; |
| 131 | border-radius: 4px; } |
| 132 | .select2-container--default .select2-selection--single .select2-selection__rendered { |
| 133 | color: #444; |
| 134 | line-height: 28px; } |
| 135 | .select2-container--default .select2-selection--single .select2-selection__clear { |
| 136 | cursor: pointer; |
| 137 | float: right; |
| 138 | font-weight: bold; } |
| 139 | .select2-container--default .select2-selection--single .select2-selection__placeholder { |
| 140 | color: #999; } |
| 141 | .select2-container--default .select2-selection--single .select2-selection__arrow { |
| 142 | height: 26px; |
| 143 | position: absolute; |
| 144 | top: 1px; |
| 145 | right: 1px; |
| 146 | width: 20px; } |
| 147 | .select2-container--default .select2-selection--single .select2-selection__arrow b { |
| 148 | border-color: #888 transparent transparent transparent; |
| 149 | border-style: solid; |
| 150 | border-width: 5px 4px 0 4px; |
| 151 | height: 0; |
| 152 | left: 50%; |
| 153 | margin-left: -4px; |
| 154 | margin-top: -2px; |
| 155 | position: absolute; |
| 156 | top: 50%; |
| 157 | width: 0; } |
| 158 | |
| 159 | .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { |
| 160 | float: left; } |
| 161 | |
| 162 | .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { |
| 163 | left: 1px; |
| 164 | right: auto; } |
| 165 | |
| 166 | .select2-container--default.select2-container--disabled .select2-selection--single { |
| 167 | background-color: #eee; |
| 168 | cursor: default; } |
| 169 | .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { |
| 170 | display: none; } |
| 171 | |
| 172 | .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { |
| 173 | border-color: transparent transparent #888 transparent; |
| 174 | border-width: 0 4px 5px 4px; } |
| 175 | |
| 176 | .select2-container--default .select2-selection--multiple { |
| 177 | background-color: white; |
| 178 | border: 1px solid #aaa; |
| 179 | border-radius: 4px; |
| 180 | cursor: text; } |
| 181 | .select2-container--default .select2-selection--multiple .select2-selection__rendered { |
| 182 | box-sizing: border-box; |
| 183 | list-style: none; |
| 184 | margin: 0; |
| 185 | padding: 0 5px; |
| 186 | width: 100%; } |
| 187 | .select2-container--default .select2-selection--multiple .select2-selection__rendered li { |
| 188 | list-style: none; } |
| 189 | .select2-container--default .select2-selection--multiple .select2-selection__placeholder { |
| 190 | color: #999; |
| 191 | margin-top: 5px; |
| 192 | float: left; } |
| 193 | .select2-container--default .select2-selection--multiple .select2-selection__clear { |
| 194 | cursor: pointer; |
| 195 | float: right; |
| 196 | font-weight: bold; |
| 197 | margin-top: 5px; |
| 198 | margin-right: 10px; } |
| 199 | .select2-container--default .select2-selection--multiple .select2-selection__choice { |
| 200 | background-color: #e4e4e4; |
| 201 | border: 1px solid #aaa; |
| 202 | border-radius: 4px; |
| 203 | cursor: default; |
| 204 | float: left; |
| 205 | margin-right: 5px; |
| 206 | margin-top: 5px; |
| 207 | padding: 0 5px; } |
| 208 | .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { |
| 209 | color: #999; |
| 210 | cursor: pointer; |
| 211 | display: inline-block; |
| 212 | font-weight: bold; |
| 213 | margin-right: 2px; } |
| 214 | .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { |
| 215 | color: #333; } |
| 216 | |
| 217 | .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { |
| 218 | float: right; } |
| 219 | |
| 220 | .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { |
| 221 | margin-left: 5px; |
| 222 | margin-right: auto; } |
| 223 | |
| 224 | .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { |
| 225 | margin-left: 2px; |
| 226 | margin-right: auto; } |
| 227 | |
| 228 | .select2-container--default.select2-container--focus .select2-selection--multiple { |
| 229 | border: solid black 1px; |
| 230 | outline: 0; } |
| 231 | |
| 232 | .select2-container--default.select2-container--disabled .select2-selection--multiple { |
| 233 | background-color: #eee; |
| 234 | cursor: default; } |
| 235 | |
| 236 | .select2-container--default.select2-container--disabled .select2-selection__choice__remove { |
| 237 | display: none; } |
| 238 | |
| 239 | .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { |
| 240 | border-top-left-radius: 0; |
| 241 | border-top-right-radius: 0; } |
| 242 | |
| 243 | .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { |
| 244 | border-bottom-left-radius: 0; |
| 245 | border-bottom-right-radius: 0; } |
| 246 | |
| 247 | .select2-container--default .select2-search--dropdown .select2-search__field { |
| 248 | border: 1px solid #aaa; } |
| 249 | |
| 250 | .select2-container--default .select2-search--inline .select2-search__field { |
| 251 | background: transparent; |
| 252 | border: none; |
| 253 | outline: 0; |
| 254 | box-shadow: none; |
| 255 | -webkit-appearance: textfield; } |
| 256 | |
| 257 | .select2-container--default .select2-results > .select2-results__options { |
| 258 | max-height: 200px; |
| 259 | overflow-y: auto; } |
| 260 | |
| 261 | .select2-container--default .select2-results__option[role=group] { |
| 262 | padding: 0; } |
| 263 | |
| 264 | .select2-container--default .select2-results__option[aria-disabled=true] { |
| 265 | color: #999; } |
| 266 | |
| 267 | .select2-container--default .select2-results__option[aria-selected=true] { |
| 268 | background-color: #ddd; } |
| 269 | |
| 270 | .select2-container--default .select2-results__option .select2-results__option { |
| 271 | padding-left: 1em; } |
| 272 | .select2-container--default .select2-results__option .select2-results__option .select2-results__group { |
| 273 | padding-left: 0; } |
| 274 | .select2-container--default .select2-results__option .select2-results__option .select2-results__option { |
| 275 | margin-left: -1em; |
| 276 | padding-left: 2em; } |
| 277 | .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 278 | margin-left: -2em; |
| 279 | padding-left: 3em; } |
| 280 | .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 281 | margin-left: -3em; |
| 282 | padding-left: 4em; } |
| 283 | .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 284 | margin-left: -4em; |
| 285 | padding-left: 5em; } |
| 286 | .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 287 | margin-left: -5em; |
| 288 | padding-left: 6em; } |
| 289 | |
| 290 | .select2-container--default .select2-results__option--highlighted[aria-selected] { |
| 291 | background-color: #5897fb; |
| 292 | color: white; } |
| 293 | |
| 294 | .select2-container--default .select2-results__group { |
| 295 | cursor: default; |
| 296 | display: block; |
| 297 | padding: 6px; } |
| 298 | |
| 299 | .select2-container--classic .select2-selection--single { |
| 300 | background-color: #f7f7f7; |
| 301 | border: 1px solid #aaa; |
| 302 | border-radius: 4px; |
| 303 | outline: 0; |
| 304 | background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%); |
| 305 | background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%); |
| 306 | background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%); |
| 307 | background-repeat: repeat-x; |
| 308 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } |
| 309 | .select2-container--classic .select2-selection--single:focus { |
| 310 | border: 1px solid #5897fb; } |
| 311 | .select2-container--classic .select2-selection--single .select2-selection__rendered { |
| 312 | color: #444; |
| 313 | line-height: 28px; } |
| 314 | .select2-container--classic .select2-selection--single .select2-selection__clear { |
| 315 | cursor: pointer; |
| 316 | float: right; |
| 317 | font-weight: bold; |
| 318 | margin-right: 10px; } |
| 319 | .select2-container--classic .select2-selection--single .select2-selection__placeholder { |
| 320 | color: #999; } |
| 321 | .select2-container--classic .select2-selection--single .select2-selection__arrow { |
| 322 | background-color: #ddd; |
| 323 | border: none; |
| 324 | border-left: 1px solid #aaa; |
| 325 | border-top-right-radius: 4px; |
| 326 | border-bottom-right-radius: 4px; |
| 327 | height: 26px; |
| 328 | position: absolute; |
| 329 | top: 1px; |
| 330 | right: 1px; |
| 331 | width: 20px; |
| 332 | background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%); |
| 333 | background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%); |
| 334 | background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); |
| 335 | background-repeat: repeat-x; |
| 336 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); } |
| 337 | .select2-container--classic .select2-selection--single .select2-selection__arrow b { |
| 338 | border-color: #888 transparent transparent transparent; |
| 339 | border-style: solid; |
| 340 | border-width: 5px 4px 0 4px; |
| 341 | height: 0; |
| 342 | left: 50%; |
| 343 | margin-left: -4px; |
| 344 | margin-top: -2px; |
| 345 | position: absolute; |
| 346 | top: 50%; |
| 347 | width: 0; } |
| 348 | |
| 349 | .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { |
| 350 | float: left; } |
| 351 | |
| 352 | .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { |
| 353 | border: none; |
| 354 | border-right: 1px solid #aaa; |
| 355 | border-radius: 0; |
| 356 | border-top-left-radius: 4px; |
| 357 | border-bottom-left-radius: 4px; |
| 358 | left: 1px; |
| 359 | right: auto; } |
| 360 | |
| 361 | .select2-container--classic.select2-container--open .select2-selection--single { |
| 362 | border: 1px solid #5897fb; } |
| 363 | .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { |
| 364 | background: transparent; |
| 365 | border: none; } |
| 366 | .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { |
| 367 | border-color: transparent transparent #888 transparent; |
| 368 | border-width: 0 4px 5px 4px; } |
| 369 | |
| 370 | .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { |
| 371 | border-top: none; |
| 372 | border-top-left-radius: 0; |
| 373 | border-top-right-radius: 0; |
| 374 | background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%); |
| 375 | background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%); |
| 376 | background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%); |
| 377 | background-repeat: repeat-x; |
| 378 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } |
| 379 | |
| 380 | .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { |
| 381 | border-bottom: none; |
| 382 | border-bottom-left-radius: 0; |
| 383 | border-bottom-right-radius: 0; |
| 384 | background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%); |
| 385 | background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%); |
| 386 | background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%); |
| 387 | background-repeat: repeat-x; |
| 388 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); } |
| 389 | |
| 390 | .select2-container--classic .select2-selection--multiple { |
| 391 | background-color: white; |
| 392 | border: 1px solid #aaa; |
| 393 | border-radius: 4px; |
| 394 | cursor: text; |
| 395 | outline: 0; } |
| 396 | .select2-container--classic .select2-selection--multiple:focus { |
| 397 | border: 1px solid #5897fb; } |
| 398 | .select2-container--classic .select2-selection--multiple .select2-selection__rendered { |
| 399 | list-style: none; |
| 400 | margin: 0; |
| 401 | padding: 0 5px; } |
| 402 | .select2-container--classic .select2-selection--multiple .select2-selection__clear { |
| 403 | display: none; } |
| 404 | .select2-container--classic .select2-selection--multiple .select2-selection__choice { |
| 405 | background-color: #e4e4e4; |
| 406 | border: 1px solid #aaa; |
| 407 | border-radius: 4px; |
| 408 | cursor: default; |
| 409 | float: left; |
| 410 | margin-right: 5px; |
| 411 | margin-top: 5px; |
| 412 | padding: 0 5px; } |
| 413 | .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { |
| 414 | color: #888; |
| 415 | cursor: pointer; |
| 416 | display: inline-block; |
| 417 | font-weight: bold; |
| 418 | margin-right: 2px; } |
| 419 | .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { |
| 420 | color: #555; } |
| 421 | |
| 422 | .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { |
| 423 | float: right; } |
| 424 | |
| 425 | .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { |
| 426 | margin-left: 5px; |
| 427 | margin-right: auto; } |
| 428 | |
| 429 | .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { |
| 430 | margin-left: 2px; |
| 431 | margin-right: auto; } |
| 432 | |
| 433 | .select2-container--classic.select2-container--open .select2-selection--multiple { |
| 434 | border: 1px solid #5897fb; } |
| 435 | |
| 436 | .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { |
| 437 | border-top: none; |
| 438 | border-top-left-radius: 0; |
| 439 | border-top-right-radius: 0; } |
| 440 | |
| 441 | .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { |
| 442 | border-bottom: none; |
| 443 | border-bottom-left-radius: 0; |
| 444 | border-bottom-right-radius: 0; } |
| 445 | |
| 446 | .select2-container--classic .select2-search--dropdown .select2-search__field { |
| 447 | border: 1px solid #aaa; |
| 448 | outline: 0; } |
| 449 | |
| 450 | .select2-container--classic .select2-search--inline .select2-search__field { |
| 451 | outline: 0; |
| 452 | box-shadow: none; } |
| 453 | |
| 454 | .select2-container--classic .select2-dropdown { |
| 455 | background-color: white; |
| 456 | border: 1px solid transparent; } |
| 457 | |
| 458 | .select2-container--classic .select2-dropdown--above { |
| 459 | border-bottom: none; } |
| 460 | |
| 461 | .select2-container--classic .select2-dropdown--below { |
| 462 | border-top: none; } |
| 463 | |
| 464 | .select2-container--classic .select2-results > .select2-results__options { |
| 465 | max-height: 200px; |
| 466 | overflow-y: auto; } |
| 467 | |
| 468 | .select2-container--classic .select2-results__option[role=group] { |
| 469 | padding: 0; } |
| 470 | |
| 471 | .select2-container--classic .select2-results__option[aria-disabled=true] { |
| 472 | color: grey; } |
| 473 | |
| 474 | .select2-container--classic .select2-results__option--highlighted[aria-selected] { |
| 475 | background-color: #3875d7; |
| 476 | color: white; } |
| 477 | |
| 478 | .select2-container--classic .select2-results__group { |
| 479 | cursor: default; |
| 480 | display: block; |
| 481 | padding: 6px; } |
| 482 | |
| 483 | .select2-container--classic.select2-container--open .select2-dropdown { |
| 484 | border-color: #5897fb; } |
| 485 | |
| 486 | /*! jQuery UI - v1.10.1 - 2013-03-10 |
| 487 | * http://jqueryui.com |
| 488 | * Includes: jquery.ui.core.css, jquery.ui.datepicker.css |
| 489 | * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px |
| 490 | * Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */ |
| 491 | |
| 492 | /* Layout helpers |
| 493 | ----------------------------------*/ |
| 494 | .ui-helper-hidden { |
| 495 | display: none; |
| 496 | } |
| 497 | .ui-helper-hidden-accessible { |
| 498 | border: 0; |
| 499 | clip: rect(0 0 0 0); |
| 500 | height: 1px; |
| 501 | margin: -1px; |
| 502 | overflow: hidden; |
| 503 | padding: 0; |
| 504 | position: absolute; |
| 505 | width: 1px; |
| 506 | } |
| 507 | .ui-helper-reset { |
| 508 | margin: 0; |
| 509 | padding: 0; |
| 510 | border: 0; |
| 511 | outline: 0; |
| 512 | line-height: 1.3; |
| 513 | text-decoration: none; |
| 514 | font-size: 100%; |
| 515 | list-style: none; |
| 516 | } |
| 517 | .ui-helper-clearfix:before, |
| 518 | .ui-helper-clearfix:after { |
| 519 | content: ""; |
| 520 | display: table; |
| 521 | border-collapse: collapse; |
| 522 | } |
| 523 | .ui-helper-clearfix:after { |
| 524 | clear: both; |
| 525 | } |
| 526 | .ui-helper-clearfix { |
| 527 | min-height: 0; /* support: IE7 */ |
| 528 | } |
| 529 | .ui-helper-zfix { |
| 530 | width: 100%; |
| 531 | height: 100%; |
| 532 | top: 0; |
| 533 | left: 0; |
| 534 | position: absolute; |
| 535 | opacity: 0; |
| 536 | filter:Alpha(Opacity=0); |
| 537 | } |
| 538 | |
| 539 | .ui-front { |
| 540 | z-index: 100; |
| 541 | } |
| 542 | |
| 543 | |
| 544 | /* Interaction Cues |
| 545 | ----------------------------------*/ |
| 546 | .ui-state-disabled { |
| 547 | cursor: default !important; |
| 548 | } |
| 549 | |
| 550 | |
| 551 | /* Icons |
| 552 | ----------------------------------*/ |
| 553 | |
| 554 | /* states and images */ |
| 555 | .ui-icon { |
| 556 | display: block; |
| 557 | text-indent: -99999px; |
| 558 | overflow: hidden; |
| 559 | background-repeat: no-repeat; |
| 560 | } |
| 561 | |
| 562 | |
| 563 | /* Misc visuals |
| 564 | ----------------------------------*/ |
| 565 | |
| 566 | /* Overlays */ |
| 567 | .ui-widget-overlay { |
| 568 | position: fixed; |
| 569 | top: 0; |
| 570 | left: 0; |
| 571 | width: 100%; |
| 572 | height: 100%; |
| 573 | } |
| 574 | .ui-datepicker { |
| 575 | width: 17em; |
| 576 | padding: .2em .2em 0; |
| 577 | display: none; |
| 578 | } |
| 579 | .ui-datepicker .ui-datepicker-header { |
| 580 | position: relative; |
| 581 | padding: .2em 0; |
| 582 | } |
| 583 | .ui-datepicker .ui-datepicker-prev, |
| 584 | .ui-datepicker .ui-datepicker-next { |
| 585 | position: absolute; |
| 586 | top: 2px; |
| 587 | width: 1.8em; |
| 588 | height: 1.8em; |
| 589 | } |
| 590 | .ui-datepicker .ui-datepicker-prev-hover, |
| 591 | .ui-datepicker .ui-datepicker-next-hover { |
| 592 | top: 1px; |
| 593 | } |
| 594 | .ui-datepicker .ui-datepicker-prev { |
| 595 | left: 2px; |
| 596 | } |
| 597 | .ui-datepicker .ui-datepicker-next { |
| 598 | right: 2px; |
| 599 | } |
| 600 | .ui-datepicker .ui-datepicker-prev-hover { |
| 601 | left: 1px; |
| 602 | } |
| 603 | .ui-datepicker .ui-datepicker-next-hover { |
| 604 | right: 1px; |
| 605 | } |
| 606 | .ui-datepicker .ui-datepicker-prev span, |
| 607 | .ui-datepicker .ui-datepicker-next span { |
| 608 | display: block; |
| 609 | position: absolute; |
| 610 | left: 50%; |
| 611 | margin-left: -8px; |
| 612 | top: 50%; |
| 613 | margin-top: -8px; |
| 614 | } |
| 615 | .ui-datepicker .ui-datepicker-title { |
| 616 | margin: 0 2.3em; |
| 617 | line-height: 1.8em; |
| 618 | text-align: center; |
| 619 | } |
| 620 | .ui-datepicker .ui-datepicker-title select { |
| 621 | font-size: 1em; |
| 622 | margin: 1px 0; |
| 623 | } |
| 624 | .ui-datepicker select.ui-datepicker-month-year { |
| 625 | width: 100%; |
| 626 | } |
| 627 | .ui-datepicker select.ui-datepicker-month, |
| 628 | .ui-datepicker select.ui-datepicker-year { |
| 629 | width: 49%; |
| 630 | } |
| 631 | .ui-datepicker table { |
| 632 | width: 100%; |
| 633 | font-size: .9em; |
| 634 | border-collapse: collapse; |
| 635 | margin: 0 0 .4em; |
| 636 | } |
| 637 | .ui-datepicker th { |
| 638 | padding: .7em .3em; |
| 639 | text-align: center; |
| 640 | font-weight: bold; |
| 641 | border: 0; |
| 642 | } |
| 643 | .ui-datepicker td { |
| 644 | border: 0; |
| 645 | padding: 1px; |
| 646 | } |
| 647 | .ui-datepicker td span, |
| 648 | .ui-datepicker td a { |
| 649 | display: block; |
| 650 | padding: .2em; |
| 651 | text-align: right; |
| 652 | text-decoration: none; |
| 653 | } |
| 654 | .ui-datepicker .ui-datepicker-buttonpane { |
| 655 | background-image: none; |
| 656 | margin: .7em 0 0 0; |
| 657 | padding: 0 .2em; |
| 658 | border-left: 0; |
| 659 | border-right: 0; |
| 660 | border-bottom: 0; |
| 661 | } |
| 662 | .ui-datepicker .ui-datepicker-buttonpane button { |
| 663 | float: right; |
| 664 | margin: .5em .2em .4em; |
| 665 | cursor: pointer; |
| 666 | padding: .2em .6em .3em .6em; |
| 667 | width: auto; |
| 668 | overflow: visible; |
| 669 | } |
| 670 | .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { |
| 671 | float: left; |
| 672 | } |
| 673 | |
| 674 | /* with multiple calendars */ |
| 675 | .ui-datepicker.ui-datepicker-multi { |
| 676 | width: auto; |
| 677 | } |
| 678 | .ui-datepicker-multi .ui-datepicker-group { |
| 679 | float: left; |
| 680 | } |
| 681 | .ui-datepicker-multi .ui-datepicker-group table { |
| 682 | width: 95%; |
| 683 | margin: 0 auto .4em; |
| 684 | } |
| 685 | .ui-datepicker-multi-2 .ui-datepicker-group { |
| 686 | width: 50%; |
| 687 | } |
| 688 | .ui-datepicker-multi-3 .ui-datepicker-group { |
| 689 | width: 33.3%; |
| 690 | } |
| 691 | .ui-datepicker-multi-4 .ui-datepicker-group { |
| 692 | width: 25%; |
| 693 | } |
| 694 | .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, |
| 695 | .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { |
| 696 | border-left-width: 0; |
| 697 | } |
| 698 | .ui-datepicker-multi .ui-datepicker-buttonpane { |
| 699 | clear: left; |
| 700 | } |
| 701 | .ui-datepicker-row-break { |
| 702 | clear: both; |
| 703 | width: 100%; |
| 704 | font-size: 0; |
| 705 | } |
| 706 | |
| 707 | /* RTL support */ |
| 708 | .ui-datepicker-rtl { |
| 709 | direction: rtl; |
| 710 | } |
| 711 | .ui-datepicker-rtl .ui-datepicker-prev { |
| 712 | right: 2px; |
| 713 | left: auto; |
| 714 | } |
| 715 | .ui-datepicker-rtl .ui-datepicker-next { |
| 716 | left: 2px; |
| 717 | right: auto; |
| 718 | } |
| 719 | .ui-datepicker-rtl .ui-datepicker-prev:hover { |
| 720 | right: 1px; |
| 721 | left: auto; |
| 722 | } |
| 723 | .ui-datepicker-rtl .ui-datepicker-next:hover { |
| 724 | left: 1px; |
| 725 | right: auto; |
| 726 | } |
| 727 | .ui-datepicker-rtl .ui-datepicker-buttonpane { |
| 728 | clear: right; |
| 729 | } |
| 730 | .ui-datepicker-rtl .ui-datepicker-buttonpane button { |
| 731 | float: left; |
| 732 | } |
| 733 | .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, |
| 734 | .ui-datepicker-rtl .ui-datepicker-group { |
| 735 | float: right; |
| 736 | } |
| 737 | .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, |
| 738 | .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { |
| 739 | border-right-width: 0; |
| 740 | border-left-width: 1px; |
| 741 | } |
| 742 | |
| 743 | /* Component containers |
| 744 | ----------------------------------*/ |
| 745 | .ui-widget { |
| 746 | font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; |
| 747 | font-size: 1.1em; |
| 748 | } |
| 749 | .ui-widget .ui-widget { |
| 750 | font-size: 1em; |
| 751 | } |
| 752 | .ui-widget input, |
| 753 | .ui-widget select, |
| 754 | .ui-widget textarea, |
| 755 | .ui-widget button { |
| 756 | font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; |
| 757 | font-size: 1em; |
| 758 | } |
| 759 | .ui-widget-content { |
| 760 | border: 1px solid #dddddd; |
| 761 | background: #eeeeee url(../img/datepicker/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; |
| 762 | color: #333333; |
| 763 | } |
| 764 | .ui-widget-content a { |
| 765 | color: #333333; |
| 766 | } |
| 767 | .ui-widget-header { |
| 768 | border: 1px solid #e78f08; |
| 769 | background: #f6a828 url(../img/datepicker/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; |
| 770 | color: #ffffff; |
| 771 | font-weight: bold; |
| 772 | } |
| 773 | .ui-widget-header a { |
| 774 | color: #ffffff; |
| 775 | } |
| 776 | |
| 777 | /* Interaction states |
| 778 | ----------------------------------*/ |
| 779 | .ui-state-default, |
| 780 | .ui-widget-content .ui-state-default, |
| 781 | .ui-widget-header .ui-state-default { |
| 782 | border: 1px solid #cccccc; |
| 783 | background: #f6f6f6 url(../img/datepicker/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; |
| 784 | font-weight: bold; |
| 785 | color: #1c94c4; |
| 786 | } |
| 787 | .ui-state-default a, |
| 788 | .ui-state-default a:link, |
| 789 | .ui-state-default a:visited { |
| 790 | color: #1c94c4; |
| 791 | text-decoration: none; |
| 792 | } |
| 793 | .ui-state-hover, |
| 794 | .ui-widget-content .ui-state-hover, |
| 795 | .ui-widget-header .ui-state-hover, |
| 796 | .ui-state-focus, |
| 797 | .ui-widget-content .ui-state-focus, |
| 798 | .ui-widget-header .ui-state-focus { |
| 799 | border: 1px solid #fbcb09; |
| 800 | background: #fdf5ce url(../img/datepicker/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; |
| 801 | font-weight: bold; |
| 802 | color: #c77405; |
| 803 | } |
| 804 | .ui-state-hover a, |
| 805 | .ui-state-hover a:hover, |
| 806 | .ui-state-hover a:link, |
| 807 | .ui-state-hover a:visited { |
| 808 | color: #c77405; |
| 809 | text-decoration: none; |
| 810 | } |
| 811 | .ui-state-active, |
| 812 | .ui-widget-content .ui-state-active, |
| 813 | .ui-widget-header .ui-state-active { |
| 814 | border: 1px solid #fbd850; |
| 815 | background: #ffffff url(../img/datepicker/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; |
| 816 | font-weight: bold; |
| 817 | color: #eb8f00; |
| 818 | } |
| 819 | .ui-state-active a, |
| 820 | .ui-state-active a:link, |
| 821 | .ui-state-active a:visited { |
| 822 | color: #eb8f00; |
| 823 | text-decoration: none; |
| 824 | } |
| 825 | |
| 826 | /* Interaction Cues |
| 827 | ----------------------------------*/ |
| 828 | .ui-state-highlight, |
| 829 | .ui-widget-content .ui-state-highlight, |
| 830 | .ui-widget-header .ui-state-highlight { |
| 831 | border: 1px solid #fed22f; |
| 832 | background: #ffe45c url(../img/datepicker/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; |
| 833 | color: #363636; |
| 834 | } |
| 835 | .ui-state-highlight a, |
| 836 | .ui-widget-content .ui-state-highlight a, |
| 837 | .ui-widget-header .ui-state-highlight a { |
| 838 | color: #363636; |
| 839 | } |
| 840 | .ui-state-error, |
| 841 | .ui-widget-content .ui-state-error, |
| 842 | .ui-widget-header .ui-state-error { |
| 843 | border: 1px solid #cd0a0a; |
| 844 | background: #b81900 url(../img/datepicker/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; |
| 845 | color: #ffffff; |
| 846 | } |
| 847 | .ui-state-error a, |
| 848 | .ui-widget-content .ui-state-error a, |
| 849 | .ui-widget-header .ui-state-error a { |
| 850 | color: #ffffff; |
| 851 | } |
| 852 | .ui-state-error-text, |
| 853 | .ui-widget-content .ui-state-error-text, |
| 854 | .ui-widget-header .ui-state-error-text { |
| 855 | color: #ffffff; |
| 856 | } |
| 857 | .ui-priority-primary, |
| 858 | .ui-widget-content .ui-priority-primary, |
| 859 | .ui-widget-header .ui-priority-primary { |
| 860 | font-weight: bold; |
| 861 | } |
| 862 | .ui-priority-secondary, |
| 863 | .ui-widget-content .ui-priority-secondary, |
| 864 | .ui-widget-header .ui-priority-secondary { |
| 865 | opacity: .7; |
| 866 | filter:Alpha(Opacity=70); |
| 867 | font-weight: normal; |
| 868 | } |
| 869 | .ui-state-disabled, |
| 870 | .ui-widget-content .ui-state-disabled, |
| 871 | .ui-widget-header .ui-state-disabled { |
| 872 | opacity: .35; |
| 873 | filter:Alpha(Opacity=35); |
| 874 | background-image: none; |
| 875 | } |
| 876 | .ui-state-disabled .ui-icon { |
| 877 | filter:Alpha(Opacity=35); /* For IE8 - See #6059 */ |
| 878 | } |
| 879 | |
| 880 | /* Icons |
| 881 | ----------------------------------*/ |
| 882 | |
| 883 | /* states and images */ |
| 884 | .ui-icon { |
| 885 | width: 16px; |
| 886 | height: 16px; |
| 887 | background-position: 16px 16px; |
| 888 | } |
| 889 | .ui-icon, |
| 890 | .ui-widget-content .ui-icon { |
| 891 | background-image: url(../img/datepicker/ui-icons_222222_256x240.png); |
| 892 | } |
| 893 | .ui-widget-header .ui-icon { |
| 894 | background-image: url(../img/datepicker/ui-icons_ffffff_256x240.png); |
| 895 | } |
| 896 | .ui-state-default .ui-icon { |
| 897 | background-image: url(../img/datepicker/ui-icons_ef8c08_256x240.png); |
| 898 | } |
| 899 | .ui-state-hover .ui-icon, |
| 900 | .ui-state-focus .ui-icon { |
| 901 | background-image: url(../img/datepicker/ui-icons_ef8c08_256x240.png); |
| 902 | } |
| 903 | .ui-state-active .ui-icon { |
| 904 | background-image: url(../img/datepicker/ui-icons_ef8c08_256x240.png); |
| 905 | } |
| 906 | .ui-state-highlight .ui-icon { |
| 907 | background-image: url(../img/datepicker/ui-icons_228ef1_256x240.png); |
| 908 | } |
| 909 | .ui-state-error .ui-icon, |
| 910 | .ui-state-error-text .ui-icon { |
| 911 | background-image: url(../img/datepicker/ui-icons_ffd27a_256x240.png); |
| 912 | } |
| 913 | |
| 914 | /* positioning */ |
| 915 | .ui-icon-carat-1-n { background-position: 0 0; } |
| 916 | .ui-icon-carat-1-ne { background-position: -16px 0; } |
| 917 | .ui-icon-carat-1-e { background-position: -32px 0; } |
| 918 | .ui-icon-carat-1-se { background-position: -48px 0; } |
| 919 | .ui-icon-carat-1-s { background-position: -64px 0; } |
| 920 | .ui-icon-carat-1-sw { background-position: -80px 0; } |
| 921 | .ui-icon-carat-1-w { background-position: -96px 0; } |
| 922 | .ui-icon-carat-1-nw { background-position: -112px 0; } |
| 923 | .ui-icon-carat-2-n-s { background-position: -128px 0; } |
| 924 | .ui-icon-carat-2-e-w { background-position: -144px 0; } |
| 925 | .ui-icon-triangle-1-n { background-position: 0 -16px; } |
| 926 | .ui-icon-triangle-1-ne { background-position: -16px -16px; } |
| 927 | .ui-icon-triangle-1-e { background-position: -32px -16px; } |
| 928 | .ui-icon-triangle-1-se { background-position: -48px -16px; } |
| 929 | .ui-icon-triangle-1-s { background-position: -64px -16px; } |
| 930 | .ui-icon-triangle-1-sw { background-position: -80px -16px; } |
| 931 | .ui-icon-triangle-1-w { background-position: -96px -16px; } |
| 932 | .ui-icon-triangle-1-nw { background-position: -112px -16px; } |
| 933 | .ui-icon-triangle-2-n-s { background-position: -128px -16px; } |
| 934 | .ui-icon-triangle-2-e-w { background-position: -144px -16px; } |
| 935 | .ui-icon-arrow-1-n { background-position: 0 -32px; } |
| 936 | .ui-icon-arrow-1-ne { background-position: -16px -32px; } |
| 937 | .ui-icon-arrow-1-e { background-position: -32px -32px; } |
| 938 | .ui-icon-arrow-1-se { background-position: -48px -32px; } |
| 939 | .ui-icon-arrow-1-s { background-position: -64px -32px; } |
| 940 | .ui-icon-arrow-1-sw { background-position: -80px -32px; } |
| 941 | .ui-icon-arrow-1-w { background-position: -96px -32px; } |
| 942 | .ui-icon-arrow-1-nw { background-position: -112px -32px; } |
| 943 | .ui-icon-arrow-2-n-s { background-position: -128px -32px; } |
| 944 | .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } |
| 945 | .ui-icon-arrow-2-e-w { background-position: -160px -32px; } |
| 946 | .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } |
| 947 | .ui-icon-arrowstop-1-n { background-position: -192px -32px; } |
| 948 | .ui-icon-arrowstop-1-e { background-position: -208px -32px; } |
| 949 | .ui-icon-arrowstop-1-s { background-position: -224px -32px; } |
| 950 | .ui-icon-arrowstop-1-w { background-position: -240px -32px; } |
| 951 | .ui-icon-arrowthick-1-n { background-position: 0 -48px; } |
| 952 | .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } |
| 953 | .ui-icon-arrowthick-1-e { background-position: -32px -48px; } |
| 954 | .ui-icon-arrowthick-1-se { background-position: -48px -48px; } |
| 955 | .ui-icon-arrowthick-1-s { background-position: -64px -48px; } |
| 956 | .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } |
| 957 | .ui-icon-arrowthick-1-w { background-position: -96px -48px; } |
| 958 | .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } |
| 959 | .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } |
| 960 | .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } |
| 961 | .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } |
| 962 | .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } |
| 963 | .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } |
| 964 | .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } |
| 965 | .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } |
| 966 | .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } |
| 967 | .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } |
| 968 | .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } |
| 969 | .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } |
| 970 | .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } |
| 971 | .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } |
| 972 | .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } |
| 973 | .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } |
| 974 | .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } |
| 975 | .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } |
| 976 | .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } |
| 977 | .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } |
| 978 | .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } |
| 979 | .ui-icon-arrow-4 { background-position: 0 -80px; } |
| 980 | .ui-icon-arrow-4-diag { background-position: -16px -80px; } |
| 981 | .ui-icon-extlink { background-position: -32px -80px; } |
| 982 | .ui-icon-newwin { background-position: -48px -80px; } |
| 983 | .ui-icon-refresh { background-position: -64px -80px; } |
| 984 | .ui-icon-shuffle { background-position: -80px -80px; } |
| 985 | .ui-icon-transfer-e-w { background-position: -96px -80px; } |
| 986 | .ui-icon-transferthick-e-w { background-position: -112px -80px; } |
| 987 | .ui-icon-folder-collapsed { background-position: 0 -96px; } |
| 988 | .ui-icon-folder-open { background-position: -16px -96px; } |
| 989 | .ui-icon-document { background-position: -32px -96px; } |
| 990 | .ui-icon-document-b { background-position: -48px -96px; } |
| 991 | .ui-icon-note { background-position: -64px -96px; } |
| 992 | .ui-icon-mail-closed { background-position: -80px -96px; } |
| 993 | .ui-icon-mail-open { background-position: -96px -96px; } |
| 994 | .ui-icon-suitcase { background-position: -112px -96px; } |
| 995 | .ui-icon-comment { background-position: -128px -96px; } |
| 996 | .ui-icon-person { background-position: -144px -96px; } |
| 997 | .ui-icon-print { background-position: -160px -96px; } |
| 998 | .ui-icon-trash { background-position: -176px -96px; } |
| 999 | .ui-icon-locked { background-position: -192px -96px; } |
| 1000 | .ui-icon-unlocked { background-position: -208px -96px; } |
| 1001 | .ui-icon-bookmark { background-position: -224px -96px; } |
| 1002 | .ui-icon-tag { background-position: -240px -96px; } |
| 1003 | .ui-icon-home { background-position: 0 -112px; } |
| 1004 | .ui-icon-flag { background-position: -16px -112px; } |
| 1005 | .ui-icon-calendar { background-position: -32px -112px; } |
| 1006 | .ui-icon-cart { background-position: -48px -112px; } |
| 1007 | .ui-icon-pencil { background-position: -64px -112px; } |
| 1008 | .ui-icon-clock { background-position: -80px -112px; } |
| 1009 | .ui-icon-disk { background-position: -96px -112px; } |
| 1010 | .ui-icon-calculator { background-position: -112px -112px; } |
| 1011 | .ui-icon-zoomin { background-position: -128px -112px; } |
| 1012 | .ui-icon-zoomout { background-position: -144px -112px; } |
| 1013 | .ui-icon-search { background-position: -160px -112px; } |
| 1014 | .ui-icon-wrench { background-position: -176px -112px; } |
| 1015 | .ui-icon-gear { background-position: -192px -112px; } |
| 1016 | .ui-icon-heart { background-position: -208px -112px; } |
| 1017 | .ui-icon-star { background-position: -224px -112px; } |
| 1018 | .ui-icon-link { background-position: -240px -112px; } |
| 1019 | .ui-icon-cancel { background-position: 0 -128px; } |
| 1020 | .ui-icon-plus { background-position: -16px -128px; } |
| 1021 | .ui-icon-plusthick { background-position: -32px -128px; } |
| 1022 | .ui-icon-minus { background-position: -48px -128px; } |
| 1023 | .ui-icon-minusthick { background-position: -64px -128px; } |
| 1024 | .ui-icon-close { background-position: -80px -128px; } |
| 1025 | .ui-icon-closethick { background-position: -96px -128px; } |
| 1026 | .ui-icon-key { background-position: -112px -128px; } |
| 1027 | .ui-icon-lightbulb { background-position: -128px -128px; } |
| 1028 | .ui-icon-scissors { background-position: -144px -128px; } |
| 1029 | .ui-icon-clipboard { background-position: -160px -128px; } |
| 1030 | .ui-icon-copy { background-position: -176px -128px; } |
| 1031 | .ui-icon-contact { background-position: -192px -128px; } |
| 1032 | .ui-icon-image { background-position: -208px -128px; } |
| 1033 | .ui-icon-video { background-position: -224px -128px; } |
| 1034 | .ui-icon-script { background-position: -240px -128px; } |
| 1035 | .ui-icon-alert { background-position: 0 -144px; } |
| 1036 | .ui-icon-info { background-position: -16px -144px; } |
| 1037 | .ui-icon-notice { background-position: -32px -144px; } |
| 1038 | .ui-icon-help { background-position: -48px -144px; } |
| 1039 | .ui-icon-check { background-position: -64px -144px; } |
| 1040 | .ui-icon-bullet { background-position: -80px -144px; } |
| 1041 | .ui-icon-radio-on { background-position: -96px -144px; } |
| 1042 | .ui-icon-radio-off { background-position: -112px -144px; } |
| 1043 | .ui-icon-pin-w { background-position: -128px -144px; } |
| 1044 | .ui-icon-pin-s { background-position: -144px -144px; } |
| 1045 | .ui-icon-play { background-position: 0 -160px; } |
| 1046 | .ui-icon-pause { background-position: -16px -160px; } |
| 1047 | .ui-icon-seek-next { background-position: -32px -160px; } |
| 1048 | .ui-icon-seek-prev { background-position: -48px -160px; } |
| 1049 | .ui-icon-seek-end { background-position: -64px -160px; } |
| 1050 | .ui-icon-seek-start { background-position: -80px -160px; } |
| 1051 | /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ |
| 1052 | .ui-icon-seek-first { background-position: -80px -160px; } |
| 1053 | .ui-icon-stop { background-position: -96px -160px; } |
| 1054 | .ui-icon-eject { background-position: -112px -160px; } |
| 1055 | .ui-icon-volume-off { background-position: -128px -160px; } |
| 1056 | .ui-icon-volume-on { background-position: -144px -160px; } |
| 1057 | .ui-icon-power { background-position: 0 -176px; } |
| 1058 | .ui-icon-signal-diag { background-position: -16px -176px; } |
| 1059 | .ui-icon-signal { background-position: -32px -176px; } |
| 1060 | .ui-icon-battery-0 { background-position: -48px -176px; } |
| 1061 | .ui-icon-battery-1 { background-position: -64px -176px; } |
| 1062 | .ui-icon-battery-2 { background-position: -80px -176px; } |
| 1063 | .ui-icon-battery-3 { background-position: -96px -176px; } |
| 1064 | .ui-icon-circle-plus { background-position: 0 -192px; } |
| 1065 | .ui-icon-circle-minus { background-position: -16px -192px; } |
| 1066 | .ui-icon-circle-close { background-position: -32px -192px; } |
| 1067 | .ui-icon-circle-triangle-e { background-position: -48px -192px; } |
| 1068 | .ui-icon-circle-triangle-s { background-position: -64px -192px; } |
| 1069 | .ui-icon-circle-triangle-w { background-position: -80px -192px; } |
| 1070 | .ui-icon-circle-triangle-n { background-position: -96px -192px; } |
| 1071 | .ui-icon-circle-arrow-e { background-position: -112px -192px; } |
| 1072 | .ui-icon-circle-arrow-s { background-position: -128px -192px; } |
| 1073 | .ui-icon-circle-arrow-w { background-position: -144px -192px; } |
| 1074 | .ui-icon-circle-arrow-n { background-position: -160px -192px; } |
| 1075 | .ui-icon-circle-zoomin { background-position: -176px -192px; } |
| 1076 | .ui-icon-circle-zoomout { background-position: -192px -192px; } |
| 1077 | .ui-icon-circle-check { background-position: -208px -192px; } |
| 1078 | .ui-icon-circlesmall-plus { background-position: 0 -208px; } |
| 1079 | .ui-icon-circlesmall-minus { background-position: -16px -208px; } |
| 1080 | .ui-icon-circlesmall-close { background-position: -32px -208px; } |
| 1081 | .ui-icon-squaresmall-plus { background-position: -48px -208px; } |
| 1082 | .ui-icon-squaresmall-minus { background-position: -64px -208px; } |
| 1083 | .ui-icon-squaresmall-close { background-position: -80px -208px; } |
| 1084 | .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } |
| 1085 | .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } |
| 1086 | .ui-icon-grip-solid-vertical { background-position: -32px -224px; } |
| 1087 | .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } |
| 1088 | .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } |
| 1089 | .ui-icon-grip-diagonal-se { background-position: -80px -224px; } |
| 1090 | |
| 1091 | |
| 1092 | /* Misc visuals |
| 1093 | ----------------------------------*/ |
| 1094 | |
| 1095 | /* Corner radius */ |
| 1096 | .ui-corner-all, |
| 1097 | .ui-corner-top, |
| 1098 | .ui-corner-left, |
| 1099 | .ui-corner-tl { |
| 1100 | border-top-left-radius: 4px; |
| 1101 | } |
| 1102 | .ui-corner-all, |
| 1103 | .ui-corner-top, |
| 1104 | .ui-corner-right, |
| 1105 | .ui-corner-tr { |
| 1106 | border-top-right-radius: 4px; |
| 1107 | } |
| 1108 | .ui-corner-all, |
| 1109 | .ui-corner-bottom, |
| 1110 | .ui-corner-left, |
| 1111 | .ui-corner-bl { |
| 1112 | border-bottom-left-radius: 4px; |
| 1113 | } |
| 1114 | .ui-corner-all, |
| 1115 | .ui-corner-bottom, |
| 1116 | .ui-corner-right, |
| 1117 | .ui-corner-br { |
| 1118 | border-bottom-right-radius: 4px; |
| 1119 | } |
| 1120 | |
| 1121 | /* Overlays */ |
| 1122 | .ui-widget-overlay { |
| 1123 | background: #666666 url(../img/datepicker/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; |
| 1124 | opacity: .5; |
| 1125 | filter: Alpha(Opacity=50); |
| 1126 | } |
| 1127 | .ui-widget-shadow { |
| 1128 | margin: -5px 0 0 -5px; |
| 1129 | padding: 5px; |
| 1130 | background: #000000 url(../img/datepicker/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; |
| 1131 | opacity: .2; |
| 1132 | filter: Alpha(Opacity=20); |
| 1133 | border-radius: 5px; |
| 1134 | } |
| 1135 | |
| 1136 | /** |
| 1137 | * Melon skin from: https://github.com/rtsinani/jquery-datepicker-skins |
| 1138 | */ |
| 1139 | |
| 1140 | .wp-admin { |
| 1141 | font-size: 90%; |
| 1142 | } |
| 1143 | |
| 1144 | .wp-admin .ui-widget { |
| 1145 | font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; |
| 1146 | background: #2e3641; |
| 1147 | border: none; |
| 1148 | border-radius: 0; |
| 1149 | -webkit-border-radius: 0; |
| 1150 | -moz-border-radius: 0; |
| 1151 | } |
| 1152 | |
| 1153 | .wp-admin .ui-datepicker { |
| 1154 | padding: 0; |
| 1155 | } |
| 1156 | |
| 1157 | .wp-admin .ui-datepicker-header { |
| 1158 | border: none; |
| 1159 | background: transparent; |
| 1160 | font-weight: normal; |
| 1161 | font-size: 15px; |
| 1162 | } |
| 1163 | |
| 1164 | .wp-admin .ui-datepicker-header .ui-state-hover { |
| 1165 | background: transparent; |
| 1166 | border-color: transparent; |
| 1167 | cursor: pointer; |
| 1168 | border-radius: 0; |
| 1169 | -webkit-border-radius: 0; |
| 1170 | -moz-border-radius: 0; |
| 1171 | } |
| 1172 | |
| 1173 | .wp-admin .ui-datepicker .ui-datepicker-title { |
| 1174 | margin-top: .4em; |
| 1175 | margin-bottom: .3em; |
| 1176 | color: #e9f0f4; |
| 1177 | } |
| 1178 | |
| 1179 | .wp-admin .ui-datepicker .ui-datepicker-prev-hover, |
| 1180 | .wp-admin .ui-datepicker .ui-datepicker-next-hover, |
| 1181 | .wp-admin .ui-datepicker .ui-datepicker-next, |
| 1182 | .wp-admin .ui-datepicker .ui-datepicker-prev { |
| 1183 | top: .9em; |
| 1184 | border:none; |
| 1185 | } |
| 1186 | |
| 1187 | .wp-admin .ui-datepicker .ui-datepicker-prev-hover { |
| 1188 | left: 2px; |
| 1189 | } |
| 1190 | |
| 1191 | .wp-admin .ui-datepicker .ui-datepicker-next-hover { |
| 1192 | right: 2px; |
| 1193 | } |
| 1194 | |
| 1195 | .wp-admin .ui-datepicker .ui-datepicker-next span, |
| 1196 | .wp-admin .ui-datepicker .ui-datepicker-prev span { |
| 1197 | background-image: url(../img/datepicker/ui-icons_ffffff_256x240.png); |
| 1198 | background-position: -32px 0; |
| 1199 | margin-top: 0; |
| 1200 | top: 0; |
| 1201 | font-weight: normal; |
| 1202 | } |
| 1203 | |
| 1204 | .wp-admin .ui-datepicker .ui-datepicker-prev span { |
| 1205 | background-position: -96px 0; |
| 1206 | } |
| 1207 | |
| 1208 | .wp-admin .ui-datepicker table { |
| 1209 | margin: 0; |
| 1210 | } |
| 1211 | |
| 1212 | .wp-admin .ui-datepicker th { |
| 1213 | padding: 1em 0; |
| 1214 | color: #ccc; |
| 1215 | font-size: 13px; |
| 1216 | font-weight: normal; |
| 1217 | border: none; |
| 1218 | border-top: 1px solid #3a414d; |
| 1219 | } |
| 1220 | |
| 1221 | .wp-admin .ui-datepicker td { |
| 1222 | background: #f97e76; |
| 1223 | border: none; |
| 1224 | padding: 0; |
| 1225 | } |
| 1226 | |
| 1227 | .wp-admin td .ui-state-default { |
| 1228 | background: transparent; |
| 1229 | border: none; |
| 1230 | text-align: center; |
| 1231 | padding: .5em; |
| 1232 | margin: 0; |
| 1233 | font-weight: normal; |
| 1234 | color: #efefef; |
| 1235 | font-size: 16px; |
| 1236 | } |
| 1237 | |
| 1238 | .wp-admin .ui-state-disabled { |
| 1239 | opacity: 1; |
| 1240 | } |
| 1241 | |
| 1242 | .wp-admin .ui-state-disabled .ui-state-default { |
| 1243 | color: #fba49e; |
| 1244 | } |
| 1245 | |
| 1246 | .wp-admin td .ui-state-active, |
| 1247 | .wp-admin td .ui-state-hover { |
| 1248 | background: #2e3641; |
| 1249 | } |
| 1250 | |
| 1251 | |
| 1252 | .clearfix { |
| 1253 | zoom: 1; |
| 1254 | } |
| 1255 | .clearfix:before, |
| 1256 | .clearfix:after { |
| 1257 | content: ""; |
| 1258 | display: table; |
| 1259 | } |
| 1260 | .clearfix:after { |
| 1261 | clear: both; |
| 1262 | } |
| 1263 | a:focus { |
| 1264 | outline: 0 none !important; |
| 1265 | } |
| 1266 | .mailpoet_success { |
| 1267 | color: #090; |
| 1268 | } |
| 1269 | .mailpoet_error { |
| 1270 | color: #900; |
| 1271 | } |
| 1272 | .mailpoet_hidden { |
| 1273 | display: none; |
| 1274 | } |
| 1275 | .select2-container { |
| 1276 | width: 25em !important; |
| 1277 | } |
| 1278 | textarea.regular-text { |
| 1279 | width: 25em !important; |
| 1280 | } |
| 1281 | @media screen and (max-width: 782px) { |
| 1282 | .select2-container { |
| 1283 | width: 100% !important; |
| 1284 | } |
| 1285 | } |
| 1286 | progress { |
| 1287 | background-color: #efefef; |
| 1288 | height: 2em; |
| 1289 | border: 0; |
| 1290 | width: 100%; |
| 1291 | } |
| 1292 | progress::-webkit-progress-bar { |
| 1293 | background-color: #efefef; |
| 1294 | } |
| 1295 | progress::-webkit-progress-value { |
| 1296 | background-color: #69b1e9; |
| 1297 | border-radius: 5px; |
| 1298 | } |
| 1299 | progress::-moz-progress-bar { |
| 1300 | background-color: #69b1e9; |
| 1301 | border-radius: 5px; |
| 1302 | } |
| 1303 | body.mailpoet_modal_opened { |
| 1304 | overflow: hidden; |
| 1305 | } |
| 1306 | #mailpoet_modal_overlay { |
| 1307 | height: 100%; |
| 1308 | left: 0; |
| 1309 | overflow-y: auto; |
| 1310 | overflow-x: hidden; |
| 1311 | position: fixed; |
| 1312 | top: 0; |
| 1313 | width: 100%; |
| 1314 | z-index: 100000; |
| 1315 | background-color: rgba(0,0,0,0.6); |
| 1316 | } |
| 1317 | .mailpoet_modal_highlight { |
| 1318 | pointer-events: none; |
| 1319 | background-color: #f1f1f1; |
| 1320 | position: relative; |
| 1321 | z-index: 100001 !important; |
| 1322 | -webkit-box-shadow: 0px 0px 20px 2px rgba(255,255,255,0.75); |
| 1323 | box-shadow: 0px 0px 20px 2px rgba(255,255,255,0.75); |
| 1324 | } |
| 1325 | #mailpoet_modal_overlay.mailpoet_overlay_hidden { |
| 1326 | background-color: transparent; |
| 1327 | } |
| 1328 | #mailpoet_modal_overlay.mailpoet_overlay_loading { |
| 1329 | background-color: rgba(0,0,0,0.6) !important; |
| 1330 | display: block !important; |
| 1331 | } |
| 1332 | .mailpoet_modal_opened #mailpoet_modal_overlay { |
| 1333 | display: block; |
| 1334 | } |
| 1335 | #mailpoet_popup { |
| 1336 | display: none; |
| 1337 | position: absolute; |
| 1338 | z-index: 25; |
| 1339 | top: 48px; |
| 1340 | padding-bottom: 48px; |
| 1341 | margin: 0; |
| 1342 | } |
| 1343 | .mailpoet_popup_wrapper { |
| 1344 | background-color: #f0f0f0; |
| 1345 | overflow: hidden; |
| 1346 | position: relative; |
| 1347 | width: 100%; |
| 1348 | z-index: 0; |
| 1349 | } |
| 1350 | .mailpoet_overlay_hidden .mailpoet_popup_wrapper { |
| 1351 | border: 1px solid #333; |
| 1352 | } |
| 1353 | #mailpoet_popup_title { |
| 1354 | background-color: #222; |
| 1355 | border: 1px solid #333; |
| 1356 | height: 27px; |
| 1357 | margin: 0; |
| 1358 | padding: 0 30px 0 0; |
| 1359 | } |
| 1360 | #mailpoet_popup_title h2 { |
| 1361 | color: #cfcfcf; |
| 1362 | font-size: 12px; |
| 1363 | font-weight: normal; |
| 1364 | margin: 6px 0 0 10px; |
| 1365 | padding: 0; |
| 1366 | font-family: "Lucida Grande", Verdana, Arial, sans-serif; |
| 1367 | } |
| 1368 | .mailpoet_popup_body { |
| 1369 | padding: 10px 10px 10px 10px; |
| 1370 | } |
| 1371 | #mailpoet_modal_overlay.mailpoet_panel_overlay { |
| 1372 | top: 32px; |
| 1373 | overflow: hidden; |
| 1374 | } |
| 1375 | #mailpoet_panel { |
| 1376 | display: none; |
| 1377 | position: fixed; |
| 1378 | z-index: 100002; |
| 1379 | top: 0; |
| 1380 | bottom: 0; |
| 1381 | padding: 0; |
| 1382 | margin: 0; |
| 1383 | width: 100%; |
| 1384 | -webkit-transition: margin 350ms ease-out; |
| 1385 | -moz-transition: margin 350ms ease-out; |
| 1386 | -o-transition: margin 350ms ease-out; |
| 1387 | -ms-transition: margin 350ms ease-out; |
| 1388 | transition: margin 350ms ease-out; |
| 1389 | } |
| 1390 | .mailpoet_panel_wrapper { |
| 1391 | background-color: #f1f1f1; |
| 1392 | border: 1px solid #e1e1e1; |
| 1393 | border-top: 0 none; |
| 1394 | height: 100%; |
| 1395 | overflow-y: auto; |
| 1396 | overflow-x: hidden; |
| 1397 | width: 100%; |
| 1398 | top: 0; |
| 1399 | z-index: 0; |
| 1400 | } |
| 1401 | #mailpoet_panel_title { |
| 1402 | margin: 0; |
| 1403 | padding: 0; |
| 1404 | position: relative; |
| 1405 | height: 0; |
| 1406 | } |
| 1407 | #mailpoet_panel_title h2 { |
| 1408 | color: #cfcfcf; |
| 1409 | background-color: #222; |
| 1410 | border-left: 1px solid #444; |
| 1411 | border-right: 1px solid #444; |
| 1412 | font-size: 1em; |
| 1413 | font-weight: normal; |
| 1414 | margin: 0; |
| 1415 | padding: 0 30px 0 10px; |
| 1416 | font-family: "Lucida Grande", Verdana, Arial, sans-serif; |
| 1417 | line-height: 32px; |
| 1418 | } |
| 1419 | .mailpoet_panel_body { |
| 1420 | padding: 10px 10px 36px 10px; |
| 1421 | } |
| 1422 | #mailpoet_modal_close { |
| 1423 | background: url("../img/modal_close_button.png") 7px 7px no-repeat; |
| 1424 | height: 30px; |
| 1425 | overflow: hidden; |
| 1426 | padding: 0; |
| 1427 | position: absolute; |
| 1428 | width: 30px; |
| 1429 | z-index: 2; |
| 1430 | outline: 0 none; |
| 1431 | } |
| 1432 | #mailpoet_popup #mailpoet_modal_close { |
| 1433 | right: 0; |
| 1434 | top: 0; |
| 1435 | } |
| 1436 | #mailpoet_panel #mailpoet_modal_close { |
| 1437 | right: 10px; |
| 1438 | top: 7px; |
| 1439 | } |
| 1440 | #mailpoet_modal_close:focus { |
| 1441 | outline: 0 none; |
| 1442 | } |
| 1443 | .mailpoet_align_left { |
| 1444 | margin: 0; |
| 1445 | text-align: left; |
| 1446 | } |
| 1447 | .mailpoet_align_center { |
| 1448 | margin: 0; |
| 1449 | text-align: center; |
| 1450 | } |
| 1451 | .mailpoet_align_right { |
| 1452 | margin: 0; |
| 1453 | text-align: right; |
| 1454 | } |
| 1455 | @media screen and (max-width: 782px) { |
| 1456 | #mailpoet_modal_overlay.mailpoet_panel_overlay { |
| 1457 | top: 46px; |
| 1458 | } |
| 1459 | .mailpoet_panel_body { |
| 1460 | padding-bottom: 52px; |
| 1461 | } |
| 1462 | } |
| 1463 | #mailpoet_loading { |
| 1464 | width: 150px; |
| 1465 | height: 32px; |
| 1466 | position: relative; |
| 1467 | left: 50%; |
| 1468 | top: 50%; |
| 1469 | margin-left: -75px; |
| 1470 | margin-top: -16px; |
| 1471 | } |
| 1472 | .mailpoet_modal_loading { |
| 1473 | -webkit-animation-direction: linear; |
| 1474 | -moz-animation-direction: linear; |
| 1475 | -o-animation-direction: linear; |
| 1476 | -ms-animation-direction: linear; |
| 1477 | animation-direction: linear; |
| 1478 | -webkit-animation-duration: 1.95s; |
| 1479 | -moz-animation-duration: 1.95s; |
| 1480 | -o-animation-duration: 1.95s; |
| 1481 | -ms-animation-duration: 1.95s; |
| 1482 | animation-duration: 1.95s; |
| 1483 | -webkit-animation-iteration-count: infinite; |
| 1484 | -moz-animation-iteration-count: infinite; |
| 1485 | -o-animation-iteration-count: infinite; |
| 1486 | -ms-animation-iteration-count: infinite; |
| 1487 | animation-iteration-count: infinite; |
| 1488 | -webkit-animation-name: bounce_mailpoet_modal_loading; |
| 1489 | -moz-animation-name: bounce_mailpoet_modal_loading; |
| 1490 | -o-animation-name: bounce_mailpoet_modal_loading; |
| 1491 | -ms-animation-name: bounce_mailpoet_modal_loading; |
| 1492 | animation-name: bounce_mailpoet_modal_loading; |
| 1493 | border-radius: 21px; |
| 1494 | background-color: #e01d4e; |
| 1495 | float: left; |
| 1496 | height: 32px; |
| 1497 | margin-left: 17px; |
| 1498 | width: 32px; |
| 1499 | } |
| 1500 | #mailpoet_modal_loading_1 { |
| 1501 | -webkit-animation-delay: 0.39s; |
| 1502 | -moz-animation-delay: 0.39s; |
| 1503 | -o-animation-delay: 0.39s; |
| 1504 | -ms-animation-delay: 0.39s; |
| 1505 | animation-delay: 0.39s; |
| 1506 | } |
| 1507 | #mailpoet_modal_loading_2 { |
| 1508 | -webkit-animation-delay: 0.91s; |
| 1509 | -moz-animation-delay: 0.91s; |
| 1510 | -o-animation-delay: 0.91s; |
| 1511 | -ms-animation-delay: 0.91s; |
| 1512 | animation-delay: 0.91s; |
| 1513 | } |
| 1514 | #mailpoet_modal_loading_3 { |
| 1515 | -webkit-animation-delay: 1.17s; |
| 1516 | -moz-animation-delay: 1.17s; |
| 1517 | -o-animation-delay: 1.17s; |
| 1518 | -ms-animation-delay: 1.17s; |
| 1519 | animation-delay: 1.17s; |
| 1520 | } |
| 1521 | @-moz-keyframes bounce_mailpoet_modal_loading { |
| 1522 | 0%, 50% { |
| 1523 | background-color: #064e6d; |
| 1524 | } |
| 1525 | } |
| 1526 | @-webkit-keyframes bounce_mailpoet_modal_loading { |
| 1527 | 0%, 50% { |
| 1528 | background-color: #064e6d; |
| 1529 | } |
| 1530 | } |
| 1531 | @-o-keyframes bounce_mailpoet_modal_loading { |
| 1532 | 0%, 50% { |
| 1533 | background-color: #064e6d; |
| 1534 | } |
| 1535 | } |
| 1536 | @keyframes bounce_mailpoet_modal_loading { |
| 1537 | 0%, 50% { |
| 1538 | background-color: #064e6d; |
| 1539 | } |
| 1540 | } |
| 1541 | .mailpoet_notice { |
| 1542 | position: relative; |
| 1543 | } |
| 1544 | .mailpoet_notice_close { |
| 1545 | position: absolute; |
| 1546 | right: 0.5em; |
| 1547 | top: 0.5em; |
| 1548 | color: #999; |
| 1549 | text-decoration: none !important; |
| 1550 | } |
| 1551 | /* BASICS */ |
| 1552 | |
| 1553 | .CodeMirror { |
| 1554 | /* Set height, width, borders, and global font properties here */ |
| 1555 | font-family: monospace; |
| 1556 | height: 300px; |
| 1557 | color: black; |
| 1558 | } |
| 1559 | |
| 1560 | /* PADDING */ |
| 1561 | |
| 1562 | .CodeMirror-lines { |
| 1563 | padding: 4px 0; /* Vertical padding around content */ |
| 1564 | } |
| 1565 | .CodeMirror pre { |
| 1566 | padding: 0 4px; /* Horizontal padding of content */ |
| 1567 | } |
| 1568 | |
| 1569 | .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { |
| 1570 | background-color: white; /* The little square between H and V scrollbars */ |
| 1571 | } |
| 1572 | |
| 1573 | /* GUTTER */ |
| 1574 | |
| 1575 | .CodeMirror-gutters { |
| 1576 | border-right: 1px solid #ddd; |
| 1577 | background-color: #f7f7f7; |
| 1578 | white-space: nowrap; |
| 1579 | } |
| 1580 | .CodeMirror-linenumbers {} |
| 1581 | .CodeMirror-linenumber { |
| 1582 | padding: 0 3px 0 5px; |
| 1583 | min-width: 20px; |
| 1584 | text-align: right; |
| 1585 | color: #999; |
| 1586 | white-space: nowrap; |
| 1587 | } |
| 1588 | |
| 1589 | .CodeMirror-guttermarker { color: black; } |
| 1590 | .CodeMirror-guttermarker-subtle { color: #999; } |
| 1591 | |
| 1592 | /* CURSOR */ |
| 1593 | |
| 1594 | .CodeMirror-cursor { |
| 1595 | border-left: 1px solid black; |
| 1596 | border-right: none; |
| 1597 | width: 0; |
| 1598 | } |
| 1599 | /* Shown when moving in bi-directional text */ |
| 1600 | .CodeMirror div.CodeMirror-secondarycursor { |
| 1601 | border-left: 1px solid silver; |
| 1602 | } |
| 1603 | .cm-fat-cursor .CodeMirror-cursor { |
| 1604 | width: auto; |
| 1605 | border: 0 !important; |
| 1606 | background: #7e7; |
| 1607 | } |
| 1608 | .cm-fat-cursor div.CodeMirror-cursors { |
| 1609 | z-index: 1; |
| 1610 | } |
| 1611 | |
| 1612 | .cm-animate-fat-cursor { |
| 1613 | width: auto; |
| 1614 | border: 0; |
| 1615 | -webkit-animation: blink 1.06s steps(1) infinite; |
| 1616 | -moz-animation: blink 1.06s steps(1) infinite; |
| 1617 | animation: blink 1.06s steps(1) infinite; |
| 1618 | background-color: #7e7; |
| 1619 | } |
| 1620 | @-moz-keyframes blink { |
| 1621 | 0% {} |
| 1622 | 50% { background-color: transparent; } |
| 1623 | 100% {} |
| 1624 | } |
| 1625 | @-webkit-keyframes blink { |
| 1626 | 0% {} |
| 1627 | 50% { background-color: transparent; } |
| 1628 | 100% {} |
| 1629 | } |
| 1630 | @keyframes blink { |
| 1631 | 0% {} |
| 1632 | 50% { background-color: transparent; } |
| 1633 | 100% {} |
| 1634 | } |
| 1635 | |
| 1636 | /* Can style cursor different in overwrite (non-insert) mode */ |
| 1637 | .CodeMirror-overwrite .CodeMirror-cursor {} |
| 1638 | |
| 1639 | .cm-tab { display: inline-block; text-decoration: inherit; } |
| 1640 | |
| 1641 | .CodeMirror-rulers { |
| 1642 | position: absolute; |
| 1643 | left: 0; right: 0; top: -50px; bottom: -20px; |
| 1644 | overflow: hidden; |
| 1645 | } |
| 1646 | .CodeMirror-ruler { |
| 1647 | border-left: 1px solid #ccc; |
| 1648 | top: 0; bottom: 0; |
| 1649 | position: absolute; |
| 1650 | } |
| 1651 | |
| 1652 | /* DEFAULT THEME */ |
| 1653 | |
| 1654 | .cm-s-default .cm-header {color: blue;} |
| 1655 | .cm-s-default .cm-quote {color: #090;} |
| 1656 | .cm-negative {color: #d44;} |
| 1657 | .cm-positive {color: #292;} |
| 1658 | .cm-header, .cm-strong {font-weight: bold;} |
| 1659 | .cm-em {font-style: italic;} |
| 1660 | .cm-link {text-decoration: underline;} |
| 1661 | .cm-strikethrough {text-decoration: line-through;} |
| 1662 | |
| 1663 | .cm-s-default .cm-keyword {color: #708;} |
| 1664 | .cm-s-default .cm-atom {color: #219;} |
| 1665 | .cm-s-default .cm-number {color: #164;} |
| 1666 | .cm-s-default .cm-def {color: #00f;} |
| 1667 | .cm-s-default .cm-variable, |
| 1668 | .cm-s-default .cm-punctuation, |
| 1669 | .cm-s-default .cm-property, |
| 1670 | .cm-s-default .cm-operator {} |
| 1671 | .cm-s-default .cm-variable-2 {color: #05a;} |
| 1672 | .cm-s-default .cm-variable-3 {color: #085;} |
| 1673 | .cm-s-default .cm-comment {color: #a50;} |
| 1674 | .cm-s-default .cm-string {color: #a11;} |
| 1675 | .cm-s-default .cm-string-2 {color: #f50;} |
| 1676 | .cm-s-default .cm-meta {color: #555;} |
| 1677 | .cm-s-default .cm-qualifier {color: #555;} |
| 1678 | .cm-s-default .cm-builtin {color: #30a;} |
| 1679 | .cm-s-default .cm-bracket {color: #997;} |
| 1680 | .cm-s-default .cm-tag {color: #170;} |
| 1681 | .cm-s-default .cm-attribute {color: #00c;} |
| 1682 | .cm-s-default .cm-hr {color: #999;} |
| 1683 | .cm-s-default .cm-link {color: #00c;} |
| 1684 | |
| 1685 | .cm-s-default .cm-error {color: #f00;} |
| 1686 | .cm-invalidchar {color: #f00;} |
| 1687 | |
| 1688 | .CodeMirror-composing { border-bottom: 2px solid; } |
| 1689 | |
| 1690 | /* Default styles for common addons */ |
| 1691 | |
| 1692 | div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;} |
| 1693 | div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;} |
| 1694 | .CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); } |
| 1695 | .CodeMirror-activeline-background {background: #e8f2ff;} |
| 1696 | |
| 1697 | /* STOP */ |
| 1698 | |
| 1699 | /* The rest of this file contains styles related to the mechanics of |
| 1700 | the editor. You probably shouldn't touch them. */ |
| 1701 | |
| 1702 | .CodeMirror { |
| 1703 | position: relative; |
| 1704 | overflow: hidden; |
| 1705 | background: white; |
| 1706 | } |
| 1707 | |
| 1708 | .CodeMirror-scroll { |
| 1709 | overflow: scroll !important; /* Things will break if this is overridden */ |
| 1710 | /* 30px is the magic margin used to hide the element's real scrollbars */ |
| 1711 | /* See overflow: hidden in .CodeMirror */ |
| 1712 | margin-bottom: -30px; margin-right: -30px; |
| 1713 | padding-bottom: 30px; |
| 1714 | height: 100%; |
| 1715 | outline: none; /* Prevent dragging from highlighting the element */ |
| 1716 | position: relative; |
| 1717 | } |
| 1718 | .CodeMirror-sizer { |
| 1719 | position: relative; |
| 1720 | border-right: 30px solid transparent; |
| 1721 | } |
| 1722 | |
| 1723 | /* The fake, visible scrollbars. Used to force redraw during scrolling |
| 1724 | before actual scrolling happens, thus preventing shaking and |
| 1725 | flickering artifacts. */ |
| 1726 | .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { |
| 1727 | position: absolute; |
| 1728 | z-index: 6; |
| 1729 | display: none; |
| 1730 | } |
| 1731 | .CodeMirror-vscrollbar { |
| 1732 | right: 0; top: 0; |
| 1733 | overflow-x: hidden; |
| 1734 | overflow-y: scroll; |
| 1735 | } |
| 1736 | .CodeMirror-hscrollbar { |
| 1737 | bottom: 0; left: 0; |
| 1738 | overflow-y: hidden; |
| 1739 | overflow-x: scroll; |
| 1740 | } |
| 1741 | .CodeMirror-scrollbar-filler { |
| 1742 | right: 0; bottom: 0; |
| 1743 | } |
| 1744 | .CodeMirror-gutter-filler { |
| 1745 | left: 0; bottom: 0; |
| 1746 | } |
| 1747 | |
| 1748 | .CodeMirror-gutters { |
| 1749 | position: absolute; left: 0; top: 0; |
| 1750 | min-height: 100%; |
| 1751 | z-index: 3; |
| 1752 | } |
| 1753 | .CodeMirror-gutter { |
| 1754 | white-space: normal; |
| 1755 | height: 100%; |
| 1756 | display: inline-block; |
| 1757 | vertical-align: top; |
| 1758 | margin-bottom: -30px; |
| 1759 | } |
| 1760 | .CodeMirror-gutter-wrapper { |
| 1761 | position: absolute; |
| 1762 | z-index: 4; |
| 1763 | background: none !important; |
| 1764 | border: none !important; |
| 1765 | } |
| 1766 | .CodeMirror-gutter-background { |
| 1767 | position: absolute; |
| 1768 | top: 0; bottom: 0; |
| 1769 | z-index: 4; |
| 1770 | } |
| 1771 | .CodeMirror-gutter-elt { |
| 1772 | position: absolute; |
| 1773 | cursor: default; |
| 1774 | z-index: 4; |
| 1775 | } |
| 1776 | .CodeMirror-gutter-wrapper { |
| 1777 | -webkit-user-select: none; |
| 1778 | -moz-user-select: none; |
| 1779 | user-select: none; |
| 1780 | } |
| 1781 | |
| 1782 | .CodeMirror-lines { |
| 1783 | cursor: text; |
| 1784 | min-height: 1px; /* prevents collapsing before first draw */ |
| 1785 | } |
| 1786 | .CodeMirror pre { |
| 1787 | /* Reset some styles that the rest of the page might have set */ |
| 1788 | -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; |
| 1789 | border-width: 0; |
| 1790 | background: transparent; |
| 1791 | font-family: inherit; |
| 1792 | font-size: inherit; |
| 1793 | margin: 0; |
| 1794 | white-space: pre; |
| 1795 | word-wrap: normal; |
| 1796 | line-height: inherit; |
| 1797 | color: inherit; |
| 1798 | z-index: 2; |
| 1799 | position: relative; |
| 1800 | overflow: visible; |
| 1801 | -webkit-tap-highlight-color: transparent; |
| 1802 | -webkit-font-variant-ligatures: none; |
| 1803 | font-variant-ligatures: none; |
| 1804 | } |
| 1805 | .CodeMirror-wrap pre { |
| 1806 | word-wrap: break-word; |
| 1807 | white-space: pre-wrap; |
| 1808 | word-break: normal; |
| 1809 | } |
| 1810 | |
| 1811 | .CodeMirror-linebackground { |
| 1812 | position: absolute; |
| 1813 | left: 0; right: 0; top: 0; bottom: 0; |
| 1814 | z-index: 0; |
| 1815 | } |
| 1816 | |
| 1817 | .CodeMirror-linewidget { |
| 1818 | position: relative; |
| 1819 | z-index: 2; |
| 1820 | overflow: auto; |
| 1821 | } |
| 1822 | |
| 1823 | .CodeMirror-widget {} |
| 1824 | |
| 1825 | .CodeMirror-code { |
| 1826 | outline: none; |
| 1827 | } |
| 1828 | |
| 1829 | /* Force content-box sizing for the elements where we expect it */ |
| 1830 | .CodeMirror-scroll, |
| 1831 | .CodeMirror-sizer, |
| 1832 | .CodeMirror-gutter, |
| 1833 | .CodeMirror-gutters, |
| 1834 | .CodeMirror-linenumber { |
| 1835 | -moz-box-sizing: content-box; |
| 1836 | box-sizing: content-box; |
| 1837 | } |
| 1838 | |
| 1839 | .CodeMirror-measure { |
| 1840 | position: absolute; |
| 1841 | width: 100%; |
| 1842 | height: 0; |
| 1843 | overflow: hidden; |
| 1844 | visibility: hidden; |
| 1845 | } |
| 1846 | |
| 1847 | .CodeMirror-cursor { |
| 1848 | position: absolute; |
| 1849 | pointer-events: none; |
| 1850 | } |
| 1851 | .CodeMirror-measure pre { position: static; } |
| 1852 | |
| 1853 | div.CodeMirror-cursors { |
| 1854 | visibility: hidden; |
| 1855 | position: relative; |
| 1856 | z-index: 3; |
| 1857 | } |
| 1858 | div.CodeMirror-dragcursors { |
| 1859 | visibility: visible; |
| 1860 | } |
| 1861 | |
| 1862 | .CodeMirror-focused div.CodeMirror-cursors { |
| 1863 | visibility: visible; |
| 1864 | } |
| 1865 | |
| 1866 | .CodeMirror-selected { background: #d9d9d9; } |
| 1867 | .CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; } |
| 1868 | .CodeMirror-crosshair { cursor: crosshair; } |
| 1869 | .CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; } |
| 1870 | .CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; } |
| 1871 | |
| 1872 | .cm-searching { |
| 1873 | background: #ffa; |
| 1874 | background: rgba(255, 255, 0, .4); |
| 1875 | } |
| 1876 | |
| 1877 | /* Used to force a border model for a node */ |
| 1878 | .cm-force-border { padding-right: .1px; } |
| 1879 | |
| 1880 | @media print { |
| 1881 | /* Hide the cursor when printing */ |
| 1882 | .CodeMirror div.CodeMirror-cursors { |
| 1883 | visibility: hidden; |
| 1884 | } |
| 1885 | } |
| 1886 | |
| 1887 | /* See issue #2901 */ |
| 1888 | .cm-tab-wrap-hack:after { content: ''; } |
| 1889 | |
| 1890 | /* Help users use markselection to safely style text background */ |
| 1891 | span.CodeMirror-selectedtext { background: none; } |
| 1892 | |
| 1893 | /* neo theme for codemirror */ |
| 1894 | |
| 1895 | /* Color scheme */ |
| 1896 | |
| 1897 | .cm-s-neo.CodeMirror { |
| 1898 | background-color:#ffffff; |
| 1899 | color:#2e383c; |
| 1900 | line-height:1.4375; |
| 1901 | } |
| 1902 | .cm-s-neo .cm-comment { color:#75787b; } |
| 1903 | .cm-s-neo .cm-keyword, .cm-s-neo .cm-property { color:#1d75b3; } |
| 1904 | .cm-s-neo .cm-atom,.cm-s-neo .cm-number { color:#75438a; } |
| 1905 | .cm-s-neo .cm-node,.cm-s-neo .cm-tag { color:#9c3328; } |
| 1906 | .cm-s-neo .cm-string { color:#b35e14; } |
| 1907 | .cm-s-neo .cm-variable,.cm-s-neo .cm-qualifier { color:#047d65; } |
| 1908 | |
| 1909 | |
| 1910 | /* Editor styling */ |
| 1911 | |
| 1912 | .cm-s-neo pre { |
| 1913 | padding:0; |
| 1914 | } |
| 1915 | |
| 1916 | .cm-s-neo .CodeMirror-gutters { |
| 1917 | border:none; |
| 1918 | border-right:10px solid transparent; |
| 1919 | background-color:transparent; |
| 1920 | } |
| 1921 | |
| 1922 | .cm-s-neo .CodeMirror-linenumber { |
| 1923 | padding:0; |
| 1924 | color:#e0e2e5; |
| 1925 | } |
| 1926 | |
| 1927 | .cm-s-neo .CodeMirror-guttermarker { color: #1d75b3; } |
| 1928 | .cm-s-neo .CodeMirror-guttermarker-subtle { color: #e0e2e5; } |
| 1929 | |
| 1930 | .cm-s-neo .CodeMirror-cursor { |
| 1931 | width: auto; |
| 1932 | border: 0; |
| 1933 | background: rgba(155,157,162,0.37); |
| 1934 | z-index: 1; |
| 1935 | } |
| 1936 | |
| 1937 | #mailpoet_form_name { |
| 1938 | font-size: 23px; |
| 1939 | } |
| 1940 | #mailpoet_form_history { |
| 1941 | display: none; |
| 1942 | } |
| 1943 | #mailpoet_form_editor { |
| 1944 | padding: 20px; |
| 1945 | width: 300px; |
| 1946 | border: 1px solid #ccc; |
| 1947 | position: relative; |
| 1948 | background-color: #fff; |
| 1949 | -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2) inset 0 0 20px rgba(0,0,0,0.1); |
| 1950 | box-shadow: 0 0 5px rgba(0,0,0,0.2) inset 0 0 20px rgba(0,0,0,0.1); |
| 1951 | } |
| 1952 | #mailpoet_form_editor:before, |
| 1953 | #mailpoet_form_editor:after { |
| 1954 | position: absolute; |
| 1955 | width: 40%; |
| 1956 | height: 10px; |
| 1957 | content: ' '; |
| 1958 | left: 12px; |
| 1959 | bottom: 12px; |
| 1960 | background: transparent; |
| 1961 | -webkit-transform: skew(-5deg) rotate(-5deg); |
| 1962 | -moz-transform: skew(-5deg) rotate(-5deg); |
| 1963 | -ms-transform: skew(-5deg) rotate(-5deg); |
| 1964 | -o-transform: skew(-5deg) rotate(-5deg); |
| 1965 | -webkit-transform: skew(-5deg) rotate(-5deg); |
| 1966 | -moz-transform: skew(-5deg) rotate(-5deg); |
| 1967 | -o-transform: skew(-5deg) rotate(-5deg); |
| 1968 | -ms-transform: skew(-5deg) rotate(-5deg); |
| 1969 | transform: skew(-5deg) rotate(-5deg); |
| 1970 | rgba(0,0,0,0.3) |
| 1971 | rgba(0,0,0,0.3) |
| 1972 | -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.3); |
| 1973 | box-shadow: 0 6px 12px rgba(0,0,0,0.3); |
| 1974 | z-index: -1; |
| 1975 | } |
| 1976 | #mailpoet_form_editor:after { |
| 1977 | left: auto; |
| 1978 | right: 12px; |
| 1979 | -webkit-transform: skew(5deg) rotate(5deg); |
| 1980 | -moz-transform: skew(5deg) rotate(5deg); |
| 1981 | -ms-transform: skew(5deg) rotate(5deg); |
| 1982 | -o-transform: skew(5deg) rotate(5deg); |
| 1983 | -webkit-transform: skew(5deg) rotate(5deg); |
| 1984 | -moz-transform: skew(5deg) rotate(5deg); |
| 1985 | -o-transform: skew(5deg) rotate(5deg); |
| 1986 | -ms-transform: skew(5deg) rotate(5deg); |
| 1987 | transform: skew(5deg) rotate(5deg); |
| 1988 | } |
| 1989 | .mailpoet_warning { |
| 1990 | font-weight: bold; |
| 1991 | color: #900; |
| 1992 | } |
| 1993 | .block_placeholder { |
| 1994 | font-weight: bold; |
| 1995 | height: 0; |
| 1996 | overflow: hidden; |
| 1997 | line-height: 30px; |
| 1998 | text-align: center; |
| 1999 | border: 0 none; |
| 2000 | width: 298px; |
| 2001 | z-index: 9500; |
| 2002 | margin: 0 auto; |
| 2003 | text-indent: -9999px; |
| 2004 | } |
| 2005 | .block_placeholder.active { |
| 2006 | text-indent: 0; |
| 2007 | /*border:1px dashed #dfdfdf;*/ |
| 2008 | /*background-color:#f5f5f5;*/ |
| 2009 | background-color: #4cb7e1; |
| 2010 | display: block; |
| 2011 | overflow: auto; |
| 2012 | height: 30px; |
| 2013 | } |
| 2014 | .block_placeholder.hover { |
| 2015 | background-color: #0074a2; |
| 2016 | border-color: #0074a2; |
| 2017 | color: #fff; |
| 2018 | } |
| 2019 | .mailpoet_form_block { |
| 2020 | background-color: #fff; |
| 2021 | height: 20px; |
| 2022 | border: 0 none; |
| 2023 | } |
| 2024 | .mailpoet_form_block.highlighted { |
| 2025 | border: 1px solid #5897fb; |
| 2026 | padding: 9px 17px; |
| 2027 | } |
| 2028 | .mailpoet_form_block img { |
| 2029 | max-width: 100%; |
| 2030 | } |
| 2031 | .mailpoet_form_block p { |
| 2032 | margin: 5px 0; |
| 2033 | word-wrap: break-word; |
| 2034 | } |
| 2035 | .mailpoet_radio, |
| 2036 | .mailpoet_checkbox { |
| 2037 | margin: -2px 5px 0 0; |
| 2038 | } |
| 2039 | #mailpoet_form_wrapper { |
| 2040 | position: relative; |
| 2041 | margin: 20px 0 0 0; |
| 2042 | } |
| 2043 | #mailpoet_form_container { |
| 2044 | width: 340px; |
| 2045 | margin: 0; |
| 2046 | } |
| 2047 | #mailpoet_form_editor.loading, |
| 2048 | #mailpoet_form_toolbar.loading { |
| 2049 | background: url("loading.gif") no-repeat center center #fcfcfc; |
| 2050 | } |
| 2051 | #mailpoet_form_toolbar.loading { |
| 2052 | border: 1px solid #dfdfdf; |
| 2053 | } |
| 2054 | #mailpoet_form_toolbar.loading #mailpoet_toolbar_fields { |
| 2055 | visibility: hidden; |
| 2056 | z-index: 1; |
| 2057 | } |
| 2058 | #wysija-add-field { |
| 2059 | float: none; |
| 2060 | } |
| 2061 | #mailpoet_form_toolbar { |
| 2062 | z-index: 999; |
| 2063 | position: absolute; |
| 2064 | width: 400px; |
| 2065 | } |
| 2066 | #mailpoet_form_toolbar .mailpoet_form_toolbar_tabs { |
| 2067 | border-bottom: 1px solid #dfdfdf; |
| 2068 | line-height: 0; |
| 2069 | } |
| 2070 | #mailpoet_form_toolbar .add_custom_field { |
| 2071 | text-align: center; |
| 2072 | padding: 15px 0 5px 0; |
| 2073 | } |
| 2074 | #mailpoet_form_toolbar .mailpoet_form_toolbar_tabs li, |
| 2075 | #mailpoet_form_toolbar .mailpoet_form_toolbar_tabs a { |
| 2076 | margin: 0; |
| 2077 | height: 30px; |
| 2078 | line-height: 30px; |
| 2079 | padding: 0; |
| 2080 | display: -moz-inline-box; |
| 2081 | display: inline-block; |
| 2082 | *display: inline; |
| 2083 | *float: left; |
| 2084 | outline: 0 none; |
| 2085 | } |
| 2086 | #mailpoet_form_toolbar .mailpoet_form_toolbar_tabs a { |
| 2087 | outline: 0 none; |
| 2088 | text-decoration: none; |
| 2089 | color: #a6a6a6; |
| 2090 | } |
| 2091 | #mailpoet_form_toolbar .mailpoet_form_toolbar_tabs li { |
| 2092 | margin: 0 0 1px 0; |
| 2093 | } |
| 2094 | #mailpoet_form_toolbar .mailpoet_form_toolbar_tabs a { |
| 2095 | font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 2096 | background-color: #f5f5f5; |
| 2097 | background: -webkit-linear-gradient(center top, #f9f9f9, #f5f5f5); |
| 2098 | background: -moz-linear-gradient(center top, #f9f9f9, #f5f5f5); |
| 2099 | background: -o-linear-gradient(center top, #f9f9f9, #f5f5f5); |
| 2100 | background: -ms-linear-gradient(center top, #f9f9f9, #f5f5f5); |
| 2101 | background: linear-gradient(center top, #f9f9f9, #f5f5f5); |
| 2102 | border: 1px solid #dfdfdf; |
| 2103 | border-radius: 3px 3px 0 0; |
| 2104 | -webkit-box-shadow: 0 1px 0 #fff inset; |
| 2105 | box-shadow: 0 1px 0 #fff inset; |
| 2106 | padding: 0 7px; |
| 2107 | } |
| 2108 | #mailpoet_form_toolbar .mailpoet_form_toolbar_tabs a:hover { |
| 2109 | background-color: #eee; |
| 2110 | } |
| 2111 | #mailpoet_form_toolbar .mailpoet_form_toolbar_tabs a.selected { |
| 2112 | color: #000; |
| 2113 | border-bottom: 0 none; |
| 2114 | background: #fcfcfc; |
| 2115 | filter: none; |
| 2116 | padding-bottom: 1px; |
| 2117 | } |
| 2118 | #mailpoet_form_toolbar .mailpoet_form_toolbar_tabs .last a, |
| 2119 | .wysija_params { |
| 2120 | display: none !important; |
| 2121 | } |
| 2122 | #mailpoet_form_toolbar .mailpoet_form_toolbar_tabs, |
| 2123 | #mailpoet_form_toolbar #mailpoet_toolbar_fields { |
| 2124 | position: relative; |
| 2125 | z-index: 9998; |
| 2126 | margin: 0; |
| 2127 | } |
| 2128 | #mailpoet_form_name_input { |
| 2129 | vertical-align: bottom; |
| 2130 | } |
| 2131 | .mailpoet_form_widget { |
| 2132 | width: 298px; |
| 2133 | height: 25px; |
| 2134 | line-height: 25px; |
| 2135 | z-index: 9999 !important; |
| 2136 | } |
| 2137 | .mailpoet_toolbar_section { |
| 2138 | margin-bottom: 0; |
| 2139 | background: none repeat scroll 0 0 #fff; |
| 2140 | border: 1px solid #e5e5e5; |
| 2141 | -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); |
| 2142 | box-shadow: 0 1px 1px rgba(0,0,0,0.04); |
| 2143 | min-width: 255px; |
| 2144 | position: relative; |
| 2145 | cursor: pointer; |
| 2146 | overflow: hidden; |
| 2147 | max-height: 1000px; |
| 2148 | -webkit-transition: max-height 0.5s ease-in-out; |
| 2149 | -moz-transition: max-height 0.5s ease-in-out; |
| 2150 | -o-transition: max-height 0.5s ease-in-out; |
| 2151 | -ms-transition: max-height 0.5s ease-in-out; |
| 2152 | transition: max-height 0.5s ease-in-out; |
| 2153 | } |
| 2154 | .mailpoet_toolbar_section > div { |
| 2155 | padding: 10px 20px 20px 20px; |
| 2156 | overflow: auto; |
| 2157 | height: 100%; |
| 2158 | min-width: 255px; |
| 2159 | } |
| 2160 | .mailpoet_toolbar_section h3 { |
| 2161 | margin: 10px; |
| 2162 | position: relative; |
| 2163 | } |
| 2164 | .mailpoet_toolbar_section.closed { |
| 2165 | max-height: 38px; |
| 2166 | } |
| 2167 | .mailpoet_toolbar_section .mailpoet_toggle { |
| 2168 | position: absolute; |
| 2169 | top: 0; |
| 2170 | right: 0; |
| 2171 | height: 38px; |
| 2172 | width: 27px; |
| 2173 | } |
| 2174 | .mailpoet_toolbar_section .mailpoet_toggle:focus { |
| 2175 | outline: 0 none !important; |
| 2176 | -webkit-box-shadow: none !important; |
| 2177 | box-shadow: none !important; |
| 2178 | } |
| 2179 | .mailpoet_toolbar_section .mailpoet_toggle:before { |
| 2180 | right: 12px; |
| 2181 | font: 400 20px/1 dashicons; |
| 2182 | speak: none; |
| 2183 | display: inline-block; |
| 2184 | padding: 8px 10px; |
| 2185 | top: 0; |
| 2186 | position: relative; |
| 2187 | -webkit-font-smoothing: antialiased; |
| 2188 | -moz-osx-font-smoothing: grayscale; |
| 2189 | text-decoration: none !important; |
| 2190 | content: '\f142'; |
| 2191 | } |
| 2192 | .mailpoet_toolbar_section.closed .mailpoet_toggle:before { |
| 2193 | content: '\f140'; |
| 2194 | } |
| 2195 | #mailpoet_form_styles { |
| 2196 | margin: 10px; |
| 2197 | max-width: 318px; |
| 2198 | width: 318px; |
| 2199 | min-height: 300px; |
| 2200 | resize: vertical; |
| 2201 | } |
| 2202 | #mailpoet_form_toolbar a.mailpoet_form_field, |
| 2203 | .mailpoet_form_widget { |
| 2204 | height: 25px; |
| 2205 | line-height: 25px; |
| 2206 | background-color: #f5f5f5; |
| 2207 | background: -webkit-linear-gradient(center top, #f9f9f9, #ececec); |
| 2208 | background: -moz-linear-gradient(center top, #f9f9f9, #ececec); |
| 2209 | background: -o-linear-gradient(center top, #f9f9f9, #ececec); |
| 2210 | background: -ms-linear-gradient(center top, #f9f9f9, #ececec); |
| 2211 | background: linear-gradient(center top, #f9f9f9, #ececec); |
| 2212 | border: 1px solid #dfdfdf; |
| 2213 | border-radius: 3px; |
| 2214 | -webkit-box-shadow: 0 1px 0 #fff inset; |
| 2215 | box-shadow: 0 1px 0 #fff inset; |
| 2216 | display: block; |
| 2217 | font-size: 12px; |
| 2218 | font-weight: bold; |
| 2219 | padding: 0 7px; |
| 2220 | cursor: move; |
| 2221 | color: #222; |
| 2222 | text-shadow: 0 1px 0 #fff; |
| 2223 | } |
| 2224 | #mailpoet_form_toolbar a.mailpoet_form_field.disabled { |
| 2225 | cursor: pointer; |
| 2226 | color: #ccc; |
| 2227 | pointer-events: none; |
| 2228 | } |
| 2229 | .mailpoet_form_field_edit { |
| 2230 | position: absolute; |
| 2231 | right: 27px; |
| 2232 | bottom: 13px; |
| 2233 | } |
| 2234 | .mailpoet_form_field_delete { |
| 2235 | position: absolute; |
| 2236 | right: 7px; |
| 2237 | bottom: 13px; |
| 2238 | } |
| 2239 | #mailpoet_toolbar_fields li { |
| 2240 | padding: 0 0 10px 0; |
| 2241 | position: relative; |
| 2242 | } |
| 2243 | #mailpoet_toolbar_fields li.notice { |
| 2244 | font-style: italic; |
| 2245 | font-size: 11px; |
| 2246 | margin: 0 !important; |
| 2247 | border: 0 none !important; |
| 2248 | background: none !important; |
| 2249 | } |
| 2250 | .mailpoet_form_block { |
| 2251 | position: relative; |
| 2252 | margin: 0; |
| 2253 | padding: 10px 18px 10px 18px; |
| 2254 | display: inline-table; |
| 2255 | display: block; |
| 2256 | height: 1%; |
| 2257 | margin: 0; |
| 2258 | z-index: 98; |
| 2259 | } |
| 2260 | .mailpoet_form_block.dragging { |
| 2261 | z-index: 99000; |
| 2262 | pointer-events: none; |
| 2263 | } |
| 2264 | .mailpoet_form_block:after { |
| 2265 | content: "."; |
| 2266 | display: block; |
| 2267 | height: 0; |
| 2268 | clear: both; |
| 2269 | visibility: hidden; |
| 2270 | } |
| 2271 | .mailpoet_form_block.hover { |
| 2272 | border: 1px dashed #bbb; |
| 2273 | margin: 0 0 0 0; |
| 2274 | padding: 9px 17px 9px 17px; |
| 2275 | } |
| 2276 | .mailpoet_form_block.static { |
| 2277 | /*padding:0; |
| 2278 | margin:0;*/ |
| 2279 | background-color: #999; |
| 2280 | } |
| 2281 | .mailpoet_form_block .wysija_controls { |
| 2282 | background-color: #dfdfdf; |
| 2283 | background: -webkit-linear-gradient(center top, #eee, #bbb); |
| 2284 | background: -moz-linear-gradient(center top, #eee, #bbb); |
| 2285 | background: -o-linear-gradient(center top, #eee, #bbb); |
| 2286 | background: -ms-linear-gradient(center top, #eee, #bbb); |
| 2287 | background: linear-gradient(center top, #eee, #bbb); |
| 2288 | border-radius: 2px; |
| 2289 | border: 1px solid #ccc; |
| 2290 | position: absolute; |
| 2291 | margin: 0; |
| 2292 | padding: 0; |
| 2293 | width: 298px; |
| 2294 | height: 20px; |
| 2295 | left: -1px; |
| 2296 | right: 0; |
| 2297 | top: -22px; |
| 2298 | } |
| 2299 | .mailpoet_form_block .wysija_controls li { |
| 2300 | float: left; |
| 2301 | width: 20px; |
| 2302 | height: 20px; |
| 2303 | } |
| 2304 | .mailpoet_form_block .wysija_controls a { |
| 2305 | cursor: pointer; |
| 2306 | float: left; |
| 2307 | font-size: 120%; |
| 2308 | font-weight: bold; |
| 2309 | height: 20px; |
| 2310 | line-height: 20px; |
| 2311 | text-align: center; |
| 2312 | width: 20px; |
| 2313 | color: #000; |
| 2314 | } |
| 2315 | .mailpoet_form_block .wysija_controls a.remove { |
| 2316 | margin: 0 0 0 1px; |
| 2317 | } |
| 2318 | .mailpoet_form_block .handle_container, |
| 2319 | .mailpoet_form_block .handle_container a { |
| 2320 | float: none; |
| 2321 | width: 40px !important; |
| 2322 | } |
| 2323 | .mailpoet_form_block .handle_container { |
| 2324 | left: 140px; |
| 2325 | top: 0; |
| 2326 | position: absolute; |
| 2327 | } |
| 2328 | .wysija_controls a span, |
| 2329 | .wysija_gallery .wysija_tools a span, |
| 2330 | .wysija_image .wysija_tools a span, |
| 2331 | .wysija_text .wysija_tools a span, |
| 2332 | #mailpoet_toolbar_fields a span { |
| 2333 | display: block; |
| 2334 | height: 20px; |
| 2335 | width: 20px; |
| 2336 | } |
| 2337 | .wysija_controls span input { |
| 2338 | margin: 2px 0 0 0; |
| 2339 | padding: 0; |
| 2340 | color: transparent; |
| 2341 | } |
| 2342 | .alignment-left span { |
| 2343 | background: url("../img/form_editor_icons.png") no-repeat 0 0; |
| 2344 | } |
| 2345 | .alignment-left.active span, |
| 2346 | .alignment-left:hover span { |
| 2347 | background: url("../img/form_editor_icons.png") no-repeat 0 -20px; |
| 2348 | } |
| 2349 | .alignment-center span { |
| 2350 | background: url("../img/form_editor_icons.png") no-repeat -20px 0; |
| 2351 | } |
| 2352 | .alignment-center.active span, |
| 2353 | .alignment-center:hover span { |
| 2354 | background: url("../img/form_editor_icons.png") no-repeat -20px -20px; |
| 2355 | } |
| 2356 | .alignment-right span { |
| 2357 | background: url("../img/form_editor_icons.png") no-repeat -40px 0; |
| 2358 | } |
| 2359 | .alignment-right.active span, |
| 2360 | .alignment-right:hover span { |
| 2361 | background: url("../img/form_editor_icons.png") no-repeat -40px -20px; |
| 2362 | } |
| 2363 | .add-link span { |
| 2364 | background: url("../img/form_editor_icons.png") no-repeat -60px 0; |
| 2365 | } |
| 2366 | .add-link.active span, |
| 2367 | .add-link:hover span { |
| 2368 | background: url("../img/form_editor_icons.png") no-repeat -60px -20px; |
| 2369 | } |
| 2370 | .remove-link span { |
| 2371 | background: url("../img/form_editor_icons.png") no-repeat -80px 0; |
| 2372 | } |
| 2373 | .remove-link.active span, |
| 2374 | .remove-link:hover span { |
| 2375 | background: url("../img/form_editor_icons.png") no-repeat -80px -20px; |
| 2376 | } |
| 2377 | .remove span, |
| 2378 | .delete span { |
| 2379 | background: url("../img/form_editor_icons.png") no-repeat -100px 0; |
| 2380 | } |
| 2381 | .remove.active span, |
| 2382 | .remove:hover span, |
| 2383 | .delete.active span, |
| 2384 | .delete:hover span { |
| 2385 | background: url("../img/form_editor_icons.png") no-repeat -100px -20px; |
| 2386 | } |
| 2387 | .handle span { |
| 2388 | background: url("../img/handle.png") no-repeat; |
| 2389 | cursor: move; |
| 2390 | width: 40px !important; |
| 2391 | } |
| 2392 | .duplicate span { |
| 2393 | background: url("../img/form_editor_icons.png") no-repeat -140px 0; |
| 2394 | } |
| 2395 | .duplicate.active span, |
| 2396 | .duplicate:hover span { |
| 2397 | background: url("../img/form_editor_icons.png") no-repeat -140px -20px; |
| 2398 | } |
| 2399 | .settings span { |
| 2400 | background: url("../img/form_editor_icons.png") no-repeat -160px 0; |
| 2401 | } |
| 2402 | .settings.active span, |
| 2403 | .settings:hover span { |
| 2404 | background: url("../img/form_editor_icons.png") no-repeat -160px -20px; |
| 2405 | } |
| 2406 | .icon-plus span { |
| 2407 | background: url("../img/form_editor_icons.png") no-repeat -200px 0; |
| 2408 | } |
| 2409 | .icon-plus.active span, |
| 2410 | .icon-plus:hover span { |
| 2411 | background: url("../img/form_editor_icons.png") no-repeat -200px -20px; |
| 2412 | } |
| 2413 | .icon-minus span { |
| 2414 | background: url("../img/form_editor_icons.png") no-repeat -220px 0; |
| 2415 | } |
| 2416 | .icon-minus.active span, |
| 2417 | .icon-minus:hover span { |
| 2418 | background: url("../img/form_editor_icons.png") no-repeat -220px -20px; |
| 2419 | } |
| 2420 | .wysija_options { |
| 2421 | display: none; |
| 2422 | } |
| 2423 | .wysija_settings { |
| 2424 | position: absolute; |
| 2425 | z-index: 1000; |
| 2426 | } |
| 2427 | .wysija_settings a { |
| 2428 | background-color: #f5f5f5; |
| 2429 | background: -webkit-linear-gradient(center top, #f9f9f9, #ececec); |
| 2430 | background: -moz-linear-gradient(center top, #f9f9f9, #ececec); |
| 2431 | background: -o-linear-gradient(center top, #f9f9f9, #ececec); |
| 2432 | background: -ms-linear-gradient(center top, #f9f9f9, #ececec); |
| 2433 | background: linear-gradient(center top, #f9f9f9, #ececec); |
| 2434 | border: 1px solid #dfdfdf; |
| 2435 | border-radius: 3px; |
| 2436 | -webkit-box-shadow: 0 1px 0 #fff inset; |
| 2437 | box-shadow: 0 1px 0 #fff inset; |
| 2438 | font-size: 12px; |
| 2439 | font-weight: normal; |
| 2440 | cursor: pointer; |
| 2441 | color: #222; |
| 2442 | text-shadow: 0 1px 0 #fff; |
| 2443 | text-decoration: none; |
| 2444 | display: block; |
| 2445 | padding: 5px 5px 3px 27px; |
| 2446 | } |
| 2447 | .wysija_settings a span { |
| 2448 | width: 20px; |
| 2449 | height: 20px; |
| 2450 | position: absolute; |
| 2451 | top: 3px; |
| 2452 | left: 5px; |
| 2453 | } |
| 2454 | .mailpoet_form_block label { |
| 2455 | margin: 0 5px 0 0; |
| 2456 | display: block; |
| 2457 | } |
| 2458 | #mailpoet_on_success textarea, |
| 2459 | #mailpoet_on_success select { |
| 2460 | width: 100%; |
| 2461 | } |
| 2462 | #mailpoet_on_success textarea { |
| 2463 | height: 50px; |
| 2464 | min-height: 50px; |
| 2465 | resize: vertical; |
| 2466 | } |
| 2467 | .mailpoet_form_block textarea { |
| 2468 | resize: none; |
| 2469 | } |
| 2470 | .mailpoet_form_block input, |
| 2471 | .mailpoet_form_block textarea { |
| 2472 | pointer-events: none; |
| 2473 | } |
| 2474 | #mailpoet_form_export textarea { |
| 2475 | width: 340px; |
| 2476 | height: 150px; |
| 2477 | min-height: 150px; |
| 2478 | resize: vertical; |
| 2479 | font-size: 85%; |
| 2480 | display: none; |
| 2481 | } |
| 2482 | .mailpoet_form_field_edit, |
| 2483 | .mailpoet_form_field_delete { |
| 2484 | text-decoration: none; |
| 2485 | } |
| 2486 | .mailpoet_form_field_edit:hover .dashicons-admin-generic:before, |
| 2487 | .mailpoet_form_field_delete:hover .dashicons-dismiss:before, |
| 2488 | .settings:hover .dashicons-admin-generic:before { |
| 2489 | color: #2ea2cc; |
| 2490 | } |
| 2491 | .mailpoet_form_field_edit span, |
| 2492 | .mailpoet_form_field_delete span { |
| 2493 | background: none !important; |
| 2494 | color: #999; |
| 2495 | } |
| 2496 | .mailpoet_form_field_delete span:before { |
| 2497 | font-size: 21px; |
| 2498 | } |
| 2499 | .CodeMirror { |
| 2500 | border: 1px solid #eee; |
| 2501 | } |
| 2502 | #mailpoet_form_segments.parsley-error + span .select2-selection { |
| 2503 | border: 1px solid #b94a48; |
| 2504 | } |
| 2505 | .mailpoet_listing_loading tbody tr, |
| 2506 | .mailpoet_form_loading tbody tr { |
| 2507 | opacity: 0.2; |
| 2508 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; |
| 2509 | filter: alpha(opacity=20); |
| 2510 | } |
| 2511 | .mailpoet_select_all { |
| 2512 | background-color: #f1f1f1; |
| 2513 | } |
| 2514 | .mailpoet_select_all td { |
| 2515 | text-align: center; |
| 2516 | } |
| 2517 | .mailpoet_listing_table th span { |
| 2518 | white-space: nowrap; |
| 2519 | } |
| 2520 | .mailpoet_listing_table thead .check-column, |
| 2521 | .mailpoet_listing_table tfoot .check-column { |
| 2522 | padding: 10px 0 0 3px; |
| 2523 | } |
| 2524 | .mailpoet_listing_table thead th.column-primary, |
| 2525 | .mailpoet_listing_table tfoot th.column-primary { |
| 2526 | width: 25em; |
| 2527 | } |
| 2528 | @media screen and (max-width: 782px) { |
| 2529 | .mailpoet_listing_table thead th.column-primary, |
| 2530 | .mailpoet_listing_table tfoot th.column-primary { |
| 2531 | width: 100%; |
| 2532 | } |
| 2533 | } |
| 2534 | #newsletters_container h2.nav-tab-wrapper { |
| 2535 | margin-bottom: 1rem; |
| 2536 | } |
| 2537 | .mailpoet_boxes.mailpoet_boxes_loading { |
| 2538 | opacity: 0.2; |
| 2539 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; |
| 2540 | filter: alpha(opacity=20); |
| 2541 | } |
| 2542 | .mailpoet_boxes li { |
| 2543 | float: left; |
| 2544 | position: relative; |
| 2545 | padding: 15px; |
| 2546 | margin: 15px 25px 0 0; |
| 2547 | width: 425px; |
| 2548 | height: 150px; |
| 2549 | border: 1px solid #dedede; |
| 2550 | background-color: #fff; |
| 2551 | } |
| 2552 | .mailpoet_boxes .mailpoet_thumbnail { |
| 2553 | background-color: #222; |
| 2554 | -webkit-background-size: 50% 50%; |
| 2555 | -moz-background-size: 50% 50%; |
| 2556 | background-size: 50% 50%; |
| 2557 | background-repeat: no-repeat; |
| 2558 | background-position: center; |
| 2559 | color: #222; |
| 2560 | border: 1px solid #ccc; |
| 2561 | width: 150px; |
| 2562 | height: 150px; |
| 2563 | margin-right: 15px; |
| 2564 | float: left; |
| 2565 | overflow: hidden; |
| 2566 | position: relative; |
| 2567 | } |
| 2568 | .mailpoet_boxes .mailpoet_thumbnail img { |
| 2569 | min-width: 150px; |
| 2570 | height: auto; |
| 2571 | width: 110%; |
| 2572 | position: relative; |
| 2573 | top: 50%; |
| 2574 | left: 50%; |
| 2575 | -webkit-transform: translate(-50%, -50%); |
| 2576 | -moz-transform: translate(-50%, -50%); |
| 2577 | -o-transform: translate(-50%, -50%); |
| 2578 | -ms-transform: translate(-50%, -50%); |
| 2579 | transform: translate(-50%, -50%); |
| 2580 | } |
| 2581 | .mailpoet_boxes .mailpoet_thumbnail .mailpoet_overlay { |
| 2582 | position: absolute; |
| 2583 | top: 0; |
| 2584 | left: 0; |
| 2585 | right: 0; |
| 2586 | bottom: 0; |
| 2587 | background-color: rgba(255,255,255,0); |
| 2588 | opacity: 0; |
| 2589 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; |
| 2590 | filter: alpha(opacity=0); |
| 2591 | -webkit-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1) /* ease-in-out */; |
| 2592 | -moz-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1) /* ease-in-out */; |
| 2593 | -o-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1) /* ease-in-out */; |
| 2594 | -ms-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1) /* ease-in-out */; |
| 2595 | transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1) /* ease-in-out */; |
| 2596 | } |
| 2597 | .mailpoet_boxes .mailpoet_thumbnail .mailpoet_overlay:hover { |
| 2598 | background-color: rgba(255,255,255,0.7); |
| 2599 | opacity: 1; |
| 2600 | -ms-filter: none; |
| 2601 | filter: none; |
| 2602 | } |
| 2603 | .mailpoet_boxes .mailpoet_thumbnail .mailpoet_overlay::after { |
| 2604 | content: " "; |
| 2605 | position: absolute; |
| 2606 | top: 0; |
| 2607 | left: 0; |
| 2608 | bottom: 0; |
| 2609 | right: 0; |
| 2610 | background: url("../img/preview_magnifying_glass.svg") no-repeat center center; |
| 2611 | } |
| 2612 | .mailpoet_boxes .mailpoet_description { |
| 2613 | float: left; |
| 2614 | width: 245px; |
| 2615 | max-height: 110px; |
| 2616 | padding-bottom: 0; |
| 2617 | overflow: hidden; |
| 2618 | } |
| 2619 | .mailpoet_boxes .mailpoet_description h3 { |
| 2620 | margin: 0 0 5px 0; |
| 2621 | overflow: hidden; |
| 2622 | max-width: 210px; |
| 2623 | line-height: 26.25px; |
| 2624 | font-size: 18.75px; |
| 2625 | } |
| 2626 | .mailpoet_boxes .mailpoet_description p { |
| 2627 | font-size: 13.125px; |
| 2628 | line-height: 13.125px; |
| 2629 | margin: 0; |
| 2630 | } |
| 2631 | .mailpoet_boxes .mailpoet_actions { |
| 2632 | position: absolute; |
| 2633 | bottom: 15px; |
| 2634 | right: 15px; |
| 2635 | } |
| 2636 | .mailpoet_boxes .mailpoet_delete { |
| 2637 | display: none; |
| 2638 | position: absolute; |
| 2639 | top: 15px; |
| 2640 | right: 15px; |
| 2641 | } |
| 2642 | .mailpoet_boxes li:hover .mailpoet_delete { |
| 2643 | display: block; |
| 2644 | } |
| 2645 | .mailpoet_boxes .mailpoet_delete a { |
| 2646 | color: #a00; |
| 2647 | } |
| 2648 | .mailpoet_boxes .mailpoet_delete a:hover { |
| 2649 | color: #f00; |
| 2650 | } |
| 2651 | [data-type="notification"] .mailpoet_thumbnail { |
| 2652 | background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M10%2C10v18h12l6-6V10H10z%20M21.746%2C18.747l-0.609%2C0.609c-0.368%2C0.374-0.578%2C0.822-0.63%2C1.344%20c-0.051%2C0.523%2C0.064%2C0.998%2C0.345%2C1.426l-1.487%2C1.479l-1.958-1.958l-2.275%2C2.267c-0.292%2C0.292-0.844%2C0.712-1.653%2C1.259%20c-0.81%2C0.547-1.288%2C0.747-1.434%2C0.601c-0.146-0.146%2C0.054-0.627%2C0.601-1.442c0.547-0.815%2C0.964-1.366%2C1.251-1.653l2.267-2.267%20l-1.958-1.966l1.487-1.479c0.422%2C0.282%2C0.896%2C0.397%2C1.422%2C0.345c0.526-0.052%2C0.972-0.264%2C1.34-0.638l0.609-0.609%20c0.374-0.368%2C0.586-0.815%2C0.638-1.34c0.051-0.525-0.064-1.002-0.345-1.43l1.479-1.479l5.167%2C5.159l-1.487%2C1.479%20c-0.422-0.282-0.896-0.397-1.422-0.345C22.569%2C18.16%2C22.12%2C18.373%2C21.746%2C18.747z%20M22%2C26.5V22h4.5L22%2C26.5z%22%2F%3E%3Cg%20opacity%3D%220.3%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7%2C7v18h2V9h16V7H7z%20M22%2C4H4v18h2V6h16V4z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A"); |
| 2653 | } |
| 2654 | [data-type="welcome"] .mailpoet_thumbnail { |
| 2655 | background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2070%2070%22%20enable-background%3D%22new%200%200%2070%2070%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffffff%22%20d%3D%22M62.751%2C65.368L43.923%2C50.955l18.832-14.377l-5.395-4.118v-3.479l5.983%2C4.568%20v3.479l0.166%2C26.269C63.51%2C64.089%2C63.198%2C64.783%2C62.751%2C65.368z%20M31.502%2C49.5l-15.993-12v-30c0-1.657%2C1.343-3%2C2.999-3h33.985%20c1.656%2C0%2C2.999%2C1.343%2C2.999%2C3v30l-15.993%2C12H31.502z%20M47.5%2C13.5h-3v-3h-2v3h-3v2h3v3h2v-3h3V13.5z%20M44.504%2C33.316%20c0%2C0-0.012-1.304-2.653-2.478c-1.306-0.58-2.845-1.702-5.621-2.048c0.839-0.646%2C1.231-1.976%2C1.946-3.796%20c0.01-0.027%2C0.02-0.055%2C0.03-0.081c0.161%2C0.028%2C0.324%2C0.027%2C0.444-0.048c0.333-0.209%2C0.535-1.347%2C0.542-1.902%20c0.009-0.831-0.406-0.75-0.406-0.75s-0.009-0.003-0.021-0.006c0.002-0.066%2C0.006-0.133%2C0.006-0.199c0-0.751%2C0.152-2.021-0.047-2.728%20c-0.3-1.068-0.723-1.941-1.46-2.242c-0.97-0.396-2.341-1.536-2.788-1.536c-0.537%2C0-1.961%2C1.114-2.797%2C1.544%20c-0.707%2C0.363-1.154%2C1.175-1.453%2C2.241c-0.193%2C0.688-0.045%2C1.94-0.045%2C2.721c0%2C0.065%2C0.004%2C0.131%2C0.006%2C0.196%20c-0.02%2C0.005-0.034%2C0.009-0.034%2C0.009s-0.416-0.082-0.407%2C0.75c0.006%2C0.555%2C0.209%2C1.693%2C0.542%2C1.902%20c0.122%2C0.077%2C0.291%2C0.077%2C0.456%2C0.046c0.011%2C0.029%2C0.022%2C0.06%2C0.033%2C0.089c0.722%2C1.835%2C1.091%2C3.158%2C1.937%2C3.797%20c-2.748%2C0.354-4.277%2C1.467-5.575%2C2.046c-2.631%2C1.173-2.643%2C2.473-2.643%2C2.473v2.182l20.008-0.003V33.316z%20M26.795%2C50.955%20L8.05%2C65.305c-0.419-0.574-0.55-1.41-0.55-2.174V37.015l-0.015%2C0.011v-3.479l5.998-4.579v3.479L8.017%2C36.62L26.795%2C50.955z%20M29.137%2C52.659v-0.157h12.462v0.144l0.047-0.036L59.73%2C66.5H10.989l18.084-13.889L29.137%2C52.659z%22%2F%3E%3C%2Fsvg%3E%0A"); |
| 2656 | } |
| 2657 | [data-type="standard"] .mailpoet_thumbnail { |
| 2658 | background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2070%2070%22%20enable-background%3D%22new%200%200%2070%2070%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M62.751%2C65.368L43.923%2C50.955l18.832-14.377l-5.395-4.118v-3.479l5.983%2C4.568%20v3.479l0.166%2C26.269C63.51%2C64.089%2C63.198%2C64.783%2C62.751%2C65.368z%20M31.433%2C49.5l-15.955-12v-30c0-1.657%2C1.339-3%2C2.992-3h33.905%20c1.652%2C0%2C2.992%2C1.343%2C2.992%2C3v30l-15.955%2C12H31.433z%20M18.469%2C35.5H33.5v-2H18.469V35.5z%20M18.469%2C31.5H33.5v-2H18.469V31.5z%20M18.469%2C27.5H33.5v-2H18.469V27.5z%20M38.406%2C7.5H18.469v14h19.937V7.5z%20M52.375%2C7.5H40.408v2h11.967V7.5z%20M52.375%2C11.5H40.408v2%20h11.967V11.5z%20M52.375%2C15.5H40.408v2h11.967V15.5z%20M52.375%2C19.5H40.408v2h11.967V19.5z%20M52.375%2C25.5H37.5v2h14.875V25.5z%20M52.375%2C29.5H37.5v2h14.875V29.5z%20M52.375%2C33.5H37.5v2h14.875V33.5z%20M26.14%2C17.192L28.442%2C9.5l3.277%2C6.571l1.71-2.571l2.992%2C6%20h-2.992h-3.989h-0.997H25.45h-4.986l3.989-4L26.14%2C17.192z%20M22.469%2C12.5h-1c-0.552%2C0-1-0.448-1-1v-1c0-0.552%2C0.448-1%2C1-1h1%20c0.552%2C0%2C1%2C0.448%2C1%2C1v1C23.469%2C12.052%2C23.021%2C12.5%2C22.469%2C12.5z%20M26.795%2C50.955L8.05%2C65.305c-0.419-0.574-0.55-1.41-0.55-2.174%20V37.015l-0.015%2C0.011v-3.479l5.998-4.579v3.479L8.017%2C36.62L26.795%2C50.955z%20M29.137%2C52.659v-0.157h12.462v0.144l0.047-0.036%20L59.73%2C66.5H10.989l18.084-13.889L29.137%2C52.659z%22%2F%3E%3C%2Fsvg%3E%0A"); |
| 2659 | } |
| 2660 | .mailpoet_boxes_preview { |
| 2661 | margin: -10px; |
| 2662 | padding: 10px 20px; |
| 2663 | } |
| 2664 | .mailpoet_breadcrumb { |
| 2665 | font-size: 0.9em; |
| 2666 | text-transform: uppercase; |
| 2667 | color: #444; |
| 2668 | } |
| 2669 | .mailpoet_breadcrumb .mailpoet_current { |
| 2670 | font-weight: bold; |
| 2671 | } |
| 2672 | .mailpoet_breadcrumb a { |
| 2673 | text-decoration: none; |
| 2674 | color: #444; |
| 2675 | } |
| 2676 | .mailpoet_breadcrumb a:hover { |
| 2677 | color: #222; |
| 2678 | } |
| 2679 | .mailpoet_form { |
| 2680 | margin: 0 0 20px 0; |
| 2681 | } |
| 2682 | .mailpoet_form td { |
| 2683 | vertical-align: top !important; |
| 2684 | } |
| 2685 | input.parsley-success, |
| 2686 | select.parsley-success, |
| 2687 | textarea.parsley-success { |
| 2688 | color: #468847; |
| 2689 | background-color: #dff0d8; |
| 2690 | border: 1px solid #d6e9c6; |
| 2691 | } |
| 2692 | input.parsley-error, |
| 2693 | select.parsley-error, |
| 2694 | textarea.parsley-error { |
| 2695 | color: #b94a48; |
| 2696 | background-color: #f2dede; |
| 2697 | border: 1px solid #eed3d7; |
| 2698 | } |
| 2699 | .parsley-errors-list { |
| 2700 | margin: 2px 0 3px; |
| 2701 | padding: 0; |
| 2702 | list-style-type: none; |
| 2703 | font-size: 0.9em; |
| 2704 | line-height: 0.9em; |
| 2705 | color: #b94a48; |
| 2706 | opacity: 0; |
| 2707 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; |
| 2708 | filter: alpha(opacity=0); |
| 2709 | -webkit-transition: all 0.3s ease-in; |
| 2710 | -moz-transition: all 0.3s ease-in; |
| 2711 | -o-transition: all 0.3s ease-in; |
| 2712 | -ms-transition: all 0.3s ease-in; |
| 2713 | transition: all 0.3s ease-in; |
| 2714 | -o-transition: all 0.3s ease-in; |
| 2715 | -moz-transition: all 0.3s ease-in; |
| 2716 | -webkit-transition: all 0.3s ease-in; |
| 2717 | } |
| 2718 | .parsley-errors-list.filled { |
| 2719 | opacity: 1; |
| 2720 | -ms-filter: none; |
| 2721 | filter: none; |
| 2722 | } |
| 2723 | .parsley-errors-list { |
| 2724 | margin-top: 8px; |
| 2725 | } |
| 2726 | .parsley-required, |
| 2727 | .parsley-custom-error-message { |
| 2728 | color: #b94a48; |
| 2729 | } |
| 2730 | #mailpoet_settings .mailpoet_panel { |
| 2731 | display: none; |
| 2732 | } |
| 2733 | #mailpoet_settings .form-table th { |
| 2734 | width: 20em; |
| 2735 | } |
| 2736 | #mailpoet_settings .mailpoet_sending_methods { |
| 2737 | margin: 25px 0 0 0; |
| 2738 | } |
| 2739 | #mailpoet_settings .mailpoet_sending_methods li { |
| 2740 | float: left; |
| 2741 | position: relative; |
| 2742 | padding: 15px 15px 0 15px; |
| 2743 | margin: 0 25px 25px 0; |
| 2744 | width: 300px; |
| 2745 | height: 250px; |
| 2746 | border: 1px solid #dedede; |
| 2747 | background-color: #fff; |
| 2748 | } |
| 2749 | #mailpoet_settings .mailpoet_sending_methods h3 { |
| 2750 | text-align: center; |
| 2751 | height: 54px; |
| 2752 | line-height: 54px; |
| 2753 | font-size: 1.5em; |
| 2754 | } |
| 2755 | #mailpoet_settings .mailpoet_sending_methods .mailpoet_description { |
| 2756 | font-size: 14px; |
| 2757 | } |
| 2758 | #mailpoet_settings .mailpoet_sending_methods .mailpoet_status { |
| 2759 | background-color: #2f2f2f; |
| 2760 | color: #fff; |
| 2761 | position: absolute; |
| 2762 | bottom: 0; |
| 2763 | left: 0; |
| 2764 | right: 0; |
| 2765 | -o-text-overflow: ellipsis; |
| 2766 | text-overflow: ellipsis; |
| 2767 | padding: 15px; |
| 2768 | } |
| 2769 | #mailpoet_settings .mailpoet_sending_methods .mailpoet_status span { |
| 2770 | visibility: hidden; |
| 2771 | font-weight: bold; |
| 2772 | } |
| 2773 | #mailpoet_settings .mailpoet_sending_methods .mailpoet_active .mailpoet_status span { |
| 2774 | visibility: visible; |
| 2775 | } |
| 2776 | #mailpoet_settings .mailpoet_sending_methods .mailpoet_active #mailpoet_mta_activate { |
| 2777 | visibility: hidden; |
| 2778 | } |
| 2779 | #mailpoet_settings .mailpoet_sending_methods .mailpoet_actions { |
| 2780 | bottom: 15px; |
| 2781 | color: #fff; |
| 2782 | padding: 0; |
| 2783 | position: absolute; |
| 2784 | right: 15px; |
| 2785 | } |
| 2786 | #mailpoet_settings .mailpoet_sending_methods .mailpoet_actions .button-secondary { |
| 2787 | margin: 0 -6px -4px 0; |
| 2788 | } |
| 2789 | @media screen and (max-width: 782px) { |
| 2790 | #mailpoet_settings .form-table th { |
| 2791 | width: auto; |
| 2792 | } |
| 2793 | #mailpoet_settings .mailpoet_sending_methods li { |
| 2794 | float: none; |
| 2795 | width: auto; |
| 2796 | margin-right: 0; |
| 2797 | } |
| 2798 | } |
| 2799 | .mailpoet_progress { |
| 2800 | background-color: #efefef; |
| 2801 | height: 25px; |
| 2802 | padding: 0; |
| 2803 | width: 100%; |
| 2804 | margin: 0; |
| 2805 | border-radius: 5px; |
| 2806 | position: relative; |
| 2807 | } |
| 2808 | .mailpoet_progress_label { |
| 2809 | position: absolute; |
| 2810 | width: 100%; |
| 2811 | text-align: center; |
| 2812 | display: inline-block; |
| 2813 | margin: 2px 0 0 0; |
| 2814 | } |
| 2815 | .mailpoet_progress_bar { |
| 2816 | position: absolute; |
| 2817 | display: inline-block; |
| 2818 | height: 100%; |
| 2819 | border-radius: 3px; |
| 2820 | -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset; |
| 2821 | box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset; |
| 2822 | background-color: #34c2e3; |
| 2823 | background-image: -webkit-linear-gradient(top, #34c2e3, #1ba4c4); |
| 2824 | background-image: -moz-linear-gradient(top, #34c2e3, #1ba4c4); |
| 2825 | background-image: -o-linear-gradient(top, #34c2e3, #1ba4c4); |
| 2826 | background-image: -ms-linear-gradient(top, #34c2e3, #1ba4c4); |
| 2827 | background-image: linear-gradient(to bottom, #34c2e3, #1ba4c4); |
| 2828 | } |
| 2829 | .mailpoet_progress_complete .mailpoet_progress_bar { |
| 2830 | background-color: #fecf23; |
| 2831 | background-image: -webkit-linear-gradient(top, #fecf23, #fd9215); |
| 2832 | background-image: -moz-linear-gradient(top, #fecf23, #fd9215); |
| 2833 | background-image: -o-linear-gradient(top, #fecf23, #fd9215); |
| 2834 | background-image: -ms-linear-gradient(top, #fecf23, #fd9215); |
| 2835 | background-image: linear-gradient(to bottom, #fecf23, #fd9215); |
| 2836 | } |
| 2837 | #subscribers_container .mailpoet_segments_unsubscribed { |
| 2838 | color: #a9a9a9; |
| 2839 | } |
| 2840 |