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