blob: 4d08434ed06402af80fb79c018c591d40f9a1127 [file] [log] [blame]
Rushabh Mehta1c8ab8a2012-12-10 14:56:45 +05301.content {
2 width: 800px;
3}
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 width: 800px;
9 margin: 40px auto;
10 box-shadow: 1px 1px 3px 3px #ccc;
11}
12
13.navbar-inner {
14 border: 0px;
15 border-bottom: 1px solid #ddd;
16 border-radius: 0px;
Rushabh Mehtaaa848be2012-02-17 12:06:33 +053017}
18
Rushabh Mehtab6f80882012-03-23 14:19:49 +053019p, li {
20 line-height: 1.6em;
21}
22
Rushabh Mehta1c8ab8a2012-12-10 14:56:45 +053023.layout-wrapper {
24 box-shadow: none;
25 -webkit-box-shadow: none;
26 -moz-box-shadow: none;
Rushabh Mehtabd20d292012-02-08 10:23:16 +053027}
28
Rushabh Mehta1c8ab8a2012-12-10 14:56:45 +053029.layout-side-section {
30 padding: 8px;
Rushabh Mehta13531b72012-02-20 12:35:23 +053031}
32
Rushabh Mehta7018b192012-02-02 13:42:28 +053033footer {
Rushabh Mehta7018b192012-02-02 13:42:28 +053034
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053035}
36
37.web-footer-menu {
38 margin-bottom: 7px;
39}
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053040
41.web-footer-menu ul {
42 list-style: none;
43 margin: 0px;
Rushabh Mehta4d20b222012-02-07 14:57:49 +053044 padding: 0px;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053045}
46
47.web-footer-menu ul li {
48 display: inline;
49 padding: 2px 15px;
50 border-right: 1px solid #999;
51}
52
Rushabh Mehta702473d2012-04-26 19:01:35 +053053.web-footer-menu ul li:first-child {
54 padding-left: 0px;
55}
56
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053057.web-footer-menu ul li:last-child {
Rushabh Mehta7018b192012-02-02 13:42:28 +053058 border-right: 0px solid #777 !important;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053059}
60
Rushabh Mehta702473d2012-04-26 19:01:35 +053061.web-footer-powered {
62 color: #888;
63 float: right;
64 margin-top: -12px;
65}
66
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053067.two-column {
Rushabh Mehtadcfdfc32012-04-25 18:24:44 +053068 width: 50%;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053069 float: left;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053070}
71
72.clear {
73 clear: both;
74}
75
76/* */