github.com/kayoticsully/syncthing@v0.8.9-0.20140724133906-c45a2fdc03f8/assets/bootstrap-3.1.1/dist/css/bootstrap-theme.css (about) 1 /*! 2 * Bootstrap v3.1.1 (http://getbootstrap.com) 3 * Copyright 2011-2014 Twitter, Inc. 4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 5 */ 6 7 .btn-default, 8 .btn-primary, 9 .btn-success, 10 .btn-info, 11 .btn-warning, 12 .btn-danger { 13 text-shadow: 0 -1px 0 rgba(0, 0, 0, .2); 14 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); 15 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); 16 } 17 .btn-default:active, 18 .btn-primary:active, 19 .btn-success:active, 20 .btn-info:active, 21 .btn-warning:active, 22 .btn-danger:active, 23 .btn-default.active, 24 .btn-primary.active, 25 .btn-success.active, 26 .btn-info.active, 27 .btn-warning.active, 28 .btn-danger.active { 29 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); 30 box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); 31 } 32 .btn:active, 33 .btn.active { 34 background-image: none; 35 } 36 .btn-default { 37 text-shadow: 0 1px 0 #fff; 38 background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%); 39 background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%); 40 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); 41 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 42 background-repeat: repeat-x; 43 border-color: #dbdbdb; 44 border-color: #ccc; 45 } 46 .btn-default:hover, 47 .btn-default:focus { 48 background-color: #e0e0e0; 49 background-position: 0 -15px; 50 } 51 .btn-default:active, 52 .btn-default.active { 53 background-color: #e0e0e0; 54 border-color: #dbdbdb; 55 } 56 .btn-primary { 57 background-image: -webkit-linear-gradient(top, #3498db 0%, #2077b2 100%); 58 background-image: linear-gradient(to bottom, #3498db 0%, #2077b2 100%); 59 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3498db', endColorstr='#ff2077b2', GradientType=0); 60 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 61 background-repeat: repeat-x; 62 border-color: #1e72aa; 63 } 64 .btn-primary:hover, 65 .btn-primary:focus { 66 background-color: #2077b2; 67 background-position: 0 -15px; 68 } 69 .btn-primary:active, 70 .btn-primary.active { 71 background-color: #2077b2; 72 border-color: #1e72aa; 73 } 74 .btn-success { 75 background-image: -webkit-linear-gradient(top, #2ecc71 0%, #239a55 100%); 76 background-image: linear-gradient(to bottom, #2ecc71 0%, #239a55 100%); 77 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ecc71', endColorstr='#ff239a55', GradientType=0); 78 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 79 background-repeat: repeat-x; 80 border-color: #219251; 81 } 82 .btn-success:hover, 83 .btn-success:focus { 84 background-color: #239a55; 85 background-position: 0 -15px; 86 } 87 .btn-success:active, 88 .btn-success.active { 89 background-color: #239a55; 90 border-color: #219251; 91 } 92 .btn-info { 93 background-image: -webkit-linear-gradient(top, #9b59b6 0%, #7a4092 100%); 94 background-image: linear-gradient(to bottom, #9b59b6 0%, #7a4092 100%); 95 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b59b6', endColorstr='#ff7a4092', GradientType=0); 96 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 97 background-repeat: repeat-x; 98 border-color: #743d8b; 99 } 100 .btn-info:hover, 101 .btn-info:focus { 102 background-color: #7a4092; 103 background-position: 0 -15px; 104 } 105 .btn-info:active, 106 .btn-info.active { 107 background-color: #7a4092; 108 border-color: #743d8b; 109 } 110 .btn-warning { 111 background-image: -webkit-linear-gradient(top, #f1c40f 0%, #b8960b 100%); 112 background-image: linear-gradient(to bottom, #f1c40f 0%, #b8960b 100%); 113 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1c40f', endColorstr='#ffb8960b', GradientType=0); 114 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 115 background-repeat: repeat-x; 116 border-color: #ae8e0a; 117 } 118 .btn-warning:hover, 119 .btn-warning:focus { 120 background-color: #b8960b; 121 background-position: 0 -15px; 122 } 123 .btn-warning:active, 124 .btn-warning.active { 125 background-color: #b8960b; 126 border-color: #ae8e0a; 127 } 128 .btn-danger { 129 background-image: -webkit-linear-gradient(top, #e74c3c 0%, #cd2a19 100%); 130 background-image: linear-gradient(to bottom, #e74c3c 0%, #cd2a19 100%); 131 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe74c3c', endColorstr='#ffcd2a19', GradientType=0); 132 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 133 background-repeat: repeat-x; 134 border-color: #c42818; 135 } 136 .btn-danger:hover, 137 .btn-danger:focus { 138 background-color: #cd2a19; 139 background-position: 0 -15px; 140 } 141 .btn-danger:active, 142 .btn-danger.active { 143 background-color: #cd2a19; 144 border-color: #c42818; 145 } 146 .thumbnail, 147 .img-thumbnail { 148 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); 149 box-shadow: 0 1px 2px rgba(0, 0, 0, .075); 150 } 151 .dropdown-menu > li > a:hover, 152 .dropdown-menu > li > a:focus { 153 background-color: #e8e8e8; 154 background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); 155 background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); 156 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); 157 background-repeat: repeat-x; 158 } 159 .dropdown-menu > .active > a, 160 .dropdown-menu > .active > a:hover, 161 .dropdown-menu > .active > a:focus { 162 background-color: #258cd1; 163 background-image: -webkit-linear-gradient(top, #3498db 0%, #258cd1 100%); 164 background-image: linear-gradient(to bottom, #3498db 0%, #258cd1 100%); 165 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3498db', endColorstr='#ff258cd1', GradientType=0); 166 background-repeat: repeat-x; 167 } 168 .navbar-default { 169 background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%); 170 background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%); 171 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); 172 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 173 background-repeat: repeat-x; 174 border-radius: 3px; 175 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); 176 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); 177 } 178 .navbar-default .navbar-nav > .active > a { 179 background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%); 180 background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%); 181 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0); 182 background-repeat: repeat-x; 183 -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); 184 box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); 185 } 186 .navbar-brand, 187 .navbar-nav > li > a { 188 text-shadow: 0 1px 0 rgba(255, 255, 255, .25); 189 } 190 .navbar-inverse { 191 background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%); 192 background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%); 193 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); 194 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 195 background-repeat: repeat-x; 196 } 197 .navbar-inverse .navbar-nav > .active > a { 198 background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%); 199 background-image: linear-gradient(to bottom, #222 0%, #282828 100%); 200 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0); 201 background-repeat: repeat-x; 202 -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); 203 box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); 204 } 205 .navbar-inverse .navbar-brand, 206 .navbar-inverse .navbar-nav > li > a { 207 text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); 208 } 209 .navbar-static-top, 210 .navbar-fixed-top, 211 .navbar-fixed-bottom { 212 border-radius: 0; 213 } 214 .alert { 215 text-shadow: 0 1px 0 rgba(255, 255, 255, .2); 216 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); 217 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); 218 } 219 .alert-success { 220 background-image: -webkit-linear-gradient(top, #2ecc71 0%, #27ad60 100%); 221 background-image: linear-gradient(to bottom, #2ecc71 0%, #27ad60 100%); 222 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ecc71', endColorstr='#ff27ad60', GradientType=0); 223 background-repeat: repeat-x; 224 border-color: #208e4e; 225 } 226 .alert-info { 227 background-image: -webkit-linear-gradient(top, #9b59b6 0%, #8747a2 100%); 228 background-image: linear-gradient(to bottom, #9b59b6 0%, #8747a2 100%); 229 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b59b6', endColorstr='#ff8747a2', GradientType=0); 230 background-repeat: repeat-x; 231 border-color: #713b87; 232 } 233 .alert-warning { 234 background-image: -webkit-linear-gradient(top, #f1c40f 0%, #cea70c 100%); 235 background-image: linear-gradient(to bottom, #f1c40f 0%, #cea70c 100%); 236 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1c40f', endColorstr='#ffcea70c', GradientType=0); 237 background-repeat: repeat-x; 238 border-color: #aa8a0a; 239 } 240 .alert-danger { 241 background-image: -webkit-linear-gradient(top, #e74c3c 0%, #e12e1c 100%); 242 background-image: linear-gradient(to bottom, #e74c3c 0%, #e12e1c 100%); 243 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe74c3c', endColorstr='#ffe12e1c', GradientType=0); 244 background-repeat: repeat-x; 245 border-color: #bf2718; 246 } 247 .progress { 248 background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); 249 background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); 250 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); 251 background-repeat: repeat-x; 252 } 253 .progress-bar { 254 background-image: -webkit-linear-gradient(top, #3498db 0%, #217dbb 100%); 255 background-image: linear-gradient(to bottom, #3498db 0%, #217dbb 100%); 256 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3498db', endColorstr='#ff217dbb', GradientType=0); 257 background-repeat: repeat-x; 258 } 259 .progress-bar-success { 260 background-image: -webkit-linear-gradient(top, #2ecc71 0%, #25a25a 100%); 261 background-image: linear-gradient(to bottom, #2ecc71 0%, #25a25a 100%); 262 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ecc71', endColorstr='#ff25a25a', GradientType=0); 263 background-repeat: repeat-x; 264 } 265 .progress-bar-info { 266 background-image: -webkit-linear-gradient(top, #9b59b6 0%, #804399 100%); 267 background-image: linear-gradient(to bottom, #9b59b6 0%, #804399 100%); 268 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b59b6', endColorstr='#ff804399', GradientType=0); 269 background-repeat: repeat-x; 270 } 271 .progress-bar-warning { 272 background-image: -webkit-linear-gradient(top, #f1c40f 0%, #c29d0b 100%); 273 background-image: linear-gradient(to bottom, #f1c40f 0%, #c29d0b 100%); 274 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1c40f', endColorstr='#ffc29d0b', GradientType=0); 275 background-repeat: repeat-x; 276 } 277 .progress-bar-danger { 278 background-image: -webkit-linear-gradient(top, #e74c3c 0%, #d62c1a 100%); 279 background-image: linear-gradient(to bottom, #e74c3c 0%, #d62c1a 100%); 280 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe74c3c', endColorstr='#ffd62c1a', GradientType=0); 281 background-repeat: repeat-x; 282 } 283 .list-group { 284 border-radius: 3px; 285 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); 286 box-shadow: 0 1px 2px rgba(0, 0, 0, .075); 287 } 288 .list-group-item.active, 289 .list-group-item.active:hover, 290 .list-group-item.active:focus { 291 text-shadow: 0 -1px 0 #217dbb; 292 background-image: -webkit-linear-gradient(top, #3498db 0%, #2384c6 100%); 293 background-image: linear-gradient(to bottom, #3498db 0%, #2384c6 100%); 294 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3498db', endColorstr='#ff2384c6', GradientType=0); 295 background-repeat: repeat-x; 296 border-color: #2384c6; 297 } 298 .panel { 299 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); 300 box-shadow: 0 1px 2px rgba(0, 0, 0, .05); 301 } 302 .panel-default > .panel-heading { 303 background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); 304 background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); 305 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); 306 background-repeat: repeat-x; 307 } 308 .panel-primary > .panel-heading { 309 background-image: -webkit-linear-gradient(top, #3498db 0%, #258cd1 100%); 310 background-image: linear-gradient(to bottom, #3498db 0%, #258cd1 100%); 311 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3498db', endColorstr='#ff258cd1', GradientType=0); 312 background-repeat: repeat-x; 313 } 314 .panel-success > .panel-heading { 315 background-image: -webkit-linear-gradient(top, #2ecc71 0%, #29b765 100%); 316 background-image: linear-gradient(to bottom, #2ecc71 0%, #29b765 100%); 317 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ecc71', endColorstr='#ff29b765', GradientType=0); 318 background-repeat: repeat-x; 319 } 320 .panel-info > .panel-heading { 321 background-image: -webkit-linear-gradient(top, #9b59b6 0%, #8f4bab 100%); 322 background-image: linear-gradient(to bottom, #9b59b6 0%, #8f4bab 100%); 323 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b59b6', endColorstr='#ff8f4bab', GradientType=0); 324 background-repeat: repeat-x; 325 } 326 .panel-warning > .panel-heading { 327 background-image: -webkit-linear-gradient(top, #f1c40f 0%, #dab10d 100%); 328 background-image: linear-gradient(to bottom, #f1c40f 0%, #dab10d 100%); 329 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1c40f', endColorstr='#ffdab10d', GradientType=0); 330 background-repeat: repeat-x; 331 } 332 .panel-danger > .panel-heading { 333 background-image: -webkit-linear-gradient(top, #e74c3c 0%, #e43725 100%); 334 background-image: linear-gradient(to bottom, #e74c3c 0%, #e43725 100%); 335 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe74c3c', endColorstr='#ffe43725', GradientType=0); 336 background-repeat: repeat-x; 337 } 338 .well { 339 background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); 340 background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); 341 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); 342 background-repeat: repeat-x; 343 border-color: #dcdcdc; 344 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); 345 box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); 346 } 347 /*# sourceMappingURL=bootstrap-theme.css.map */