PluginProbe
HTTP Headers / 1.12.1
HTTP Headers v1.12.1
1.19.5 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.12.0 1.12.1 1.12.2 1.13.0 1.13.1 1.13.2 1.13.3 1.13.4 1.14.0 1.14.1 1.14.2 1.15.0 All 60 releases
http-headers / assets / styles.css

styles.css in HTTP Headers 1.12.1, at assets/styles.css

341 lines 6.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 select.readonly,
2 select[readonly] {
3 background-color: #eee;
4 }
5 .hh-table > tbody > tr > th,
6 .hh-table > tbody > tr > td,
7 .hh-table td{
8 vertical-align: top;
9 }
10 .hh-table tbody td.hh-td-inner{
11 padding: 0;
12 }
13 .hh-table > tbody > tr > th{
14 width: 35%;
15 }
16 .hh-table > tbody > tr > td:nth-child(2){
17 width: 10%;
18 }
19 .hh-table > tbody > tr > th .description{
20 font-weight: normal;
21 }
22 .hh-table .hh-center{
23 text-align: center;
24 }
25 .hh-panel{
26 background-color: #fff;
27 padding: .7em 2em 1em;
28 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
29 -moz-box-shadow: 0 1px 1px rgba(0,0,0,.04);
30 box-shadow: 0 1px 1px rgba(0,0,0,.04);
31 border: 1px solid #e5e5e5;
32 margin: 20px 0 0;
33 }
34
35 .hh-index-table{
36 border-collapse: separate;
37 border-spacing: 0;
38 width: 100%;
39 }
40 .hh-index-table tbody{
41 border-left: solid 1px rgba(0,0,0,.1);
42 border-right: solid 1px rgba(0,0,0,.1);
43 }
44 .hh-index-table th{
45 background-color: #fff;
46 font-weight: normal;
47 padding: 8px 10px;
48 text-align: left;
49 }
50 .hh-index-table td{
51 background-color: #fff;
52 color: gray;
53 padding: 8px 10px;
54 }
55 .hh-index-table td:first-child{
56 border-left: 4px solid #fff;
57 }
58 .hh-index-table .active td{
59 background-color: #f7fcfe;
60 color: green;
61 }
62 .hh-index-table .active td:first-child{
63 border-left: 4px solid #00a0d2;
64 }
65 .hh-index-table td{
66 box-shadow: 0 -1px 0 rgba(0,0,0,.1);
67 }
68 .hh-index-table .hh-status{
69 text-align: center;
70 }
71 .hh-index-table .hh-status span{
72 display: inline-block;
73 border-radius: 3px;
74 padding: 2px 5px;
75 }
76 .hh-index-table .hh-status-on span{
77 background-color: green;
78 color: #fff;
79 }
80 .hh-index-table .hh-status-off span{
81 background-color: #aaa;
82 color: #fff;
83 }
84 .hh-notice{
85 background-color: #FFFFCC;
86 margin: 20px 0;
87 padding: 8px 10px;
88 }
89 .hh-breadcrumbs{
90
91 }
92 .hh-breadcrumbs li{
93 display: inline-block;
94 }
95 .hh-breadcrumbs li:not(:last-child):after {
96 content: "\00A0\00BB\00A0";
97 display: inline-block;
98 }
99 .hh-breadcrumbs li a{
100
101 }
102 .hh-highlight{
103 background-color: #333;
104 color: #fff;
105 font-weight: 400;
106 padding: 3px 7px;
107 }
108 .hh-results{
109 border-collapse: collapse;
110 width: 100%;
111 }
112 .hh-results thead th,
113 .hh-results tbody td{
114 border-top: solid 1px #e0e0e0;
115 padding: 5px 5px 5px 0;
116 text-align: left;
117 }
118 .hh-results thead th{
119 border: none;
120 }
121 .hh-results tbody tr td:first-child{
122 white-space: nowrap;
123 }
124 .hh-results tbody tr.hh-found td{
125 background-color: #f7fcfe;
126 }
127 .hh-results tbody tr.hh-found td:first-child{
128 color: green;
129 }
130 .form-field .form-label{
131 font-weight: bold;
132 }
133 .form-field .form-lbl{
134 display: inline-block;
135 margin: 0 10px 0 0;
136 }
137 .form-row .form-col-6{
138 float: left;
139 width: 50%;
140 }
141 .form-row:after{
142 clear: left;
143 content: '';
144 display: table;
145 zoom: 1;
146 }
147 .hh-tabs > ul{
148 margin-bottom: -1px;
149 }
150 .hh-tabs > ul:after{
151 content: '';
152 display: table;
153 clear: left;
154 zoom: 1;
155 }
156 .hh-tabs > ul > li{
157 background-color: #fff;
158 border: solid 1px #ccc;
159 border-bottom: none;
160 display: inline-block;
161 float: left;
162 margin: 0 5px 0 0;
163 padding: 0;
164 }
165 .hh-tabs > ul > li a{
166 color: #222;
167 display: inline-block;
168 padding: 5px 10px;
169 text-decoration: none;
170 }
171 .hh-tabs > ul > li.hh-active{
172 border: solid 1px #222;
173 border-bottom-color: #fff;
174 }
175 .hh-tabs .hh-tab-active{
176 background-color: #fff;
177 border: solid 1px #222;
178 padding: 20px;
179 }
180 .hh-textarea-manual{
181 width: 100%;
182 }
183 .hh-hidden{
184 display: none;
185 }
186 .hh-wrapper{
187
188 }
189 .hh-sidebar{
190 float: right;
191 width: 20%;
192 }
193 .hh-sidebar-inner{
194 background-color: #fff;
195 border: solid 1px #92D295;
196 padding: 15px;
197 }
198 .hh-sidebar-inner h3{
199 margin: 0;
200 }
201 .hh-categories{
202 float: left;
203 width: 80%;
204 }
205 .hh-categories *{
206 -webkit-box-sizing: border-box;
207 -moz-box-sizing: border-box;
208 -o-box-sizing: border-box;
209 box-sizing: border-box;
210 }
211 .hh-wrapper:after,
212 .hh-categories:after{
213 content: '';
214 clear: both;
215 display: table;
216 zoom: 1;
217 }
218 a.hh-category{
219 background-color: #fff;
220 border: solid 1px #92D295;
221 display: inline-block;
222 float: left;
223 font-size: 16px;
224 height: 168px;
225 margin: 0 3% 3% 0;
226 position: relative;
227 text-align: center;
228 text-decoration: none;
229 text-transform: uppercase;
230 width: 30%;
231 }
232
233 a.hh-category i {
234 background-color: #92D295;
235 display: inline-block;
236 height: 48px;
237 margin: 35px 0 0;
238 text-align: center;
239 width: 48px;
240 -webkit-transform: rotate(20deg);
241 -moz-transform: rotate(20deg);
242 -ms-transform: rotate(20deg);
243 -o-transform: rotate(20eg);
244 }
245 a.hh-category i:after {
246 background-color: #92D295;
247 content: "";
248 display: inline-block;
249 height: 48px;
250 width: 48px;
251 -webkit-transform: rotate(135deg);
252 -moz-transform: rotate(135deg);
253 -ms-transform: rotate(135deg);
254 -o-transform: rotate(135deg);
255 }
256
257 a.hh-category span{
258 display: block;
259 color: #fff;
260 font-size: 24px;
261 font-weight: 600;
262 text-transform: uppercase;
263 left: 0;
264 position: absolute;
265 top: 48px;
266 width: 100%;
267 }
268
269 a.hh-category strong{
270 display: block;
271 font-weight: normal;
272 margin: 20px 0 0;
273 }
274
275 a.hh-category:hover{
276 box-shadow: 0 0 3px #6EC271;
277 }
278 a.hh-category:hover i{
279 -webkit-transform: rotate(160deg);
280 -moz-transform: rotate(160deg);
281 -ms-transform: rotate(160deg);
282 -o-transform: rotate(160eg);
283
284 -webkit-transition: -webkit-transform 0.5s ease-out;
285 -moz-transition: -moz-transform 0.5s ease-out;
286 -o-transition: -o-transform 0.5s ease-out;
287 transition: transform 0.5s ease-out;
288 }
289 .hh-p{
290 margin: 0.5em 0;
291 }
292 @media (min-width: 1280px) {
293 a.hh-category{
294 max-width: 260px;
295 }
296 }
297 @media (max-width: 960px) {
298 a.hh-category{
299 margin: 0 5% 20px;
300 width: 40%;
301 }
302 .hh-categories{
303 width: 70%;
304 }
305 .hh-sidebar{
306 width: 30%;
307 }
308 }
309 @media (max-width: 768px) {
310 .hh-categories{
311 width: 65%;
312 }
313 .hh-sidebar{
314 width: 35%;
315 }
316 }
317 @media (max-width: 640px) {
318 a.hh-category{
319 float: none;
320 margin: 0 0 20px;
321 width: 100%;
322 }
323 .hh-categories{
324 width: 55%;
325 }
326 .hh-sidebar{
327 width: 40%;
328 }
329 }
330 @media (max-width: 468px) {
331 a.hh-category{
332 max-width: 260px;
333 }
334 .hh-categories,
335 .hh-sidebar{
336 float: none;
337 margin: 0 auto;
338 max-width: 250px;
339 width: 100%;
340 }
341 }