Rushabh Mehta | 702473d | 2012-04-26 19:01:35 +0530 | [diff] [blame] | 1 | header .container, .content { |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 2 | width: 900px; |
| 3 | } |
| 4 | |
Rushabh Mehta | dcfdfc3 | 2012-04-25 18:24:44 +0530 | [diff] [blame] | 5 | div#body_div { |
Rushabh Mehta | aa51377 | 2012-05-02 13:03:41 +0530 | [diff] [blame] | 6 | padding-top: 80px; |
Rushabh Mehta | 702473d | 2012-04-26 19:01:35 +0530 | [diff] [blame] | 7 | min-height: 400px; |
Rushabh Mehta | aa848be | 2012-02-17 12:06:33 +0530 | [diff] [blame] | 8 | } |
| 9 | |
Rushabh Mehta | b6f8088 | 2012-03-23 14:19:49 +0530 | [diff] [blame] | 10 | p, li { |
| 11 | line-height: 1.6em; |
| 12 | } |
| 13 | |
Rushabh Mehta | bd20d29 | 2012-02-08 10:23:16 +0530 | [diff] [blame] | 14 | pre { |
| 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 Mehta | 13531b7 | 2012-02-20 12:35:23 +0530 | [diff] [blame] | 25 | .web-head-section { |
| 26 | margin-bottom: 20px |
| 27 | } |
| 28 | |
Rushabh Mehta | 4b1fe05 | 2012-01-25 15:06:28 +0530 | [diff] [blame] | 29 | .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 Mehta | 51e51da | 2012-01-27 12:17:09 +0530 | [diff] [blame] | 39 | margin-right: 15px; |
| 40 | color: #606060; |
| 41 | overflow-x: hidden; |
Rushabh Mehta | b43f949 | 2012-04-08 20:33:51 +0530 | [diff] [blame] | 42 | font-size: 90%; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 43 | } |
| 44 | |
Rushabh Mehta | b8d6497 | 2012-02-08 12:33:13 +0530 | [diff] [blame] | 45 | .web-page-status { |
Rushabh Mehta | b8d6497 | 2012-02-08 12:33:13 +0530 | [diff] [blame] | 46 | padding: 7px; |
Rushabh Mehta | dcfdfc3 | 2012-04-25 18:24:44 +0530 | [diff] [blame] | 47 | margin-top: -20px; |
Rushabh Mehta | b8d6497 | 2012-02-08 12:33:13 +0530 | [diff] [blame] | 48 | 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 Mehta | 702473d | 2012-04-26 19:01:35 +0530 | [diff] [blame] | 66 | |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 67 | footer { |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 68 | |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 69 | } |
| 70 | |
| 71 | .web-footer-menu { |
| 72 | margin-bottom: 7px; |
| 73 | } |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 74 | |
| 75 | .web-footer-menu ul { |
| 76 | list-style: none; |
| 77 | margin: 0px; |
Rushabh Mehta | 4d20b22 | 2012-02-07 14:57:49 +0530 | [diff] [blame] | 78 | padding: 0px; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 79 | } |
| 80 | |
| 81 | .web-footer-menu ul li { |
| 82 | display: inline; |
| 83 | padding: 2px 15px; |
| 84 | border-right: 1px solid #999; |
| 85 | } |
| 86 | |
Rushabh Mehta | 702473d | 2012-04-26 19:01:35 +0530 | [diff] [blame] | 87 | .web-footer-menu ul li:first-child { |
| 88 | padding-left: 0px; |
| 89 | } |
| 90 | |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 91 | .web-footer-menu ul li:last-child { |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 92 | border-right: 0px solid #777 !important; |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 93 | } |
| 94 | |
Rushabh Mehta | 702473d | 2012-04-26 19:01:35 +0530 | [diff] [blame] | 95 | .web-footer-powered { |
| 96 | color: #888; |
| 97 | float: right; |
| 98 | margin-top: -12px; |
| 99 | } |
| 100 | |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 101 | /* 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 Mehta | dcfdfc3 | 2012-04-25 18:24:44 +0530 | [diff] [blame] | 129 | width: 50%; |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 130 | float: left; |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 131 | } |
| 132 | |
| 133 | .clear { |
| 134 | clear: both; |
| 135 | } |
| 136 | |
| 137 | /* */ |