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