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

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

167 lines 3.9 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 .wtotem_control__checkbox {
49 align-self: center; }
50 .wtotem_nav__menu {
51 display: flex;
52 height: 100%; }
53 .wtotem_nav__link {
54 position: relative;
55 display: flex;
56 align-items: center;
57 height: 100%;
58 font-size: 14px;
59 color: #5e6977;
60 font-weight: 500;
61 padding: 0 16px; }
62 .wtotem_nav__link_active {
63 color: #3d50df; }
64 .wtotem_nav__link_active:before {
65 content: "";
66 position: absolute;
67 bottom: 0;
68 right: 0;
69 left: 0;
70 background: #3d50df;
71 height: 3px; }
72
73 /* 576-768px sm Small */
74 @media screen and (max-width: 768px) {
75 body.lock {
76 overflow: hidden; }
77 .wtotem_version {
78 position: relative;
79 z-index: 3; }
80 .wtotem_header__body {
81 height: 65px; }
82 .wtotem_nav {
83 position: fixed;
84 top: -100%;
85 left: 0;
86 width: 100%;
87 height: 100%;
88 background: #f3f5f6;
89 display: block;
90 padding-top: 65px;
91 transition: all 0.3s ease-in-out;
92 overflow: auto;
93 z-index: 1; }
94 .wtotem_nav__menu {
95 display: block; }
96 .wtotem_nav__item {
97 border-bottom: 1px solid #eceff4; }
98 .wtotem_nav__link {
99 height: auto;
100 display: block;
101 color: #1d293f;
102 font-size: 24px;
103 padding: 22px 0;
104 width: 540px;
105 margin: 0 auto; }
106 .wtotem_nav__link_active {
107 color: #3d50df; }
108 .wtotem_nav__link_active:before {
109 display: none; }
110 .wtotem_nav.active {
111 top: 0; }
112 .wtotem_burger {
113 position: relative;
114 width: 23px;
115 height: 18px;
116 display: flex;
117 align-items: center;
118 justify-content: flex-end;
119 cursor: pointer;
120 z-index: 3; }
121 .wtotem_burger:before, .wtotem_burger__middle-line, .wtotem_burger:after {
122 content: "";
123 background: #3d50df;
124 height: 2px;
125 display: block;
126 right: 0;
127 border-radius: 100px;
128 transition: all 0.3s ease-in-out; }
129 .wtotem_burger:before {
130 position: absolute;
131 width: 23px;
132 top: 0; }
133 .wtotem_burger__middle-line {
134 width: 18px; }
135 .wtotem_burger:after {
136 position: absolute;
137 width: 14px;
138 bottom: 0; }
139 .wtotem_burger.active .wtotem_burger__middle-line {
140 transform: scale(0); }
141 .wtotem_burger.active:before {
142 transform: rotate(45deg);
143 top: 8px; }
144 .wtotem_burger.active:after {
145 transform: rotate(-45deg);
146 width: 100%;
147 bottom: 8px; } }
148
149 /* 320-576px Extra small */
150 @media screen and (max-width: 576px) {
151 .wtotem_nav__link {
152 width: 345px;
153 margin: 0 auto; } }
154
155 /* 320-375px Extra small */
156 @media screen and (max-width: 375px) {
157 .wtotem_nav__link {
158 padding-left: 10px; } }
159
160 @media screen and (max-width: 768px) {
161 .wtotem_theme—dark .wtotem_nav {
162 background: #191919; }
163 .wtotem_theme—dark .wtotem_nav__item {
164 border-bottom: 1px solid #3c3c3d; } }
165
166 /*# sourceMappingURL=header.css.map */
167