blob: 28303dbd343119d3bf9b793d1c3c2d056840d5ea [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 {
Rushabh Mehtab8d64972012-02-08 12:33:13 +053065 padding: 7px;
66 color: #777;
67 clear: both;
68 text-align: right;
69}
70
71.web-page-status a,
72.web-page-status a:hover,
73.web-page-status a:visited {
74 padding: 2px;
75 background-color: #777;
76 color: #FFF;
77 text-decoration: none;
78}
79
80.web-page-status a:hover {
81 background-color: #444;
82}
83
Rushabh Mehta7018b192012-02-02 13:42:28 +053084footer {
85 color: #777;
86}
87
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053088.web-footer {
Rushabh Mehta7018b192012-02-02 13:42:28 +053089 color: inherit;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053090 text-align: center;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053091 margin: 10px;
92 line-height: 1.7;
93}
94
95.web-footer div, .web-footer a {
96 font-size: 11px;
97}
98
99.web-footer-menu {
100 margin-bottom: 7px;
101}
Rushabh Mehta7018b192012-02-02 13:42:28 +0530102footer a, footer a:visited {
Rushabh Mehtaab1148c2012-01-31 18:01:16 +0530103 color: #777;
104}
105
Rushabh Mehta7018b192012-02-02 13:42:28 +0530106footer a:hover {
Rushabh Mehtaab1148c2012-01-31 18:01:16 +0530107 background-color: #777;
108 color: #fff;
109}
110
111.web-footer-menu ul {
112 list-style: none;
113 margin: 0px;
Rushabh Mehta4d20b222012-02-07 14:57:49 +0530114 padding: 0px;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +0530115}
116
117.web-footer-menu ul li {
118 display: inline;
119 padding: 2px 15px;
120 border-right: 1px solid #999;
121}
122
123.web-footer-menu ul li:last-child {
Rushabh Mehta7018b192012-02-02 13:42:28 +0530124 border-right: 0px solid #777 !important;
Rushabh Mehtaa8ad3902012-01-25 10:37:35 +0530125}