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 / overall.css

overall.css in WebTotem Security 2.1.7, at htdocs/css/overall.css

66 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wtotem_content {
2 padding-top: 37px;
3 background: #f3f5f6; }
4
5 .wtotem_first {
6 margin-bottom: 37px;
7 display: flex;
8 justify-content: space-between; }
9 .wtotem_first > div {
10 width: 496px; }
11
12 .wtotem_overall {
13 background: #fff;
14 padding: 21px 8px 30px 24px; }
15 .wtotem_overall__title .wtotem_title-info__title {
16 text-transform: none;
17 font-size: 18px; }
18 .wtotem_overall__body {
19 display: flex;
20 max-width: 464px;
21 justify-content: space-between;
22 align-items: center;
23 margin-top: 21px; }
24 .wtotem_overall__rectangle {
25 width: 74px;
26 height: 50px;
27 background: #d56c6a;
28 color: #fff;
29 font-size: 32px;
30 font-weight: 700;
31 display: flex;
32 align-items: center;
33 justify-content: center; }
34 .wtotem_overall__figures {
35 color: #d56c6a;
36 font-size: 42px;
37 font-weight: 700; }
38 .wtotem_overall__text {
39 font-size: 16px;
40 color: #86939e;
41 width: 267px; }
42
43 .wtotem_info {
44 display: flex;
45 background: #fff; }
46 .wtotem_info__item {
47 padding: 23px 29px; }
48 .wtotem_info__item:first-child {
49 border-right: 1px solid #f3f5f6; }
50 .wtotem_info__block {
51 margin-bottom: 10px; }
52 .wtotem_info__subtitle {
53 font-size: 14px;
54 color: #86939e;
55 margin-bottom: 3px; }
56 .wtotem_info__info {
57 font-size: 14px;
58 color: #5e6977; }
59 .wtotem_info__scoring {
60 height: 51px;
61 display: flex;
62 align-items: center;
63 justify-content: center; }
64
65 /*# sourceMappingURL=overall.css.map */
66