Rushabh Mehta | 1c8ab8a | 2012-12-10 14:56:45 +0530 | [diff] [blame] | 1 | .content { |
2 | width: 800px; | ||||
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 | 1c8ab8a | 2012-12-10 14:56:45 +0530 | [diff] [blame] | 8 | width: 800px; |
9 | margin: 40px auto; | ||||
10 | box-shadow: 1px 1px 3px 3px #ccc; | ||||
11 | } | ||||
12 | |||||
13 | .navbar-inner { | ||||
14 | border: 0px; | ||||
15 | border-bottom: 1px solid #ddd; | ||||
16 | border-radius: 0px; | ||||
Rushabh Mehta | aa848be | 2012-02-17 12:06:33 +0530 | [diff] [blame] | 17 | } |
18 | |||||
Rushabh Mehta | b6f8088 | 2012-03-23 14:19:49 +0530 | [diff] [blame] | 19 | p, li { |
20 | line-height: 1.6em; | ||||
21 | } | ||||
22 | |||||
Rushabh Mehta | 1c8ab8a | 2012-12-10 14:56:45 +0530 | [diff] [blame] | 23 | .layout-wrapper { |
24 | box-shadow: none; | ||||
25 | -webkit-box-shadow: none; | ||||
26 | -moz-box-shadow: none; | ||||
Rushabh Mehta | bd20d29 | 2012-02-08 10:23:16 +0530 | [diff] [blame] | 27 | } |
28 | |||||
Rushabh Mehta | 1c8ab8a | 2012-12-10 14:56:45 +0530 | [diff] [blame] | 29 | .layout-side-section { |
30 | padding: 8px; | ||||
Rushabh Mehta | 13531b7 | 2012-02-20 12:35:23 +0530 | [diff] [blame] | 31 | } |
32 | |||||
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 33 | footer { |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 34 | |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 35 | } |
36 | |||||
37 | .web-footer-menu { | ||||
38 | margin-bottom: 7px; | ||||
39 | } | ||||
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 40 | |
41 | .web-footer-menu ul { | ||||
42 | list-style: none; | ||||
43 | margin: 0px; | ||||
Rushabh Mehta | 4d20b22 | 2012-02-07 14:57:49 +0530 | [diff] [blame] | 44 | padding: 0px; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 45 | } |
46 | |||||
47 | .web-footer-menu ul li { | ||||
48 | display: inline; | ||||
49 | padding: 2px 15px; | ||||
50 | border-right: 1px solid #999; | ||||
51 | } | ||||
52 | |||||
Rushabh Mehta | 702473d | 2012-04-26 19:01:35 +0530 | [diff] [blame] | 53 | .web-footer-menu ul li:first-child { |
54 | padding-left: 0px; | ||||
55 | } | ||||
56 | |||||
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 57 | .web-footer-menu ul li:last-child { |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 58 | border-right: 0px solid #777 !important; |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 59 | } |
60 | |||||
Rushabh Mehta | 702473d | 2012-04-26 19:01:35 +0530 | [diff] [blame] | 61 | .web-footer-powered { |
62 | color: #888; | ||||
63 | float: right; | ||||
64 | margin-top: -12px; | ||||
65 | } | ||||
66 | |||||
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 67 | .two-column { |
Rushabh Mehta | dcfdfc3 | 2012-04-25 18:24:44 +0530 | [diff] [blame] | 68 | width: 50%; |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 69 | float: left; |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 70 | } |
71 | |||||
72 | .clear { | ||||
73 | clear: both; | ||||
74 | } | ||||
75 | |||||
76 | /* */ |