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