blob: fb671a1f03a1f1239e7aba09e0ef280785862c2c [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 Mehta87e48012013-02-20 15:02:21 +05308 margin: 40px auto 10px 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
Rushabh Mehta87e48012013-02-20 15:02:21 +053014footer {
15 width: 720px;
16 margin: auto;
17}
18
Rushabh Mehta1c8ab8a2012-12-10 14:56:45 +053019.navbar-inner {
20 border: 0px;
21 border-bottom: 1px solid #ddd;
22 border-radius: 0px;
Rushabh Mehtaaa848be2012-02-17 12:06:33 +053023}
24
Rushabh Mehtab6f80882012-03-23 14:19:49 +053025p, li {
Rushabh Mehta84adf1b2012-12-28 10:30:46 +053026 line-height: 1.5em;
Rushabh Mehtab6f80882012-03-23 14:19:49 +053027}
28
Rushabh Mehta1c8ab8a2012-12-10 14:56:45 +053029.layout-wrapper {
30 box-shadow: none;
31 -webkit-box-shadow: none;
32 -moz-box-shadow: none;
Rushabh Mehta5b3d83f2012-12-24 11:47:24 +053033 border-radius: 0px 0px 5px 5px;
Rushabh Mehtabd20d292012-02-08 10:23:16 +053034}
35
Rushabh Mehtac50f0882012-12-10 18:25:30 +053036.layout-main {
37 min-height: 400px;
Rushabh Mehta84adf1b2012-12-28 10:30:46 +053038 padding: 30px;
Rushabh Mehta13531b72012-02-20 12:35:23 +053039}
40
Rushabh Mehta87e48012013-02-20 15:02:21 +053041.social-icons {
42 font-size: 120%
43}
44.social-icons a:hover {
45 text-decoration: none;
46}
47.social-icons a i:hover {
48 text-decoration: none;
49}
50
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053051.web-footer-menu {
52 margin-bottom: 7px;
53}
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053054
55.web-footer-menu ul {
56 list-style: none;
57 margin: 0px;
Rushabh Mehta4d20b222012-02-07 14:57:49 +053058 padding: 0px;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053059}
60
61.web-footer-menu ul li {
62 display: inline;
63 padding: 2px 15px;
64 border-right: 1px solid #999;
65}
66
Rushabh Mehta702473d2012-04-26 19:01:35 +053067.web-footer-menu ul li:first-child {
68 padding-left: 0px;
69}
70
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053071.web-footer-menu ul li:last-child {
Rushabh Mehta7018b192012-02-02 13:42:28 +053072 border-right: 0px solid #777 !important;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053073}
74
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053075.two-column {
Rushabh Mehtadcfdfc32012-04-25 18:24:44 +053076 width: 50%;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053077 float: left;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053078}
79
80.clear {
81 clear: both;
82}
83
84/* */