blob: eb9e6cc8346e0932329fa6a0c2e8ab87cfb0682e [file] [log] [blame]
Rushabh Mehta702473d2012-04-26 19:01:35 +05301header .container, .content {
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +05302 width: 900px;
3}
4
Rushabh Mehtadcfdfc32012-04-25 18:24:44 +05305div#body_div {
Rushabh Mehtaaa513772012-05-02 13:03:41 +05306 padding-top: 80px;
Rushabh Mehta702473d2012-04-26 19:01:35 +05307 min-height: 400px;
Rushabh Mehtaaa848be2012-02-17 12:06:33 +05308}
9
Rushabh Mehtab6f80882012-03-23 14:19:49 +053010p, li {
11 line-height: 1.6em;
12}
13
Rushabh Mehtabd20d292012-02-08 10:23:16 +053014pre {
15 background-color: #F8F8F8;
16 border: 1px solid #CCCCCC;
17 border-radius: 3px 3px 3px 3px;
18 font-size: 13px;
19 line-height: 19px;
20 overflow: auto;
21 padding: 6px 10px;
22 margin-bottom: 9px;
23}
24
Rushabh Mehta13531b72012-02-20 12:35:23 +053025.web-head-section {
26 margin-bottom: 20px
27}
28
Rushabh Mehta4b1fe052012-01-25 15:06:28 +053029.web-main-section {
30 width: 65%;
31 float: left;
32 margin-bottom: 20px;
33}
34
35.web-side-section {
36 width: 30%;
37 float: right;
38 margin-bottom: 20px;
Rushabh Mehta51e51da2012-01-27 12:17:09 +053039 margin-right: 15px;
40 color: #606060;
41 overflow-x: hidden;
Rushabh Mehtab43f9492012-04-08 20:33:51 +053042 font-size: 90%;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053043}
44
Rushabh Mehtab8d64972012-02-08 12:33:13 +053045.web-page-status {
Rushabh Mehtab8d64972012-02-08 12:33:13 +053046 padding: 7px;
Rushabh Mehtadcfdfc32012-04-25 18:24:44 +053047 margin-top: -20px;
Rushabh Mehtab8d64972012-02-08 12:33:13 +053048 color: #777;
49 clear: both;
50 text-align: right;
51}
52
53.web-page-status a,
54.web-page-status a:hover,
55.web-page-status a:visited {
56 padding: 2px;
57 background-color: #777;
58 color: #FFF;
59 text-decoration: none;
60}
61
62.web-page-status a:hover {
63 background-color: #444;
64}
65
Rushabh Mehta702473d2012-04-26 19:01:35 +053066
Rushabh Mehta7018b192012-02-02 13:42:28 +053067footer {
Rushabh Mehta7018b192012-02-02 13:42:28 +053068
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053069}
70
71.web-footer-menu {
72 margin-bottom: 7px;
73}
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053074
75.web-footer-menu ul {
76 list-style: none;
77 margin: 0px;
Rushabh Mehta4d20b222012-02-07 14:57:49 +053078 padding: 0px;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053079}
80
81.web-footer-menu ul li {
82 display: inline;
83 padding: 2px 15px;
84 border-right: 1px solid #999;
85}
86
Rushabh Mehta702473d2012-04-26 19:01:35 +053087.web-footer-menu ul li:first-child {
88 padding-left: 0px;
89}
90
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053091.web-footer-menu ul li:last-child {
Rushabh Mehta7018b192012-02-02 13:42:28 +053092 border-right: 0px solid #777 !important;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053093}
94
Rushabh Mehta702473d2012-04-26 19:01:35 +053095.web-footer-powered {
96 color: #888;
97 float: right;
98 margin-top: -12px;
99}
100
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530101/* slide view */
102
103.next-slide {
104 margin: 0px -27px 100px -27px;
105 background: #ffffff; /* Old browsers */
106 background: -moz-linear-gradient(top, #eeeeee 0%, #fff 100%); /* FF3.6+ */
107 background: -webkit-linear-gradient(top, #eeeeee 0%, #fff 100%); /* Chrome10+,Safari5.1+ */
108 background: -o-linear-gradient(top, #eeeeee 0%, #fff 100%); /* Opera 11.10+ */
109 background: -ms-linear-gradient(top, #eeeeee 0%, #fff 100%); /* IE10+ */
110 background: linear-gradient(top, #eeeeee 0%, #fff 100%); /* W3C */
111 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
112 height: 36px;
113}
114
115.slide-shadow {
116 background: #eeeeee; /* Old browsers */
117 background: -moz-linear-gradient(top, #bababa 0%,#eeeeee 100%); /* FF3.6+ */
118 background: -webkit-linear-gradient(top, #bababa 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
119 background: -o-linear-gradient(top, #bababa 0%,#eeeeee 100%); /* Opera 11.10+ */
120 background: -ms-linear-gradient(top, #bababa 0%,#eeeeee 100%); /* IE10+ */
121 background: linear-gradient(top, #bababa 0%,#eeeeee 100%); /* W3C */
122 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
123 height: 3px;
124 margin: 100px -27px 0px -27px;
125 border-top: 1px solid #bababa;
126}
127
128.two-column {
Rushabh Mehtadcfdfc32012-04-25 18:24:44 +0530129 width: 50%;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530130 float: left;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530131}
132
133.clear {
134 clear: both;
135}
136
137/* */