dashboard-review-ask.css
4 years ago
ewd-ulb-main.css
4 years ago
ewd-us-admin.css
3 years ago
ewd-us-blocks.css
4 years ago
ewd-us-helper-install-notice.css
4 years ago
ewd-us-welcome-screen.css
4 years ago
ewd-us.css
4 years ago
plugin-deactivation.css
1 month ago
ewd-us-welcome-screen.css
426 lines
| 1 | .ewd-us-hidden { |
| 2 | display: none; |
| 3 | } |
| 4 | .ewd-us-welcome-clear { |
| 5 | clear: both; |
| 6 | } |
| 7 | |
| 8 | .ewd-us-welcome-screen-header h1 { |
| 9 | padding: 48px 0 16px 0; |
| 10 | margin: 0; |
| 11 | } |
| 12 | .ewd-us-welcome-screen-header p { |
| 13 | margin-bottom: 32px; |
| 14 | font-size: 15px; |
| 15 | } |
| 16 | .ewd-us-welcome-screen h2 { |
| 17 | background: #6026B4; |
| 18 | color: #fff; |
| 19 | padding: 18px; |
| 20 | margin: 0; |
| 21 | z-index: 2; |
| 22 | position: relative; |
| 23 | float: left; |
| 24 | width: calc(100% - 36px); |
| 25 | border-top: 1px solid #42639F; |
| 26 | } |
| 27 | .ewd-us-welcome-screen h2:hover { |
| 28 | background: #682CBF; |
| 29 | } |
| 30 | |
| 31 | .ewd-us-welcome-screen-box .ewd-us-welcome-screen-box-content { |
| 32 | display: none; |
| 33 | } |
| 34 | |
| 35 | .ewd-us-welcome-screen-box.ewd-us-welcome-screen-open .ewd-us-welcome-screen-box-content { |
| 36 | display: block; |
| 37 | } |
| 38 | |
| 39 | .ewd-us-welcome-screen-box { |
| 40 | padding: 0px; |
| 41 | max-width: 800px; |
| 42 | margin: 0 auto; |
| 43 | } |
| 44 | |
| 45 | .ewd-us-welcome-screen-header, |
| 46 | .ewd-us-welcome-screen-skip-container { |
| 47 | max-width: 800px; |
| 48 | margin: 0 auto; |
| 49 | } |
| 50 | |
| 51 | .ewd-us-welcome-screen-header { |
| 52 | text-align: center; |
| 53 | } |
| 54 | |
| 55 | .ewd-us-welcome-screen-box h2 { |
| 56 | cursor: pointer; |
| 57 | } |
| 58 | |
| 59 | .ewd-us-welcome-screen-box-content { |
| 60 | position: relative; |
| 61 | float: left; |
| 62 | background: #fff; |
| 63 | width: 90%; |
| 64 | margin: 0 auto 16px; |
| 65 | box-shadow: 0 1px 12px #ddd; |
| 66 | display: block; |
| 67 | padding: 18px 5%; |
| 68 | } |
| 69 | |
| 70 | .ewd-us-welcome-screen-add-reservations-page-button, |
| 71 | .ewd-us-welcome-screen-save-schedule-open-button, |
| 72 | .ewd-us-welcome-screen-save-options-button, |
| 73 | .ewd-us-welcome-screen-save-add-lightbox-button, |
| 74 | .ewd-us-welcome-screen-save-arrows-icons-button, |
| 75 | .ewd-us-welcome-screen-add-slide-button, |
| 76 | .ewd-us-welcome-screen-add-slider-page-button { |
| 77 | position: relative; |
| 78 | float: left; |
| 79 | cursor: pointer; |
| 80 | padding: 4px 8px; |
| 81 | border: 2px solid #6026B4; |
| 82 | color: #fff; |
| 83 | border-radius: 2px; |
| 84 | background: #6026B4; |
| 85 | width: auto; |
| 86 | text-align: center; |
| 87 | margin-top: 12px; |
| 88 | } |
| 89 | .ewd-us-welcome-screen-add-reservations-page-button:hover, |
| 90 | .ewd-us-welcome-screen-save-schedule-open-button:hover, |
| 91 | .ewd-us-welcome-screen-save-options-button:hover, |
| 92 | .ewd-us-welcome-screen-save-add-lightbox-button:hover, |
| 93 | .ewd-us-welcome-screen-save-arrows-icons-button:hover, |
| 94 | .ewd-us-welcome-screen-add-slide-button:hover, |
| 95 | .ewd-us-welcome-screen-add-slider-page-button:hover { |
| 96 | border-color: #682CBF; |
| 97 | background: #682CBF; |
| 98 | } |
| 99 | |
| 100 | .ewd-us-welcome-screen-next-button, |
| 101 | .ewd-us-welcome-screen-previous-button, |
| 102 | .ewd-us-welcome-screen-finish-button a { |
| 103 | position: relative; |
| 104 | float: right; |
| 105 | cursor: pointer; |
| 106 | padding: 4px 8px; |
| 107 | border: 2px solid #6026B4; |
| 108 | color: #6026B4; |
| 109 | border-radius: 2px; |
| 110 | background: transparent; |
| 111 | width: auto; |
| 112 | text-align: center; |
| 113 | margin-top: 32px; |
| 114 | text-decoration: none; |
| 115 | } |
| 116 | .ewd-us-welcome-screen-next-button:hover, |
| 117 | .ewd-us-welcome-screen-previous-button:hover, |
| 118 | .ewd-us-welcome-screen-finish-button a:hover { |
| 119 | color: #fff; |
| 120 | background: #6026B4; |
| 121 | text-decoration: none; |
| 122 | } |
| 123 | .ewd-us-welcome-screen-next-button-not-top-margin { |
| 124 | margin-top: 12px; |
| 125 | } |
| 126 | .ewd-us-welcome-screen-previous-button { |
| 127 | float: left; |
| 128 | } |
| 129 | |
| 130 | .ewd-us-welcome-screen-skip-button { |
| 131 | position: relative; |
| 132 | float: right; |
| 133 | cursor: pointer; |
| 134 | padding: 4px 8px; |
| 135 | border: 2px solid #ccc; |
| 136 | color: #999; |
| 137 | border-radius: 2px; |
| 138 | background: transparent; |
| 139 | width: auto; |
| 140 | text-align: center; |
| 141 | margin-top: 12px; |
| 142 | } |
| 143 | .ewd-us-welcome-screen-skip-button:hover { |
| 144 | border-color: #aaa; |
| 145 | color: #fff; |
| 146 | background: #aaa; |
| 147 | } |
| 148 | |
| 149 | .ewd-us-welcome-screen-option { |
| 150 | margin: 7px 0; |
| 151 | } |
| 152 | |
| 153 | .ewd-us-welcome-screen-box-content input { |
| 154 | margin: 0; |
| 155 | } |
| 156 | .ewd-us-welcome-screen-box-content input[type="text"], |
| 157 | .ewd-us-welcome-screen-box-content textarea, |
| 158 | .ewd-us-welcome-screen-box-content select { |
| 159 | border: 2px solid #ccc; |
| 160 | border-radius: 5px; |
| 161 | box-shadow: none; |
| 162 | } |
| 163 | .ewd-us-welcome-screen-box-content select { |
| 164 | width: auto !important; |
| 165 | min-width: 50%; |
| 166 | max-width: 100% !important; |
| 167 | } |
| 168 | .ewd-us-welcome-screen-box-content-divs { |
| 169 | margin-bottom: 8px; |
| 170 | } |
| 171 | |
| 172 | |
| 173 | .ewd-us-welcome-screen-show-created-sections { |
| 174 | display: none; |
| 175 | } |
| 176 | |
| 177 | .ewd-us-welcome-screen-show-created-sections-name { |
| 178 | position: relative; |
| 179 | float: left; |
| 180 | width: 40%; |
| 181 | width: calc(40% - 2px); |
| 182 | padding: 9px 5%; |
| 183 | border-left: 1px solid #ccc; |
| 184 | border-right: 1px solid #ccc; |
| 185 | font-size: 15px; |
| 186 | font-weight: bold; |
| 187 | border-top: 1px solid #ccc; |
| 188 | border-bottom: 1px solid #ccc; |
| 189 | } |
| 190 | .ewd-us-welcome-screen-show-created-sections-description { |
| 191 | position: relative; |
| 192 | float: right; |
| 193 | width: 40%; |
| 194 | width: calc(40% - 1px); |
| 195 | border-right: 1px solid #ccc; |
| 196 | padding: 9px 5%; |
| 197 | font-size: 15px; |
| 198 | font-weight: bold; |
| 199 | border-top: 1px solid #ccc; |
| 200 | border-bottom: 1px solid #ccc; |
| 201 | } |
| 202 | .ewd-us-welcome-screen-section-name { |
| 203 | position: relative; |
| 204 | float: left; |
| 205 | width: 40%; |
| 206 | width: calc(40% - 2px); |
| 207 | padding: 7px 5%; |
| 208 | height: 18px; |
| 209 | overflow: hidden; |
| 210 | border-left: 1px solid #ccc; |
| 211 | border-right: 1px solid #ccc; |
| 212 | border-bottom: 1px solid #ccc; |
| 213 | } |
| 214 | .ewd-us-welcome-screen-section-description { |
| 215 | position: relative; |
| 216 | float: right; |
| 217 | width: 40%; |
| 218 | width: calc(40% - 1px); |
| 219 | padding: 7px 5%; |
| 220 | height: 18px; |
| 221 | overflow: hidden; |
| 222 | border-right: 1px solid #ccc; |
| 223 | border-bottom: 1px solid #ccc; |
| 224 | } |
| 225 | |
| 226 | |
| 227 | .ewd-us-welcome-screen-show-created-menu_items { |
| 228 | display: none; |
| 229 | } |
| 230 | |
| 231 | .ewd-us-welcome-screen-show-created-menu_items-image { |
| 232 | position: relative; |
| 233 | float: left; |
| 234 | width: 20%; |
| 235 | width: calc(20% - 2px); |
| 236 | padding: 9px 2.5%; |
| 237 | border-left: 1px solid #ccc; |
| 238 | border-right: 1px solid #ccc; |
| 239 | font-size: 15px; |
| 240 | font-weight: bold; |
| 241 | border-top: 1px solid #ccc; |
| 242 | border-bottom: 1px solid #ccc; |
| 243 | } |
| 244 | .ewd-us-welcome-screen-show-created-menu_items-name { |
| 245 | position: relative; |
| 246 | float: left; |
| 247 | width: 20%; |
| 248 | width: calc(20% - 1px); |
| 249 | border-right: 1px solid #ccc; |
| 250 | padding: 9px 2.5%; |
| 251 | font-size: 15px; |
| 252 | font-weight: bold; |
| 253 | border-top: 1px solid #ccc; |
| 254 | border-bottom: 1px solid #ccc; |
| 255 | } |
| 256 | .ewd-us-welcome-screen-show-created-menu_items-description { |
| 257 | position: relative; |
| 258 | float: left; |
| 259 | width: 20%; |
| 260 | width: calc(20% - 1px); |
| 261 | border-right: 1px solid #ccc; |
| 262 | padding: 9px 2.5%; |
| 263 | font-size: 15px; |
| 264 | font-weight: bold; |
| 265 | border-top: 1px solid #ccc; |
| 266 | border-bottom: 1px solid #ccc; |
| 267 | } |
| 268 | .ewd-us-welcome-screen-show-created-menu_items-price { |
| 269 | position: relative; |
| 270 | float: left; |
| 271 | width: 20%; |
| 272 | width: calc(20% - 1px); |
| 273 | border-right: 1px solid #ccc; |
| 274 | padding: 9px 2.5%; |
| 275 | font-size: 15px; |
| 276 | font-weight: bold; |
| 277 | border-top: 1px solid #ccc; |
| 278 | border-bottom: 1px solid #ccc; |
| 279 | } |
| 280 | .ewd-us-welcome-screen-menu_item-image { |
| 281 | position: relative; |
| 282 | float: left; |
| 283 | width: 20%; |
| 284 | width: calc(20% - 2px); |
| 285 | padding: 7px 2.5%; |
| 286 | height: 100px; |
| 287 | overflow: hidden; |
| 288 | border-left: 1px solid #ccc; |
| 289 | border-right: 1px solid #ccc; |
| 290 | border-bottom: 1px solid #ccc; |
| 291 | } |
| 292 | .ewd-us-welcome-screen-menu_item-image img { |
| 293 | width: auto; |
| 294 | height: auto; |
| 295 | max-width: 100%; |
| 296 | max-height: 100%; |
| 297 | } |
| 298 | .ewd-us-welcome-screen-menu_item-name { |
| 299 | position: relative; |
| 300 | float: left; |
| 301 | width: 20%; |
| 302 | width: calc(20% - 1px); |
| 303 | padding: 7px 2.5%; |
| 304 | height: 100px; |
| 305 | overflow: hidden; |
| 306 | border-right: 1px solid #ccc; |
| 307 | border-bottom: 1px solid #ccc; |
| 308 | } |
| 309 | .ewd-us-welcome-screen-menu_item-description { |
| 310 | position: relative; |
| 311 | float: left; |
| 312 | width: 20%; |
| 313 | width: calc(20% - 1px); |
| 314 | padding: 7px 2.5%; |
| 315 | height: 100px; |
| 316 | overflow: hidden; |
| 317 | border-right: 1px solid #ccc; |
| 318 | border-bottom: 1px solid #ccc; |
| 319 | } |
| 320 | .ewd-us-welcome-screen-menu_item-price { |
| 321 | position: relative; |
| 322 | float: left; |
| 323 | width: 20%; |
| 324 | width: calc(20% - 1px); |
| 325 | padding: 7px 2.5%; |
| 326 | height: 100px; |
| 327 | overflow: hidden; |
| 328 | border-right: 1px solid #ccc; |
| 329 | border-bottom: 1px solid #ccc; |
| 330 | } |
| 331 | |
| 332 | .ewd-us-welcome-screen-add-create_menu-sections h3 { |
| 333 | padding-bottom: 0; |
| 334 | margin-bottom: 0; |
| 335 | } |
| 336 | |
| 337 | .ewd-us-save-message { |
| 338 | clear: both; |
| 339 | position: relative; |
| 340 | float: left; |
| 341 | width: 100%; |
| 342 | margin: 16px 0; |
| 343 | } |
| 344 | .ewd-us-save-message-inside { |
| 345 | position: relative; |
| 346 | float: left; |
| 347 | padding: 8px 12px; |
| 348 | background: #eee; |
| 349 | } |
| 350 | |
| 351 | .ewd-us-welcome-screen-image-preview-container { |
| 352 | float: left; |
| 353 | width: calc(100% - 160px); |
| 354 | margin-bottom: 10px; |
| 355 | } |
| 356 | .ewd-us-welcome-screen-image-preview img { |
| 357 | width: 180px; |
| 358 | height: auto; |
| 359 | } |
| 360 | |
| 361 | /*scheduler*/ |
| 362 | .ewd-us-welcome-screen-box-content .sap-scheduler label { |
| 363 | width: auto; |
| 364 | float: none; |
| 365 | text-align: center; |
| 366 | font-weight: normal; |
| 367 | } |
| 368 | .ewd-us-welcome-screen-box-content .sap-scheduler .sap-scheduler-time-input label { |
| 369 | text-align: left; |
| 370 | } |
| 371 | .ewd-us-welcome-screen-box-content .sap-scheduler input[type="checkbox"] { |
| 372 | margin: 6px 4px 7px 0; |
| 373 | } |
| 374 | |
| 375 | |
| 376 | /*icon and arrow fonts*/ |
| 377 | .ewd-us-arrow { |
| 378 | font-family: 'untitled-font-7'; |
| 379 | } |
| 380 | .ewd-us-autoplay { |
| 381 | font-family: 'ewd-lightbox-autoplay'; |
| 382 | } |
| 383 | .ewd-us-exit { |
| 384 | font-family: 'ewd-lightbox-close'; |
| 385 | } |
| 386 | .ewd-us-download { |
| 387 | font-family: 'ewd-lightbox-download'; |
| 388 | } |
| 389 | .ewd-us-fullscreen { |
| 390 | font-family: 'ewd-lightbox-fullscreen'; |
| 391 | } |
| 392 | .ewd-us-regular_screen { |
| 393 | font-family: 'ewd-lightbox-exit-fullscreen'; |
| 394 | } |
| 395 | .ewd-us-fullsize { |
| 396 | font-family: 'ewd-lightbox-original'; |
| 397 | } |
| 398 | .ewd-us-share { |
| 399 | font-family: 'ewd-lightbox-share'; |
| 400 | } |
| 401 | .ewd-us-thumbnail { |
| 402 | font-family: 'ewd-lightbox-thumbnail'; |
| 403 | } |
| 404 | .ewd-us-zoom_out { |
| 405 | font-family: 'ewd-lightbox-unzoom'; |
| 406 | } |
| 407 | .ewd-us-zoom { |
| 408 | font-family: 'ewd-lightbox-zoom'; |
| 409 | } |
| 410 | |
| 411 | |
| 412 | |
| 413 | /*CREATED SLIDES TABLE*/ |
| 414 | .ewd-us-welcome-screen-show-created-slides { |
| 415 | width: 100%; |
| 416 | border-collapse: collapse; |
| 417 | } |
| 418 | .ewd-us-welcome-screen-show-created-slides th, |
| 419 | .ewd-us-welcome-screen-show-created-slides td { |
| 420 | border: 1px solid #ccc; |
| 421 | padding: 12px; |
| 422 | } |
| 423 | .ewd-us-welcome-screen-show-created-slides img { |
| 424 | max-width: 100%; |
| 425 | } |
| 426 |