blob: 693b8fb4d5fdc31c328d01860607b5a045866acd [file] [log] [blame]
Rushabh Mehtad47e1d12012-02-01 18:02:33 +05301.layout_wrapper {
2 padding: 20px;
3}
4
Rushabh Mehta7018b192012-02-02 13:42:28 +05305h1 {
6 margin-bottom: 15px;
7}
8
Rushabh Mehtaaa848be2012-02-17 12:06:33 +05309h2 {
10 margin-bottom: 11px;
11}
12
13h3 {
14 margin-bottom: 7px;
15}
16
Rushabh Mehtabd20d292012-02-08 10:23:16 +053017pre {
18 background-color: #F8F8F8;
19 border: 1px solid #CCCCCC;
20 border-radius: 3px 3px 3px 3px;
21 font-size: 13px;
22 line-height: 19px;
23 overflow: auto;
24 padding: 6px 10px;
25 margin-bottom: 9px;
26}
27
Rushabh Mehta949496c2012-01-25 18:48:46 +053028.web-content input[type="text"], .web-content input[type="password"], .web-content select {
29 min-width: 180px;
30}
31
Rushabh Mehta13531b72012-02-20 12:35:23 +053032.web-head-section {
33 margin-bottom: 20px
34}
35
Rushabh Mehta4b1fe052012-01-25 15:06:28 +053036.web-main-section {
37 width: 65%;
38 float: left;
39 margin-bottom: 20px;
40}
41
42.web-side-section {
43 width: 30%;
44 float: right;
45 margin-bottom: 20px;
Rushabh Mehta51e51da2012-01-27 12:17:09 +053046 margin-right: 15px;
47 color: #606060;
48 overflow-x: hidden;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053049}
50
Rushabh Mehtab8d64972012-02-08 12:33:13 +053051.web-page-status {
Rushabh Mehtab8d64972012-02-08 12:33:13 +053052 padding: 7px;
53 color: #777;
54 clear: both;
55 text-align: right;
56}
57
58.web-page-status a,
59.web-page-status a:hover,
60.web-page-status a:visited {
61 padding: 2px;
62 background-color: #777;
63 color: #FFF;
64 text-decoration: none;
65}
66
67.web-page-status a:hover {
68 background-color: #444;
69}
70
Rushabh Mehta7018b192012-02-02 13:42:28 +053071footer {
72 color: #777;
73}
74
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053075.web-footer {
Rushabh Mehta7018b192012-02-02 13:42:28 +053076 color: inherit;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053077 text-align: center;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053078 margin: 10px;
79 line-height: 1.7;
80}
81
82.web-footer div, .web-footer a {
83 font-size: 11px;
84}
85
86.web-footer-menu {
87 margin-bottom: 7px;
88}
Rushabh Mehta7018b192012-02-02 13:42:28 +053089footer a, footer a:visited {
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053090 color: #777;
91}
92
Rushabh Mehta7018b192012-02-02 13:42:28 +053093footer a:hover {
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053094 background-color: #777;
95 color: #fff;
96}
97
98.web-footer-menu ul {
99 list-style: none;
100 margin: 0px;
Rushabh Mehta4d20b222012-02-07 14:57:49 +0530101 padding: 0px;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +0530102}
103
104.web-footer-menu ul li {
105 display: inline;
106 padding: 2px 15px;
107 border-right: 1px solid #999;
108}
109
110.web-footer-menu ul li:last-child {
Rushabh Mehta7018b192012-02-02 13:42:28 +0530111 border-right: 0px solid #777 !important;
Rushabh Mehtaa8ad3902012-01-25 10:37:35 +0530112}