blob: cdea0877015fcb1b3be50cfec2794ba36d02ec4a [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 Mehtaab1148c2012-01-31 18:01:16 +053014footer {
15 width: 900px;
16 margin: auto;
17}
Rushabh Mehtaa8ad3902012-01-25 10:37:35 +053018header .topbar .container {
19 width: 900px;
20 margin: auto;
Rushabh Mehta4b1fe052012-01-25 15:06:28 +053021}
22
Rushabh Mehta7018b192012-02-02 13:42:28 +053023.web-head-section {
Rushabh Mehtad47e1d12012-02-01 18:02:33 +053024 margin-bottom: 20px
25}
26
Rushabh Mehta949496c2012-01-25 18:48:46 +053027.web-content input[type="text"], .web-content input[type="password"], .web-content select {
28 min-width: 180px;
29}
30
Rushabh Mehta4b1fe052012-01-25 15:06:28 +053031.web-main-section {
32 width: 65%;
33 float: left;
34 margin-bottom: 20px;
35}
36
37.web-side-section {
38 width: 30%;
39 float: right;
40 margin-bottom: 20px;
Rushabh Mehta51e51da2012-01-27 12:17:09 +053041 margin-right: 15px;
42 color: #606060;
43 overflow-x: hidden;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053044}
45
Rushabh Mehta7018b192012-02-02 13:42:28 +053046footer {
47 color: #777;
48}
49
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053050.web-footer {
Rushabh Mehta7018b192012-02-02 13:42:28 +053051 color: inherit;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053052 text-align: center;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053053 margin: 10px;
54 line-height: 1.7;
55}
56
57.web-footer div, .web-footer a {
58 font-size: 11px;
59}
60
61.web-footer-menu {
62 margin-bottom: 7px;
63}
Rushabh Mehta7018b192012-02-02 13:42:28 +053064footer a, footer a:visited {
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053065 color: #777;
66}
67
Rushabh Mehta7018b192012-02-02 13:42:28 +053068footer a:hover {
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053069 background-color: #777;
70 color: #fff;
71}
72
73.web-footer-menu ul {
74 list-style: none;
75 margin: 0px;
76}
77
78.web-footer-menu ul li {
79 display: inline;
80 padding: 2px 15px;
81 border-right: 1px solid #999;
82}
83
84.web-footer-menu ul li:last-child {
Rushabh Mehta7018b192012-02-02 13:42:28 +053085 border-right: 0px solid #777 !important;
Rushabh Mehtaa8ad3902012-01-25 10:37:35 +053086}