PluginProbe
WebTotem Security / 2.1.7
WebTotem Security v2.1.7
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 / css / 2-content_firewall.css

2-content_firewall.css in WebTotem Security 2.1.7, at htdocs/css/2-content_firewall.css

98 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wtotem_firewall {
2 margin-bottom: 20px; }
3 .wtotem_firewall__first {
4 display: flex;
5 justify-content: space-between; }
6 .wtotem_firewall__stats {
7 display: flex;
8 align-items: center; }
9 .wtotem_firewall__icon {
10 display: block;
11 width: 14px;
12 height: 14px;
13 margin-right: 10px; }
14 .wtotem_firewall__text {
15 color: #86939e; }
16 .wtotem_firewall__block {
17 display: flex;
18 justify-content: space-between; }
19 .wtotem_firewall__block > div {
20 background: #fff;
21 width: 495px; }
22
23 .wtotem_numbers {
24 display: flex;
25 justify-content: space-between;
26 padding: 18px 24px 30px 24px; }
27 .wtotem_numbers__item {
28 text-align: center; }
29 .wtotem_numbers__title {
30 line-height: 18px;
31 color: #86939e;
32 margin-bottom: 15px; }
33 .wtotem_numbers__figures {
34 color: #1d293f;
35 font-size: 32px;
36 font-weight: 700; }
37
38 .wtotem_from {
39 display: flex;
40 align-items: center;
41 padding: 17px 23px; }
42 .wtotem_from:after {
43 content: "";
44 margin-left: auto;
45 border: solid #5e6977;
46 border-width: 0 1.5px 1.5px 0;
47 display: inline-block;
48 padding: 6px;
49 transform: rotate(-45deg);
50 -webkit-transform: rotate(-45deg); }
51 .wtotem_from__svg-wrap {
52 position: relative; }
53 .wtotem_from__svg-wrap:after {
54 content: "";
55 position: absolute;
56 top: 0;
57 left: 0;
58 z-index: 2;
59 width: 70px;
60 height: 70px;
61 border-radius: 100%;
62 border: 14px solid #f3f5f6; }
63 .wtotem_from__progress {
64 position: relative;
65 z-index: 3;
66 width: 70px;
67 height: 70px; }
68 .wtotem_from__circle {
69 stroke-width: 13px;
70 stroke: #3d50df;
71 fill: transparent;
72 transform-origin: center;
73 transform: rotate(-90deg);
74 transition: stroke-dashoffset 0.3s;
75 stroke-dashoffset: 0; }
76 .wtotem_from__percent {
77 position: absolute;
78 display: block;
79 width: 33px;
80 top: 33%;
81 left: 29%;
82 font-weight: 700;
83 font-size: 12px;
84 text-align: center; }
85 .wtotem_from__info {
86 margin-left: 18px; }
87 .wtotem_from__title {
88 color: #86939e;
89 margin-bottom: 9px; }
90 .wtotem_from__country {
91 font-size: 18px;
92 color: #1d293f;
93 line-height: 18px; }
94 .wtotem_from__country span {
95 color: #3d50df; }
96
97 /*# sourceMappingURL=2-content_firewall.css.map */
98