29b5b86 by Anon Ray at 2013-10-03 |
1 |
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */ |
|
2 |
|
3ce3fe9 by Anon Ray at 2012-11-23 |
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 |
|
29b5b86 by Anon Ray at 2013-10-03 |
21 |
html { |
3ce3fe9 by Anon Ray at 2012-11-23 |
22 |
font-size: 1em; |
|
23 |
line-height: 1.4; |
|
24 |
} |
b55ea75 by Pradeep at 2014-01-17 |
25 |
body { |
|
26 |
margin: 0; |
|
27 |
padding: 0; |
ae71bed by Pradeep at 2014-01-23 |
28 |
|
b55ea75 by Pradeep at 2014-01-17 |
29 |
} |
0960a4b by Pradeep at 2014-01-20 |
30 |
.container { |
f13e670 by Pradeep at 2014-01-20 |
31 |
margin-right:0; |
0960a4b by Pradeep at 2014-01-20 |
32 |
} |
|
33 |
.navigation-style { |
aedd6bb by Bhanu at 2014-01-23 |
34 |
<<<<<<< HEAD |
acfef7f by Bhanu Prakash at 2014-01-23 |
35 |
// width: 960px; |
aedd6bb by Bhanu at 2014-01-23 |
36 |
|
|
37 |
======= |
c68499e by Bhanu at 2014-01-23 |
38 |
//width: 960px; |
ae71bed by Pradeep at 2014-01-23 |
39 |
// line-height: 30px; |
aedd6bb by Bhanu at 2014-01-23 |
40 |
>>>>>>> 622cf04c9482d816cf7d04fbe261a7a6bc9eee8e |
b55ea75 by Pradeep at 2014-01-17 |
41 |
position: relative; |
|
42 |
font-family: Arial,Helvetica,sans-serif; |
|
43 |
font-size: 12px; |
f13e670 by Pradeep at 2014-01-20 |
44 |
// float: left; |
b55ea75 by Pradeep at 2014-01-17 |
45 |
margin-top: 25px; |
ae71bed by Pradeep at 2014-01-23 |
46 |
height: 41px; |
0960a4b by Pradeep at 2014-01-20 |
47 |
background: none repeat scroll 0% 0% #011100; |
b55ea75 by Pradeep at 2014-01-17 |
48 |
} |
0960a4b by Pradeep at 2014-01-20 |
49 |
.navigation-style li { |
b55ea75 by Pradeep at 2014-01-17 |
50 |
width:auto; |
0960a4b by Pradeep at 2014-01-20 |
51 |
color:red; |
|
52 |
//color: rgb(255, 255, 255); |
b55ea75 by Pradeep at 2014-01-17 |
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 |
} |
0960a4b by Pradeep at 2014-01-20 |
61 |
|
|
62 |
.navigation-style li a { |
|
63 |
width:auto; |
ae71bed by Pradeep at 2014-01-23 |
64 |
color:white; |
0960a4b by Pradeep at 2014-01-20 |
65 |
} |
|
66 |
|
|
67 |
.navigation-style li:hover a{ |
|
68 |
// color:red; |
b55ea75 by Pradeep at 2014-01-17 |
69 |
font-family: Helvetica,Arial,Verdana,sans-serif; |
0960a4b by Pradeep at 2014-01-20 |
70 |
padding: 0px 0px; |
b55ea75 by Pradeep at 2014-01-17 |
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; |
0960a4b by Pradeep at 2014-01-20 |
84 |
margin-top:-46px; |
b55ea75 by Pradeep at 2014-01-17 |
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 |
} |
acfef7f by Bhanu Prakash at 2014-01-23 |
98 |
|
1bb519a by Bhanu at 2014-01-23 |
99 |
|
|
100 |
|
|
101 |
.col-md-3 h3 { |
acfef7f by Bhanu Prakash at 2014-01-23 |
102 |
color:red; |
|
103 |
border-bottom: 1px dotted red; |
1bb519a by Bhanu at 2014-01-23 |
104 |
width:100%; |
acfef7f by Bhanu Prakash at 2014-01-23 |
105 |
} |
|
106 |
|
1bb519a by Bhanu at 2014-01-23 |
107 |
|
0960a4b by Pradeep at 2014-01-20 |
108 |
ul.dropdown-menu li { |
b55ea75 by Pradeep at 2014-01-17 |
109 |
// background:!important none repeat scroll 0% 0% rgb(255, 255, 255); |
ae71bed by Pradeep at 2014-01-23 |
110 |
// border-bottom: 1px inset rgb(188, 181, 215); |
b55ea75 by Pradeep at 2014-01-17 |
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 |
} |
0960a4b by Pradeep at 2014-01-20 |
120 |
ul.dropdown-menu { |
|
121 |
margin:0; |
|
122 |
font-size:smaller; |
ae71bed by Pradeep at 2014-01-23 |
123 |
background-color:#c00000; |
0960a4b by Pradeep at 2014-01-20 |
124 |
} |
|
125 |
.dropdown-menu li a { |
ae71bed by Pradeep at 2014-01-23 |
126 |
line-height:15px; |
|
127 |
padding: 3px 20px; |
0960a4b by Pradeep at 2014-01-20 |
128 |
} |
ae71bed by Pradeep at 2014-01-23 |
129 |
li.maintab:hover { |
|
130 |
background-color:#c00000; |
|
131 |
color:yellow; |
|
132 |
} |
0960a4b by Pradeep at 2014-01-20 |
133 |
.navigation-style ul li a:hover { |
|
134 |
color: white; |
|
135 |
text-decoration: none; |
|
136 |
} |
|
137 |
|
|
138 |
/*testing hover */ |
ae71bed by Pradeep at 2014-01-23 |
139 |
body{margin-top:0px; |
|
140 |
overflow-y:scroll; |
622cf04 by Pradeep at 2014-01-23 |
141 |
} |
0960a4b by Pradeep at 2014-01-20 |
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 |
|
ae71bed by Pradeep at 2014-01-23 |
147 |
.col-md-12 { |
|
148 |
width:85%; |
|
149 |
} |
0960a4b by Pradeep at 2014-01-20 |
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 |
} |
ae71bed by Pradeep at 2014-01-23 |
164 |
.well { |
0960a4b by Pradeep at 2014-01-20 |
165 |
background-color:#fff; |
|
166 |
} |
ae71bed by Pradeep at 2014-01-23 |
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 */ |
0960a4b by Pradeep at 2014-01-20 |
231 |
|
|
232 |
|
|
233 |
|
3ce3fe9 by Anon Ray at 2012-11-23 |
234 |
/* |
|
235 |
* Remove text-shadow in selection highlight: h5bp.com/i |
29b5b86 by Anon Ray at 2013-10-03 |
236 |
* These selection rule sets have to be separate. |
3ce3fe9 by Anon Ray at 2012-11-23 |
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 |
/* |
29b5b86 by Anon Ray at 2013-10-03 |
264 |
* Remove the gap between images, videos, audio and canvas and the bottom of |
|
265 |
* their containers: h5bp.com/i/440 |
3ce3fe9 by Anon Ray at 2012-11-23 |
266 |
*/ |
|
267 |
|
29b5b86 by Anon Ray at 2013-10-03 |
268 |
audio, |
|
269 |
canvas, |
|
270 |
img, |
|
271 |
video { |
3ce3fe9 by Anon Ray at 2012-11-23 |
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 |
/* ========================================================================== |
29b5b86 by Anon Ray at 2013-10-03 |
294 |
Browse Happy prompt |
3ce3fe9 by Anon Ray at 2012-11-23 |
295 |
========================================================================== */ |
|
296 |
|
29b5b86 by Anon Ray at 2013-10-03 |
297 |
.browsehappy { |
3ce3fe9 by Anon Ray at 2012-11-23 |
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 |
|
d296833 by Anon Ray at 2013-05-20 |
308 |
|
3ce3fe9 by Anon Ray at 2012-11-23 |
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; |
29b5b86 by Anon Ray at 2013-10-03 |
329 |
height: 150%; |
3ce3fe9 by Anon Ray at 2012-11-23 |
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. |
29b5b86 by Anon Ray at 2013-10-03 |
412 |
These examples override the primary ('mobile first') styles. |
3ce3fe9 by Anon Ray at 2012-11-23 |
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 |
|
29b5b86 by Anon Ray at 2013-10-03 |
420 |
@media print, |
|
421 |
(-o-min-device-pixel-ratio: 5/4), |
|
422 |
(-webkit-min-device-pixel-ratio: 1.25), |
|
423 |
(min-resolution: 120dpi) { |
3ce3fe9 by Anon Ray at 2012-11-23 |
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 */ |
29b5b86 by Anon Ray at 2013-10-03 |
436 |
box-shadow: none !important; |
3ce3fe9 by Anon Ray at 2012-11-23 |
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 |
} |