public/assets/css/bootstrap.css
author Vincent Tondellier <tonton+hg@team1664.org>
Sat, 08 Jun 2013 17:07:07 +0200
changeset 20 169c73eb8881
parent 1 c3726f733704
child 28 0df70b8735e3
permissions -rw-r--r--
Store file content, not temporary file name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     1
/*!
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     2
 * Bootstrap v2.0.3
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     3
 *
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     4
 * Copyright 2012 Twitter, Inc
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     5
 * Licensed under the Apache License v2.0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     6
 * http://www.apache.org/licenses/LICENSE-2.0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     7
 *
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     8
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     9
 */
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    10
.clearfix {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    11
  *zoom: 1;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    12
}
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    13
.clearfix:before,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    14
.clearfix:after {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    15
  display: table;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    16
  content: "";
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    17
}
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    18
.clearfix:after {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    19
  clear: both;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    20
}
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    21
.hide-text {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    22
  font: 0/0 a;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    23
  color: transparent;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    24
  text-shadow: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    25
  background-color: transparent;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    26
  border: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    27
}
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    28
.input-block-level {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    29
  display: block;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    30
  width: 100%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    31
  min-height: 28px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    32
  -webkit-box-sizing: border-box;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    33
  -moz-box-sizing: border-box;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    34
  -ms-box-sizing: border-box;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    35
  box-sizing: border-box;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    36
}
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    37
article,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    38
aside,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    39
details,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    40
figcaption,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    41
figure,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    42
footer,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    43
header,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    44
hgroup,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    45
nav,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    46
section {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    47
  display: block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    48
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    49
audio,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    50
canvas,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    51
video {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    52
  display: inline-block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    53
  *display: inline;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    54
  *zoom: 1;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    55
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    56
audio:not([controls]) {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    57
  display: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    58
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    59
html {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    60
  font-size: 100%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    61
  -webkit-text-size-adjust: 100%;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
    62
  -ms-text-size-adjust: 100%;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    63
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    64
a:focus {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    65
  outline: thin dotted #333;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    66
  outline: 5px auto -webkit-focus-ring-color;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    67
  outline-offset: -2px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    68
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    69
a:hover,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    70
a:active {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    71
  outline: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    72
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    73
sub,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    74
sup {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    75
  position: relative;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    76
  font-size: 75%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    77
  line-height: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    78
  vertical-align: baseline;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    79
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    80
sup {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    81
  top: -0.5em;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    82
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    83
sub {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    84
  bottom: -0.25em;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    85
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    86
img {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    87
  max-width: 100%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    88
  vertical-align: middle;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    89
  border: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    90
  -ms-interpolation-mode: bicubic;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    91
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    92
button,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    93
input,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    94
select,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    95
textarea {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    96
  margin: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    97
  font-size: 100%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    98
  vertical-align: middle;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    99
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   100
button,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   101
input {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   102
  *overflow: visible;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   103
  line-height: normal;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   104
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   105
button::-moz-focus-inner,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   106
input::-moz-focus-inner {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   107
  padding: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   108
  border: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   109
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   110
button,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   111
input[type="button"],
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   112
input[type="reset"],
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   113
input[type="submit"] {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   114
  cursor: pointer;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   115
  -webkit-appearance: button;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   116
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   117
input[type="search"] {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   118
  -webkit-box-sizing: content-box;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   119
  -moz-box-sizing: content-box;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   120
  box-sizing: content-box;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   121
  -webkit-appearance: textfield;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   122
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   123
input[type="search"]::-webkit-search-decoration,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   124
input[type="search"]::-webkit-search-cancel-button {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   125
  -webkit-appearance: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   126
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   127
textarea {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   128
  overflow: auto;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   129
  vertical-align: top;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   130
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   131
body {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   132
  margin: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   133
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   134
  font-size: 13px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   135
  line-height: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   136
  color: #333333;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   137
  background-color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   138
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   139
a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   140
  color: #0088cc;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   141
  text-decoration: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   142
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   143
a:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   144
  color: #005580;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   145
  text-decoration: underline;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   146
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   147
.row {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   148
  margin-left: -20px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   149
  *zoom: 1;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   150
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   151
.row:before,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   152
.row:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   153
  display: table;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   154
  content: "";
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   155
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   156
.row:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   157
  clear: both;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   158
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   159
[class*="span"] {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   160
  float: left;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   161
  margin-left: 20px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   162
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   163
.container,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   164
.navbar-fixed-top .container,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   165
.navbar-fixed-bottom .container {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   166
  width: 940px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   167
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   168
.span12 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   169
  width: 940px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   170
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   171
.span11 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   172
  width: 860px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   173
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   174
.span10 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   175
  width: 780px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   176
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   177
.span9 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   178
  width: 700px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   179
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   180
.span8 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   181
  width: 620px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   182
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   183
.span7 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   184
  width: 540px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   185
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   186
.span6 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   187
  width: 460px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   188
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   189
.span5 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   190
  width: 380px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   191
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   192
.span4 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   193
  width: 300px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   194
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   195
.span3 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   196
  width: 220px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   197
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   198
.span2 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   199
  width: 140px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   200
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   201
.span1 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   202
  width: 60px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   203
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   204
.offset12 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   205
  margin-left: 980px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   206
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   207
.offset11 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   208
  margin-left: 900px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   209
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   210
.offset10 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   211
  margin-left: 820px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   212
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   213
.offset9 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   214
  margin-left: 740px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   215
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   216
.offset8 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   217
  margin-left: 660px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   218
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   219
.offset7 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   220
  margin-left: 580px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   221
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   222
.offset6 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   223
  margin-left: 500px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   224
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   225
.offset5 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   226
  margin-left: 420px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   227
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   228
.offset4 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   229
  margin-left: 340px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   230
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   231
.offset3 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   232
  margin-left: 260px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   233
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   234
.offset2 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   235
  margin-left: 180px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   236
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   237
.offset1 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   238
  margin-left: 100px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   239
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   240
.row-fluid {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   241
  width: 100%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   242
  *zoom: 1;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   243
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   244
.row-fluid:before,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   245
.row-fluid:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   246
  display: table;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   247
  content: "";
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   248
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   249
.row-fluid:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   250
  clear: both;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   251
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   252
.row-fluid [class*="span"] {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   253
  display: block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   254
  width: 100%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   255
  min-height: 28px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   256
  -webkit-box-sizing: border-box;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   257
  -moz-box-sizing: border-box;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   258
  -ms-box-sizing: border-box;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   259
  box-sizing: border-box;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   260
  float: left;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   261
  margin-left: 2.127659574%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   262
  *margin-left: 2.0744680846382977%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   263
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   264
.row-fluid [class*="span"]:first-child {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   265
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   266
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   267
.row-fluid .span12 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   268
  width: 99.99999998999999%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   269
  *width: 99.94680850063828%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   270
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   271
.row-fluid .span11 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   272
  width: 91.489361693%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   273
  *width: 91.4361702036383%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   274
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   275
.row-fluid .span10 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   276
  width: 82.97872339599999%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   277
  *width: 82.92553190663828%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   278
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   279
.row-fluid .span9 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   280
  width: 74.468085099%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   281
  *width: 74.4148936096383%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   282
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   283
.row-fluid .span8 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   284
  width: 65.95744680199999%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   285
  *width: 65.90425531263828%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   286
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   287
.row-fluid .span7 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   288
  width: 57.446808505%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   289
  *width: 57.3936170156383%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   290
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   291
.row-fluid .span6 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   292
  width: 48.93617020799999%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   293
  *width: 48.88297871863829%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   294
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   295
.row-fluid .span5 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   296
  width: 40.425531911%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   297
  *width: 40.3723404216383%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   298
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   299
.row-fluid .span4 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   300
  width: 31.914893614%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   301
  *width: 31.8617021246383%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   302
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   303
.row-fluid .span3 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   304
  width: 23.404255317%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   305
  *width: 23.3510638276383%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   306
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   307
.row-fluid .span2 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   308
  width: 14.89361702%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   309
  *width: 14.8404255306383%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   310
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   311
.row-fluid .span1 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   312
  width: 6.382978723%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   313
  *width: 6.329787233638298%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   314
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   315
.container {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   316
  margin-right: auto;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   317
  margin-left: auto;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   318
  *zoom: 1;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   319
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   320
.container:before,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   321
.container:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   322
  display: table;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   323
  content: "";
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   324
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   325
.container:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   326
  clear: both;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   327
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   328
.container-fluid {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   329
  padding-right: 20px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   330
  padding-left: 20px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   331
  *zoom: 1;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   332
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   333
.container-fluid:before,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   334
.container-fluid:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   335
  display: table;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   336
  content: "";
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   337
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   338
.container-fluid:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   339
  clear: both;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   340
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   341
p {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   342
  margin: 0 0 9px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   343
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   344
  font-size: 13px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   345
  line-height: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   346
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   347
p small {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   348
  font-size: 11px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   349
  color: #999999;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   350
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   351
.lead {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   352
  margin-bottom: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   353
  font-size: 20px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   354
  font-weight: 200;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   355
  line-height: 27px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   356
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   357
h1,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   358
h2,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   359
h3,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   360
h4,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   361
h5,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   362
h6 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   363
  margin: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   364
  font-family: inherit;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   365
  font-weight: bold;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   366
  color: inherit;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   367
  text-rendering: optimizelegibility;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   368
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   369
h1 small,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   370
h2 small,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   371
h3 small,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   372
h4 small,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   373
h5 small,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   374
h6 small {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   375
  font-weight: normal;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   376
  color: #999999;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   377
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   378
h1 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   379
  font-size: 30px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   380
  line-height: 36px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   381
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   382
h1 small {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   383
  font-size: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   384
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   385
h2 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   386
  font-size: 24px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   387
  line-height: 36px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   388
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   389
h2 small {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   390
  font-size: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   391
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   392
h3 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   393
  font-size: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   394
  line-height: 27px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   395
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   396
h3 small {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   397
  font-size: 14px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   398
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   399
h4,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   400
h5,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   401
h6 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   402
  line-height: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   403
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   404
h4 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   405
  font-size: 14px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   406
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   407
h4 small {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   408
  font-size: 12px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   409
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   410
h5 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   411
  font-size: 12px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   412
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   413
h6 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   414
  font-size: 11px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   415
  color: #999999;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   416
  text-transform: uppercase;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   417
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   418
.page-header {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   419
  padding-bottom: 17px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   420
  margin: 18px 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   421
  border-bottom: 1px solid #eeeeee;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   422
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   423
.page-header h1 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   424
  line-height: 1;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   425
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   426
ul,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   427
ol {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   428
  padding: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   429
  margin: 0 0 9px 25px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   430
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   431
ul ul,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   432
ul ol,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   433
ol ol,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   434
ol ul {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   435
  margin-bottom: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   436
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   437
ul {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   438
  list-style: disc;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   439
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   440
ol {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   441
  list-style: decimal;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   442
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   443
li {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   444
  line-height: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   445
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   446
ul.unstyled,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   447
ol.unstyled {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   448
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   449
  list-style: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   450
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   451
dl {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   452
  margin-bottom: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   453
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   454
dt,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   455
dd {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   456
  line-height: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   457
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   458
dt {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   459
  font-weight: bold;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   460
  line-height: 17px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   461
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   462
dd {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   463
  margin-left: 9px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   464
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   465
.dl-horizontal dt {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   466
  float: left;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   467
  width: 120px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   468
  clear: left;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   469
  text-align: right;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   470
  overflow: hidden;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   471
  text-overflow: ellipsis;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   472
  white-space: nowrap;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   473
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   474
.dl-horizontal dd {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   475
  margin-left: 130px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   476
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   477
hr {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   478
  margin: 18px 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   479
  border: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   480
  border-top: 1px solid #eeeeee;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   481
  border-bottom: 1px solid #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   482
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   483
strong {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   484
  font-weight: bold;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   485
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   486
em {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   487
  font-style: italic;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   488
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   489
.muted {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   490
  color: #999999;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   491
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   492
abbr[title] {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   493
  cursor: help;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   494
  border-bottom: 1px dotted #ddd;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   495
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   496
abbr.initialism {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   497
  font-size: 90%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   498
  text-transform: uppercase;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   499
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   500
blockquote {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   501
  padding: 0 0 0 15px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   502
  margin: 0 0 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   503
  border-left: 5px solid #eeeeee;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   504
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   505
blockquote p {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   506
  margin-bottom: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   507
  font-size: 16px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   508
  font-weight: 300;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   509
  line-height: 22.5px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   510
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   511
blockquote small {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   512
  display: block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   513
  line-height: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   514
  color: #999999;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   515
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   516
blockquote small:before {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   517
  content: '\2014 \00A0';
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   518
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   519
blockquote.pull-right {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   520
  float: right;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   521
  padding-right: 15px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   522
  padding-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   523
  border-right: 5px solid #eeeeee;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   524
  border-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   525
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   526
blockquote.pull-right p,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   527
blockquote.pull-right small {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   528
  text-align: right;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   529
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   530
q:before,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   531
q:after,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   532
blockquote:before,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   533
blockquote:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   534
  content: "";
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   535
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   536
address {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   537
  display: block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   538
  margin-bottom: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   539
  font-style: normal;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   540
  line-height: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   541
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   542
small {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   543
  font-size: 100%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   544
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   545
cite {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   546
  font-style: normal;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   547
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   548
.label,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   549
.badge {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   550
  font-size: 10.998px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   551
  font-weight: bold;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   552
  line-height: 14px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   553
  color: #ffffff;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   554
  vertical-align: baseline;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   555
  white-space: nowrap;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   556
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   557
  background-color: #999999;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   558
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   559
.label {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   560
  padding: 1px 4px 2px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   561
  -webkit-border-radius: 3px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   562
  -moz-border-radius: 3px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   563
  border-radius: 3px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   564
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   565
.badge {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   566
  padding: 1px 9px 2px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   567
  -webkit-border-radius: 9px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   568
  -moz-border-radius: 9px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   569
  border-radius: 9px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   570
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   571
a.label:hover,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   572
a.badge:hover {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   573
  color: #ffffff;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   574
  text-decoration: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   575
  cursor: pointer;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   576
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   577
.label-important,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   578
.badge-important {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   579
  background-color: #b94a48;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   580
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   581
.label-important[href],
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   582
.badge-important[href] {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   583
  background-color: #953b39;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   584
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   585
.label-warning,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   586
.badge-warning {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   587
  background-color: #f89406;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   588
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   589
.label-warning[href],
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   590
.badge-warning[href] {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   591
  background-color: #c67605;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   592
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   593
.label-success,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   594
.badge-success {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   595
  background-color: #468847;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   596
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   597
.label-success[href],
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   598
.badge-success[href] {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   599
  background-color: #356635;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   600
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   601
.label-info,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   602
.badge-info {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   603
  background-color: #3a87ad;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   604
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   605
.label-info[href],
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   606
.badge-info[href] {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   607
  background-color: #2d6987;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   608
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   609
.label-inverse,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   610
.badge-inverse {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   611
  background-color: #333333;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   612
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   613
.label-inverse[href],
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   614
.badge-inverse[href] {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   615
  background-color: #1a1a1a;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   616
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   617
table {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   618
  max-width: 100%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   619
  background-color: transparent;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   620
  border-collapse: collapse;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   621
  border-spacing: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   622
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   623
.table {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   624
  width: 100%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   625
  margin-bottom: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   626
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   627
.table th,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   628
.table td {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   629
  padding: 8px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   630
  line-height: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   631
  text-align: left;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   632
  vertical-align: top;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   633
  border-top: 1px solid #dddddd;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   634
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   635
.table th {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   636
  font-weight: bold;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   637
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   638
.table thead th {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   639
  vertical-align: bottom;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   640
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   641
.table caption + thead tr:first-child th,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   642
.table caption + thead tr:first-child td,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   643
.table colgroup + thead tr:first-child th,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   644
.table colgroup + thead tr:first-child td,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   645
.table thead:first-child tr:first-child th,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   646
.table thead:first-child tr:first-child td {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   647
  border-top: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   648
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   649
.table tbody + tbody {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   650
  border-top: 2px solid #dddddd;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   651
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   652
.table-condensed th,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   653
.table-condensed td {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   654
  padding: 4px 5px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   655
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   656
.table-bordered {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   657
  border: 1px solid #dddddd;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   658
  border-collapse: separate;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   659
  *border-collapse: collapsed;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   660
  border-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   661
  -webkit-border-radius: 4px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   662
  -moz-border-radius: 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   663
  border-radius: 4px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   664
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   665
.table-bordered th,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   666
.table-bordered td {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   667
  border-left: 1px solid #dddddd;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   668
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   669
.table-bordered caption + thead tr:first-child th,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   670
.table-bordered caption + tbody tr:first-child th,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   671
.table-bordered caption + tbody tr:first-child td,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   672
.table-bordered colgroup + thead tr:first-child th,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   673
.table-bordered colgroup + tbody tr:first-child th,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   674
.table-bordered colgroup + tbody tr:first-child td,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   675
.table-bordered thead:first-child tr:first-child th,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   676
.table-bordered tbody:first-child tr:first-child th,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   677
.table-bordered tbody:first-child tr:first-child td {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   678
  border-top: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   679
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   680
.table-bordered thead:first-child tr:first-child th:first-child,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   681
.table-bordered tbody:first-child tr:first-child td:first-child {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   682
  -webkit-border-top-left-radius: 4px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   683
  border-top-left-radius: 4px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   684
  -moz-border-radius-topleft: 4px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   685
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   686
.table-bordered thead:first-child tr:first-child th:last-child,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   687
.table-bordered tbody:first-child tr:first-child td:last-child {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   688
  -webkit-border-top-right-radius: 4px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   689
  border-top-right-radius: 4px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   690
  -moz-border-radius-topright: 4px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   691
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   692
.table-bordered thead:last-child tr:last-child th:first-child,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   693
.table-bordered tbody:last-child tr:last-child td:first-child {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   694
  -webkit-border-radius: 0 0 0 4px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   695
  -moz-border-radius: 0 0 0 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   696
  border-radius: 0 0 0 4px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   697
  -webkit-border-bottom-left-radius: 4px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   698
  border-bottom-left-radius: 4px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   699
  -moz-border-radius-bottomleft: 4px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   700
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   701
.table-bordered thead:last-child tr:last-child th:last-child,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   702
.table-bordered tbody:last-child tr:last-child td:last-child {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   703
  -webkit-border-bottom-right-radius: 4px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   704
  border-bottom-right-radius: 4px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   705
  -moz-border-radius-bottomright: 4px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   706
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   707
.table-striped tbody tr:nth-child(odd) td,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   708
.table-striped tbody tr:nth-child(odd) th {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   709
  background-color: #f9f9f9;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   710
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   711
.table tbody tr:hover td,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   712
.table tbody tr:hover th {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   713
  background-color: #f5f5f5;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   714
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   715
table .span1 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   716
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   717
  width: 44px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   718
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   719
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   720
table .span2 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   721
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   722
  width: 124px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   723
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   724
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   725
table .span3 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   726
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   727
  width: 204px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   728
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   729
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   730
table .span4 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   731
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   732
  width: 284px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   733
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   734
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   735
table .span5 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   736
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   737
  width: 364px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   738
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   739
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   740
table .span6 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   741
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   742
  width: 444px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   743
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   744
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   745
table .span7 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   746
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   747
  width: 524px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   748
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   749
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   750
table .span8 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   751
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   752
  width: 604px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   753
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   754
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   755
table .span9 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   756
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   757
  width: 684px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   758
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   759
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   760
table .span10 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   761
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   762
  width: 764px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   763
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   764
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   765
table .span11 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   766
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   767
  width: 844px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   768
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   769
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   770
table .span12 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   771
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   772
  width: 924px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   773
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   774
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   775
table .span13 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   776
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   777
  width: 1004px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   778
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   779
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   780
table .span14 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   781
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   782
  width: 1084px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   783
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   784
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   785
table .span15 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   786
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   787
  width: 1164px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   788
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   789
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   790
table .span16 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   791
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   792
  width: 1244px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   793
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   794
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   795
table .span17 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   796
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   797
  width: 1324px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   798
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   799
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   800
table .span18 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   801
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   802
  width: 1404px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   803
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   804
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   805
table .span19 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   806
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   807
  width: 1484px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   808
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   809
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   810
table .span20 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   811
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   812
  width: 1564px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   813
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   814
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   815
table .span21 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   816
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   817
  width: 1644px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   818
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   819
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   820
table .span22 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   821
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   822
  width: 1724px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   823
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   824
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   825
table .span23 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   826
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   827
  width: 1804px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   828
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   829
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   830
table .span24 {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   831
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   832
  width: 1884px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   833
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   834
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   835
.btn-group {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   836
  position: relative;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   837
  *zoom: 1;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   838
  *margin-left: .3em;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   839
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   840
.btn-group:before,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   841
.btn-group:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   842
  display: table;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   843
  content: "";
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   844
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   845
.btn-group:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   846
  clear: both;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   847
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   848
.btn-group:first-child {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   849
  *margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   850
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   851
.btn-group + .btn-group {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   852
  margin-left: 5px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   853
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   854
.btn-toolbar {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   855
  margin-top: 9px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   856
  margin-bottom: 9px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   857
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   858
.btn-toolbar .btn-group {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   859
  display: inline-block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   860
  *display: inline;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   861
  /* IE7 inline-block hack */
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   862
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   863
  *zoom: 1;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   864
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   865
.btn-group > .btn {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   866
  position: relative;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   867
  float: left;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   868
  margin-left: -1px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   869
  -webkit-border-radius: 0;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   870
  -moz-border-radius: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   871
  border-radius: 0;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   872
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   873
.btn-group > .btn:first-child {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   874
  margin-left: 0;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   875
  -webkit-border-top-left-radius: 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   876
  -moz-border-radius-topleft: 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   877
  border-top-left-radius: 4px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   878
  -webkit-border-bottom-left-radius: 4px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   879
  -moz-border-radius-bottomleft: 4px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   880
  border-bottom-left-radius: 4px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   881
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   882
.btn-group > .btn:last-child,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   883
.btn-group > .dropdown-toggle {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   884
  -webkit-border-top-right-radius: 4px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   885
  -moz-border-radius-topright: 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   886
  border-top-right-radius: 4px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   887
  -webkit-border-bottom-right-radius: 4px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   888
  -moz-border-radius-bottomright: 4px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   889
  border-bottom-right-radius: 4px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   890
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   891
.btn-group > .btn.large:first-child {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   892
  margin-left: 0;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   893
  -webkit-border-top-left-radius: 6px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   894
  -moz-border-radius-topleft: 6px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   895
  border-top-left-radius: 6px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   896
  -webkit-border-bottom-left-radius: 6px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   897
  -moz-border-radius-bottomleft: 6px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   898
  border-bottom-left-radius: 6px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   899
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   900
.btn-group > .btn.large:last-child,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   901
.btn-group > .large.dropdown-toggle {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   902
  -webkit-border-top-right-radius: 6px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   903
  -moz-border-radius-topright: 6px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   904
  border-top-right-radius: 6px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   905
  -webkit-border-bottom-right-radius: 6px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   906
  -moz-border-radius-bottomright: 6px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   907
  border-bottom-right-radius: 6px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   908
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   909
.btn-group > .btn:hover,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   910
.btn-group > .btn:focus,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   911
.btn-group > .btn:active,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   912
.btn-group > .btn.active {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   913
  z-index: 2;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   914
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   915
.btn-group .dropdown-toggle:active,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   916
.btn-group.open .dropdown-toggle {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   917
  outline: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   918
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   919
.btn-group > .dropdown-toggle {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   920
  padding-left: 8px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   921
  padding-right: 8px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   922
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   923
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   924
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   925
  *padding-top: 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   926
  *padding-bottom: 4px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   927
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   928
.btn-group > .btn-mini.dropdown-toggle {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   929
  padding-left: 5px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   930
  padding-right: 5px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   931
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   932
.btn-group > .btn-small.dropdown-toggle {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   933
  *padding-top: 4px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   934
  *padding-bottom: 4px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   935
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   936
.btn-group > .btn-large.dropdown-toggle {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   937
  padding-left: 12px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   938
  padding-right: 12px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   939
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   940
.btn-group.open .dropdown-toggle {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   941
  background-image: none;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   942
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   943
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   944
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   945
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   946
.btn-group.open .btn.dropdown-toggle {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   947
  background-color: #e6e6e6;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   948
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   949
.btn-group.open .btn-primary.dropdown-toggle {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   950
  background-color: #0055cc;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   951
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   952
.btn-group.open .btn-warning.dropdown-toggle {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   953
  background-color: #f89406;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   954
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   955
.btn-group.open .btn-danger.dropdown-toggle {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   956
  background-color: #bd362f;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   957
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   958
.btn-group.open .btn-success.dropdown-toggle {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   959
  background-color: #51a351;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   960
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   961
.btn-group.open .btn-info.dropdown-toggle {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   962
  background-color: #2f96b4;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   963
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   964
.btn-group.open .btn-inverse.dropdown-toggle {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   965
  background-color: #222222;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   966
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   967
.btn .caret {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   968
  margin-top: 7px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   969
  margin-left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   970
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   971
.btn:hover .caret,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   972
.open.btn-group .caret {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   973
  opacity: 1;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   974
  filter: alpha(opacity=100);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   975
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   976
.btn-mini .caret {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   977
  margin-top: 5px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   978
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   979
.btn-small .caret {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   980
  margin-top: 6px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   981
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   982
.btn-large .caret {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   983
  margin-top: 6px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   984
  border-left-width: 5px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   985
  border-right-width: 5px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   986
  border-top-width: 5px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   987
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   988
.dropup .btn-large .caret {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
   989
  border-bottom: 5px solid #000000;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   990
  border-top: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   991
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   992
.btn-primary .caret,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   993
.btn-warning .caret,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   994
.btn-danger .caret,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   995
.btn-info .caret,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   996
.btn-success .caret,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   997
.btn-inverse .caret {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   998
  border-top-color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
   999
  border-bottom-color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1000
  opacity: 0.75;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1001
  filter: alpha(opacity=75);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1002
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1003
.nav {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1004
  margin-left: 0;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1005
  margin-bottom: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1006
  list-style: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1007
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1008
.nav > li > a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1009
  display: block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1010
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1011
.nav > li > a:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1012
  text-decoration: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1013
  background-color: #eeeeee;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1014
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1015
.nav > .pull-right {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1016
  float: right;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1017
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1018
.nav .nav-header {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1019
  display: block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1020
  padding: 3px 15px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1021
  font-size: 11px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1022
  font-weight: bold;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1023
  line-height: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1024
  color: #999999;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1025
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1026
  text-transform: uppercase;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1027
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1028
.nav li + .nav-header {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1029
  margin-top: 9px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1030
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1031
.nav-list {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1032
  padding-left: 15px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1033
  padding-right: 15px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1034
  margin-bottom: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1035
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1036
.nav-list > li > a,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1037
.nav-list .nav-header {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1038
  margin-left: -15px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1039
  margin-right: -15px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1040
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1041
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1042
.nav-list > li > a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1043
  padding: 3px 15px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1044
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1045
.nav-list > .active > a,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1046
.nav-list > .active > a:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1047
  color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1048
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1049
  background-color: #0088cc;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1050
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1051
.nav-list [class^="icon-"] {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1052
  margin-right: 2px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1053
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1054
.nav-list .divider {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1055
  *width: 100%;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1056
  height: 1px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1057
  margin: 8px 1px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1058
  *margin: -5px 0 5px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1059
  overflow: hidden;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1060
  background-color: #e5e5e5;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1061
  border-bottom: 1px solid #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1062
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1063
.nav-tabs,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1064
.nav-pills {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1065
  *zoom: 1;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1066
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1067
.nav-tabs:before,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1068
.nav-pills:before,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1069
.nav-tabs:after,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1070
.nav-pills:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1071
  display: table;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1072
  content: "";
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1073
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1074
.nav-tabs:after,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1075
.nav-pills:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1076
  clear: both;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1077
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1078
.nav-tabs > li,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1079
.nav-pills > li {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1080
  float: left;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1081
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1082
.nav-tabs > li > a,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1083
.nav-pills > li > a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1084
  padding-right: 12px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1085
  padding-left: 12px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1086
  margin-right: 2px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1087
  line-height: 14px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1088
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1089
.nav-tabs {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1090
  border-bottom: 1px solid #ddd;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1091
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1092
.nav-tabs > li {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1093
  margin-bottom: -1px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1094
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1095
.nav-tabs > li > a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1096
  padding-top: 8px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1097
  padding-bottom: 8px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1098
  line-height: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1099
  border: 1px solid transparent;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1100
  -webkit-border-radius: 4px 4px 0 0;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1101
  -moz-border-radius: 4px 4px 0 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1102
  border-radius: 4px 4px 0 0;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1103
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1104
.nav-tabs > li > a:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1105
  border-color: #eeeeee #eeeeee #dddddd;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1106
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1107
.nav-tabs > .active > a,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1108
.nav-tabs > .active > a:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1109
  color: #555555;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1110
  background-color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1111
  border: 1px solid #ddd;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1112
  border-bottom-color: transparent;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1113
  cursor: default;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1114
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1115
.nav-pills > li > a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1116
  padding-top: 8px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1117
  padding-bottom: 8px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1118
  margin-top: 2px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1119
  margin-bottom: 2px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1120
  -webkit-border-radius: 5px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1121
  -moz-border-radius: 5px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1122
  border-radius: 5px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1123
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1124
.nav-pills > .active > a,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1125
.nav-pills > .active > a:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1126
  color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1127
  background-color: #0088cc;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1128
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1129
.nav-stacked > li {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1130
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1131
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1132
.nav-stacked > li > a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1133
  margin-right: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1134
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1135
.nav-tabs.nav-stacked {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1136
  border-bottom: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1137
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1138
.nav-tabs.nav-stacked > li > a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1139
  border: 1px solid #ddd;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1140
  -webkit-border-radius: 0;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1141
  -moz-border-radius: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1142
  border-radius: 0;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1143
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1144
.nav-tabs.nav-stacked > li:first-child > a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1145
  -webkit-border-radius: 4px 4px 0 0;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1146
  -moz-border-radius: 4px 4px 0 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1147
  border-radius: 4px 4px 0 0;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1148
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1149
.nav-tabs.nav-stacked > li:last-child > a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1150
  -webkit-border-radius: 0 0 4px 4px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1151
  -moz-border-radius: 0 0 4px 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1152
  border-radius: 0 0 4px 4px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1153
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1154
.nav-tabs.nav-stacked > li > a:hover {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1155
  border-color: #ddd;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1156
  z-index: 2;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1157
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1158
.nav-pills.nav-stacked > li > a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1159
  margin-bottom: 3px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1160
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1161
.nav-pills.nav-stacked > li:last-child > a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1162
  margin-bottom: 1px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1163
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1164
.nav-tabs .dropdown-menu {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1165
  -webkit-border-radius: 0 0 5px 5px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1166
  -moz-border-radius: 0 0 5px 5px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1167
  border-radius: 0 0 5px 5px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1168
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1169
.nav-pills .dropdown-menu {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1170
  -webkit-border-radius: 4px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1171
  -moz-border-radius: 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1172
  border-radius: 4px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1173
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1174
.nav-tabs .dropdown-toggle .caret,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1175
.nav-pills .dropdown-toggle .caret {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1176
  border-top-color: #0088cc;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1177
  border-bottom-color: #0088cc;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1178
  margin-top: 6px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1179
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1180
.nav-tabs .dropdown-toggle:hover .caret,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1181
.nav-pills .dropdown-toggle:hover .caret {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1182
  border-top-color: #005580;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1183
  border-bottom-color: #005580;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1184
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1185
.nav-tabs .active .dropdown-toggle .caret,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1186
.nav-pills .active .dropdown-toggle .caret {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1187
  border-top-color: #333333;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1188
  border-bottom-color: #333333;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1189
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1190
.nav > .dropdown.active > a:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1191
  color: #000000;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1192
  cursor: pointer;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1193
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1194
.nav-tabs .open .dropdown-toggle,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1195
.nav-pills .open .dropdown-toggle,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1196
.nav > li.dropdown.open.active > a:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1197
  color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1198
  background-color: #999999;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1199
  border-color: #999999;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1200
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1201
.nav li.dropdown.open .caret,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1202
.nav li.dropdown.open.active .caret,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1203
.nav li.dropdown.open a:hover .caret {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1204
  border-top-color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1205
  border-bottom-color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1206
  opacity: 1;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1207
  filter: alpha(opacity=100);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1208
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1209
.tabs-stacked .open > a:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1210
  border-color: #999999;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1211
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1212
.tabbable {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1213
  *zoom: 1;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1214
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1215
.tabbable:before,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1216
.tabbable:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1217
  display: table;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1218
  content: "";
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1219
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1220
.tabbable:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1221
  clear: both;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1222
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1223
.tab-content {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1224
  overflow: auto;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1225
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1226
.tabs-below > .nav-tabs,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1227
.tabs-right > .nav-tabs,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1228
.tabs-left > .nav-tabs {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1229
  border-bottom: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1230
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1231
.tab-content > .tab-pane,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1232
.pill-content > .pill-pane {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1233
  display: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1234
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1235
.tab-content > .active,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1236
.pill-content > .active {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1237
  display: block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1238
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1239
.tabs-below > .nav-tabs {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1240
  border-top: 1px solid #ddd;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1241
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1242
.tabs-below > .nav-tabs > li {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1243
  margin-top: -1px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1244
  margin-bottom: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1245
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1246
.tabs-below > .nav-tabs > li > a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1247
  -webkit-border-radius: 0 0 4px 4px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1248
  -moz-border-radius: 0 0 4px 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1249
  border-radius: 0 0 4px 4px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1250
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1251
.tabs-below > .nav-tabs > li > a:hover {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1252
  border-bottom-color: transparent;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1253
  border-top-color: #ddd;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1254
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1255
.tabs-below > .nav-tabs > .active > a,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1256
.tabs-below > .nav-tabs > .active > a:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1257
  border-color: transparent #ddd #ddd #ddd;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1258
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1259
.tabs-left > .nav-tabs > li,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1260
.tabs-right > .nav-tabs > li {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1261
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1262
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1263
.tabs-left > .nav-tabs > li > a,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1264
.tabs-right > .nav-tabs > li > a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1265
  min-width: 74px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1266
  margin-right: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1267
  margin-bottom: 3px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1268
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1269
.tabs-left > .nav-tabs {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1270
  float: left;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1271
  margin-right: 19px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1272
  border-right: 1px solid #ddd;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1273
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1274
.tabs-left > .nav-tabs > li > a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1275
  margin-right: -1px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1276
  -webkit-border-radius: 4px 0 0 4px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1277
  -moz-border-radius: 4px 0 0 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1278
  border-radius: 4px 0 0 4px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1279
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1280
.tabs-left > .nav-tabs > li > a:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1281
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1282
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1283
.tabs-left > .nav-tabs .active > a,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1284
.tabs-left > .nav-tabs .active > a:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1285
  border-color: #ddd transparent #ddd #ddd;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1286
  *border-right-color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1287
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1288
.tabs-right > .nav-tabs {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1289
  float: right;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1290
  margin-left: 19px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1291
  border-left: 1px solid #ddd;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1292
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1293
.tabs-right > .nav-tabs > li > a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1294
  margin-left: -1px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1295
  -webkit-border-radius: 0 4px 4px 0;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1296
  -moz-border-radius: 0 4px 4px 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1297
  border-radius: 0 4px 4px 0;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1298
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1299
.tabs-right > .nav-tabs > li > a:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1300
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1301
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1302
.tabs-right > .nav-tabs .active > a,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1303
.tabs-right > .nav-tabs .active > a:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1304
  border-color: #ddd #ddd #ddd transparent;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1305
  *border-left-color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1306
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1307
.navbar {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1308
  *position: relative;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1309
  *z-index: 2;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1310
  overflow: visible;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1311
  margin-bottom: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1312
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1313
.navbar-inner {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1314
  min-height: 40px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1315
  padding-left: 20px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1316
  padding-right: 20px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1317
  background-color: #2c2c2c;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1318
  background-image: -moz-linear-gradient(top, #333333, #222222);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1319
  background-image: -ms-linear-gradient(top, #333333, #222222);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1320
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1321
  background-image: -webkit-linear-gradient(top, #333333, #222222);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1322
  background-image: -o-linear-gradient(top, #333333, #222222);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1323
  background-image: linear-gradient(top, #333333, #222222);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1324
  background-repeat: repeat-x;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1325
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1326
  -webkit-border-radius: 4px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1327
  -moz-border-radius: 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1328
  border-radius: 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1329
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1330
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1331
  box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1332
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1333
.navbar .container {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1334
  width: auto;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1335
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1336
.nav-collapse.collapse {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1337
  height: auto;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1338
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1339
.navbar {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1340
  color: #999999;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1341
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1342
.navbar .brand:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1343
  text-decoration: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1344
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1345
.navbar .brand {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1346
  float: left;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1347
  display: block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1348
  padding: 8px 20px 12px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1349
  margin-left: -20px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1350
  font-size: 20px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1351
  font-weight: 200;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1352
  line-height: 1;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1353
  color: #999999;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1354
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1355
.navbar .navbar-text {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1356
  margin-bottom: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1357
  line-height: 40px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1358
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1359
.navbar .navbar-link {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1360
  color: #999999;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1361
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1362
.navbar .navbar-link:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1363
  color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1364
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1365
.navbar .btn,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1366
.navbar .btn-group {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1367
  margin-top: 5px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1368
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1369
.navbar .btn-group .btn {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1370
  margin: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1371
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1372
.navbar-form {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1373
  margin-bottom: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1374
  *zoom: 1;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1375
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1376
.navbar-form:before,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1377
.navbar-form:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1378
  display: table;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1379
  content: "";
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1380
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1381
.navbar-form:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1382
  clear: both;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1383
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1384
.navbar-form input,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1385
.navbar-form select,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1386
.navbar-form .radio,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1387
.navbar-form .checkbox {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1388
  margin-top: 5px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1389
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1390
.navbar-form input,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1391
.navbar-form select {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1392
  display: inline-block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1393
  margin-bottom: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1394
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1395
.navbar-form input[type="image"],
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1396
.navbar-form input[type="checkbox"],
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1397
.navbar-form input[type="radio"] {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1398
  margin-top: 3px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1399
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1400
.navbar-form .input-append,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1401
.navbar-form .input-prepend {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1402
  margin-top: 6px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1403
  white-space: nowrap;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1404
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1405
.navbar-form .input-append input,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1406
.navbar-form .input-prepend input {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1407
  margin-top: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1408
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1409
.navbar-search {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1410
  position: relative;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1411
  float: left;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1412
  margin-top: 6px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1413
  margin-bottom: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1414
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1415
.navbar-search .search-query {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1416
  padding: 4px 9px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1417
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1418
  font-size: 13px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1419
  font-weight: normal;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1420
  line-height: 1;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1421
  color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1422
  background-color: #626262;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1423
  border: 1px solid #151515;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1424
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1425
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1426
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1427
  -webkit-transition: none;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1428
  -moz-transition: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1429
  -ms-transition: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1430
  -o-transition: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1431
  transition: none;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1432
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1433
.navbar-search .search-query:-moz-placeholder {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1434
  color: #cccccc;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1435
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1436
.navbar-search .search-query::-webkit-input-placeholder {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1437
  color: #cccccc;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1438
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1439
.navbar-search .search-query:focus,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1440
.navbar-search .search-query.focused {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1441
  padding: 5px 10px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1442
  color: #333333;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1443
  text-shadow: 0 1px 0 #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1444
  background-color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1445
  border: 0;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1446
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1447
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1448
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1449
  outline: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1450
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1451
.navbar-fixed-top,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1452
.navbar-fixed-bottom {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1453
  position: fixed;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1454
  right: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1455
  left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1456
  z-index: 1030;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1457
  margin-bottom: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1458
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1459
.navbar-fixed-top .navbar-inner,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1460
.navbar-fixed-bottom .navbar-inner {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1461
  padding-left: 0;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1462
  padding-right: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1463
  -webkit-border-radius: 0;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1464
  -moz-border-radius: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1465
  border-radius: 0;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1466
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1467
.navbar-fixed-top .container,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1468
.navbar-fixed-bottom .container {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1469
  width: 940px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1470
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1471
.navbar-fixed-top {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1472
  top: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1473
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1474
.navbar-fixed-bottom {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1475
  bottom: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1476
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1477
.navbar .nav {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1478
  position: relative;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1479
  left: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1480
  display: block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1481
  float: left;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1482
  margin: 0 10px 0 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1483
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1484
.navbar .nav.pull-right {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1485
  float: right;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1486
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1487
.navbar .nav > li {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1488
  display: block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1489
  float: left;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1490
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1491
.navbar .nav > li > a {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1492
  float: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1493
  padding: 9px 10px 11px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1494
  line-height: 19px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1495
  color: #999999;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1496
  text-decoration: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1497
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1498
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1499
.navbar .btn {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1500
  display: inline-block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1501
  padding: 4px 10px 4px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1502
  margin: 5px 5px 6px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1503
  line-height: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1504
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1505
.navbar .btn-group {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1506
  margin: 0;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1507
  padding: 5px 5px 6px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1508
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1509
.navbar .nav > li > a:hover {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1510
  background-color: transparent;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1511
  color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1512
  text-decoration: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1513
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1514
.navbar .nav .active > a,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1515
.navbar .nav .active > a:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1516
  color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1517
  text-decoration: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1518
  background-color: #222222;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1519
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1520
.navbar .divider-vertical {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1521
  height: 40px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1522
  width: 1px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1523
  margin: 0 9px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1524
  overflow: hidden;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1525
  background-color: #222222;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1526
  border-right: 1px solid #333333;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1527
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1528
.navbar .nav.pull-right {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1529
  margin-left: 10px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1530
  margin-right: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1531
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1532
.navbar .btn-navbar {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1533
  display: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1534
  float: right;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1535
  padding: 7px 10px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1536
  margin-left: 5px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1537
  margin-right: 5px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1538
  background-color: #2c2c2c;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1539
  background-image: -moz-linear-gradient(top, #333333, #222222);
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1540
  background-image: -ms-linear-gradient(top, #333333, #222222);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1541
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1542
  background-image: -webkit-linear-gradient(top, #333333, #222222);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1543
  background-image: -o-linear-gradient(top, #333333, #222222);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1544
  background-image: linear-gradient(top, #333333, #222222);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1545
  background-repeat: repeat-x;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1546
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1547
  border-color: #222222 #222222 #000000;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1548
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1549
  *background-color: #222222;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1550
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1551
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1552
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1553
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1554
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1555
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1556
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1557
.navbar .btn-navbar:hover,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1558
.navbar .btn-navbar:active,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1559
.navbar .btn-navbar.active,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1560
.navbar .btn-navbar.disabled,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1561
.navbar .btn-navbar[disabled] {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1562
  background-color: #222222;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1563
  *background-color: #151515;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1564
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1565
.navbar .btn-navbar:active,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1566
.navbar .btn-navbar.active {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1567
  background-color: #080808 \9;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1568
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1569
.navbar .btn-navbar .icon-bar {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1570
  display: block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1571
  width: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1572
  height: 2px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1573
  background-color: #f5f5f5;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1574
  -webkit-border-radius: 1px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1575
  -moz-border-radius: 1px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1576
  border-radius: 1px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1577
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1578
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1579
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1580
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1581
.btn-navbar .icon-bar + .icon-bar {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1582
  margin-top: 3px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1583
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1584
.navbar .dropdown-menu:before {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1585
  content: '';
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1586
  display: inline-block;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1587
  border-left: 7px solid transparent;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1588
  border-right: 7px solid transparent;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1589
  border-bottom: 7px solid #ccc;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1590
  border-bottom-color: rgba(0, 0, 0, 0.2);
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1591
  position: absolute;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1592
  top: -7px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1593
  left: 9px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1594
}
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1595
.navbar .dropdown-menu:after {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1596
  content: '';
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1597
  display: inline-block;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1598
  border-left: 6px solid transparent;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1599
  border-right: 6px solid transparent;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1600
  border-bottom: 6px solid #ffffff;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1601
  position: absolute;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1602
  top: -6px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1603
  left: 10px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1604
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1605
.navbar-fixed-bottom .dropdown-menu:before {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1606
  border-top: 7px solid #ccc;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1607
  border-top-color: rgba(0, 0, 0, 0.2);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1608
  border-bottom: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1609
  bottom: -7px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1610
  top: auto;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1611
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1612
.navbar-fixed-bottom .dropdown-menu:after {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1613
  border-top: 6px solid #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1614
  border-bottom: 0;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1615
  bottom: -6px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1616
  top: auto;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1617
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1618
.navbar .nav li.dropdown .dropdown-toggle .caret,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1619
.navbar .nav li.dropdown.open .caret {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1620
  border-top-color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1621
  border-bottom-color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1622
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1623
.navbar .nav li.dropdown.active .caret {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1624
  opacity: 1;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1625
  filter: alpha(opacity=100);
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1626
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1627
.navbar .nav li.dropdown.open > .dropdown-toggle,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1628
.navbar .nav li.dropdown.active > .dropdown-toggle,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1629
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1630
  background-color: transparent;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1631
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1632
.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1633
  color: #ffffff;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1634
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1635
.navbar .pull-right .dropdown-menu,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1636
.navbar .dropdown-menu.pull-right {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1637
  left: auto;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1638
  right: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1639
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1640
.navbar .pull-right .dropdown-menu:before,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1641
.navbar .dropdown-menu.pull-right:before {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1642
  left: auto;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1643
  right: 12px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1644
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1645
.navbar .pull-right .dropdown-menu:after,
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1646
.navbar .dropdown-menu.pull-right:after {
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1647
  left: auto;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1648
  right: 13px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1649
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1650
.alert {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1651
  padding: 8px 35px 8px 14px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1652
  margin-bottom: 18px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1653
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1654
  background-color: #fcf8e3;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1655
  border: 1px solid #fbeed5;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1656
  -webkit-border-radius: 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1657
  -moz-border-radius: 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1658
  border-radius: 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1659
  color: #c09853;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1660
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1661
.alert-heading {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1662
  color: inherit;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1663
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1664
.alert .close {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1665
  position: relative;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1666
  top: -2px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1667
  right: -21px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1668
  line-height: 18px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1669
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1670
.alert-success {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1671
  background-color: #dff0d8;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1672
  border-color: #d6e9c6;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1673
  color: #468847;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1674
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1675
.alert-danger,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1676
.alert-error {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1677
  background-color: #f2dede;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1678
  border-color: #eed3d7;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1679
  color: #b94a48;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1680
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1681
.alert-info {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1682
  background-color: #d9edf7;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1683
  border-color: #bce8f1;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1684
  color: #3a87ad;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1685
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1686
.alert-block {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1687
  padding-top: 14px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1688
  padding-bottom: 14px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1689
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1690
.alert-block > p,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1691
.alert-block > ul {
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1692
  margin-bottom: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1693
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1694
.alert-block p + p {
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1695
  margin-top: 5px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1696
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1697
.accordion {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1698
  margin-bottom: 18px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1699
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1700
.accordion-group {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1701
  margin-bottom: 2px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1702
  border: 1px solid #e5e5e5;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1703
  -webkit-border-radius: 4px;
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1704
  -moz-border-radius: 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1705
  border-radius: 4px;
0
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1706
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1707
.accordion-heading {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1708
  border-bottom: 0;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1709
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1710
.accordion-heading .accordion-toggle {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1711
  display: block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1712
  padding: 8px 15px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1713
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1714
.accordion-toggle {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1715
  cursor: pointer;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1716
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1717
.accordion-inner {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1718
  padding: 9px 15px;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1719
  border-top: 1px solid #e5e5e5;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1720
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1721
.pull-right {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1722
  float: right;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1723
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1724
.pull-left {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1725
  float: left;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1726
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1727
.hide {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1728
  display: none;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1729
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1730
.show {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1731
  display: block;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1732
}
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1733
.invisible {
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1734
  visibility: hidden;
5b78b8c79d9c Initial commit
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
  1735
}
1
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1736
.fade {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1737
  opacity: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1738
  filter: alpha(opacity=0);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1739
  -webkit-transition: opacity 0.15s linear;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1740
  -moz-transition: opacity 0.15s linear;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1741
  -ms-transition: opacity 0.15s linear;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1742
  -o-transition: opacity 0.15s linear;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1743
  transition: opacity 0.15s linear;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1744
}
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1745
.fade.in {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1746
  opacity: 1;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1747
  filter: alpha(opacity=100);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1748
}
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1749
.collapse {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1750
  position: relative;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1751
  height: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1752
  overflow: hidden;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1753
  -webkit-transition: height 0.35s ease;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1754
  -moz-transition: height 0.35s ease;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1755
  -ms-transition: height 0.35s ease;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1756
  -o-transition: height 0.35s ease;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1757
  transition: height 0.35s ease;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1758
}
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1759
.collapse.in {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1760
  height: auto;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1761
}
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1762
@media (min-width: 1200px) {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1763
  .row {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1764
    margin-left: -30px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1765
    *zoom: 1;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1766
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1767
  .row:before,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1768
  .row:after {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1769
    display: table;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1770
    content: "";
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1771
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1772
  .row:after {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1773
    clear: both;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1774
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1775
  [class*="span"] {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1776
    float: left;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1777
    margin-left: 30px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1778
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1779
  .container,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1780
  .navbar-fixed-top .container,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1781
  .navbar-fixed-bottom .container {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1782
    width: 1170px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1783
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1784
  .span12 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1785
    width: 1170px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1786
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1787
  .span11 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1788
    width: 1070px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1789
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1790
  .span10 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1791
    width: 970px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1792
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1793
  .span9 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1794
    width: 870px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1795
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1796
  .span8 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1797
    width: 770px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1798
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1799
  .span7 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1800
    width: 670px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1801
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1802
  .span6 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1803
    width: 570px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1804
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1805
  .span5 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1806
    width: 470px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1807
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1808
  .span4 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1809
    width: 370px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1810
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1811
  .span3 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1812
    width: 270px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1813
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1814
  .span2 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1815
    width: 170px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1816
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1817
  .span1 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1818
    width: 70px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1819
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1820
  .offset12 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1821
    margin-left: 1230px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1822
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1823
  .offset11 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1824
    margin-left: 1130px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1825
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1826
  .offset10 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1827
    margin-left: 1030px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1828
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1829
  .offset9 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1830
    margin-left: 930px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1831
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1832
  .offset8 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1833
    margin-left: 830px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1834
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1835
  .offset7 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1836
    margin-left: 730px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1837
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1838
  .offset6 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1839
    margin-left: 630px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1840
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1841
  .offset5 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1842
    margin-left: 530px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1843
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1844
  .offset4 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1845
    margin-left: 430px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1846
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1847
  .offset3 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1848
    margin-left: 330px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1849
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1850
  .offset2 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1851
    margin-left: 230px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1852
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1853
  .offset1 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1854
    margin-left: 130px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1855
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1856
  .row-fluid {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1857
    width: 100%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1858
    *zoom: 1;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1859
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1860
  .row-fluid:before,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1861
  .row-fluid:after {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1862
    display: table;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1863
    content: "";
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1864
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1865
  .row-fluid:after {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1866
    clear: both;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1867
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1868
  .row-fluid [class*="span"] {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1869
    display: block;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1870
    width: 100%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1871
    min-height: 28px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1872
    -webkit-box-sizing: border-box;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1873
    -moz-box-sizing: border-box;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1874
    -ms-box-sizing: border-box;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1875
    box-sizing: border-box;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1876
    float: left;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1877
    margin-left: 2.564102564%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1878
    *margin-left: 2.510911074638298%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1879
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1880
  .row-fluid [class*="span"]:first-child {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1881
    margin-left: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1882
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1883
  .row-fluid .span12 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1884
    width: 100%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1885
    *width: 99.94680851063829%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1886
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1887
  .row-fluid .span11 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1888
    width: 91.45299145300001%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1889
    *width: 91.3997999636383%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1890
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1891
  .row-fluid .span10 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1892
    width: 82.905982906%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1893
    *width: 82.8527914166383%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1894
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1895
  .row-fluid .span9 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1896
    width: 74.358974359%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1897
    *width: 74.30578286963829%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1898
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1899
  .row-fluid .span8 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1900
    width: 65.81196581200001%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1901
    *width: 65.7587743226383%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1902
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1903
  .row-fluid .span7 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1904
    width: 57.264957265%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1905
    *width: 57.2117657756383%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1906
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1907
  .row-fluid .span6 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1908
    width: 48.717948718%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1909
    *width: 48.6647572286383%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1910
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1911
  .row-fluid .span5 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1912
    width: 40.170940171000005%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1913
    *width: 40.117748681638304%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1914
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1915
  .row-fluid .span4 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1916
    width: 31.623931624%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1917
    *width: 31.5707401346383%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1918
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1919
  .row-fluid .span3 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1920
    width: 23.076923077%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1921
    *width: 23.0237315876383%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1922
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1923
  .row-fluid .span2 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1924
    width: 14.529914530000001%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1925
    *width: 14.4767230406383%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1926
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1927
  .row-fluid .span1 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1928
    width: 5.982905983%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1929
    *width: 5.929714493638298%;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1930
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1931
  input,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1932
  textarea,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1933
  .uneditable-input {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1934
    margin-left: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1935
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1936
  input.span12, textarea.span12, .uneditable-input.span12 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1937
    width: 1160px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1938
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1939
  input.span11, textarea.span11, .uneditable-input.span11 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1940
    width: 1060px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1941
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1942
  input.span10, textarea.span10, .uneditable-input.span10 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1943
    width: 960px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1944
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1945
  input.span9, textarea.span9, .uneditable-input.span9 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1946
    width: 860px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1947
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1948
  input.span8, textarea.span8, .uneditable-input.span8 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1949
    width: 760px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1950
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1951
  input.span7, textarea.span7, .uneditable-input.span7 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1952
    width: 660px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1953
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1954
  input.span6, textarea.span6, .uneditable-input.span6 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1955
    width: 560px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1956
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1957
  input.span5, textarea.span5, .uneditable-input.span5 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1958
    width: 460px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1959
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1960
  input.span4, textarea.span4, .uneditable-input.span4 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1961
    width: 360px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1962
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1963
  input.span3, textarea.span3, .uneditable-input.span3 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1964
    width: 260px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1965
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1966
  input.span2, textarea.span2, .uneditable-input.span2 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1967
    width: 160px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1968
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1969
  input.span1, textarea.span1, .uneditable-input.span1 {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1970
    width: 60px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1971
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1972
  .thumbnails {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1973
    margin-left: -30px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1974
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1975
  .thumbnails > li {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1976
    margin-left: 30px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1977
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1978
  .row-fluid .thumbnails {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1979
    margin-left: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1980
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1981
}
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1982
@media (max-width: 979px) {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1983
  body {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1984
    padding-top: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1985
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1986
  .navbar-fixed-top {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1987
    position: static;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1988
    margin-bottom: 18px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1989
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1990
  .navbar-fixed-top .navbar-inner {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1991
    padding: 5px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1992
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1993
  .navbar .container {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1994
    width: auto;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1995
    padding: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1996
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1997
  .navbar .brand {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1998
    padding-left: 10px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  1999
    padding-right: 10px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2000
    margin: 0 0 0 -5px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2001
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2002
  .nav-collapse {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2003
    clear: both;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2004
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2005
  .nav-collapse .nav {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2006
    float: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2007
    margin: 0 0 9px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2008
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2009
  .nav-collapse .nav > li {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2010
    float: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2011
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2012
  .nav-collapse .nav > li > a {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2013
    margin-bottom: 2px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2014
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2015
  .nav-collapse .nav > .divider-vertical {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2016
    display: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2017
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2018
  .nav-collapse .nav .nav-header {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2019
    color: #999999;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2020
    text-shadow: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2021
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2022
  .nav-collapse .nav > li > a,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2023
  .nav-collapse .dropdown-menu a {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2024
    padding: 6px 15px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2025
    font-weight: bold;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2026
    color: #999999;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2027
    -webkit-border-radius: 3px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2028
    -moz-border-radius: 3px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2029
    border-radius: 3px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2030
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2031
  .nav-collapse .btn {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2032
    padding: 4px 10px 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2033
    font-weight: normal;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2034
    -webkit-border-radius: 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2035
    -moz-border-radius: 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2036
    border-radius: 4px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2037
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2038
  .nav-collapse .dropdown-menu li + li a {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2039
    margin-bottom: 2px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2040
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2041
  .nav-collapse .nav > li > a:hover,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2042
  .nav-collapse .dropdown-menu a:hover {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2043
    background-color: #222222;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2044
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2045
  .nav-collapse.in .btn-group {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2046
    margin-top: 5px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2047
    padding: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2048
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2049
  .nav-collapse .dropdown-menu {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2050
    position: static;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2051
    top: auto;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2052
    left: auto;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2053
    float: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2054
    display: block;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2055
    max-width: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2056
    margin: 0 15px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2057
    padding: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2058
    background-color: transparent;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2059
    border: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2060
    -webkit-border-radius: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2061
    -moz-border-radius: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2062
    border-radius: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2063
    -webkit-box-shadow: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2064
    -moz-box-shadow: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2065
    box-shadow: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2066
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2067
  .nav-collapse .dropdown-menu:before,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2068
  .nav-collapse .dropdown-menu:after {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2069
    display: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2070
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2071
  .nav-collapse .dropdown-menu .divider {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2072
    display: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2073
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2074
  .nav-collapse .navbar-form,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2075
  .nav-collapse .navbar-search {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2076
    float: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2077
    padding: 9px 15px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2078
    margin: 9px 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2079
    border-top: 1px solid #222222;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2080
    border-bottom: 1px solid #222222;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2081
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2082
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2083
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2084
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2085
  .navbar .nav-collapse .nav.pull-right {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2086
    float: none;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2087
    margin-left: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2088
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2089
  .nav-collapse,
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2090
  .nav-collapse.collapse {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2091
    overflow: hidden;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2092
    height: 0;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2093
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2094
  .navbar .btn-navbar {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2095
    display: block;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2096
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2097
  .navbar-static .navbar-inner {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2098
    padding-left: 10px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2099
    padding-right: 10px;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2100
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2101
}
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2102
@media (min-width: 980px) {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2103
  .nav-collapse.collapse {
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2104
    height: auto !important;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2105
    overflow: visible !important;
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2106
  }
c3726f733704 Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents: 0
diff changeset
  2107
}