public/assets/css/bootstrap-theme.css
author Vincent Tondellier <tonton+hg@team1664.org>
Sun, 14 Feb 2016 20:25:24 +0100
changeset 98 aa2437932c03
parent 28 0df70b8735e3
permissions -rw-r--r--
Store client_info in database
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
28
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     1
/*!
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     2
 * Bootstrap v3.2.0 (http://getbootstrap.com)
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     3
 * Copyright 2011-2014 Twitter, Inc.
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     4
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     5
 */
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     6
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     7
.btn-default,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     8
.btn-primary,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     9
.btn-success,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    10
.btn-info,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    11
.btn-warning,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    12
.btn-danger {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    13
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    14
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    15
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    16
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    17
.btn-default:active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    18
.btn-primary:active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    19
.btn-success:active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    20
.btn-info:active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    21
.btn-warning:active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    22
.btn-danger:active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    23
.btn-default.active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    24
.btn-primary.active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    25
.btn-success.active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    26
.btn-info.active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    27
.btn-warning.active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    28
.btn-danger.active {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    29
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    30
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    31
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    32
.btn:active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    33
.btn.active {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    34
  background-image: none;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    35
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    36
.btn-default {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    37
  text-shadow: 0 1px 0 #fff;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    38
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    39
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    40
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    41
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    42
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    43
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    44
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    45
  border-color: #dbdbdb;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    46
  border-color: #ccc;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    47
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    48
.btn-default:hover,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    49
.btn-default:focus {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    50
  background-color: #e0e0e0;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    51
  background-position: 0 -15px;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    52
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    53
.btn-default:active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    54
.btn-default.active {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    55
  background-color: #e0e0e0;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    56
  border-color: #dbdbdb;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    57
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    58
.btn-default:disabled,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    59
.btn-default[disabled] {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    60
  background-color: #e0e0e0;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    61
  background-image: none;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    62
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    63
.btn-primary {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    64
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    65
  background-image:      -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    66
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    67
  background-image:         linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    68
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    69
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    70
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    71
  border-color: #2b669a;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    72
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    73
.btn-primary:hover,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    74
.btn-primary:focus {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    75
  background-color: #2d6ca2;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    76
  background-position: 0 -15px;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    77
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    78
.btn-primary:active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    79
.btn-primary.active {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    80
  background-color: #2d6ca2;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    81
  border-color: #2b669a;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    82
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    83
.btn-primary:disabled,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    84
.btn-primary[disabled] {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    85
  background-color: #2d6ca2;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    86
  background-image: none;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    87
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    88
.btn-success {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    89
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    90
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    91
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    92
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    93
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    94
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    95
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    96
  border-color: #3e8f3e;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    97
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    98
.btn-success:hover,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    99
.btn-success:focus {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   100
  background-color: #419641;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   101
  background-position: 0 -15px;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   102
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   103
.btn-success:active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   104
.btn-success.active {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   105
  background-color: #419641;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   106
  border-color: #3e8f3e;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   107
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   108
.btn-success:disabled,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   109
.btn-success[disabled] {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   110
  background-color: #419641;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   111
  background-image: none;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   112
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   113
.btn-info {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   114
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   115
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   116
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   117
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   118
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   119
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   120
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   121
  border-color: #28a4c9;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   122
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   123
.btn-info:hover,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   124
.btn-info:focus {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   125
  background-color: #2aabd2;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   126
  background-position: 0 -15px;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   127
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   128
.btn-info:active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   129
.btn-info.active {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   130
  background-color: #2aabd2;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   131
  border-color: #28a4c9;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   132
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   133
.btn-info:disabled,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   134
.btn-info[disabled] {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   135
  background-color: #2aabd2;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   136
  background-image: none;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   137
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   138
.btn-warning {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   139
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   140
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   141
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   142
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   143
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   144
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   145
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   146
  border-color: #e38d13;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   147
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   148
.btn-warning:hover,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   149
.btn-warning:focus {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   150
  background-color: #eb9316;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   151
  background-position: 0 -15px;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   152
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   153
.btn-warning:active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   154
.btn-warning.active {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   155
  background-color: #eb9316;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   156
  border-color: #e38d13;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   157
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   158
.btn-warning:disabled,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   159
.btn-warning[disabled] {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   160
  background-color: #eb9316;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   161
  background-image: none;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   162
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   163
.btn-danger {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   164
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   165
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   166
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   167
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   168
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   169
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   170
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   171
  border-color: #b92c28;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   172
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   173
.btn-danger:hover,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   174
.btn-danger:focus {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   175
  background-color: #c12e2a;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   176
  background-position: 0 -15px;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   177
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   178
.btn-danger:active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   179
.btn-danger.active {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   180
  background-color: #c12e2a;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   181
  border-color: #b92c28;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   182
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   183
.btn-danger:disabled,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   184
.btn-danger[disabled] {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   185
  background-color: #c12e2a;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   186
  background-image: none;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   187
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   188
.thumbnail,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   189
.img-thumbnail {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   190
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   191
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   192
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   193
.dropdown-menu > li > a:hover,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   194
.dropdown-menu > li > a:focus {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   195
  background-color: #e8e8e8;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   196
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   197
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   198
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   199
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   200
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   201
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   202
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   203
.dropdown-menu > .active > a,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   204
.dropdown-menu > .active > a:hover,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   205
.dropdown-menu > .active > a:focus {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   206
  background-color: #357ebd;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   207
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   208
  background-image:      -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   209
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   210
  background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   211
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   212
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   213
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   214
.navbar-default {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   215
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   216
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   217
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   218
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   219
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   220
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   221
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   222
  border-radius: 4px;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   223
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   224
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   225
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   226
.navbar-default .navbar-nav > .active > a {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   227
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   228
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   229
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f3f3f3));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   230
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   231
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   232
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   233
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   234
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   235
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   236
.navbar-brand,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   237
.navbar-nav > li > a {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   238
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   239
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   240
.navbar-inverse {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   241
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   242
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   243
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   244
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   245
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   246
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   247
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   248
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   249
.navbar-inverse .navbar-nav > .active > a {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   250
  background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   251
  background-image:      -o-linear-gradient(top, #222 0%, #282828 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   252
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#282828));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   253
  background-image:         linear-gradient(to bottom, #222 0%, #282828 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   254
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   255
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   256
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   257
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   258
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   259
.navbar-inverse .navbar-brand,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   260
.navbar-inverse .navbar-nav > li > a {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   261
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   262
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   263
.navbar-static-top,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   264
.navbar-fixed-top,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   265
.navbar-fixed-bottom {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   266
  border-radius: 0;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   267
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   268
.alert {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   269
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   270
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   271
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   272
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   273
.alert-success {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   274
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   275
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   276
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   277
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   278
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   279
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   280
  border-color: #b2dba1;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   281
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   282
.alert-info {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   283
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   284
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   285
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   286
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   287
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   288
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   289
  border-color: #9acfea;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   290
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   291
.alert-warning {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   292
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   293
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   294
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   295
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   296
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   297
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   298
  border-color: #f5e79e;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   299
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   300
.alert-danger {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   301
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   302
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   303
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   304
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   305
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   306
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   307
  border-color: #dca7a7;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   308
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   309
.progress {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   310
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   311
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   312
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   313
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   314
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   315
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   316
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   317
.progress-bar {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   318
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   319
  background-image:      -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   320
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   321
  background-image:         linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   322
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   323
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   324
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   325
.progress-bar-success {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   326
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   327
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   328
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   329
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   330
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   331
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   332
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   333
.progress-bar-info {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   334
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   335
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   336
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   337
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   338
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   339
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   340
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   341
.progress-bar-warning {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   342
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   343
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   344
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   345
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   346
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   347
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   348
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   349
.progress-bar-danger {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   350
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   351
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   352
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   353
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   354
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   355
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   356
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   357
.progress-bar-striped {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   358
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   359
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   360
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   361
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   362
.list-group {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   363
  border-radius: 4px;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   364
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   365
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   366
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   367
.list-group-item.active,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   368
.list-group-item.active:hover,
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   369
.list-group-item.active:focus {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   370
  text-shadow: 0 -1px 0 #3071a9;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   371
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   372
  background-image:      -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   373
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3278b3));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   374
  background-image:         linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   375
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   376
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   377
  border-color: #3278b3;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   378
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   379
.panel {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   380
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   381
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   382
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   383
.panel-default > .panel-heading {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   384
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   385
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   386
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   387
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   388
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   389
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   390
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   391
.panel-primary > .panel-heading {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   392
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   393
  background-image:      -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   394
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   395
  background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   396
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   397
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   398
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   399
.panel-success > .panel-heading {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   400
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   401
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   402
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   403
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   404
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   405
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   406
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   407
.panel-info > .panel-heading {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   408
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   409
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   410
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   411
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   412
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   413
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   414
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   415
.panel-warning > .panel-heading {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   416
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   417
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   418
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   419
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   420
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   421
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   422
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   423
.panel-danger > .panel-heading {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   424
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   425
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   426
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   427
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   428
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   429
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   430
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   431
.well {
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   432
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   433
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   434
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   435
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   436
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   437
  background-repeat: repeat-x;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   438
  border-color: #dcdcdc;
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   439
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   440
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   441
}
0df70b8735e3 Update Twitter bootstrap to 3.2.0
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   442
/*# sourceMappingURL=bootstrap-theme.css.map */