Rushabh Mehta | c50f088 | 2012-12-10 18:25:30 +0530 | [diff] [blame] | 1 | .content, div#body_div { |
2 | width: 780px; | ||||
Rushabh Mehta | 1c8ab8a | 2012-12-10 14:56:45 +0530 | [diff] [blame] | 3 | } |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 4 | |
Rushabh Mehta | dcfdfc3 | 2012-04-25 18:24:44 +0530 | [diff] [blame] | 5 | div#body_div { |
Rushabh Mehta | 1c8ab8a | 2012-12-10 14:56:45 +0530 | [diff] [blame] | 6 | padding: 0px; |
Rushabh Mehta | 702473d | 2012-04-26 19:01:35 +0530 | [diff] [blame] | 7 | min-height: 400px; |
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 8 | margin: 40px auto 10px auto; |
Rushabh Mehta | 5b3d83f | 2012-12-24 11:47:24 +0530 | [diff] [blame] | 9 | box-shadow: 1px 1px 3px 3px #bbb; |
10 | border-radius: 5px; | ||||
11 | overflow: hidden; | ||||
Rushabh Mehta | 1c8ab8a | 2012-12-10 14:56:45 +0530 | [diff] [blame] | 12 | } |
13 | |||||
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 14 | footer { |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 15 | text-align: left; |
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 16 | width: 720px; |
17 | margin: auto; | ||||
18 | } | ||||
19 | |||||
Rushabh Mehta | 1c8ab8a | 2012-12-10 14:56:45 +0530 | [diff] [blame] | 20 | .navbar-inner { |
21 | border: 0px; | ||||
22 | border-bottom: 1px solid #ddd; | ||||
23 | border-radius: 0px; | ||||
Rushabh Mehta | aa848be | 2012-02-17 12:06:33 +0530 | [diff] [blame] | 24 | } |
25 | |||||
Rushabh Mehta | b6f8088 | 2012-03-23 14:19:49 +0530 | [diff] [blame] | 26 | p, li { |
Rushabh Mehta | 84adf1b | 2012-12-28 10:30:46 +0530 | [diff] [blame] | 27 | line-height: 1.5em; |
Rushabh Mehta | b6f8088 | 2012-03-23 14:19:49 +0530 | [diff] [blame] | 28 | } |
29 | |||||
Rushabh Mehta | 1c8ab8a | 2012-12-10 14:56:45 +0530 | [diff] [blame] | 30 | .layout-wrapper { |
31 | box-shadow: none; | ||||
32 | -webkit-box-shadow: none; | ||||
33 | -moz-box-shadow: none; | ||||
Rushabh Mehta | 5b3d83f | 2012-12-24 11:47:24 +0530 | [diff] [blame] | 34 | border-radius: 0px 0px 5px 5px; |
Rushabh Mehta | bd20d29 | 2012-02-08 10:23:16 +0530 | [diff] [blame] | 35 | } |
36 | |||||
Rushabh Mehta | c50f088 | 2012-12-10 18:25:30 +0530 | [diff] [blame] | 37 | .layout-main { |
38 | min-height: 400px; | ||||
Rushabh Mehta | 84adf1b | 2012-12-28 10:30:46 +0530 | [diff] [blame] | 39 | padding: 30px; |
Rushabh Mehta | 13531b7 | 2012-02-20 12:35:23 +0530 | [diff] [blame] | 40 | } |
41 | |||||
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 42 | .social-icons { |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 43 | font-size: 120%; |
44 | float: right; | ||||
45 | text-align: right; | ||||
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 46 | } |
47 | .social-icons a:hover { | ||||
48 | text-decoration: none; | ||||
49 | } | ||||
50 | .social-icons a i:hover { | ||||
51 | text-decoration: none; | ||||
52 | } | ||||
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 53 | .social-icons i { |
54 | margin-left: 5px; | ||||
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 55 | } |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 56 | |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 57 | |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 58 | .web-footer-menu ul { |
59 | list-style: none; | ||||
60 | margin: 0px; | ||||
Rushabh Mehta | 4d20b22 | 2012-02-07 14:57:49 +0530 | [diff] [blame] | 61 | padding: 0px; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 62 | } |
63 | |||||
64 | .web-footer-menu ul li { | ||||
65 | display: inline; | ||||
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 66 | padding: 2px 14px 2px 0px; |
67 | margin: 0px; | ||||
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 68 | } |
69 | |||||
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 70 | .two-column { |
Rushabh Mehta | dcfdfc3 | 2012-04-25 18:24:44 +0530 | [diff] [blame] | 71 | width: 50%; |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 72 | float: left; |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 73 | } |
74 | |||||
75 | .clear { | ||||
76 | clear: both; | ||||
77 | } | ||||
78 | |||||
79 | /* */ |