| author | cavaliet |
| Thu, 13 Nov 2014 16:27:11 +0100 | |
| changeset 157 | a3b764f393a0 |
| parent 1 | ad760c317293 |
| permissions | -rwxr-xr-x |
|
1
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
1 |
/*! |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
2 |
* Bootstrap v3.1.1 (http://getbootstrap.com) |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
3 |
* Copyright 2011-2014 Twitter, Inc. |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
4 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
5 |
*/ |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
6 |
|
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
7 |
.btn-default, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
8 |
.btn-primary, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
9 |
.btn-success, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
10 |
.btn-info, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
11 |
.btn-warning, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
12 |
.btn-danger { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
13 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
14 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
15 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
16 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
17 |
.btn-default:active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
18 |
.btn-primary:active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
19 |
.btn-success:active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
20 |
.btn-info:active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
21 |
.btn-warning:active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
22 |
.btn-danger:active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
23 |
.btn-default.active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
24 |
.btn-primary.active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
25 |
.btn-success.active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
26 |
.btn-info.active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
27 |
.btn-warning.active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
28 |
.btn-danger.active { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
29 |
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
30 |
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
31 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
32 |
.btn:active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
33 |
.btn.active { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
34 |
background-image: none; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
35 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
36 |
.btn-default { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
37 |
text-shadow: 0 1px 0 #fff; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
38 |
background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
39 |
background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
40 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
41 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
42 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
43 |
border-color: #dbdbdb; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
44 |
border-color: #ccc; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
45 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
46 |
.btn-default:hover, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
47 |
.btn-default:focus { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
48 |
background-color: #e0e0e0; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
49 |
background-position: 0 -15px; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
50 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
51 |
.btn-default:active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
52 |
.btn-default.active { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
53 |
background-color: #e0e0e0; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
54 |
border-color: #dbdbdb; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
55 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
56 |
.btn-primary { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
57 |
background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
58 |
background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
59 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
60 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
61 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
62 |
border-color: #2b669a; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
63 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
64 |
.btn-primary:hover, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
65 |
.btn-primary:focus { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
66 |
background-color: #2d6ca2; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
67 |
background-position: 0 -15px; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
68 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
69 |
.btn-primary:active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
70 |
.btn-primary.active { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
71 |
background-color: #2d6ca2; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
72 |
border-color: #2b669a; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
73 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
74 |
.btn-success { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
75 |
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
76 |
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
77 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
78 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
79 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
80 |
border-color: #3e8f3e; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
81 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
82 |
.btn-success:hover, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
83 |
.btn-success:focus { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
84 |
background-color: #419641; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
85 |
background-position: 0 -15px; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
86 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
87 |
.btn-success:active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
88 |
.btn-success.active { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
89 |
background-color: #419641; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
90 |
border-color: #3e8f3e; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
91 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
92 |
.btn-info { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
93 |
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
94 |
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
95 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
96 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
97 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
98 |
border-color: #28a4c9; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
99 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
100 |
.btn-info:hover, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
101 |
.btn-info:focus { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
102 |
background-color: #2aabd2; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
103 |
background-position: 0 -15px; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
104 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
105 |
.btn-info:active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
106 |
.btn-info.active { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
107 |
background-color: #2aabd2; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
108 |
border-color: #28a4c9; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
109 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
110 |
.btn-warning { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
111 |
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
112 |
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
113 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
114 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
115 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
116 |
border-color: #e38d13; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
117 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
118 |
.btn-warning:hover, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
119 |
.btn-warning:focus { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
120 |
background-color: #eb9316; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
121 |
background-position: 0 -15px; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
122 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
123 |
.btn-warning:active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
124 |
.btn-warning.active { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
125 |
background-color: #eb9316; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
126 |
border-color: #e38d13; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
127 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
128 |
.btn-danger { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
129 |
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
130 |
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
131 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
132 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
133 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
134 |
border-color: #b92c28; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
135 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
136 |
.btn-danger:hover, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
137 |
.btn-danger:focus { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
138 |
background-color: #c12e2a; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
139 |
background-position: 0 -15px; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
140 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
141 |
.btn-danger:active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
142 |
.btn-danger.active { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
143 |
background-color: #c12e2a; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
144 |
border-color: #b92c28; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
145 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
146 |
.thumbnail, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
147 |
.img-thumbnail { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
148 |
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
149 |
box-shadow: 0 1px 2px rgba(0, 0, 0, .075); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
150 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
151 |
.dropdown-menu > li > a:hover, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
152 |
.dropdown-menu > li > a:focus { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
153 |
background-color: #e8e8e8; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
154 |
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
155 |
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
156 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
157 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
158 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
159 |
.dropdown-menu > .active > a, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
160 |
.dropdown-menu > .active > a:hover, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
161 |
.dropdown-menu > .active > a:focus { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
162 |
background-color: #357ebd; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
163 |
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
164 |
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
165 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
166 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
167 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
168 |
.navbar-default { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
169 |
background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
170 |
background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
171 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
172 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
173 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
174 |
border-radius: 4px; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
175 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
176 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
177 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
178 |
.navbar-default .navbar-nav > .active > a { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
179 |
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
180 |
background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
181 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
182 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
183 |
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
184 |
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
185 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
186 |
.navbar-brand, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
187 |
.navbar-nav > li > a { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
188 |
text-shadow: 0 1px 0 rgba(255, 255, 255, .25); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
189 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
190 |
.navbar-inverse { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
191 |
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
192 |
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
193 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
194 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
195 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
196 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
197 |
.navbar-inverse .navbar-nav > .active > a { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
198 |
background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
199 |
background-image: linear-gradient(to bottom, #222 0%, #282828 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
200 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
201 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
202 |
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
203 |
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
204 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
205 |
.navbar-inverse .navbar-brand, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
206 |
.navbar-inverse .navbar-nav > li > a { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
207 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
208 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
209 |
.navbar-static-top, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
210 |
.navbar-fixed-top, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
211 |
.navbar-fixed-bottom { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
212 |
border-radius: 0; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
213 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
214 |
.alert { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
215 |
text-shadow: 0 1px 0 rgba(255, 255, 255, .2); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
216 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
217 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
218 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
219 |
.alert-success { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
220 |
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
221 |
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
222 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
223 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
224 |
border-color: #b2dba1; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
225 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
226 |
.alert-info { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
227 |
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
228 |
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
229 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
230 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
231 |
border-color: #9acfea; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
232 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
233 |
.alert-warning { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
234 |
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
235 |
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
236 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
237 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
238 |
border-color: #f5e79e; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
239 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
240 |
.alert-danger { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
241 |
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
242 |
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
243 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
244 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
245 |
border-color: #dca7a7; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
246 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
247 |
.progress { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
248 |
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
249 |
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
250 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
251 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
252 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
253 |
.progress-bar { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
254 |
background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
255 |
background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
256 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
257 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
258 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
259 |
.progress-bar-success { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
260 |
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
261 |
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
262 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
263 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
264 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
265 |
.progress-bar-info { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
266 |
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
267 |
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
268 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
269 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
270 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
271 |
.progress-bar-warning { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
272 |
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
273 |
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
274 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
275 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
276 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
277 |
.progress-bar-danger { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
278 |
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
279 |
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
280 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
281 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
282 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
283 |
.list-group { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
284 |
border-radius: 4px; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
285 |
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
286 |
box-shadow: 0 1px 2px rgba(0, 0, 0, .075); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
287 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
288 |
.list-group-item.active, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
289 |
.list-group-item.active:hover, |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
290 |
.list-group-item.active:focus { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
291 |
text-shadow: 0 -1px 0 #3071a9; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
292 |
background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
293 |
background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
294 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
295 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
296 |
border-color: #3278b3; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
297 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
298 |
.panel { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
299 |
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
300 |
box-shadow: 0 1px 2px rgba(0, 0, 0, .05); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
301 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
302 |
.panel-default > .panel-heading { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
303 |
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
304 |
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
305 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
306 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
307 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
308 |
.panel-primary > .panel-heading { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
309 |
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
310 |
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
311 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
312 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
313 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
314 |
.panel-success > .panel-heading { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
315 |
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
316 |
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
317 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
318 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
319 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
320 |
.panel-info > .panel-heading { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
321 |
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
322 |
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
323 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
324 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
325 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
326 |
.panel-warning > .panel-heading { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
327 |
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
328 |
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
329 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
330 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
331 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
332 |
.panel-danger > .panel-heading { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
333 |
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
334 |
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
335 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
336 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
337 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
338 |
.well { |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
339 |
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
340 |
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
341 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
342 |
background-repeat: repeat-x; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
343 |
border-color: #dcdcdc; |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
344 |
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
345 |
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
346 |
} |
|
ad760c317293
first commit with pdf and more or less integration (for real)
cavaliet
parents:
diff
changeset
|
347 |
/*# sourceMappingURL=bootstrap-theme.css.map */ |