Commit 970ca564373c5b747f5f88ad6d96ff321bf63202
- mouchak/static/css/main.css 62 --++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- mouchak/static/img/fb.png 0
- mouchak/static/img/in.png 0
- mouchak/static/img/twitter.png 0
- Diff rendering mode:
- inline
- side by side
mouchak/static/css/main.css
153 | .col-sm-3 col-md-3{ | 153 | .col-sm-3 col-md-3{ |
---|---|---|---|
154 | margin:0px 0px 0px -30px; | 154 | margin:0px 0px 0px -30px; |
155 | } | 155 | } |
156 | .col-md-3 { | ||
157 | margin:5% -3% 0 5%; | ||
158 | float:right; | ||
159 | } | ||
160 | .col-md-7 { | ||
161 | margin:2% 0 0 -3%; | ||
162 | } | ||
156 | .panel panel-default { | 163 | .panel panel-default { |
157 | width:700px; | 164 | width:700px; |
158 | } | 165 | } |
… | … | ||
203 | .dropdown-menu-large > li ul > li > a:focus { | 203 | .dropdown-menu-large > li ul > li > a:focus { |
204 | text-decoration: none; | 204 | text-decoration: none; |
205 | color: #262626; | 205 | color: #262626; |
206 | 206 | /* background-color: #f5f5f5;*/ | |
207 | } | 207 | } |
208 | .dropdown-menu-large .disabled > a, | 208 | .dropdown-menu-large .disabled > a, |
209 | .dropdown-menu-large .disabled > a:hover, | 209 | .dropdown-menu-large .disabled > a:hover, |
… | … | ||
219 | cursor: not-allowed; | 219 | cursor: not-allowed; |
220 | } | 220 | } |
221 | .dropdown-menu-large .dropdown-header { | 221 | .dropdown-menu-large .dropdown-header { |
222 | 222 | color: #c00000; | |
223 | font-size: 18px; | 223 | font-size: 18px; |
224 | } | 224 | } |
225 | @media (max-width: 768px) { | 225 | @media (max-width: 768px) { |
… | … | ||
289 | } | 289 | } |
290 | /* drop down menu css ends here */ | 290 | /* drop down menu css ends here */ |
291 | 291 | ||
292 | /* footer social icons style*/ | ||
293 | .images { | ||
294 | float:right; | ||
295 | margin:-45px 50px 0px 0px; | ||
296 | } | ||
297 | |||
298 | /* footer style ends here */ | ||
299 | |||
300 | /* Search box styles */ | ||
301 | |||
302 | .input-group { | ||
303 | flaot:right; | ||
304 | position: relative; | ||
305 | display: table; | ||
306 | border-collapse: separate; | ||
307 | } | ||
308 | |||
309 | .footer-style { | ||
310 | position: relative; | ||
311 | font-size: 12px; | ||
312 | margin-top: 15px; | ||
313 | height: 35px; | ||
314 | background: none repeat scroll 0% 0% #000; | ||
315 | |||
316 | } | ||
317 | |||
318 | .footer-style li { | ||
319 | width:auto; | ||
320 | color:red; | ||
321 | font-size: 16px; | ||
322 | line-height: 35px; | ||
323 | padding: 0px 20px; | ||
324 | text-decoration: none; | ||
325 | display: inline-block; | ||
326 | border-right: 1px solid rgb(255, 255, 255); | ||
327 | |||
328 | } | ||
329 | |||
330 | .footer-style li a { | ||
331 | width:auto; | ||
332 | color:white; | ||
333 | } | ||
334 | |||
335 | .dropdown-menu-large > li ul > li > a{ | ||
336 | line-height:5px; | ||
337 | color:white; | ||
338 | } | ||
339 | |||
340 | .dropdown-menu-large > li ul > li > a:hover{ | ||
341 | color:red; | ||
342 | } | ||
292 | 343 | ||
293 | /* | 344 | /* |
294 | * Remove text-shadow in selection highlight: h5bp.com/i | 345 | * Remove text-shadow in selection highlight: h5bp.com/i |
mouchak/static/img/fb.png
1 | PNG | 1 | PNG |
---|---|---|---|
2 | 2 | ||
3 |