blob: fa27d4a9f8a57b4c8d6fdb4ec85d9fdf11206370 [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 Mehta702473d2012-04-26 19:01:35 +05306 padding-top: 90px;
7 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 Mehta702473d2012-04-26 19:01:35 +053068 background-color: #eee;
69 box-shadow: inset 0 10px 10px rgba(0,0,0,0.3), inset 0 3px 3px rgba(0,0,0,0.3);
70 border-top: 1px solid #555;
71 padding-top: 10px;
72 text-align: center;
Rushabh Mehta7018b192012-02-02 13:42:28 +053073}
74
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053075.web-footer {
Rushabh Mehta7018b192012-02-02 13:42:28 +053076 color: inherit;
Rushabh Mehta702473d2012-04-26 19:01:35 +053077 padding: 10px;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053078 line-height: 1.7;
79}
80
81.web-footer div, .web-footer a {
Rushabh Mehta702473d2012-04-26 19:01:35 +053082 font-size: 12px;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053083}
84
85.web-footer-menu {
86 margin-bottom: 7px;
87}
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053088
89.web-footer-menu ul {
90 list-style: none;
91 margin: 0px;
Rushabh Mehta4d20b222012-02-07 14:57:49 +053092 padding: 0px;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053093}
94
95.web-footer-menu ul li {
96 display: inline;
97 padding: 2px 15px;
98 border-right: 1px solid #999;
99}
100
Rushabh Mehta702473d2012-04-26 19:01:35 +0530101.web-footer-menu ul li:first-child {
102 padding-left: 0px;
103}
104
Rushabh Mehtaab1148c2012-01-31 18:01:16 +0530105.web-footer-menu ul li:last-child {
Rushabh Mehta7018b192012-02-02 13:42:28 +0530106 border-right: 0px solid #777 !important;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530107}
108
Rushabh Mehta702473d2012-04-26 19:01:35 +0530109.web-footer-powered {
110 color: #888;
111 float: right;
112 margin-top: -12px;
113}
114
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530115/* slide view */
116
117.next-slide {
118 margin: 0px -27px 100px -27px;
119 background: #ffffff; /* Old browsers */
120 background: -moz-linear-gradient(top, #eeeeee 0%, #fff 100%); /* FF3.6+ */
121 background: -webkit-linear-gradient(top, #eeeeee 0%, #fff 100%); /* Chrome10+,Safari5.1+ */
122 background: -o-linear-gradient(top, #eeeeee 0%, #fff 100%); /* Opera 11.10+ */
123 background: -ms-linear-gradient(top, #eeeeee 0%, #fff 100%); /* IE10+ */
124 background: linear-gradient(top, #eeeeee 0%, #fff 100%); /* W3C */
125 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
126 height: 36px;
127}
128
129.slide-shadow {
130 background: #eeeeee; /* Old browsers */
131 background: -moz-linear-gradient(top, #bababa 0%,#eeeeee 100%); /* FF3.6+ */
132 background: -webkit-linear-gradient(top, #bababa 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
133 background: -o-linear-gradient(top, #bababa 0%,#eeeeee 100%); /* Opera 11.10+ */
134 background: -ms-linear-gradient(top, #bababa 0%,#eeeeee 100%); /* IE10+ */
135 background: linear-gradient(top, #bababa 0%,#eeeeee 100%); /* W3C */
136 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
137 height: 3px;
138 margin: 100px -27px 0px -27px;
139 border-top: 1px solid #bababa;
140}
141
142.two-column {
Rushabh Mehtadcfdfc32012-04-25 18:24:44 +0530143 width: 50%;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530144 float: left;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530145}
146
147.clear {
148 clear: both;
149}
150
151/* */