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