blob: b56b55ee353fe510d96684fc407345f4ef532d87 [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 Mehtab6f80882012-03-23 14:19:49 +053017p, li {
18 line-height: 1.6em;
19}
20
Rushabh Mehtabd20d292012-02-08 10:23:16 +053021pre {
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 Mehta949496c2012-01-25 18:48:46 +053032.web-content input[type="text"], .web-content input[type="password"], .web-content select {
33 min-width: 180px;
34}
35
Rushabh Mehta13531b72012-02-20 12:35:23 +053036.web-head-section {
37 margin-bottom: 20px
38}
39
Rushabh Mehta4b1fe052012-01-25 15:06:28 +053040.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 Mehta51e51da2012-01-27 12:17:09 +053050 margin-right: 15px;
51 color: #606060;
52 overflow-x: hidden;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053053}
54
Rushabh Mehtab8d64972012-02-08 12:33:13 +053055.web-page-status {
Rushabh Mehtab8d64972012-02-08 12:33:13 +053056 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 Mehta7018b192012-02-02 13:42:28 +053075footer {
76 color: #777;
77}
78
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053079.web-footer {
Rushabh Mehta7018b192012-02-02 13:42:28 +053080 color: inherit;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053081 text-align: center;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053082 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 Mehta7018b192012-02-02 13:42:28 +053093footer a, footer a:visited {
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053094 color: #777;
95}
96
Rushabh Mehta7018b192012-02-02 13:42:28 +053097footer a:hover {
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053098 background-color: #777;
99 color: #fff;
100}
101
102.web-footer-menu ul {
103 list-style: none;
104 margin: 0px;
Rushabh Mehta4d20b222012-02-07 14:57:49 +0530105 padding: 0px;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +0530106}
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 Mehta7018b192012-02-02 13:42:28 +0530115 border-right: 0px solid #777 !important;
Rushabh Mehtaa8ad3902012-01-25 10:37:35 +0530116}