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