Commit dece834d6b894ffc63bb8538e049bd28611fd9ec
fixed carousel img height
| | | | 55 | .navigation-style li a { | 55 | .navigation-style li a { |
---|
56 | width:auto; | 56 | width:auto; |
---|
57 | color:white; | 57 | color:white; |
---|
58 | font-size:20px; | | font-size:20px; |
---|
| | 58 | font-size:18px; | 59 | } | 59 | } |
---|
60 | | 60 | |
---|
61 | .navigation-style li:hover a{ | 61 | .navigation-style li:hover a{ |
---|
62 | text-decoration: none; | 62 | text-decoration: none; |
---|
63 | display: inline-block; | 63 | display: inline-block; |
---|
64 | } | 64 | } |
---|
65 | | | |
---|
66 | | | |
---|
67 | .contentholder { | | .contentholder { |
---|
68 | float: left; | | float: left; |
---|
69 | width: 964px; | | width: 964px; |
---|
70 | padding: 35px 0px 0px; | | padding: 35px 0px 0px; |
---|
71 | } | | } |
---|
72 | .first { | | .first { |
---|
73 | margin-left: 0px; | | margin-left: 0px; |
---|
74 | padding-left: 0px; | | padding-left: 0px; |
---|
75 | margin-top:-46px; | | margin-top:-46px; |
---|
76 | } | | } |
---|
77 | .contentblockleft { | | .contentblockleft { |
---|
78 | float: left; | | float: left; |
---|
79 | width: 400px; | | width: 400px; |
---|
80 | margin-right: 40px; | | margin-right: 40px; |
---|
81 | } | | } |
---|
82 | hr { | 65 | hr { |
---|
83 | color:blue; | 66 | color:blue; |
---|
84 | } | 67 | } |
---|
… | | … | |
---|
72 | | 72 | |
---|
73 | | 73 | |
---|
74 | /* home page content design */ | 74 | /* home page content design */ |
---|
| | 75 | #khmdl-carousel .carousel-inner>.item>img { |
---|
| | 76 | height: 400px |
---|
| | 77 | } |
---|
75 | | 78 | |
---|
76 | .content-head1 { | 79 | .content-head1 { |
---|
77 | color:#000000; | 80 | color:#000000; |
---|
… | | … | |
---|
140 | margin-left: 0.3em; | 140 | margin-left: 0.3em; |
---|
141 | } | 141 | } |
---|
142 | | 142 | |
---|
143 | #header-banner { | | #header-banner { |
---|
144 | padding: 1em 0em 1em 0em; | | padding: 1em 0em 1em 0em; |
---|
145 | margin: 1em 0em 1em -1em; | | margin: 1em 0em 1em -1em; |
---|
146 | } | | } |
---|
147 | | | |
---|
148 | .block { | 143 | .block { |
---|
149 | line-height: 150%; | 144 | line-height: 150%; |
---|
150 | padding: 10px 0px 5px 2px; | 145 | padding: 10px 0px 5px 2px; |
---|
… | | … | |
---|
209 | body{margin-top:0px; | 209 | body{margin-top:0px; |
---|
210 | overflow-y:scroll; | 210 | overflow-y:scroll; |
---|
211 | } | 211 | } |
---|
212 | .glyphicon { margin-right:10px; } | | .glyphicon { margin-right:10px; } |
---|
213 | .panel-body { padding:0px;} | 212 | .panel-body { padding:0px;} |
---|
214 | .panel-body table tr td { padding-left: 15px } | 213 | .panel-body table tr td { padding-left: 15px } |
---|
215 | .panel-body .table {margin-bottom: 0px; } | 214 | .panel-body .table {margin-bottom: 0px; } |
---|
… | | … | |
---|
227 | border-radius: 0px; | 227 | border-radius: 0px; |
---|
228 | } | 228 | } |
---|
229 | | 229 | |
---|
| | 230 | .col-md-4 { |
---|
| | 231 | padding:0px 10px 0px 0px; |
---|
| | 232 | } |
---|
230 | /* Site Map style */ | 233 | /* Site Map style */ |
---|
231 | .dropdown-large { | 234 | .dropdown-large { |
---|
232 | position: static !important; | 235 | position: static !important; |
---|
… | | … | |
---|
356 | /* drop down menu css ends here */ | 356 | /* drop down menu css ends here */ |
---|
357 | | 357 | |
---|
358 | /* footer social icons style*/ | 358 | /* footer social icons style*/ |
---|
| | 359 | #footer-container { |
---|
| | 360 | margin-bottom:20px; |
---|
| | 361 | } |
---|
359 | .social-icons { | 362 | .social-icons { |
---|
360 | | 363 | |
---|
361 | } | 364 | } |
---|
… | | … | |
---|
387 | color:red; | 387 | color:red; |
---|
388 | text-decoration:none; | 388 | text-decoration:none; |
---|
389 | } | 389 | } |
---|
390 | | | |
---|
391 | #pageview-counter-wrapper { | 390 | #pageview-counter-wrapper { |
---|
392 | margin-top: 3px; | 391 | margin-top: 3px; |
---|
393 | } | 392 | } |
---|
394 | #collapse-sitemap .panel-body { | 393 | #collapse-sitemap .panel-body { |
---|
395 | background-color:#000; | 394 | background-color:#000; |
---|
| | 395 | } |
---|
| | 396 | |
---|
| | 397 | #small-footer { |
---|
| | 398 | font-size:12px; |
---|
| | 399 | margin-top:10px; |
---|
396 | } | 400 | } |
---|
397 | /* footer style ends here */ | 401 | /* footer style ends here */ |
---|
398 | | 402 | |
---|