blob: 9fd7f12a7d8eafe0a9bd1fee9cfd4909208acc44 [file] [log] [blame]
Rushabh Mehtaa8ad3902012-01-25 10:37:35 +05301#body_div {
2 width: 900px;
3 margin: auto;
4}
5
Rushabh Mehtad47e1d12012-02-01 18:02:33 +05306.layout_wrapper {
7 padding: 20px;
8}
9
Rushabh Mehta7018b192012-02-02 13:42:28 +053010h1 {
11 margin-bottom: 15px;
12}
13
Rushabh Mehtaaa848be2012-02-17 12:06:33 +053014h2 {
15 margin-bottom: 11px;
16}
17
18h3 {
19 margin-bottom: 7px;
20}
21
Rushabh Mehtabd20d292012-02-08 10:23:16 +053022pre {
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 Mehtaab1148c2012-01-31 18:01:16 +053033footer {
34 width: 900px;
35 margin: auto;
36}
Rushabh Mehtaa8ad3902012-01-25 10:37:35 +053037header .topbar .container {
38 width: 900px;
39 margin: auto;
Rushabh Mehta4b1fe052012-01-25 15:06:28 +053040}
41
Rushabh Mehta949496c2012-01-25 18:48:46 +053042.web-content input[type="text"], .web-content input[type="password"], .web-content select {
43 min-width: 180px;
44}
45
Rushabh Mehta13531b72012-02-20 12:35:23 +053046.web-head-section {
47 margin-bottom: 20px
48}
49
Rushabh Mehta4b1fe052012-01-25 15:06:28 +053050.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 Mehta51e51da2012-01-27 12:17:09 +053060 margin-right: 15px;
61 color: #606060;
62 overflow-x: hidden;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053063}
64
Rushabh Mehtab8d64972012-02-08 12:33:13 +053065.web-page-status {
Rushabh Mehtab8d64972012-02-08 12:33:13 +053066 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 Mehta7018b192012-02-02 13:42:28 +053085footer {
86 color: #777;
87}
88
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053089.web-footer {
Rushabh Mehta7018b192012-02-02 13:42:28 +053090 color: inherit;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053091 text-align: center;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053092 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 Mehta7018b192012-02-02 13:42:28 +0530103footer a, footer a:visited {
Rushabh Mehtaab1148c2012-01-31 18:01:16 +0530104 color: #777;
105}
106
Rushabh Mehta7018b192012-02-02 13:42:28 +0530107footer a:hover {
Rushabh Mehtaab1148c2012-01-31 18:01:16 +0530108 background-color: #777;
109 color: #fff;
110}
111
112.web-footer-menu ul {
113 list-style: none;
114 margin: 0px;
Rushabh Mehta4d20b222012-02-07 14:57:49 +0530115 padding: 0px;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +0530116}
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 Mehta7018b192012-02-02 13:42:28 +0530125 border-right: 0px solid #777 !important;
Rushabh Mehtaa8ad3902012-01-25 10:37:35 +0530126}