blob: 112d29c456771563cd9f58adb12e8deb9044f30f [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 Mehta7018b192012-02-02 13:42:28 +053039footer {
Rushabh Mehta7018b192012-02-02 13:42:28 +053040
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053041}
42
43.web-footer-menu {
44 margin-bottom: 7px;
45}
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053046
47.web-footer-menu ul {
48 list-style: none;
49 margin: 0px;
Rushabh Mehta4d20b222012-02-07 14:57:49 +053050 padding: 0px;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053051}
52
53.web-footer-menu ul li {
54 display: inline;
55 padding: 2px 15px;
56 border-right: 1px solid #999;
57}
58
Rushabh Mehta702473d2012-04-26 19:01:35 +053059.web-footer-menu ul li:first-child {
60 padding-left: 0px;
61}
62
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053063.web-footer-menu ul li:last-child {
Rushabh Mehta7018b192012-02-02 13:42:28 +053064 border-right: 0px solid #777 !important;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053065}
66
Rushabh Mehtac50f0882012-12-10 18:25:30 +053067.web-footer-powered, .web-footer-powered a {
Rushabh Mehta702473d2012-04-26 19:01:35 +053068 color: #888;
Rushabh Mehtac50f0882012-12-10 18:25:30 +053069 margin-top: 20px;
Rushabh Mehta702473d2012-04-26 19:01:35 +053070}
71
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053072.two-column {
Rushabh Mehtadcfdfc32012-04-25 18:24:44 +053073 width: 50%;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053074 float: left;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053075}
76
77.clear {
78 clear: both;
79}
80
81/* */