Rushabh Mehta | a8ad390 | 2012-01-25 10:37:35 +0530 | [diff] [blame] | 1 | #body_div { |
2 | width: 900px; | ||||
3 | margin: auto; | ||||
4 | } | ||||
5 | |||||
Rushabh Mehta | d47e1d1 | 2012-02-01 18:02:33 +0530 | [diff] [blame] | 6 | .layout_wrapper { |
7 | padding: 20px; | ||||
8 | } | ||||
9 | |||||
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 10 | h1 { |
11 | margin-bottom: 15px; | ||||
12 | } | ||||
13 | |||||
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 14 | footer { |
15 | width: 900px; | ||||
16 | margin: auto; | ||||
17 | } | ||||
Rushabh Mehta | a8ad390 | 2012-01-25 10:37:35 +0530 | [diff] [blame] | 18 | header .topbar .container { |
19 | width: 900px; | ||||
20 | margin: auto; | ||||
Rushabh Mehta | 4b1fe05 | 2012-01-25 15:06:28 +0530 | [diff] [blame] | 21 | } |
22 | |||||
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 23 | .web-head-section { |
Rushabh Mehta | d47e1d1 | 2012-02-01 18:02:33 +0530 | [diff] [blame] | 24 | margin-bottom: 20px |
25 | } | ||||
26 | |||||
Rushabh Mehta | 949496c | 2012-01-25 18:48:46 +0530 | [diff] [blame] | 27 | .web-content input[type="text"], .web-content input[type="password"], .web-content select { |
28 | min-width: 180px; | ||||
29 | } | ||||
30 | |||||
Rushabh Mehta | 4b1fe05 | 2012-01-25 15:06:28 +0530 | [diff] [blame] | 31 | .web-main-section { |
32 | width: 65%; | ||||
33 | float: left; | ||||
34 | margin-bottom: 20px; | ||||
35 | } | ||||
36 | |||||
37 | .web-side-section { | ||||
38 | width: 30%; | ||||
39 | float: right; | ||||
40 | margin-bottom: 20px; | ||||
Rushabh Mehta | 51e51da | 2012-01-27 12:17:09 +0530 | [diff] [blame] | 41 | margin-right: 15px; |
42 | color: #606060; | ||||
43 | overflow-x: hidden; | ||||
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 44 | } |
45 | |||||
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 46 | footer { |
47 | color: #777; | ||||
48 | } | ||||
49 | |||||
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 50 | .web-footer { |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 51 | color: inherit; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 52 | text-align: center; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 53 | margin: 10px; |
54 | line-height: 1.7; | ||||
55 | } | ||||
56 | |||||
57 | .web-footer div, .web-footer a { | ||||
58 | font-size: 11px; | ||||
59 | } | ||||
60 | |||||
61 | .web-footer-menu { | ||||
62 | margin-bottom: 7px; | ||||
63 | } | ||||
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 64 | footer a, footer a:visited { |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 65 | color: #777; |
66 | } | ||||
67 | |||||
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 68 | footer a:hover { |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 69 | background-color: #777; |
70 | color: #fff; | ||||
71 | } | ||||
72 | |||||
73 | .web-footer-menu ul { | ||||
74 | list-style: none; | ||||
75 | margin: 0px; | ||||
76 | } | ||||
77 | |||||
78 | .web-footer-menu ul li { | ||||
79 | display: inline; | ||||
80 | padding: 2px 15px; | ||||
81 | border-right: 1px solid #999; | ||||
82 | } | ||||
83 | |||||
84 | .web-footer-menu ul li:last-child { | ||||
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 85 | border-right: 0px solid #777 !important; |
Rushabh Mehta | a8ad390 | 2012-01-25 10:37:35 +0530 | [diff] [blame] | 86 | } |