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

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

165 lines 3.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset "UTF-8";
2 .wtotem_header {
3 position: relative;
4 z-index: 4;
5 width: 100%;
6 top: 0;
7 left: 0; }
8 .wtotem_header__body {
9 display: flex;
10 justify-content: space-between;
11 align-items: center; }
12 .wtotem_header:before {
13 content: "";
14 position: absolute;
15 top: 0;
16 left: 0;
17 width: 100%;
18 height: 100%;
19 background: #fff;
20 z-index: 2; }
21
22 .wtotem_version {
23 position: relative;
24 z-index: 100;
25 display: flex;
26 align-items: center; }
27 .wtotem_version__count {
28 width: 28px;
29 height: 18px;
30 display: flex;
31 justify-content: center;
32 align-items: center;
33 font-size: 10px;
34 font-weight: 500;
35 border: 1px solid #3d50df;
36 border-radius: 4px;
37 margin-left: 8px; }
38
39 .wtotem_logo {
40 width: 113px;
41 height: 24px;
42 background: url("../img/logo.svg") no-repeat center center/cover; }
43
44 .wtotem_nav {
45 position: relative;
46 z-index: 3;
47 height: 70px; }
48 .wtotem_nav__menu {
49 display: flex;
50 height: 100%; }
51 .wtotem_nav__link {
52 position: relative;
53 display: flex;
54 align-items: center;
55 height: 100%;
56 font-size: 14px;
57 color: #5e6977;
58 font-weight: 500;
59 padding: 0 16px; }
60 .wtotem_nav__link_active {
61 color: #3d50df; }
62 .wtotem_nav__link_active:before {
63 content: "";
64 position: absolute;
65 bottom: 0;
66 right: 0;
67 left: 0;
68 background: #3d50df;
69 height: 3px; }
70
71 /* 576-768px sm Small */
72 @media screen and (max-width: 768px) {
73 body.lock {
74 overflow: hidden; }
75 .wtotem_version {
76 position: relative;
77 z-index: 3; }
78 .wtotem_header__body {
79 height: 65px; }
80 .wtotem_nav {
81 position: fixed;
82 top: -100%;
83 left: 0;
84 width: 100%;
85 height: 100%;
86 background: #f3f5f6;
87 display: block;
88 padding-top: 65px;
89 transition: all 0.3s ease-in-out;
90 overflow: auto;
91 z-index: 1; }
92 .wtotem_nav__menu {
93 display: block; }
94 .wtotem_nav__item {
95 border-bottom: 1px solid #eceff4; }
96 .wtotem_nav__link {
97 height: auto;
98 display: block;
99 color: #1d293f;
100 font-size: 24px;
101 padding: 22px 0;
102 width: 540px;
103 margin: 0 auto; }
104 .wtotem_nav__link_active {
105 color: #3d50df; }
106 .wtotem_nav__link_active:before {
107 display: none; }
108 .wtotem_nav.active {
109 top: 0; }
110 .wtotem_burger {
111 position: relative;
112 width: 23px;
113 height: 18px;
114 display: flex;
115 align-items: center;
116 justify-content: flex-end;
117 cursor: pointer;
118 z-index: 3; }
119 .wtotem_burger:before, .wtotem_burger__middle-line, .wtotem_burger:after {
120 content: "";
121 background: #3d50df;
122 height: 2px;
123 display: block;
124 right: 0;
125 border-radius: 100px;
126 transition: all 0.3s ease-in-out; }
127 .wtotem_burger:before {
128 position: absolute;
129 width: 23px;
130 top: 0; }
131 .wtotem_burger__middle-line {
132 width: 18px; }
133 .wtotem_burger:after {
134 position: absolute;
135 width: 14px;
136 bottom: 0; }
137 .wtotem_burger.active .wtotem_burger__middle-line {
138 transform: scale(0); }
139 .wtotem_burger.active:before {
140 transform: rotate(45deg);
141 top: 8px; }
142 .wtotem_burger.active:after {
143 transform: rotate(-45deg);
144 width: 100%;
145 bottom: 8px; } }
146
147 /* 320-576px Extra small */
148 @media screen and (max-width: 576px) {
149 .wtotem_nav__link {
150 width: 345px;
151 margin: 0 auto; } }
152
153 /* 320-375px Extra small */
154 @media screen and (max-width: 375px) {
155 .wtotem_nav__link {
156 padding-left: 10px; } }
157
158 @media screen and (max-width: 768px) {
159 .wtotem_theme—dark .wtotem_nav {
160 background: #191919; }
161 .wtotem_theme—dark .wtotem_nav__item {
162 border-bottom: 1px solid #3c3c3d; } }
163
164 /*# sourceMappingURL=header.css.map */
165