blob: daf0318994008539a9a35e400c7353eac1ca5ac7 [file] [log] [blame]
Rushabh Mehtac50f0882012-12-10 18:25:30 +05301.content, div#body_div {
2 width: 780px;
Rushabh Mehta1c8ab8a2012-12-10 14:56:45 +05303}
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +05304
Rushabh Mehtadcfdfc32012-04-25 18:24:44 +05305div#body_div {
Rushabh Mehta1c8ab8a2012-12-10 14:56:45 +05306 padding: 0px;
Rushabh Mehta702473d2012-04-26 19:01:35 +05307 min-height: 400px;
Rushabh Mehta1c8ab8a2012-12-10 14:56:45 +05308 margin: 40px auto;
Rushabh Mehta5b3d83f2012-12-24 11:47:24 +05309 box-shadow: 1px 1px 3px 3px #bbb;
10 border-radius: 5px;
11 overflow: hidden;
Rushabh Mehta1c8ab8a2012-12-10 14:56:45 +053012}
13
14.navbar-inner {
15 border: 0px;
16 border-bottom: 1px solid #ddd;
17 border-radius: 0px;
Rushabh Mehtaaa848be2012-02-17 12:06:33 +053018}
19
Rushabh Mehtab6f80882012-03-23 14:19:49 +053020p, li {
21 line-height: 1.6em;
22}
23
Rushabh Mehta1c8ab8a2012-12-10 14:56:45 +053024.layout-wrapper {
25 box-shadow: none;
26 -webkit-box-shadow: none;
27 -moz-box-shadow: none;
Rushabh Mehta5b3d83f2012-12-24 11:47:24 +053028 border-radius: 0px 0px 5px 5px;
Rushabh Mehtabd20d292012-02-08 10:23:16 +053029}
30
Rushabh Mehtac50f0882012-12-10 18:25:30 +053031.layout-main {
32 min-height: 400px;
33}
34
Rushabh Mehta1c8ab8a2012-12-10 14:56:45 +053035.layout-side-section {
36 padding: 8px;
Rushabh Mehta13531b72012-02-20 12:35:23 +053037}
38
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053039.web-footer-menu {
40 margin-bottom: 7px;
41}
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053042
43.web-footer-menu ul {
44 list-style: none;
45 margin: 0px;
Rushabh Mehta4d20b222012-02-07 14:57:49 +053046 padding: 0px;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053047}
48
49.web-footer-menu ul li {
50 display: inline;
51 padding: 2px 15px;
52 border-right: 1px solid #999;
53}
54
Rushabh Mehta702473d2012-04-26 19:01:35 +053055.web-footer-menu ul li:first-child {
56 padding-left: 0px;
57}
58
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053059.web-footer-menu ul li:last-child {
Rushabh Mehta7018b192012-02-02 13:42:28 +053060 border-right: 0px solid #777 !important;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053061}
62
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053063.two-column {
Rushabh Mehtadcfdfc32012-04-25 18:24:44 +053064 width: 50%;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053065 float: left;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053066}
67
68.clear {
69 clear: both;
70}
71
72/* */