blob: 7d60d84348e39fc5fe29ae282554406a03d4e0da [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 Mehtabd20d292012-02-08 10:23:16 +053014pre {
15 background-color: #F8F8F8;
16 border: 1px solid #CCCCCC;
17 border-radius: 3px 3px 3px 3px;
18 font-size: 13px;
19 line-height: 19px;
20 overflow: auto;
21 padding: 6px 10px;
22 margin-bottom: 9px;
23}
24
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053025footer {
26 width: 900px;
27 margin: auto;
28}
Rushabh Mehtaa8ad3902012-01-25 10:37:35 +053029header .topbar .container {
30 width: 900px;
31 margin: auto;
Rushabh Mehta4b1fe052012-01-25 15:06:28 +053032}
33
Rushabh Mehta7018b192012-02-02 13:42:28 +053034.web-head-section {
Rushabh Mehtad47e1d12012-02-01 18:02:33 +053035 margin-bottom: 20px
36}
37
Rushabh Mehta949496c2012-01-25 18:48:46 +053038.web-content input[type="text"], .web-content input[type="password"], .web-content select {
39 min-width: 180px;
40}
41
Rushabh Mehta4b1fe052012-01-25 15:06:28 +053042.web-main-section {
43 width: 65%;
44 float: left;
45 margin-bottom: 20px;
46}
47
Rushabh Mehta3fd27992012-02-08 10:44:02 +053048.web-main-section p,
49.web-main-section h4,
50.web-main-section h5,
51.web-main-section pre {
52 margin-left: 9px;
53}
54
Rushabh Mehta4b1fe052012-01-25 15:06:28 +053055.web-side-section {
56 width: 30%;
57 float: right;
58 margin-bottom: 20px;
Rushabh Mehta51e51da2012-01-27 12:17:09 +053059 margin-right: 15px;
60 color: #606060;
61 overflow-x: hidden;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053062}
63
Rushabh Mehtab8d64972012-02-08 12:33:13 +053064.web-page-status {
65 background-color: #DDD;
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 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}