1 |
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */ |
2 |
|
3 |
/* |
4 |
* What follows is the result of much research on cross-browser styling. |
5 |
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, |
6 |
* Kroc Camen, and the H5BP dev community and team. |
7 |
*/ |
8 |
|
9 |
/* ========================================================================== |
10 |
Base styles: opinionated defaults |
11 |
========================================================================== */ |
12 |
|
13 |
html, |
14 |
button, |
15 |
input, |
16 |
select, |
17 |
textarea { |
18 |
color: #222; |
19 |
} |
20 |
|
21 |
html { |
22 |
font-size: 1em; |
23 |
line-height: 1.4; |
24 |
} |
25 |
body { |
26 |
margin: 0; |
27 |
padding: 0; |
28 |
|
29 |
} |
30 |
.container { |
31 |
margin-right:0; |
32 |
} |
33 |
.navigation-style { |
34 |
<<<<<<< HEAD |
35 |
// width: 960px; |
36 |
|
37 |
======= |
38 |
//width: 960px; |
39 |
// line-height: 30px; |
40 |
>>>>>>> 622cf04c9482d816cf7d04fbe261a7a6bc9eee8e |
41 |
position: relative; |
42 |
font-family: Arial,Helvetica,sans-serif; |
43 |
font-size: 12px; |
44 |
// float: left; |
45 |
margin-top: 25px; |
46 |
height: 41px; |
47 |
background: none repeat scroll 0% 0% #011100; |
48 |
} |
49 |
.navigation-style li { |
50 |
width:auto; |
51 |
color:red; |
52 |
//color: rgb(255, 255, 255); |
53 |
font-size: 16px; |
54 |
line-height: 41px; |
55 |
padding: 0px 30px; |
56 |
text-decoration: none; |
57 |
border-right: 1px solid rgb(119, 106, 162); |
58 |
display: inline-block; |
59 |
font-family: Helvetica,Arial,Verdana,sans-serif; |
60 |
} |
61 |
|
62 |
.navigation-style li a { |
63 |
width:auto; |
64 |
color:white; |
65 |
} |
66 |
|
67 |
.navigation-style li:hover a{ |
68 |
// color:red; |
69 |
font-family: Helvetica,Arial,Verdana,sans-serif; |
70 |
padding: 0px 0px; |
71 |
text-decoration: none; |
72 |
display: inline-block; |
73 |
} |
74 |
|
75 |
|
76 |
.contentholder { |
77 |
float: left; |
78 |
width: 964px; |
79 |
padding: 35px 0px 0px; |
80 |
} |
81 |
.first { |
82 |
margin-left: 0px; |
83 |
padding-left: 0px; |
84 |
margin-top:-46px; |
85 |
} |
86 |
.contentblockleft { |
87 |
float: left; |
88 |
width: 400px; |
89 |
margin-right: 40px; |
90 |
} |
91 |
hr { |
92 |
color:blue; |
93 |
} |
94 |
.contentblockright { |
95 |
float: right; |
96 |
width: 400px |
97 |
} |
98 |
|
99 |
|
100 |
|
101 |
.col-md-3 h3 { |
102 |
color:#c00000; |
103 |
border-bottom: 1px dotted red; |
104 |
width:100%; |
105 |
} |
106 |
|
107 |
|
108 |
ul.dropdown-menu li { |
109 |
// background:!important none repeat scroll 0% 0% rgb(255, 255, 255); |
110 |
// border-bottom: 1px inset rgb(188, 181, 215); |
111 |
filter: none; |
112 |
font-size: 14px; |
113 |
display: block; |
114 |
border-right:none; |
115 |
line-height: 1px; |
116 |
padding: 6px; |
117 |
margin:0px 0px 0px 0px; |
118 |
color: rgb(0, 0, 0); |
119 |
} |
120 |
ul.dropdown-menu { |
121 |
margin:0; |
122 |
font-size:smaller; |
123 |
background-color:#c00000; |
124 |
} |
125 |
.dropdown-menu li a { |
126 |
line-height:15px; |
127 |
padding: 3px 20px; |
128 |
} |
129 |
li.maintab:hover { |
130 |
background-color:#c00000; |
131 |
color:yellow; |
132 |
} |
133 |
.navigation-style ul li a:hover { |
134 |
color: white; |
135 |
text-decoration: none; |
136 |
} |
137 |
|
138 |
/*testing hover */ |
139 |
body{margin-top:0px; |
140 |
overflow-y:scroll; |
141 |
} |
142 |
.glyphicon { margin-right:10px; } |
143 |
.panel-body { padding:0px; } |
144 |
.panel-body table tr td { padding-left: 15px } |
145 |
.panel-body .table {margin-bottom: 0px; } |
146 |
|
147 |
.col-md-12 { |
148 |
width:85%; |
149 |
} |
150 |
.col-sm-3 col-md-3{ |
151 |
margin:0px 0px 0px -30px; |
152 |
} |
153 |
.panel panel-default { |
154 |
width:700px; |
155 |
} |
156 |
li.a { |
157 |
color:#000; |
158 |
border-right:none; |
159 |
list-style-type:square; |
160 |
} |
161 |
.header-color{ |
162 |
color:red; |
163 |
} |
164 |
.well { |
165 |
background-color:#fff; |
166 |
} |
167 |
/* Site Map style */ |
168 |
.dropdown-large { |
169 |
position: static !important; |
170 |
} |
171 |
.dropdown-menu-large { |
172 |
margin-left: 16px; |
173 |
margin-right: 16px; |
174 |
padding: 20px 0px; |
175 |
} |
176 |
.dropdown-menu-large > li > ul { |
177 |
padding: 0; |
178 |
margin: 0; |
179 |
} |
180 |
.dropdown-menu-large > li > ul > li { |
181 |
list-style: none; |
182 |
} |
183 |
.dropdown-menu-large > li > ul > li > a { |
184 |
display: block; |
185 |
padding: 3px 20px; |
186 |
clear: both; |
187 |
font-weight: normal; |
188 |
line-height: 1.428571429; |
189 |
color: #333333; |
190 |
white-space: normal; |
191 |
} |
192 |
.dropdown-menu-large > li ul > li > a:hover, |
193 |
.dropdown-menu-large > li ul > li > a:focus { |
194 |
text-decoration: none; |
195 |
color: #262626; |
196 |
background-color: #f5f5f5; |
197 |
} |
198 |
.dropdown-menu-large .disabled > a, |
199 |
.dropdown-menu-large .disabled > a:hover, |
200 |
.dropdown-menu-large .disabled > a:focus { |
201 |
color: #999999; |
202 |
} |
203 |
.dropdown-menu-large .disabled > a:hover, |
204 |
.dropdown-menu-large .disabled > a:focus { |
205 |
text-decoration: none; |
206 |
background-color: transparent; |
207 |
background-image: none; |
208 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
209 |
cursor: not-allowed; |
210 |
} |
211 |
.dropdown-menu-large .dropdown-header { |
212 |
color: #428bca; |
213 |
font-size: 18px; |
214 |
} |
215 |
@media (max-width: 768px) { |
216 |
.dropdown-menu-large { |
217 |
margin-left: 0 ; |
218 |
margin-right: 0 ; |
219 |
} |
220 |
.dropdown-menu-large > li { |
221 |
margin-bottom: 30px; |
222 |
} |
223 |
.dropdown-menu-large > li:last-child { |
224 |
margin-bottom: 0; |
225 |
} |
226 |
.dropdown-menu-large .dropdown-header { |
227 |
padding: 3px 15px !important; |
228 |
} |
229 |
} |
230 |
/* style map styles end */ |
231 |
|
232 |
|
233 |
|
234 |
/* |
235 |
* Remove text-shadow in selection highlight: h5bp.com/i |
236 |
* These selection rule sets have to be separate. |
237 |
* Customize the background color to match your design. |
238 |
*/ |
239 |
|
240 |
::-moz-selection { |
241 |
background: #b3d4fc; |
242 |
text-shadow: none; |
243 |
} |
244 |
|
245 |
::selection { |
246 |
background: #b3d4fc; |
247 |
text-shadow: none; |
248 |
} |
249 |
|
250 |
/* |
251 |
* A better looking default horizontal rule |
252 |
*/ |
253 |
|
254 |
hr { |
255 |
display: block; |
256 |
height: 1px; |
257 |
border: 0; |
258 |
border-top: 1px solid #ccc; |
259 |
margin: 1em 0; |
260 |
padding: 0; |
261 |
} |
262 |
|
263 |
/* |
264 |
* Remove the gap between images, videos, audio and canvas and the bottom of |
265 |
* their containers: h5bp.com/i/440 |
266 |
*/ |
267 |
|
268 |
audio, |
269 |
canvas, |
270 |
img, |
271 |
video { |
272 |
vertical-align: middle; |
273 |
} |
274 |
|
275 |
/* |
276 |
* Remove default fieldset styles. |
277 |
*/ |
278 |
|
279 |
fieldset { |
280 |
border: 0; |
281 |
margin: 0; |
282 |
padding: 0; |
283 |
} |
284 |
|
285 |
/* |
286 |
* Allow only vertical resizing of textareas. |
287 |
*/ |
288 |
|
289 |
textarea { |
290 |
resize: vertical; |
291 |
} |
292 |
|
293 |
/* ========================================================================== |
294 |
Browse Happy prompt |
295 |
========================================================================== */ |
296 |
|
297 |
.browsehappy { |
298 |
margin: 0.2em 0; |
299 |
background: #ccc; |
300 |
color: #000; |
301 |
padding: 0.2em 0; |
302 |
} |
303 |
|
304 |
/* ========================================================================== |
305 |
Author's custom styles |
306 |
========================================================================== */ |
307 |
|
308 |
|
309 |
/* ========================================================================== |
310 |
Helper classes |
311 |
========================================================================== */ |
312 |
|
313 |
/* |
314 |
* Image replacement |
315 |
*/ |
316 |
|
317 |
.ir { |
318 |
background-color: transparent; |
319 |
border: 0; |
320 |
overflow: hidden; |
321 |
/* IE 6/7 fallback */ |
322 |
*text-indent: -9999px; |
323 |
} |
324 |
|
325 |
.ir:before { |
326 |
content: ""; |
327 |
display: block; |
328 |
width: 0; |
329 |
height: 150%; |
330 |
} |
331 |
|
332 |
/* |
333 |
* Hide from both screenreaders and browsers: h5bp.com/u |
334 |
*/ |
335 |
|
336 |
.hidden { |
337 |
display: none !important; |
338 |
visibility: hidden; |
339 |
} |
340 |
|
341 |
/* |
342 |
* Hide only visually, but have it available for screenreaders: h5bp.com/v |
343 |
*/ |
344 |
|
345 |
.visuallyhidden { |
346 |
border: 0; |
347 |
clip: rect(0 0 0 0); |
348 |
height: 1px; |
349 |
margin: -1px; |
350 |
overflow: hidden; |
351 |
padding: 0; |
352 |
position: absolute; |
353 |
width: 1px; |
354 |
} |
355 |
|
356 |
/* |
357 |
* Extends the .visuallyhidden class to allow the element to be focusable |
358 |
* when navigated to via the keyboard: h5bp.com/p |
359 |
*/ |
360 |
|
361 |
.visuallyhidden.focusable:active, |
362 |
.visuallyhidden.focusable:focus { |
363 |
clip: auto; |
364 |
height: auto; |
365 |
margin: 0; |
366 |
overflow: visible; |
367 |
position: static; |
368 |
width: auto; |
369 |
} |
370 |
|
371 |
/* |
372 |
* Hide visually and from screenreaders, but maintain layout |
373 |
*/ |
374 |
|
375 |
.invisible { |
376 |
visibility: hidden; |
377 |
} |
378 |
|
379 |
/* |
380 |
* Clearfix: contain floats |
381 |
* |
382 |
* For modern browsers |
383 |
* 1. The space content is one way to avoid an Opera bug when the |
384 |
* `contenteditable` attribute is included anywhere else in the document. |
385 |
* Otherwise it causes space to appear at the top and bottom of elements |
386 |
* that receive the `clearfix` class. |
387 |
* 2. The use of `table` rather than `block` is only necessary if using |
388 |
* `:before` to contain the top-margins of child elements. |
389 |
*/ |
390 |
|
391 |
.clearfix:before, |
392 |
.clearfix:after { |
393 |
content: " "; /* 1 */ |
394 |
display: table; /* 2 */ |
395 |
} |
396 |
|
397 |
.clearfix:after { |
398 |
clear: both; |
399 |
} |
400 |
|
401 |
/* |
402 |
* For IE 6/7 only |
403 |
* Include this rule to trigger hasLayout and contain floats. |
404 |
*/ |
405 |
|
406 |
.clearfix { |
407 |
*zoom: 1; |
408 |
} |
409 |
|
410 |
/* ========================================================================== |
411 |
EXAMPLE Media Queries for Responsive Design. |
412 |
These examples override the primary ('mobile first') styles. |
413 |
Modify as content requires. |
414 |
========================================================================== */ |
415 |
|
416 |
@media only screen and (min-width: 35em) { |
417 |
/* Style adjustments for viewports that meet the condition */ |
418 |
} |
419 |
|
420 |
@media print, |
421 |
(-o-min-device-pixel-ratio: 5/4), |
422 |
(-webkit-min-device-pixel-ratio: 1.25), |
423 |
(min-resolution: 120dpi) { |
424 |
/* Style adjustments for high resolution devices */ |
425 |
} |
426 |
|
427 |
/* ========================================================================== |
428 |
Print styles. |
429 |
Inlined to avoid required HTTP connection: h5bp.com/r |
430 |
========================================================================== */ |
431 |
|
432 |
@media print { |
433 |
* { |
434 |
background: transparent !important; |
435 |
color: #000 !important; /* Black prints faster: h5bp.com/s */ |
436 |
box-shadow: none !important; |
437 |
text-shadow: none !important; |
438 |
} |
439 |
|
440 |
a, |
441 |
a:visited { |
442 |
text-decoration: underline; |
443 |
} |
444 |
|
445 |
a[href]:after { |
446 |
content: " (" attr(href) ")"; |
447 |
} |
448 |
|
449 |
abbr[title]:after { |
450 |
content: " (" attr(title) ")"; |
451 |
} |
452 |
|
453 |
/* |
454 |
* Don't show links for images, or javascript/internal links |
455 |
*/ |
456 |
|
457 |
.ir a:after, |
458 |
a[href^="javascript:"]:after, |
459 |
a[href^="#"]:after { |
460 |
content: ""; |
461 |
} |
462 |
|
463 |
pre, |
464 |
blockquote { |
465 |
border: 1px solid #999; |
466 |
page-break-inside: avoid; |
467 |
} |
468 |
|
469 |
thead { |
470 |
display: table-header-group; /* h5bp.com/t */ |
471 |
} |
472 |
|
473 |
tr, |
474 |
img { |
475 |
page-break-inside: avoid; |
476 |
} |
477 |
|
478 |
img { |
479 |
max-width: 100% !important; |
480 |
} |
481 |
|
482 |
@page { |
483 |
margin: 0.5cm; |
484 |
} |
485 |
|
486 |
p, |
487 |
h2, |
488 |
h3 { |
489 |
orphans: 3; |
490 |
widows: 3; |
491 |
} |
492 |
|
493 |
h2, |
494 |
h3 { |
495 |
page-break-after: avoid; |
496 |
} |
497 |
} |