Rushabh Mehta | a920943 | 2012-05-07 18:00:57 +0530 | [diff] [blame] | 1 | #body_div { |
| 2 | |
Anand Doshi | 17fb35f | 2012-05-10 12:39:25 +0530 | [diff] [blame] | 3 | background: url("../files/indian-textile-5.gif") repeat; |
Rushabh Mehta | a920943 | 2012-05-07 18:00:57 +0530 | [diff] [blame] | 4 | |
| 5 | |
Anand Doshi | 17fb35f | 2012-05-10 12:39:25 +0530 | [diff] [blame] | 6 | font-family: 'Arial', Verdana, Sans !important; |
Rushabh Mehta | a920943 | 2012-05-07 18:00:57 +0530 | [diff] [blame] | 7 | |
| 8 | |
| 9 | font-size: 14px !important; |
| 10 | |
| 11 | } |
| 12 | |
| 13 | |
| 14 | .small { |
| 15 | font-size: 12px !important; |
| 16 | } |
| 17 | |
| 18 | |
| 19 | |
Rushabh Mehta | a920943 | 2012-05-07 18:00:57 +0530 | [diff] [blame] | 20 | h1, h2, h3, h4, h5 { |
Anand Doshi | 17fb35f | 2012-05-10 12:39:25 +0530 | [diff] [blame] | 21 | font-family: 'Arial', Arial, 'Helvetica Neue' !important; |
Rushabh Mehta | a920943 | 2012-05-07 18:00:57 +0530 | [diff] [blame] | 22 | } |
| 23 | |
| 24 | |
| 25 | /* User CSS */ |
| 26 | |
| 27 | hr { |
| 28 | clear: both; |
| 29 | } |
| 30 | |
| 31 | p { |
| 32 | margin-top: 2px; |
| 33 | } |
| 34 | |
| 35 | |
| 36 | .hand { |
| 37 | font-family: Pacifico; |
| 38 | font-size: 18px; |
| 39 | } |
| 40 | |
| 41 | h1.top { |
| 42 | text-align: center; |
| 43 | } |
| 44 | |
| 45 | .sub-head { |
| 46 | text-align: center; |
| 47 | color: #888; |
| 48 | font-size: 18px; |
| 49 | margin: 10px 0px; |
| 50 | } |
| 51 | |
| 52 | .layout-main, .layout-main-section { |
| 53 | padding: 50px; |
| 54 | } |
| 55 | |
| 56 | .layout-main-section { |
| 57 | width: 60%; |
| 58 | } |
| 59 | |
| 60 | .layout-side-section { |
| 61 | padding-top: 50px; |
| 62 | } |
| 63 | |
| 64 | h2 { |
| 65 | //font-family: Pacifico; |
| 66 | font-size: 20px; |
| 67 | font-weight: bold; |
| 68 | color: #CC0000; |
| 69 | padding: 25px 0px 25px 0px; |
| 70 | clear: both; |
| 71 | text-align: left; |
| 72 | } |
| 73 | |
| 74 | .center { |
| 75 | text-align: center; |
| 76 | } |
| 77 | |
| 78 | .left { |
| 79 | width: 375px; |
| 80 | padding-right: 25px; |
| 81 | float: left; |
| 82 | } |
| 83 | |
| 84 | .right { |
| 85 | width: 375px; |
| 86 | padding-left: 25px; |
| 87 | float: left; |
| 88 | } |
| 89 | |
| 90 | .page-footer { |
| 91 | clear: both; |
| 92 | margin: -50px; |
| 93 | margin-top: 50px; |
Anand Doshi | 17fb35f | 2012-05-10 12:39:25 +0530 | [diff] [blame] | 94 | background-color: #FFFAED; |
Rushabh Mehta | a920943 | 2012-05-07 18:00:57 +0530 | [diff] [blame] | 95 | padding: 50px; |
| 96 | } |
| 97 | |
| 98 | .page-footer input { |
| 99 | width: 140px; |
| 100 | font-size: 17px; |
| 101 | padding: 4px; |
| 102 | margin-top: 2px; |
| 103 | } |
| 104 | |
| 105 | .page-footer .section-head { |
| 106 | padding: 0px; |
| 107 | margin-bottom: 7px; |
| 108 | } |
| 109 | |
| 110 | .green { |
| 111 | color: green; |
| 112 | } |
| 113 | |
| 114 | .web-form input, .web-form textarea { |
| 115 | width: 400px; |
| 116 | font-size: 17px; |
| 117 | padding: 4px; |
| 118 | } |
| 119 | |
Rushabh Mehta | a920943 | 2012-05-07 18:00:57 +0530 | [diff] [blame] | 120 | .link-big { |
| 121 | font-size: 140%; |
| 122 | } |
| 123 | |
| 124 | .sticky { |
Anand Doshi | 17fb35f | 2012-05-10 12:39:25 +0530 | [diff] [blame] | 125 | background-color: #F0EDDD; |
Rushabh Mehta | a920943 | 2012-05-07 18:00:57 +0530 | [diff] [blame] | 126 | padding: 15px; |
| 127 | margin-left: 15px; |
| 128 | font-size: 12px; |
| 129 | color: #444; |
| 130 | width: 240px; |
| 131 | min-height: 120px; |
| 132 | float: right; |
| 133 | box-shadow: 2px 2px 6px #973; |
| 134 | } |