1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/static/css/bootstrap-theme.css Fri Dec 20 22:49:16 2013 +0100
1.3 @@ -0,0 +1,397 @@
1.4 +/*!
1.5 + * Bootstrap v3.0.3 (http://getbootstrap.com)
1.6 + * Copyright 2013 Twitter, Inc.
1.7 + * Licensed under http://www.apache.org/licenses/LICENSE-2.0
1.8 + */
1.9 +
1.10 +.btn-default,
1.11 +.btn-primary,
1.12 +.btn-success,
1.13 +.btn-info,
1.14 +.btn-warning,
1.15 +.btn-danger {
1.16 + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
1.17 + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
1.18 + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
1.19 +}
1.20 +
1.21 +.btn-default:active,
1.22 +.btn-primary:active,
1.23 +.btn-success:active,
1.24 +.btn-info:active,
1.25 +.btn-warning:active,
1.26 +.btn-danger:active,
1.27 +.btn-default.active,
1.28 +.btn-primary.active,
1.29 +.btn-success.active,
1.30 +.btn-info.active,
1.31 +.btn-warning.active,
1.32 +.btn-danger.active {
1.33 + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1.34 + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1.35 +}
1.36 +
1.37 +.btn:active,
1.38 +.btn.active {
1.39 + background-image: none;
1.40 +}
1.41 +
1.42 +.btn-default {
1.43 + text-shadow: 0 1px 0 #fff;
1.44 + background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
1.45 + background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
1.46 + background-repeat: repeat-x;
1.47 + border-color: #dbdbdb;
1.48 + border-color: #ccc;
1.49 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
1.50 + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1.51 +}
1.52 +
1.53 +.btn-default:hover,
1.54 +.btn-default:focus {
1.55 + background-color: #e0e0e0;
1.56 + background-position: 0 -15px;
1.57 +}
1.58 +
1.59 +.btn-default:active,
1.60 +.btn-default.active {
1.61 + background-color: #e0e0e0;
1.62 + border-color: #dbdbdb;
1.63 +}
1.64 +
1.65 +.btn-primary {
1.66 + background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
1.67 + background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
1.68 + background-repeat: repeat-x;
1.69 + border-color: #2b669a;
1.70 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
1.71 + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1.72 +}
1.73 +
1.74 +.btn-primary:hover,
1.75 +.btn-primary:focus {
1.76 + background-color: #2d6ca2;
1.77 + background-position: 0 -15px;
1.78 +}
1.79 +
1.80 +.btn-primary:active,
1.81 +.btn-primary.active {
1.82 + background-color: #2d6ca2;
1.83 + border-color: #2b669a;
1.84 +}
1.85 +
1.86 +.btn-success {
1.87 + background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
1.88 + background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
1.89 + background-repeat: repeat-x;
1.90 + border-color: #3e8f3e;
1.91 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
1.92 + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1.93 +}
1.94 +
1.95 +.btn-success:hover,
1.96 +.btn-success:focus {
1.97 + background-color: #419641;
1.98 + background-position: 0 -15px;
1.99 +}
1.100 +
1.101 +.btn-success:active,
1.102 +.btn-success.active {
1.103 + background-color: #419641;
1.104 + border-color: #3e8f3e;
1.105 +}
1.106 +
1.107 +.btn-warning {
1.108 + background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
1.109 + background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
1.110 + background-repeat: repeat-x;
1.111 + border-color: #e38d13;
1.112 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
1.113 + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1.114 +}
1.115 +
1.116 +.btn-warning:hover,
1.117 +.btn-warning:focus {
1.118 + background-color: #eb9316;
1.119 + background-position: 0 -15px;
1.120 +}
1.121 +
1.122 +.btn-warning:active,
1.123 +.btn-warning.active {
1.124 + background-color: #eb9316;
1.125 + border-color: #e38d13;
1.126 +}
1.127 +
1.128 +.btn-danger {
1.129 + background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
1.130 + background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
1.131 + background-repeat: repeat-x;
1.132 + border-color: #b92c28;
1.133 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
1.134 + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1.135 +}
1.136 +
1.137 +.btn-danger:hover,
1.138 +.btn-danger:focus {
1.139 + background-color: #c12e2a;
1.140 + background-position: 0 -15px;
1.141 +}
1.142 +
1.143 +.btn-danger:active,
1.144 +.btn-danger.active {
1.145 + background-color: #c12e2a;
1.146 + border-color: #b92c28;
1.147 +}
1.148 +
1.149 +.btn-info {
1.150 + background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
1.151 + background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
1.152 + background-repeat: repeat-x;
1.153 + border-color: #28a4c9;
1.154 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
1.155 + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1.156 +}
1.157 +
1.158 +.btn-info:hover,
1.159 +.btn-info:focus {
1.160 + background-color: #2aabd2;
1.161 + background-position: 0 -15px;
1.162 +}
1.163 +
1.164 +.btn-info:active,
1.165 +.btn-info.active {
1.166 + background-color: #2aabd2;
1.167 + border-color: #28a4c9;
1.168 +}
1.169 +
1.170 +.thumbnail,
1.171 +.img-thumbnail {
1.172 + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
1.173 + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
1.174 +}
1.175 +
1.176 +.dropdown-menu > li > a:hover,
1.177 +.dropdown-menu > li > a:focus {
1.178 + background-color: #e8e8e8;
1.179 + background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
1.180 + background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
1.181 + background-repeat: repeat-x;
1.182 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
1.183 +}
1.184 +
1.185 +.dropdown-menu > .active > a,
1.186 +.dropdown-menu > .active > a:hover,
1.187 +.dropdown-menu > .active > a:focus {
1.188 + background-color: #357ebd;
1.189 + background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
1.190 + background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
1.191 + background-repeat: repeat-x;
1.192 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
1.193 +}
1.194 +
1.195 +.navbar-default {
1.196 + background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
1.197 + background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
1.198 + background-repeat: repeat-x;
1.199 + border-radius: 4px;
1.200 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
1.201 + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1.202 + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
1.203 + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
1.204 +}
1.205 +
1.206 +.navbar-default .navbar-nav > .active > a {
1.207 + background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
1.208 + background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
1.209 + background-repeat: repeat-x;
1.210 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
1.211 + -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
1.212 + box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
1.213 +}
1.214 +
1.215 +.navbar-brand,
1.216 +.navbar-nav > li > a {
1.217 + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
1.218 +}
1.219 +
1.220 +.navbar-inverse {
1.221 + background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
1.222 + background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
1.223 + background-repeat: repeat-x;
1.224 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
1.225 + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1.226 +}
1.227 +
1.228 +.navbar-inverse .navbar-nav > .active > a {
1.229 + background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
1.230 + background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
1.231 + background-repeat: repeat-x;
1.232 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
1.233 + -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
1.234 + box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
1.235 +}
1.236 +
1.237 +.navbar-inverse .navbar-brand,
1.238 +.navbar-inverse .navbar-nav > li > a {
1.239 + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1.240 +}
1.241 +
1.242 +.navbar-static-top,
1.243 +.navbar-fixed-top,
1.244 +.navbar-fixed-bottom {
1.245 + border-radius: 0;
1.246 +}
1.247 +
1.248 +.alert {
1.249 + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
1.250 + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
1.251 + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
1.252 +}
1.253 +
1.254 +.alert-success {
1.255 + background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
1.256 + background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
1.257 + background-repeat: repeat-x;
1.258 + border-color: #b2dba1;
1.259 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
1.260 +}
1.261 +
1.262 +.alert-info {
1.263 + background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
1.264 + background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
1.265 + background-repeat: repeat-x;
1.266 + border-color: #9acfea;
1.267 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
1.268 +}
1.269 +
1.270 +.alert-warning {
1.271 + background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
1.272 + background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
1.273 + background-repeat: repeat-x;
1.274 + border-color: #f5e79e;
1.275 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
1.276 +}
1.277 +
1.278 +.alert-danger {
1.279 + background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
1.280 + background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
1.281 + background-repeat: repeat-x;
1.282 + border-color: #dca7a7;
1.283 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
1.284 +}
1.285 +
1.286 +.progress {
1.287 + background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
1.288 + background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
1.289 + background-repeat: repeat-x;
1.290 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
1.291 +}
1.292 +
1.293 +.progress-bar {
1.294 + background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
1.295 + background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
1.296 + background-repeat: repeat-x;
1.297 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
1.298 +}
1.299 +
1.300 +.progress-bar-success {
1.301 + background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
1.302 + background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
1.303 + background-repeat: repeat-x;
1.304 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
1.305 +}
1.306 +
1.307 +.progress-bar-info {
1.308 + background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
1.309 + background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
1.310 + background-repeat: repeat-x;
1.311 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
1.312 +}
1.313 +
1.314 +.progress-bar-warning {
1.315 + background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
1.316 + background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
1.317 + background-repeat: repeat-x;
1.318 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
1.319 +}
1.320 +
1.321 +.progress-bar-danger {
1.322 + background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
1.323 + background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
1.324 + background-repeat: repeat-x;
1.325 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
1.326 +}
1.327 +
1.328 +.list-group {
1.329 + border-radius: 4px;
1.330 + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
1.331 + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
1.332 +}
1.333 +
1.334 +.list-group-item.active,
1.335 +.list-group-item.active:hover,
1.336 +.list-group-item.active:focus {
1.337 + text-shadow: 0 -1px 0 #3071a9;
1.338 + background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
1.339 + background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
1.340 + background-repeat: repeat-x;
1.341 + border-color: #3278b3;
1.342 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
1.343 +}
1.344 +
1.345 +.panel {
1.346 + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
1.347 + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
1.348 +}
1.349 +
1.350 +.panel-default > .panel-heading {
1.351 + background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
1.352 + background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
1.353 + background-repeat: repeat-x;
1.354 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
1.355 +}
1.356 +
1.357 +.panel-primary > .panel-heading {
1.358 + background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
1.359 + background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
1.360 + background-repeat: repeat-x;
1.361 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
1.362 +}
1.363 +
1.364 +.panel-success > .panel-heading {
1.365 + background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
1.366 + background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
1.367 + background-repeat: repeat-x;
1.368 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
1.369 +}
1.370 +
1.371 +.panel-info > .panel-heading {
1.372 + background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
1.373 + background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
1.374 + background-repeat: repeat-x;
1.375 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
1.376 +}
1.377 +
1.378 +.panel-warning > .panel-heading {
1.379 + background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
1.380 + background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
1.381 + background-repeat: repeat-x;
1.382 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
1.383 +}
1.384 +
1.385 +.panel-danger > .panel-heading {
1.386 + background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
1.387 + background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
1.388 + background-repeat: repeat-x;
1.389 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
1.390 +}
1.391 +
1.392 +.well {
1.393 + background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
1.394 + background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
1.395 + background-repeat: repeat-x;
1.396 + border-color: #dcdcdc;
1.397 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
1.398 + -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
1.399 + box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
1.400 +}
1.401 \ No newline at end of file