Anand Doshi | 1e92aed | 2013-06-13 15:25:38 +0530 | [diff] [blame] | 1 | .container { |
| 2 | max-width: 728px !important; |
| 3 | } |
| 4 | |
Rushabh Mehta | 74560b3 | 2013-05-27 14:47:56 +0530 | [diff] [blame] | 5 | h1, h2, h3, h4, h5 { |
| 6 | font-weight: bold; |
Rushabh Mehta | 1c8ab8a | 2012-12-10 14:56:45 +0530 | [diff] [blame] | 7 | } |
| 8 | |
Anand Doshi | 3dceb84 | 2013-06-19 14:57:14 +0530 | [diff] [blame] | 9 | a { |
| 10 | cursor: pointer; |
| 11 | } |
| 12 | |
Anand Doshi | 259e0b9 | 2013-07-04 16:44:57 +0530 | [diff] [blame] | 13 | img { |
| 14 | max-width: 100%; |
| 15 | } |
| 16 | |
Rushabh Mehta | 74560b3 | 2013-05-27 14:47:56 +0530 | [diff] [blame] | 17 | .content { |
| 18 | padding-bottom: 30px; |
Rushabh Mehta | 13531b7 | 2012-02-20 12:35:23 +0530 | [diff] [blame] | 19 | } |
| 20 | |
Rushabh Mehta | 80d83f5 | 2013-07-11 15:19:13 +0530 | [diff] [blame] | 21 | .outer { |
| 22 | padding: 0px 20px; |
| 23 | } |
| 24 | |
| 25 | .navbar { |
| 26 | margin: 0px -20px; |
| 27 | } |
| 28 | |
| 29 | .banner { |
| 30 | margin-top: 20px; |
| 31 | padding: 0px 20px; |
| 32 | } |
| 33 | |
Rushabh Mehta | 78db3ec | 2013-02-21 14:25:30 +0530 | [diff] [blame] | 34 | .missing-image { |
| 35 | background-color: #eee; |
| 36 | padding: 40px; |
Rushabh Mehta | 74560b3 | 2013-05-27 14:47:56 +0530 | [diff] [blame] | 37 | width: 112px; |
Rushabh Mehta | 78db3ec | 2013-02-21 14:25:30 +0530 | [diff] [blame] | 38 | font-size: 32px; |
| 39 | color: #888; |
| 40 | } |
| 41 | |
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 42 | .social-icons { |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 43 | font-size: 120%; |
| 44 | float: right; |
| 45 | text-align: right; |
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 46 | } |
| 47 | .social-icons a:hover { |
| 48 | text-decoration: none; |
| 49 | } |
| 50 | .social-icons a i:hover { |
| 51 | text-decoration: none; |
| 52 | } |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 53 | .social-icons i { |
| 54 | margin-left: 5px; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 55 | } |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 56 | |
Rushabh Mehta | e41bceb | 2013-07-10 20:42:44 +0530 | [diff] [blame] | 57 | div.web-footer { |
Rushabh Mehta | e41bceb | 2013-07-10 20:42:44 +0530 | [diff] [blame] | 58 | padding-top: 10px; |
| 59 | } |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 60 | |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 61 | .web-footer-menu ul { |
| 62 | list-style: none; |
| 63 | margin: 0px; |
Rushabh Mehta | 4d20b22 | 2012-02-07 14:57:49 +0530 | [diff] [blame] | 64 | padding: 0px; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 65 | } |
| 66 | |
| 67 | .web-footer-menu ul li { |
| 68 | display: inline; |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 69 | padding: 2px 14px 2px 0px; |
| 70 | margin: 0px; |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 71 | } |
| 72 | |
Rushabh Mehta | f41dd39 | 2013-02-21 16:57:54 +0530 | [diff] [blame] | 73 | .avatar { |
| 74 | display: inline-block; |
| 75 | vertical-align: middle; |
| 76 | overflow: hidden; |
| 77 | background-color: #ddd; |
| 78 | border: 1px solid #eee; |
| 79 | } |
| 80 | |
| 81 | .avatar-small { |
| 82 | margin-right: 5px; |
| 83 | width: 30px; |
| 84 | height: 30px; |
| 85 | border-radius: 30px; |
| 86 | -moz-border-radius: 30px; |
| 87 | -webkit-border-radius: 30px; |
| 88 | } |
| 89 | .avatar-small img { |
| 90 | width: 30px; |
| 91 | } |
| 92 | |
Rushabh Mehta | 676a568 | 2013-03-07 18:51:10 +0530 | [diff] [blame] | 93 | .avatar-medium { |
| 94 | margin-right: 5px; |
| 95 | width: 48px; |
| 96 | height: 48px; |
| 97 | border-radius: 48px; |
| 98 | -moz-border-radius: 48px; |
| 99 | -webkit-border-radius: 48px; |
| 100 | } |
| 101 | .avatar-medium img { |
| 102 | width: 48px; |
| 103 | } |
| 104 | |
Rushabh Mehta | f41dd39 | 2013-02-21 16:57:54 +0530 | [diff] [blame] | 105 | .avatar-large { |
| 106 | margin-right: 10px; |
| 107 | width: 72px; |
| 108 | height: 72px; |
| 109 | border-radius: 72px; |
| 110 | -moz-border-radius: 72px; |
| 111 | -webkit-border-radius: 72px; |
| 112 | } |
| 113 | .avatar-large img { |
| 114 | width: 72px; |
| 115 | } |
| 116 | |
| 117 | .avatar-x-large { |
| 118 | margin-right: 10px; |
| 119 | width: 100px; |
| 120 | height: 100px; |
| 121 | border-radius: 100px; |
| 122 | -moz-border-radius: 100px; |
| 123 | -webkit-border-radius: 100px; |
| 124 | } |
| 125 | .avatar-x-large img { |
| 126 | width: 100px; |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 127 | } |
Rushabh Mehta | ec4dfab | 2013-05-28 17:01:52 +0530 | [diff] [blame] | 128 | |
| 129 | .carousel-control .icon { |
| 130 | position: absolute; |
| 131 | top: 50%; |
| 132 | left: 50%; |
| 133 | z-index: 5; |
| 134 | display: inline-block; |
| 135 | width: 20px; |
| 136 | height: 20px; |
| 137 | margin-top: -10px; |
| 138 | margin-left: -10px; |
| 139 | } |
Anand Doshi | c2a3527 | 2013-06-19 17:19:20 +0530 | [diff] [blame] | 140 | |
| 141 | .hidden-sm-inline { |
| 142 | display: none; |
| 143 | } |
| 144 | |
| 145 | @media (min-width: 768px) { |
| 146 | .hidden-sm-inline { |
| 147 | display: inline; |
| 148 | } |
Anand Doshi | edbf3e1 | 2013-07-02 11:40:16 +0530 | [diff] [blame] | 149 | } |
| 150 | |
| 151 | .accordion-heading, .accordion-inner { |
| 152 | padding-left: 10px; |
Anand Doshi | 8226dc0 | 2013-07-05 14:15:00 +0530 | [diff] [blame] | 153 | } |
| 154 | |
Anand Doshi | 2ac0a83 | 2013-07-10 20:49:44 +0530 | [diff] [blame] | 155 | fieldset { |
| 156 | margin-bottom: 20px; |
| 157 | } |
| 158 | |
Anand Doshi | 8226dc0 | 2013-07-05 14:15:00 +0530 | [diff] [blame] | 159 | /* buttons */ |
| 160 | .btn-default { |
| 161 | color: #ffffff; |
| 162 | background-color: #a7a9aa; |
| 163 | border-color: #a7a9aa; |
| 164 | } |
| 165 | |
| 166 | .btn-default:hover, |
| 167 | .btn-default:focus, |
| 168 | .btn-default:active, |
| 169 | .btn-default.active { |
| 170 | background-color: #9a9c9d; |
| 171 | border-color: #8d9091; |
| 172 | } |
| 173 | |
| 174 | .btn-default.disabled:hover, |
| 175 | .btn-default[disabled]:hover, |
| 176 | fieldset[disabled] .btn-default:hover, |
| 177 | .btn-default.disabled:focus, |
| 178 | .btn-default[disabled]:focus, |
| 179 | fieldset[disabled] .btn-default:focus, |
| 180 | .btn-default.disabled:active, |
| 181 | .btn-default[disabled]:active, |
| 182 | fieldset[disabled] .btn-default:active, |
| 183 | .btn-default.disabled.active, |
| 184 | .btn-default[disabled].active, |
| 185 | fieldset[disabled] .btn-default.active { |
| 186 | background-color: #a7a9aa; |
| 187 | border-color: #a7a9aa; |
Anand Doshi | cefccb9 | 2013-07-15 18:28:14 +0530 | [diff] [blame] | 188 | } |