DataTables-1.10.20
4 years ago
autoupdate_banner.css
3 years ago
banner_main.css
3 years ago
cdn_page.css
3 years ago
datatables.min.css
4 years ago
jquery.tagsinput.min.css
4 years ago
multi-select.css
3 years ago
referral_program_page.css
3 years ago
settings_basic.css
3 years ago
speed.css
3 years ago
speed_elementor_dark.css
3 years ago
two_admin.css
3 years ago
two_admin_bar.css
3 years ago
two_preview.css
3 years ago
white_label.css
2 years ago
speed_elementor_dark.css
81 lines
| 1 | .two_elementor_dark .two_elementor_control_title { |
| 2 | font-size: 14px; |
| 3 | font-weight: bold; |
| 4 | line-height: 20px; |
| 5 | color:#ffffff; |
| 6 | } |
| 7 | |
| 8 | .two_elementor_dark .two_elementor_settings_content.two-optimizing .two-description, |
| 9 | .two_elementor_dark.two_elementor_settings_content.two-optimizing .two-description, |
| 10 | .two_elementor_dark .two-page-speed, |
| 11 | .two_elementor_dark .two_reanalyze_container .two_reanalyze_button { |
| 12 | color:#ffffff; |
| 13 | } |
| 14 | |
| 15 | .two_elementor_dark .two_elementor_settings_content .two-elementor-container-title, |
| 16 | .two_elementor_dark.two_elementor_settings_content .two-elementor-container-title { |
| 17 | letter-spacing: 0.1px; |
| 18 | color: #FFFFFFCC; |
| 19 | font-weight: 400; |
| 20 | } |
| 21 | |
| 22 | .two_elementor_dark .two_elementor_settings_content .two-elementor-container-title span, |
| 23 | .two_elementor_dark.two_elementor_settings_content .two-elementor-container-title span { |
| 24 | letter-spacing: 0.1px; |
| 25 | color: #FFFFFFCC; |
| 26 | font-style: italic; |
| 27 | font-weight: bold; |
| 28 | } |
| 29 | .two_elementor_dark .two-old-scores, |
| 30 | .two_elementor_dark .two-new-scores { |
| 31 | background-color: #35383C; |
| 32 | } |
| 33 | |
| 34 | .two_elementor_dark .two-no-scores .two_reanalyze_link:not(.two-hidden) { |
| 35 | background-image: url(../images/speed/reload_icon_dark.svg); |
| 36 | } |
| 37 | |
| 38 | .two_elementor_dark .two_reanalyze_link:hover { |
| 39 | background-image: url(../images/speed/reload_icon_hover_dark.svg); |
| 40 | } |
| 41 | |
| 42 | .two_elementor_dark .two_elementor_settings_content .two-score-container-title, |
| 43 | .two_elementor_dark.two_elementor_settings_content .two-score-container-title { |
| 44 | letter-spacing: 0.1px; |
| 45 | color: #FFFFFF; |
| 46 | } |
| 47 | |
| 48 | .two_elementor_dark .two_elementor_settings_content .two-score-container-title span, |
| 49 | .two_elementor_dark.two_elementor_settings_content .two-score-container-title span { |
| 50 | font-style: italic; |
| 51 | font-weight: bold; |
| 52 | } |
| 53 | |
| 54 | .two_elementor_dark .two-score-container-both .two-score-mobile, |
| 55 | .two_elementor_dark .two-score-container-both .two-score-desktop { |
| 56 | flex-direction: column; |
| 57 | background: #35383C 0% 0% no-repeat padding-box; |
| 58 | border-radius: 4px; |
| 59 | } |
| 60 | |
| 61 | .two_elementor_dark .two_elementor_settings_content .two-score-container-both .two-score-text *, |
| 62 | .two_elementor_dark.two_elementor_settings_content .two-score-container-both .two-score-text * { |
| 63 | color: #FFFFFF; |
| 64 | font-weight: bold; |
| 65 | } |
| 66 | |
| 67 | .two_elementor_dark .two_elementor_settings_content .two-score-container-both .two-load-text-time, |
| 68 | .two_elementor_dark.two_elementor_settings_content .two-score-container-both .two-load-text-time { |
| 69 | font: normal normal 600 10px/16px Open Sans; |
| 70 | color: #FFFFFF; |
| 71 | } |
| 72 | |
| 73 | .two_elementor_dark .two_elementor_settings_content .two-score-circle, |
| 74 | .two_elementor_dark.two_elementor_settings_content .two-score-circle { |
| 75 | background: #FFFFFF0D 0% 0% no-repeat padding-box; |
| 76 | } |
| 77 | |
| 78 | .two_elementor_dark .two-score-circle-animated { |
| 79 | color: #ffffff!important; |
| 80 | } |
| 81 |