blob: c4208b2a7904ddc82fe791448ad62314490b2cce [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
48.web-side-section {
49 width: 30%;
50 float: right;
51 margin-bottom: 20px;
Rushabh Mehta51e51da2012-01-27 12:17:09 +053052 margin-right: 15px;
53 color: #606060;
54 overflow-x: hidden;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053055}
56
Rushabh Mehta7018b192012-02-02 13:42:28 +053057footer {
58 color: #777;
59}
60
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053061.web-footer {
Rushabh Mehta7018b192012-02-02 13:42:28 +053062 color: inherit;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053063 text-align: center;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053064 margin: 10px;
65 line-height: 1.7;
66}
67
68.web-footer div, .web-footer a {
69 font-size: 11px;
70}
71
72.web-footer-menu {
73 margin-bottom: 7px;
74}
Rushabh Mehta7018b192012-02-02 13:42:28 +053075footer a, footer a:visited {
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053076 color: #777;
77}
78
Rushabh Mehta7018b192012-02-02 13:42:28 +053079footer a:hover {
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053080 background-color: #777;
81 color: #fff;
82}
83
84.web-footer-menu ul {
85 list-style: none;
86 margin: 0px;
Rushabh Mehta4d20b222012-02-07 14:57:49 +053087 padding: 0px;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053088}
89
90.web-footer-menu ul li {
91 display: inline;
92 padding: 2px 15px;
93 border-right: 1px solid #999;
94}
95
96.web-footer-menu ul li:last-child {
Rushabh Mehta7018b192012-02-02 13:42:28 +053097 border-right: 0px solid #777 !important;
Rushabh Mehtaa8ad3902012-01-25 10:37:35 +053098}