PluginProbe
WebTotem Security / 2.2.1
WebTotem Security v2.2.1
3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 2.2.4 All 109 releases
wt-security / htdocs / scss / dark-theme.scss

dark-theme.scss in WebTotem Security 2.2.1, at htdocs/scss/dark-theme.scss

236 lines 6.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import "variables.scss";
2 .wtotem_theme—dark .card,
3 .wtotem_theme—dark .card:before,
4 .wtotem_theme—dark .wtotem_chart-first__btn_active {
5 background: $c-card;
6 }
7
8 .wtotem_theme—dark .wtotem_content,
9 .wtotem_theme—dark .wtotem_footer,
10 .wtotem_theme—dark .wtotem_chart-first__right,
11 .wtotem_theme—dark .wtotem_control__block,
12 .wtotem_theme—dark .wtotem_state__select,
13 .wtotem_theme—dark .wtotem_unit__circle_loading {
14 background: #191919;
15 }
16 .wtotem_theme—dark .wtotem_version__count {
17 border: 1px solid $c-font;
18 }
19 .wtotem_theme—dark .wtotem_logo {
20 background: url("../img/dr-logo.svg") no-repeat center center / cover;
21 }
22 .wtotem_theme—dark .wtotem_nav__link,
23 .wtotem_theme—dark .wtotem_nav__link_active,
24 .wtotem_theme—dark .wtotem_version__count,
25 .wtotem_theme—dark .title,
26 .wtotem_theme—dark .wtotem_title-info__title,
27 .wtotem_theme—dark .wtotem_overall__text,
28 .wtotem_theme—dark .wtotem_info__subtitle,
29 .wtotem_theme—dark .wtotem_info__info,
30 .wtotem_theme—dark .wtotem_numbers__figures,
31 .wtotem_theme—dark .wtotem_from__country,
32 .wtotem_theme—dark .wtotem_from__country span,
33 .wtotem_theme—dark .wtotem_data__th,
34 .wtotem_theme—dark .wtotem_antivirus__title,
35 .wtotem_theme—dark .wtotem_table__title,
36 .wtotem_theme—dark .wtotem_table__subject,
37 .wtotem_theme—dark .wtotem_table__text,
38 .wtotem_theme—dark .wtotem_table__perfomance,
39 .wtotem_theme—dark .wtotem_footer__text,
40 .wtotem_theme—dark .wtotem_footer__text,
41 .wtotem_theme—dark .wtotem_chart__btn,
42 .wtotem_theme—dark .wtotem_antivirus__item:last-child div,
43 .wtotem_theme—dark .wtotem_from__percent,
44 .wtotem_theme—dark .wtotem_chart-first__all,
45 .wtotem_theme—dark .wtotem_chart-first__hack p,
46 .wtotem_theme—dark .wtotem_chart-first__btn_active,
47 .wtotem_theme—dark .wtotem_chart__text,
48 .wtotem_theme—dark .wtotem_table__initial-value,
49 .wtotem_theme—dark .arrow-right,
50 .wtotem_theme—dark .wtotem_print__label,
51 .wtotem_theme—dark .wtotem_state__text,
52 .wtotem_theme—dark .wtotem_pagination__number,
53 .wtotem_theme—dark .wtotem_data__td,
54 .wtotem_theme—dark .wtotem_file-table__th,
55 .wtotem_theme—dark .wtotem_file-table,
56 .wtotem_theme—dark .wtotem_option__title,
57 .wtotem_theme—dark .wtotem_option__text,
58 .wtotem_theme—dark .wtotem_control__title,
59 .wtotem_theme—dark .wtotem_control__name,
60 .wtotem_theme—dark .onoff__label:after,
61 .wtotem_theme—dark .onoff__label:before,
62 .wtotem_theme—dark .wtotem_offer__title,
63 .wtotem_theme—dark .wtotem_offer__text,
64 .wtotem_theme—dark .wtotem_unit__expectation_loading,
65 .wtotem_theme—dark .wtotem_alert__text {
66 color: $c-font;
67 }
68
69 .wtotem_theme—dark .wtotem_data__ip {
70 color: #86939e;
71 }
72
73 .wtotem_theme—dark .wtotem_chart__btn {
74 border: 1px solid $c-font;
75 }
76
77 .wtotem_theme—dark .wtotem_title-info__info {
78 background: url("../img/dr-info.svg") no-repeat center center / cover;
79 }
80
81 .wtotem_theme—dark .wtotem_nav__link_active {
82 color: $c-blue;
83 }
84
85 .wtotem_theme—dark .wtotem_info__item:first-child,
86 .wtotem_theme—dark .wtotem_numbers__item,
87 .wtotem_theme—dark .wtotem_antivirus__item,
88 .wtotem_theme—dark .wtotem_unit__block {
89 border-right: 1px solid #3c3c3d;
90 }
91 .wtotem_theme—dark .wtotem_antivirus__item {
92 &:last-child {
93 border-right: none;
94 }
95 }
96 .wtotem_theme—dark .wtotem_numbers__item:last-child {
97 border-right: none;
98 }
99 .wtotem_theme—dark .wtotem_table__col {
100 border-right: 1px solid #3c3c3d;
101 border-bottom: 1px solid #3c3c3d;
102 }
103 .wtotem_theme—dark .wtotem_table__col:last-child {
104 border-right: none;
105 }
106 .wtotem_theme—dark .wtotem_chart__line {
107 background: #3c3c3d;
108 }
109
110 .wtotem_theme—dark .wtotem_table__th,
111 .wtotem_theme—dark .wtotem_table__td {
112 border-bottom: 1px solid #3c3c3d;
113 }
114
115 .wtotem_theme—dark .wtotem_table__link:after {
116 content: "";
117 border: solid #fff;
118 border-width: 0 1.5px 1.5px 0;
119 transform: rotate(-45deg);
120 -webkit-transform: rotate(-45deg);
121 }
122 .wtotem_theme—dark .arrow-right:after {
123 content: "";
124 border: solid #f3f5f6;
125 border-width: 0 1px 1px 0;
126 transform: rotate(-45deg);
127 -webkit-transform: rotate(-45deg);
128 margin-left: 10px;
129 }
130 .wtotem_theme—dark .wtotem_footer__line,
131 .wtotem_theme—dark .wtotem_state__line {
132 background: #2d2e2e;
133 }
134
135 .wtotem_theme—dark .wtotem_footer__app-store {
136 width: 19px;
137 height: 19px;
138 background: url("../img/dr-app-store.svg") no-repeat center center / cover;
139 }
140
141 .wtotem_theme—dark .wtotem_footer__play-store {
142 width: 17px;
143 height: 19px;
144 background: url("../img/dr-play-store.svg") no-repeat center center / cover;
145 }
146
147 .wtotem_theme—dark .wtotem_footer__logo {
148 background: url("../img/dr-logo-footer.svg") no-repeat center center / cover;
149 }
150
151 .wtotem_theme—dark .line-chart__tooltip,
152 .wtotem_theme—dark .line-chart__tooltip::before {
153 background: $c-blue;
154 }
155
156 .wtotem_theme—dark .wtotem_firewall__icon {
157 background: url("../img/dr-shape.svg") no-repeat center center / cover;
158 }
159
160 .wtotem_theme—dark .wtotem_pagination__number_active {
161 background: #5a5c5e;
162 }
163
164 .wtotem_pagination__number:hover {
165 color: $c-titles;
166 transition: all 0.2s ease;
167 }
168
169 .wtotem_theme—dark .onoff__label {
170 background: #686868;
171 }
172 .wtotem_theme—dark .wtotem_print__img {
173 background: url("../img/dr-print.svg") no-repeat center center / cover;
174 }
175
176 .wtotem_theme—dark .wtotem_control__trash {
177 background: url("../img/dr-trash.svg") no-repeat center center / cover;
178 }
179
180 .wtotem_theme—dark .onoff__input:checked + label .onoff__circle {
181 background: #4bc374;
182 }
183
184 .wtotem_theme—dark .onoff__circle {
185 background: #ec6d62;
186 }
187
188 .wtotem_theme—dark .wtotem_alert__close:before,
189 .wtotem_theme—dark .wtotem_alert__close:after {
190 background: #dadada;
191 }
192
193 .wtotem_info__item .arrow-right {
194 color: $c-blue;
195 &:after {
196 content: "";
197 border: solid $c-blue;
198 border-width: 0 1px 1px 0;
199 transform: rotate(-45deg);
200 -webkit-transform: rotate(-45deg);
201 margin-left: 10px;
202 }
203 }
204
205 /* 320-576px Extra small */
206 @media screen and (max-width: 576px) {
207 .wtotem_theme—dark .wtotem_info__item:first-child {
208 border-right: none;
209 }
210 .wtotem_theme—dark .wtotem_antivirus__item {
211 border-bottom: 1px solid #3c3c3d;
212 }
213 .wtotem_theme—dark .wtotem_numbers {
214 &__item {
215 &:last-child {
216 border-right: 1px solid #3c3c3d;
217 }
218 &:nth-child(2) {
219 border-right: none;
220 }
221 }
222 }
223 .wtotem_theme—dark .wtotem_antivirus__item {
224 &:last-child {
225 border-right: none;
226 border-bottom: none;
227 }
228 &:nth-child(2) {
229 border-right: none;
230 }
231 &:nth-child(3) {
232 border-bottom: none;
233 }
234 }
235 }
236