2011-09-02 09:29:54 +02:00
|
|
|
/*!
|
2012-08-21 22:11:25 +02:00
|
|
|
* Bootstrap v2.1.1
|
2011-09-02 09:29:54 +02:00
|
|
|
*
|
2012-01-15 08:28:48 +01:00
|
|
|
* Copyright 2012 Twitter, Inc
|
2011-09-02 09:29:54 +02:00
|
|
|
* Licensed under the Apache License v2.0
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
*
|
|
|
|
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
|
|
|
*/
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
article,
|
|
|
|
aside,
|
|
|
|
details,
|
|
|
|
figcaption,
|
|
|
|
figure,
|
|
|
|
footer,
|
|
|
|
header,
|
|
|
|
hgroup,
|
|
|
|
nav,
|
|
|
|
section {
|
|
|
|
display: block;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
audio,
|
|
|
|
canvas,
|
|
|
|
video {
|
2011-09-02 09:29:54 +02:00
|
|
|
display: inline-block;
|
|
|
|
*display: inline;
|
|
|
|
*zoom: 1;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
audio:not([controls]) {
|
|
|
|
display: none;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-20 22:16:40 +01:00
|
|
|
html {
|
|
|
|
font-size: 100%;
|
|
|
|
-webkit-text-size-adjust: 100%;
|
2012-04-19 01:16:42 +02:00
|
|
|
-ms-text-size-adjust: 100%;
|
2012-01-20 22:16:40 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-20 22:16:40 +01:00
|
|
|
a:focus {
|
2012-02-17 06:25:40 +01:00
|
|
|
outline: thin dotted #333;
|
2012-01-28 03:33:25 +01:00
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline-offset: -2px;
|
2012-01-20 22:16:40 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
a:hover,
|
|
|
|
a:active {
|
2012-01-20 22:16:40 +01:00
|
|
|
outline: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
sub,
|
|
|
|
sup {
|
2011-11-30 07:35:03 +01:00
|
|
|
position: relative;
|
2011-09-02 09:29:54 +02:00
|
|
|
font-size: 75%;
|
|
|
|
line-height: 0;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
sup {
|
|
|
|
top: -0.5em;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
sub {
|
|
|
|
bottom: -0.25em;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
img {
|
2012-07-24 08:01:38 +02:00
|
|
|
height: auto;
|
2012-03-23 06:06:23 +01:00
|
|
|
max-width: 100%;
|
2012-04-17 00:09:05 +02:00
|
|
|
vertical-align: middle;
|
2011-09-02 09:29:54 +02:00
|
|
|
border: 0;
|
|
|
|
-ms-interpolation-mode: bicubic;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-05-25 05:18:52 +02:00
|
|
|
#map_canvas img {
|
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
button,
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
margin: 0;
|
2011-11-30 07:35:03 +01:00
|
|
|
font-size: 100%;
|
2012-01-26 22:15:09 +01:00
|
|
|
vertical-align: middle;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
button,
|
|
|
|
input {
|
2011-09-02 09:29:54 +02:00
|
|
|
*overflow: visible;
|
2011-11-30 07:35:03 +01:00
|
|
|
line-height: normal;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
button::-moz-focus-inner,
|
|
|
|
input::-moz-focus-inner {
|
2011-09-02 09:29:54 +02:00
|
|
|
padding: 0;
|
2011-11-30 07:35:03 +01:00
|
|
|
border: 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
button,
|
|
|
|
input[type="button"],
|
|
|
|
input[type="reset"],
|
|
|
|
input[type="submit"] {
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-appearance: button;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
input[type="search"] {
|
|
|
|
-webkit-box-sizing: content-box;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-box-sizing: content-box;
|
|
|
|
box-sizing: content-box;
|
2012-04-17 00:09:05 +02:00
|
|
|
-webkit-appearance: textfield;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
input[type="search"]::-webkit-search-decoration,
|
|
|
|
input[type="search"]::-webkit-search-cancel-button {
|
2011-09-02 09:29:54 +02:00
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
textarea {
|
|
|
|
overflow: auto;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-17 07:04:11 +01:00
|
|
|
.clearfix {
|
|
|
|
*zoom: 1;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.clearfix:before,
|
|
|
|
.clearfix:after {
|
2012-02-17 07:04:11 +01:00
|
|
|
display: table;
|
2012-07-06 19:35:08 +02:00
|
|
|
line-height: 0;
|
2012-02-17 07:04:11 +01:00
|
|
|
content: "";
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-17 07:04:11 +01:00
|
|
|
.clearfix:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-12 05:12:59 +01:00
|
|
|
.hide-text {
|
2012-03-14 20:00:27 +01:00
|
|
|
font: 0/0 a;
|
|
|
|
color: transparent;
|
2012-04-17 00:09:05 +02:00
|
|
|
text-shadow: none;
|
2012-03-14 20:00:27 +01:00
|
|
|
background-color: transparent;
|
2012-04-17 00:09:05 +02:00
|
|
|
border: 0;
|
2012-03-12 05:12:59 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-12 05:21:51 +01:00
|
|
|
.input-block-level {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
2012-08-15 01:24:58 +02:00
|
|
|
min-height: 30px;
|
2012-03-12 05:21:51 +01:00
|
|
|
-webkit-box-sizing: border-box;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2012-03-12 05:21:51 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-11 06:05:23 +02:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2012-07-06 00:11:54 +02:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
2012-01-30 18:41:31 +01:00
|
|
|
color: #333333;
|
2011-11-30 07:35:03 +01:00
|
|
|
background-color: #ffffff;
|
2011-09-11 06:05:23 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-11 06:05:23 +02:00
|
|
|
a {
|
2012-01-05 19:01:42 +01:00
|
|
|
color: #0088cc;
|
2011-09-11 06:05:23 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-11 06:05:23 +02:00
|
|
|
a:hover {
|
2012-03-11 01:01:06 +01:00
|
|
|
color: #005580;
|
2011-09-11 06:05:23 +02:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-27 09:06:43 +02:00
|
|
|
.img-rounded {
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-polaroid {
|
|
|
|
padding: 4px;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
|
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-circle {
|
|
|
|
-webkit-border-radius: 500px;
|
|
|
|
-moz-border-radius: 500px;
|
|
|
|
border-radius: 500px;
|
|
|
|
}
|
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
.row {
|
2012-01-23 20:35:39 +01:00
|
|
|
margin-left: -20px;
|
2012-01-19 21:33:22 +01:00
|
|
|
*zoom: 1;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.row:before,
|
|
|
|
.row:after {
|
2011-09-02 09:29:54 +02:00
|
|
|
display: table;
|
2012-07-06 19:35:08 +02:00
|
|
|
line-height: 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
content: "";
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
.row:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-12 03:44:25 +02:00
|
|
|
[class*="span"] {
|
2011-09-02 09:29:54 +02:00
|
|
|
float: left;
|
2012-08-28 00:12:22 +02:00
|
|
|
min-height: 1px;
|
2011-09-02 09:29:54 +02:00
|
|
|
margin-left: 20px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-06-21 08:46:51 +02:00
|
|
|
.container,
|
2012-08-20 06:12:52 +02:00
|
|
|
.navbar-static-top .container,
|
2012-06-21 08:46:51 +02:00
|
|
|
.navbar-fixed-top .container,
|
|
|
|
.navbar-fixed-bottom .container {
|
2012-02-22 00:21:18 +01:00
|
|
|
width: 940px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.span12 {
|
|
|
|
width: 940px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.span11 {
|
|
|
|
width: 860px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.span10 {
|
|
|
|
width: 780px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.span9 {
|
|
|
|
width: 700px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.span8 {
|
|
|
|
width: 620px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-12 03:44:25 +02:00
|
|
|
.span7 {
|
2011-10-16 12:00:58 +02:00
|
|
|
width: 540px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.span6 {
|
|
|
|
width: 460px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.span5 {
|
|
|
|
width: 380px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.span4 {
|
|
|
|
width: 300px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.span3 {
|
|
|
|
width: 220px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.span2 {
|
|
|
|
width: 140px;
|
2012-02-19 21:49:17 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.span1 {
|
|
|
|
width: 60px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.offset12 {
|
|
|
|
margin-left: 980px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.offset11 {
|
|
|
|
margin-left: 900px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.offset10 {
|
|
|
|
margin-left: 820px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.offset9 {
|
|
|
|
margin-left: 740px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.offset8 {
|
|
|
|
margin-left: 660px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-12 03:44:25 +02:00
|
|
|
.offset7 {
|
2011-10-17 08:04:31 +02:00
|
|
|
margin-left: 580px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.offset6 {
|
|
|
|
margin-left: 500px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.offset5 {
|
|
|
|
margin-left: 420px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.offset4 {
|
|
|
|
margin-left: 340px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.offset3 {
|
|
|
|
margin-left: 260px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.offset2 {
|
|
|
|
margin-left: 180px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-04 23:06:30 +01:00
|
|
|
.offset1 {
|
|
|
|
margin-left: 100px;
|
2012-02-22 00:18:05 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 22:06:57 +01:00
|
|
|
.row-fluid {
|
2012-01-30 09:39:44 +01:00
|
|
|
width: 100%;
|
|
|
|
*zoom: 1;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.row-fluid:before,
|
|
|
|
.row-fluid:after {
|
2012-01-30 09:39:44 +01:00
|
|
|
display: table;
|
2012-07-06 19:35:08 +02:00
|
|
|
line-height: 0;
|
2012-01-30 09:39:44 +01:00
|
|
|
content: "";
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-30 09:39:44 +01:00
|
|
|
.row-fluid:after {
|
|
|
|
clear: both;
|
2012-01-29 22:06:57 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-26 01:40:51 +02:00
|
|
|
.row-fluid [class*="span"] {
|
2012-03-31 09:53:38 +02:00
|
|
|
display: block;
|
2012-04-19 01:16:42 +02:00
|
|
|
float: left;
|
2012-03-31 09:53:38 +02:00
|
|
|
width: 100%;
|
2012-08-15 01:24:58 +02:00
|
|
|
min-height: 30px;
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 2.127659574468085%;
|
|
|
|
*margin-left: 2.074468085106383%;
|
2012-04-19 01:16:42 +02:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2012-01-29 22:06:57 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-26 01:40:51 +02:00
|
|
|
.row-fluid [class*="span"]:first-child {
|
2012-01-30 09:39:44 +01:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-31 09:53:38 +02:00
|
|
|
.row-fluid .span12 {
|
2012-07-07 09:30:43 +02:00
|
|
|
width: 100%;
|
|
|
|
*width: 99.94680851063829%;
|
2012-01-29 22:06:57 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-31 09:53:38 +02:00
|
|
|
.row-fluid .span11 {
|
2012-07-07 09:30:43 +02:00
|
|
|
width: 91.48936170212765%;
|
|
|
|
*width: 91.43617021276594%;
|
2012-01-29 22:06:57 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-31 09:53:38 +02:00
|
|
|
.row-fluid .span10 {
|
2012-07-07 09:30:43 +02:00
|
|
|
width: 82.97872340425532%;
|
|
|
|
*width: 82.92553191489361%;
|
2012-01-29 22:06:57 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-31 09:53:38 +02:00
|
|
|
.row-fluid .span9 {
|
2012-07-07 09:30:43 +02:00
|
|
|
width: 74.46808510638297%;
|
|
|
|
*width: 74.41489361702126%;
|
2012-01-29 22:06:57 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-31 09:53:38 +02:00
|
|
|
.row-fluid .span8 {
|
2012-07-07 09:30:43 +02:00
|
|
|
width: 65.95744680851064%;
|
|
|
|
*width: 65.90425531914893%;
|
2012-01-29 22:06:57 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-31 09:53:38 +02:00
|
|
|
.row-fluid .span7 {
|
2012-07-07 09:30:43 +02:00
|
|
|
width: 57.44680851063829%;
|
|
|
|
*width: 57.39361702127659%;
|
2012-01-29 22:06:57 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-31 09:53:38 +02:00
|
|
|
.row-fluid .span6 {
|
2012-07-07 09:30:43 +02:00
|
|
|
width: 48.93617021276595%;
|
|
|
|
*width: 48.88297872340425%;
|
2012-01-29 22:06:57 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-31 09:53:38 +02:00
|
|
|
.row-fluid .span5 {
|
2012-07-07 09:30:43 +02:00
|
|
|
width: 40.42553191489362%;
|
|
|
|
*width: 40.37234042553192%;
|
2012-01-29 22:06:57 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-31 09:53:38 +02:00
|
|
|
.row-fluid .span4 {
|
2012-07-07 09:30:43 +02:00
|
|
|
width: 31.914893617021278%;
|
|
|
|
*width: 31.861702127659576%;
|
2012-01-29 22:06:57 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-31 09:53:38 +02:00
|
|
|
.row-fluid .span3 {
|
2012-07-07 09:30:43 +02:00
|
|
|
width: 23.404255319148934%;
|
|
|
|
*width: 23.351063829787233%;
|
2012-01-29 22:06:57 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-31 09:53:38 +02:00
|
|
|
.row-fluid .span2 {
|
2012-07-07 09:30:43 +02:00
|
|
|
width: 14.893617021276595%;
|
|
|
|
*width: 14.840425531914894%;
|
2012-03-04 23:06:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-31 09:53:38 +02:00
|
|
|
.row-fluid .span1 {
|
2012-07-07 09:30:43 +02:00
|
|
|
width: 6.382978723404255%;
|
|
|
|
*width: 6.329787234042553%;
|
2012-01-29 22:06:57 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-06-21 05:26:50 +02:00
|
|
|
.row-fluid .offset12 {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 104.25531914893617%;
|
|
|
|
*margin-left: 104.14893617021275%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset12:first-child {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 102.12765957446808%;
|
|
|
|
*margin-left: 102.02127659574467%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset11 {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 95.74468085106382%;
|
|
|
|
*margin-left: 95.6382978723404%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset11:first-child {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 93.61702127659574%;
|
|
|
|
*margin-left: 93.51063829787232%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset10 {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 87.23404255319149%;
|
|
|
|
*margin-left: 87.12765957446807%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset10:first-child {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 85.1063829787234%;
|
|
|
|
*margin-left: 84.99999999999999%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset9 {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 78.72340425531914%;
|
|
|
|
*margin-left: 78.61702127659572%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset9:first-child {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 76.59574468085106%;
|
|
|
|
*margin-left: 76.48936170212764%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset8 {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 70.2127659574468%;
|
|
|
|
*margin-left: 70.10638297872339%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset8:first-child {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 68.08510638297872%;
|
|
|
|
*margin-left: 67.9787234042553%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset7 {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 61.70212765957446%;
|
|
|
|
*margin-left: 61.59574468085106%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset7:first-child {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 59.574468085106375%;
|
|
|
|
*margin-left: 59.46808510638297%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset6 {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 53.191489361702125%;
|
|
|
|
*margin-left: 53.085106382978715%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset6:first-child {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 51.063829787234035%;
|
|
|
|
*margin-left: 50.95744680851063%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset5 {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 44.68085106382979%;
|
|
|
|
*margin-left: 44.57446808510638%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset5:first-child {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 42.5531914893617%;
|
|
|
|
*margin-left: 42.4468085106383%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset4 {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 36.170212765957444%;
|
|
|
|
*margin-left: 36.06382978723405%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset4:first-child {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 34.04255319148936%;
|
|
|
|
*margin-left: 33.93617021276596%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset3 {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 27.659574468085104%;
|
|
|
|
*margin-left: 27.5531914893617%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset3:first-child {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 25.53191489361702%;
|
|
|
|
*margin-left: 25.425531914893618%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset2 {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 19.148936170212764%;
|
|
|
|
*margin-left: 19.04255319148936%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset2:first-child {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 17.02127659574468%;
|
|
|
|
*margin-left: 16.914893617021278%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset1 {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 10.638297872340425%;
|
|
|
|
*margin-left: 10.53191489361702%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-fluid .offset1:first-child {
|
2012-07-07 09:30:43 +02:00
|
|
|
margin-left: 8.51063829787234%;
|
|
|
|
*margin-left: 8.404255319148938%;
|
2012-06-21 05:26:50 +02:00
|
|
|
}
|
|
|
|
|
2012-07-30 01:51:24 +02:00
|
|
|
[class*="span"].hide,
|
|
|
|
.row-fluid [class*="span"].hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="span"].pull-right,
|
|
|
|
.row-fluid [class*="span"].pull-right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2012-01-26 23:50:55 +01:00
|
|
|
.container {
|
|
|
|
margin-right: auto;
|
2012-04-17 01:34:08 +02:00
|
|
|
margin-left: auto;
|
2012-01-26 23:50:55 +01:00
|
|
|
*zoom: 1;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.container:before,
|
|
|
|
.container:after {
|
2012-01-26 23:50:55 +01:00
|
|
|
display: table;
|
2012-07-06 19:35:08 +02:00
|
|
|
line-height: 0;
|
2012-01-26 23:50:55 +01:00
|
|
|
content: "";
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-26 23:50:55 +01:00
|
|
|
.container:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 22:06:57 +01:00
|
|
|
.container-fluid {
|
2012-01-26 23:50:55 +01:00
|
|
|
padding-right: 20px;
|
2012-04-17 01:34:08 +02:00
|
|
|
padding-left: 20px;
|
2012-01-26 23:50:55 +01:00
|
|
|
*zoom: 1;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.container-fluid:before,
|
|
|
|
.container-fluid:after {
|
2012-01-26 23:50:55 +01:00
|
|
|
display: table;
|
2012-07-06 19:35:08 +02:00
|
|
|
line-height: 0;
|
2012-01-26 23:50:55 +01:00
|
|
|
content: "";
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 22:06:57 +01:00
|
|
|
.container-fluid:after {
|
2012-01-26 23:50:55 +01:00
|
|
|
clear: both;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
p {
|
2012-07-06 00:11:54 +02:00
|
|
|
margin: 0 0 10px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-25 08:35:34 +01:00
|
|
|
.lead {
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-bottom: 20px;
|
2012-09-01 21:00:13 +02:00
|
|
|
font-size: 30px;
|
2012-01-25 08:35:34 +01:00
|
|
|
font-weight: 200;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 30px;
|
2012-01-25 08:35:34 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-19 22:12:19 +02:00
|
|
|
small {
|
|
|
|
font-size: 85%;
|
|
|
|
}
|
|
|
|
|
|
|
|
strong {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
em {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
cite {
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.muted {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
2012-07-06 00:11:54 +02:00
|
|
|
margin: 10px 0;
|
2012-03-10 20:27:07 +01:00
|
|
|
font-family: inherit;
|
2012-03-10 20:29:57 +01:00
|
|
|
font-weight: bold;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 1;
|
2012-03-10 20:27:07 +01:00
|
|
|
color: inherit;
|
2011-10-17 23:17:29 +02:00
|
|
|
text-rendering: optimizelegibility;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
h1 small,
|
|
|
|
h2 small,
|
|
|
|
h3 small,
|
|
|
|
h4 small,
|
|
|
|
h5 small,
|
|
|
|
h6 small {
|
2012-01-20 22:16:40 +01:00
|
|
|
font-weight: normal;
|
2012-07-06 19:35:08 +02:00
|
|
|
line-height: 1;
|
2012-01-05 19:01:42 +01:00
|
|
|
color: #999999;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
h1 {
|
2012-07-06 00:11:54 +02:00
|
|
|
font-size: 36px;
|
|
|
|
line-height: 40px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
h2 {
|
2012-07-06 00:11:54 +02:00
|
|
|
font-size: 30px;
|
|
|
|
line-height: 40px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-06 00:11:54 +02:00
|
|
|
h3 {
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 40px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-06 00:11:54 +02:00
|
|
|
h4 {
|
2011-09-02 09:29:54 +02:00
|
|
|
font-size: 18px;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 20px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-06 00:11:54 +02:00
|
|
|
h5 {
|
2011-09-02 09:29:54 +02:00
|
|
|
font-size: 14px;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 20px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
h6 {
|
2012-07-06 00:11:54 +02:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 20px;
|
2012-01-07 08:59:22 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-06 00:11:54 +02:00
|
|
|
h1 small {
|
|
|
|
font-size: 24px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-06 00:11:54 +02:00
|
|
|
h2 small {
|
|
|
|
font-size: 18px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-06 00:11:54 +02:00
|
|
|
h3 small {
|
|
|
|
font-size: 14px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-06 00:11:54 +02:00
|
|
|
h4 small {
|
|
|
|
font-size: 14px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-28 00:28:09 +01:00
|
|
|
.page-header {
|
2012-07-08 10:47:36 +02:00
|
|
|
padding-bottom: 9px;
|
|
|
|
margin: 20px 0 30px;
|
2012-01-28 00:28:09 +01:00
|
|
|
border-bottom: 1px solid #eeeeee;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
ul,
|
|
|
|
ol {
|
2012-01-20 22:16:40 +01:00
|
|
|
padding: 0;
|
2012-07-06 00:11:54 +02:00
|
|
|
margin: 0 0 10px 25px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
ul ul,
|
|
|
|
ul ol,
|
|
|
|
ol ol,
|
|
|
|
ol ul {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
li {
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 20px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
ul.unstyled,
|
|
|
|
ol.unstyled {
|
2011-09-02 09:29:54 +02:00
|
|
|
margin-left: 0;
|
2011-11-30 07:35:03 +01:00
|
|
|
list-style: none;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
dl {
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-bottom: 20px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
dt,
|
|
|
|
dd {
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 20px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-15 22:12:29 +01:00
|
|
|
dt {
|
2011-09-02 09:29:54 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-15 22:12:29 +01:00
|
|
|
dd {
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-left: 10px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-27 08:06:56 +02:00
|
|
|
.dl-horizontal {
|
|
|
|
*zoom: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dl-horizontal:before,
|
|
|
|
.dl-horizontal:after {
|
|
|
|
display: table;
|
|
|
|
line-height: 0;
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
|
|
|
|
.dl-horizontal:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2012-03-05 09:42:37 +01:00
|
|
|
.dl-horizontal dt {
|
|
|
|
float: left;
|
2012-08-28 19:12:04 +02:00
|
|
|
width: 160px;
|
2012-04-19 01:16:42 +02:00
|
|
|
overflow: hidden;
|
2012-04-17 01:34:08 +02:00
|
|
|
clear: left;
|
2012-03-05 09:42:37 +01:00
|
|
|
text-align: right;
|
2012-04-17 01:34:08 +02:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2012-03-05 09:42:37 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-05 09:42:37 +01:00
|
|
|
.dl-horizontal dd {
|
2012-08-28 19:12:04 +02:00
|
|
|
margin-left: 180px;
|
2012-03-05 09:42:37 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
hr {
|
2012-07-06 00:11:54 +02:00
|
|
|
margin: 20px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
border: 0;
|
2012-02-11 08:59:00 +01:00
|
|
|
border-top: 1px solid #eeeeee;
|
2012-01-23 05:07:17 +01:00
|
|
|
border-bottom: 1px solid #ffffff;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-19 21:22:37 +01:00
|
|
|
abbr[title] {
|
2011-10-17 23:17:29 +02:00
|
|
|
cursor: help;
|
2012-05-14 02:43:04 +02:00
|
|
|
border-bottom: 1px dotted #999999;
|
2011-10-17 23:17:29 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-19 21:24:06 +01:00
|
|
|
abbr.initialism {
|
|
|
|
font-size: 90%;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
blockquote {
|
2012-01-20 22:16:40 +01:00
|
|
|
padding: 0 0 0 15px;
|
2012-07-06 00:11:54 +02:00
|
|
|
margin: 0 0 20px;
|
2012-01-23 05:07:17 +01:00
|
|
|
border-left: 5px solid #eeeeee;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
blockquote p {
|
2011-11-30 07:35:03 +01:00
|
|
|
margin-bottom: 0;
|
2012-01-12 19:19:07 +01:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 300;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 25px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
blockquote small {
|
|
|
|
display: block;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 20px;
|
2012-01-05 19:01:42 +01:00
|
|
|
color: #999999;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
blockquote small:before {
|
|
|
|
content: '\2014 \00A0';
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-10-31 04:14:27 +01:00
|
|
|
blockquote.pull-right {
|
|
|
|
float: right;
|
2012-01-08 10:57:05 +01:00
|
|
|
padding-right: 15px;
|
2012-04-17 01:34:08 +02:00
|
|
|
padding-left: 0;
|
2012-01-23 05:07:17 +01:00
|
|
|
border-right: 5px solid #eeeeee;
|
2012-04-17 01:34:08 +02:00
|
|
|
border-left: 0;
|
2011-10-31 04:14:27 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
blockquote.pull-right p,
|
|
|
|
blockquote.pull-right small {
|
2011-10-31 04:14:27 +01:00
|
|
|
text-align: right;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-16 01:13:25 +02:00
|
|
|
blockquote.pull-right small:before {
|
|
|
|
content: '';
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote.pull-right small:after {
|
|
|
|
content: '\00A0 \2014';
|
|
|
|
}
|
|
|
|
|
2012-01-20 22:16:40 +01:00
|
|
|
q:before,
|
|
|
|
q:after,
|
|
|
|
blockquote:before,
|
|
|
|
blockquote:after {
|
|
|
|
content: "";
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
address {
|
|
|
|
display: block;
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-bottom: 20px;
|
2012-01-20 22:16:40 +01:00
|
|
|
font-style: normal;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 20px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
code,
|
|
|
|
pre {
|
2011-09-02 09:29:54 +02:00
|
|
|
padding: 0 3px 2px;
|
2012-07-06 00:15:57 +02:00
|
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
2012-07-08 08:16:07 +02:00
|
|
|
font-size: 12px;
|
2012-01-05 19:01:42 +01:00
|
|
|
color: #333333;
|
2011-09-02 09:29:54 +02:00
|
|
|
-webkit-border-radius: 3px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
code {
|
2012-02-20 01:28:46 +01:00
|
|
|
padding: 2px 4px;
|
2012-01-25 01:07:30 +01:00
|
|
|
color: #d14;
|
|
|
|
background-color: #f7f7f9;
|
|
|
|
border: 1px solid #e1e1e8;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
pre {
|
|
|
|
display: block;
|
2012-07-06 00:11:54 +02:00
|
|
|
padding: 9.5px;
|
|
|
|
margin: 0 0 10px;
|
2012-08-20 08:01:24 +02:00
|
|
|
font-size: 13px;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 20px;
|
2012-04-17 01:34:08 +02:00
|
|
|
word-break: break-all;
|
|
|
|
word-wrap: break-word;
|
|
|
|
white-space: pre;
|
|
|
|
white-space: pre-wrap;
|
2011-11-30 07:35:03 +01:00
|
|
|
background-color: #f5f5f5;
|
2011-09-02 09:29:54 +02:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2012-01-08 05:40:28 +01:00
|
|
|
-webkit-border-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-11-30 08:48:27 +01:00
|
|
|
pre.prettyprint {
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-bottom: 20px;
|
2011-11-30 08:48:27 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-11-17 09:52:11 +01:00
|
|
|
pre code {
|
|
|
|
padding: 0;
|
2012-02-05 07:23:20 +01:00
|
|
|
color: inherit;
|
2011-11-17 09:52:11 +01:00
|
|
|
background-color: transparent;
|
2012-02-05 07:23:20 +01:00
|
|
|
border: 0;
|
2011-11-17 09:52:11 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-11 08:07:32 +01:00
|
|
|
.pre-scrollable {
|
|
|
|
max-height: 340px;
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
form {
|
2012-07-06 00:11:54 +02:00
|
|
|
margin: 0 0 20px;
|
2012-01-20 22:16:40 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-20 22:16:40 +01:00
|
|
|
fieldset {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-29 10:40:27 +02:00
|
|
|
legend {
|
2011-09-02 09:29:54 +02:00
|
|
|
display: block;
|
2011-09-29 10:40:27 +02:00
|
|
|
width: 100%;
|
2012-01-20 22:16:40 +01:00
|
|
|
padding: 0;
|
2012-07-10 09:32:04 +02:00
|
|
|
margin-bottom: 20px;
|
2012-07-06 00:11:54 +02:00
|
|
|
font-size: 21px;
|
|
|
|
line-height: 40px;
|
2012-01-05 19:01:42 +01:00
|
|
|
color: #333333;
|
2012-01-20 22:16:40 +01:00
|
|
|
border: 0;
|
2012-05-14 02:43:04 +02:00
|
|
|
border-bottom: 1px solid #e5e5e5;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-12 01:50:57 +01:00
|
|
|
legend small {
|
2012-07-06 00:11:54 +02:00
|
|
|
font-size: 15px;
|
2012-02-12 01:50:57 +01:00
|
|
|
color: #999999;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
label,
|
|
|
|
input,
|
2012-01-20 22:16:40 +01:00
|
|
|
button,
|
2011-09-02 09:29:54 +02:00
|
|
|
select,
|
|
|
|
textarea {
|
2012-07-06 00:11:54 +02:00
|
|
|
font-size: 14px;
|
2012-01-23 05:07:17 +01:00
|
|
|
font-weight: normal;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 20px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-13 17:18:19 +01:00
|
|
|
input,
|
|
|
|
button,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-29 10:40:27 +02:00
|
|
|
label {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 5px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
select,
|
2012-05-15 08:40:06 +02:00
|
|
|
textarea,
|
|
|
|
input[type="text"],
|
|
|
|
input[type="password"],
|
|
|
|
input[type="datetime"],
|
|
|
|
input[type="datetime-local"],
|
|
|
|
input[type="date"],
|
|
|
|
input[type="month"],
|
|
|
|
input[type="time"],
|
|
|
|
input[type="week"],
|
|
|
|
input[type="number"],
|
|
|
|
input[type="email"],
|
|
|
|
input[type="url"],
|
|
|
|
input[type="search"],
|
|
|
|
input[type="tel"],
|
2012-05-15 18:07:19 +02:00
|
|
|
input[type="color"],
|
|
|
|
.uneditable-input {
|
2012-01-25 20:26:45 +01:00
|
|
|
display: inline-block;
|
2012-07-06 00:11:54 +02:00
|
|
|
height: 20px;
|
2012-08-01 20:53:00 +02:00
|
|
|
padding: 4px 6px;
|
2012-01-06 06:43:28 +01:00
|
|
|
margin-bottom: 9px;
|
2012-07-06 00:11:54 +02:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
2012-01-05 19:01:42 +01:00
|
|
|
color: #555555;
|
2012-06-19 22:25:35 +02:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2012-05-15 08:40:06 +02:00
|
|
|
}
|
|
|
|
|
2012-05-15 09:17:02 +02:00
|
|
|
input,
|
2012-08-27 21:07:28 +02:00
|
|
|
textarea,
|
|
|
|
.uneditable-input {
|
2012-08-27 19:08:16 +02:00
|
|
|
width: 206px;
|
2012-05-15 09:17:02 +02:00
|
|
|
}
|
|
|
|
|
2012-05-18 07:00:49 +02:00
|
|
|
textarea {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2012-05-15 08:40:06 +02:00
|
|
|
textarea,
|
|
|
|
input[type="text"],
|
|
|
|
input[type="password"],
|
|
|
|
input[type="datetime"],
|
|
|
|
input[type="datetime-local"],
|
|
|
|
input[type="date"],
|
|
|
|
input[type="month"],
|
|
|
|
input[type="time"],
|
|
|
|
input[type="week"],
|
|
|
|
input[type="number"],
|
|
|
|
input[type="email"],
|
|
|
|
input[type="url"],
|
|
|
|
input[type="search"],
|
|
|
|
input[type="tel"],
|
2012-05-15 18:07:19 +02:00
|
|
|
input[type="color"],
|
|
|
|
.uneditable-input {
|
2012-04-14 22:18:37 +02:00
|
|
|
background-color: #ffffff;
|
2012-03-05 09:29:16 +01:00
|
|
|
border: 1px solid #cccccc;
|
2012-05-15 08:40:06 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
transition: border linear 0.2s, box-shadow linear 0.2s;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-05-15 18:07:55 +02:00
|
|
|
textarea:focus,
|
|
|
|
input[type="text"]:focus,
|
|
|
|
input[type="password"]:focus,
|
|
|
|
input[type="datetime"]:focus,
|
|
|
|
input[type="datetime-local"]:focus,
|
|
|
|
input[type="date"]:focus,
|
|
|
|
input[type="month"]:focus,
|
|
|
|
input[type="time"]:focus,
|
|
|
|
input[type="week"]:focus,
|
|
|
|
input[type="number"]:focus,
|
|
|
|
input[type="email"]:focus,
|
|
|
|
input[type="url"]:focus,
|
|
|
|
input[type="search"]:focus,
|
|
|
|
input[type="tel"]:focus,
|
|
|
|
input[type="color"]:focus,
|
|
|
|
.uneditable-input:focus {
|
|
|
|
border-color: rgba(82, 168, 236, 0.8);
|
|
|
|
outline: 0;
|
|
|
|
outline: thin dotted \9;
|
|
|
|
/* IE6-9 */
|
|
|
|
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
|
|
|
}
|
|
|
|
|
2012-05-15 09:17:02 +02:00
|
|
|
input[type="radio"],
|
|
|
|
input[type="checkbox"] {
|
2012-08-15 00:34:10 +02:00
|
|
|
margin: 4px 0 0;
|
2012-08-15 00:29:47 +02:00
|
|
|
margin-top: 1px \9;
|
2012-05-15 09:17:02 +02:00
|
|
|
*margin-top: 0;
|
|
|
|
line-height: normal;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2012-08-20 19:28:41 +02:00
|
|
|
input[type="file"],
|
2012-06-05 05:27:42 +02:00
|
|
|
input[type="image"],
|
2012-05-15 09:17:02 +02:00
|
|
|
input[type="submit"],
|
|
|
|
input[type="reset"],
|
|
|
|
input[type="button"],
|
|
|
|
input[type="radio"],
|
|
|
|
input[type="checkbox"] {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
select,
|
|
|
|
input[type="file"] {
|
2012-08-14 23:57:49 +02:00
|
|
|
height: 30px;
|
2012-01-25 20:21:44 +01:00
|
|
|
/* In IE7, the height of the select element cannot be changed by height, only font-size */
|
|
|
|
|
2011-09-12 03:09:01 +02:00
|
|
|
*margin-top: 4px;
|
|
|
|
/* For IE7, add top margin to align select with labels */
|
|
|
|
|
2012-08-14 23:57:49 +02:00
|
|
|
line-height: 30px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-05-15 09:17:02 +02:00
|
|
|
|
|
|
|
select {
|
|
|
|
width: 220px;
|
2012-08-14 13:58:12 +02:00
|
|
|
background-color: #ffffff;
|
2012-05-15 09:17:02 +02:00
|
|
|
border: 1px solid #bbb;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
select[multiple],
|
|
|
|
select[size] {
|
2012-01-25 20:51:13 +01:00
|
|
|
height: auto;
|
2011-09-14 17:58:20 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-05-15 18:07:55 +02:00
|
|
|
select:focus,
|
|
|
|
input[type="file"]:focus,
|
|
|
|
input[type="radio"]:focus,
|
|
|
|
input[type="checkbox"]:focus {
|
|
|
|
outline: thin dotted #333;
|
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline-offset: -2px;
|
|
|
|
}
|
|
|
|
|
2012-07-07 21:52:05 +02:00
|
|
|
.uneditable-input,
|
|
|
|
.uneditable-textarea {
|
|
|
|
color: #999999;
|
|
|
|
cursor: not-allowed;
|
|
|
|
background-color: #fcfcfc;
|
|
|
|
border-color: #cccccc;
|
|
|
|
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
|
|
|
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
|
|
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
|
|
|
}
|
|
|
|
|
|
|
|
.uneditable-input {
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uneditable-textarea {
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
input:-moz-placeholder,
|
|
|
|
textarea:-moz-placeholder {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
input:-ms-input-placeholder,
|
|
|
|
textarea:-ms-input-placeholder {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
input::-webkit-input-placeholder,
|
|
|
|
textarea::-webkit-input-placeholder {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.radio,
|
|
|
|
.checkbox {
|
2012-04-24 10:33:00 +02:00
|
|
|
min-height: 18px;
|
2012-01-05 23:11:41 +01:00
|
|
|
padding-left: 18px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.radio input[type="radio"],
|
|
|
|
.checkbox input[type="checkbox"] {
|
2012-01-05 23:11:41 +01:00
|
|
|
float: left;
|
|
|
|
margin-left: -18px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.controls > .radio:first-child,
|
|
|
|
.controls > .checkbox:first-child {
|
2012-01-26 22:15:09 +01:00
|
|
|
padding-top: 5px;
|
2012-01-05 23:11:41 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.radio.inline,
|
|
|
|
.checkbox.inline {
|
2012-01-07 08:59:22 +01:00
|
|
|
display: inline-block;
|
2012-02-05 11:16:46 +01:00
|
|
|
padding-top: 5px;
|
2012-01-07 09:26:58 +01:00
|
|
|
margin-bottom: 0;
|
2012-01-28 23:50:56 +01:00
|
|
|
vertical-align: middle;
|
2012-01-07 08:59:22 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.radio.inline + .radio.inline,
|
|
|
|
.checkbox.inline + .checkbox.inline {
|
2012-01-07 08:59:22 +01:00
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-29 04:15:31 +02:00
|
|
|
.input-mini {
|
2011-09-02 09:29:54 +02:00
|
|
|
width: 60px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-29 04:15:31 +02:00
|
|
|
.input-small {
|
2011-09-02 09:29:54 +02:00
|
|
|
width: 90px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-29 04:15:31 +02:00
|
|
|
.input-medium {
|
2011-09-02 09:29:54 +02:00
|
|
|
width: 150px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-29 04:15:31 +02:00
|
|
|
.input-large {
|
2011-09-02 09:29:54 +02:00
|
|
|
width: 210px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-29 04:15:31 +02:00
|
|
|
.input-xlarge {
|
2011-09-02 09:29:54 +02:00
|
|
|
width: 270px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-29 04:15:31 +02:00
|
|
|
.input-xxlarge {
|
2011-09-02 09:29:54 +02:00
|
|
|
width: 530px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-07 09:47:53 +01:00
|
|
|
input[class*="span"],
|
|
|
|
select[class*="span"],
|
|
|
|
textarea[class*="span"],
|
2012-04-03 07:49:19 +02:00
|
|
|
.uneditable-input[class*="span"],
|
|
|
|
.row-fluid input[class*="span"],
|
|
|
|
.row-fluid select[class*="span"],
|
|
|
|
.row-fluid textarea[class*="span"],
|
|
|
|
.row-fluid .uneditable-input[class*="span"] {
|
2011-09-13 07:19:28 +02:00
|
|
|
float: none;
|
2011-09-12 03:44:25 +02:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-05-29 02:32:24 +02:00
|
|
|
.input-append input[class*="span"],
|
|
|
|
.input-append .uneditable-input[class*="span"],
|
|
|
|
.input-prepend input[class*="span"],
|
|
|
|
.input-prepend .uneditable-input[class*="span"],
|
2012-07-31 00:38:36 +02:00
|
|
|
.row-fluid input[class*="span"],
|
|
|
|
.row-fluid select[class*="span"],
|
|
|
|
.row-fluid textarea[class*="span"],
|
|
|
|
.row-fluid .uneditable-input[class*="span"],
|
2012-05-29 02:32:24 +02:00
|
|
|
.row-fluid .input-prepend [class*="span"],
|
|
|
|
.row-fluid .input-append [class*="span"] {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
input,
|
|
|
|
textarea,
|
|
|
|
.uneditable-input {
|
2012-02-22 17:21:29 +01:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-10 05:49:17 +02:00
|
|
|
.controls-row [class*="span"] + [class*="span"] {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
2012-04-19 01:16:42 +02:00
|
|
|
input.span12,
|
|
|
|
textarea.span12,
|
|
|
|
.uneditable-input.span12 {
|
2012-08-01 20:53:00 +02:00
|
|
|
width: 926px;
|
2011-09-12 03:44:25 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
|
|
|
input.span11,
|
|
|
|
textarea.span11,
|
|
|
|
.uneditable-input.span11 {
|
2012-08-01 20:53:00 +02:00
|
|
|
width: 846px;
|
2011-09-12 03:44:25 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
|
|
|
input.span10,
|
|
|
|
textarea.span10,
|
|
|
|
.uneditable-input.span10 {
|
2012-08-01 20:53:00 +02:00
|
|
|
width: 766px;
|
2011-09-12 03:44:25 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
|
|
|
input.span9,
|
|
|
|
textarea.span9,
|
|
|
|
.uneditable-input.span9 {
|
2012-08-01 20:53:00 +02:00
|
|
|
width: 686px;
|
2011-09-12 03:44:25 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
|
|
|
input.span8,
|
|
|
|
textarea.span8,
|
|
|
|
.uneditable-input.span8 {
|
2012-08-01 20:53:00 +02:00
|
|
|
width: 606px;
|
2011-09-12 03:44:25 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
|
|
|
input.span7,
|
|
|
|
textarea.span7,
|
|
|
|
.uneditable-input.span7 {
|
2012-08-01 20:53:00 +02:00
|
|
|
width: 526px;
|
2011-09-12 03:44:25 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
|
|
|
input.span6,
|
|
|
|
textarea.span6,
|
|
|
|
.uneditable-input.span6 {
|
2012-08-01 20:53:00 +02:00
|
|
|
width: 446px;
|
2011-09-12 03:44:25 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
|
|
|
input.span5,
|
|
|
|
textarea.span5,
|
|
|
|
.uneditable-input.span5 {
|
2012-08-01 20:53:00 +02:00
|
|
|
width: 366px;
|
2011-09-12 03:44:25 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
|
|
|
input.span4,
|
|
|
|
textarea.span4,
|
|
|
|
.uneditable-input.span4 {
|
2012-08-01 20:53:00 +02:00
|
|
|
width: 286px;
|
2011-09-12 03:44:25 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
|
|
|
input.span3,
|
|
|
|
textarea.span3,
|
|
|
|
.uneditable-input.span3 {
|
2012-08-01 20:53:00 +02:00
|
|
|
width: 206px;
|
2011-09-12 03:44:25 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
|
|
|
input.span2,
|
|
|
|
textarea.span2,
|
|
|
|
.uneditable-input.span2 {
|
2012-08-01 20:53:00 +02:00
|
|
|
width: 126px;
|
2012-03-04 23:06:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
|
|
|
input.span1,
|
|
|
|
textarea.span1,
|
|
|
|
.uneditable-input.span1 {
|
2012-08-01 20:53:00 +02:00
|
|
|
width: 46px;
|
2011-09-12 03:44:25 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-10 05:49:17 +02:00
|
|
|
.controls-row {
|
|
|
|
*zoom: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.controls-row:before,
|
|
|
|
.controls-row:after {
|
|
|
|
display: table;
|
|
|
|
line-height: 0;
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
|
|
|
|
.controls-row:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.controls-row [class*="span"] {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2011-09-03 06:54:11 +02:00
|
|
|
input[disabled],
|
|
|
|
select[disabled],
|
|
|
|
textarea[disabled],
|
|
|
|
input[readonly],
|
|
|
|
select[readonly],
|
|
|
|
textarea[readonly] {
|
2012-04-17 01:34:08 +02:00
|
|
|
cursor: not-allowed;
|
2012-03-05 09:29:16 +01:00
|
|
|
background-color: #eeeeee;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-23 12:05:10 +02:00
|
|
|
input[type="radio"][disabled],
|
|
|
|
input[type="checkbox"][disabled],
|
|
|
|
input[type="radio"][readonly],
|
|
|
|
input[type="checkbox"][readonly] {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.control-group.warning > label,
|
|
|
|
.control-group.warning .help-block,
|
|
|
|
.control-group.warning .help-inline {
|
2011-11-12 09:46:02 +01:00
|
|
|
color: #c09853;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-05-23 09:04:54 +02:00
|
|
|
.control-group.warning .checkbox,
|
|
|
|
.control-group.warning .radio,
|
2012-08-02 08:16:49 +02:00
|
|
|
.control-group.warning input,
|
2012-03-08 20:09:33 +01:00
|
|
|
.control-group.warning select,
|
|
|
|
.control-group.warning textarea {
|
2011-11-12 09:46:02 +01:00
|
|
|
color: #c09853;
|
2012-08-21 23:22:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.warning input,
|
|
|
|
.control-group.warning select,
|
|
|
|
.control-group.warning textarea {
|
2012-01-25 08:35:34 +01:00
|
|
|
border-color: #c09853;
|
2012-08-02 08:15:51 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
2011-11-12 09:46:02 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-02 08:16:49 +02:00
|
|
|
.control-group.warning input:focus,
|
2012-03-08 20:09:33 +01:00
|
|
|
.control-group.warning select:focus,
|
|
|
|
.control-group.warning textarea:focus {
|
2012-01-25 08:35:34 +01:00
|
|
|
border-color: #a47e3c;
|
2012-08-02 08:15:51 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
2011-09-29 10:40:27 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.control-group.warning .input-prepend .add-on,
|
|
|
|
.control-group.warning .input-append .add-on {
|
2011-11-12 09:46:02 +01:00
|
|
|
color: #c09853;
|
2012-01-25 01:54:35 +01:00
|
|
|
background-color: #fcf8e3;
|
2011-11-12 09:46:02 +01:00
|
|
|
border-color: #c09853;
|
2011-09-29 10:40:27 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.control-group.error > label,
|
|
|
|
.control-group.error .help-block,
|
|
|
|
.control-group.error .help-inline {
|
2012-01-25 01:54:35 +01:00
|
|
|
color: #b94a48;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-05-23 09:04:54 +02:00
|
|
|
.control-group.error .checkbox,
|
|
|
|
.control-group.error .radio,
|
2012-08-02 08:16:49 +02:00
|
|
|
.control-group.error input,
|
2012-03-08 20:09:33 +01:00
|
|
|
.control-group.error select,
|
|
|
|
.control-group.error textarea {
|
2012-01-25 01:54:35 +01:00
|
|
|
color: #b94a48;
|
2012-08-21 23:22:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.error input,
|
|
|
|
.control-group.error select,
|
|
|
|
.control-group.error textarea {
|
2012-01-25 08:35:34 +01:00
|
|
|
border-color: #b94a48;
|
2012-08-02 08:15:51 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
2012-01-25 01:54:35 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-02 08:16:49 +02:00
|
|
|
.control-group.error input:focus,
|
2012-03-08 20:09:33 +01:00
|
|
|
.control-group.error select:focus,
|
|
|
|
.control-group.error textarea:focus {
|
2012-01-25 08:35:34 +01:00
|
|
|
border-color: #953b39;
|
2012-08-02 08:15:51 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
2012-01-25 01:54:35 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.control-group.error .input-prepend .add-on,
|
|
|
|
.control-group.error .input-append .add-on {
|
2012-01-25 01:54:35 +01:00
|
|
|
color: #b94a48;
|
|
|
|
background-color: #f2dede;
|
|
|
|
border-color: #b94a48;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.control-group.success > label,
|
|
|
|
.control-group.success .help-block,
|
|
|
|
.control-group.success .help-inline {
|
2011-11-12 09:46:02 +01:00
|
|
|
color: #468847;
|
2011-09-29 10:40:27 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-05-23 09:04:54 +02:00
|
|
|
.control-group.success .checkbox,
|
|
|
|
.control-group.success .radio,
|
2012-08-02 08:16:49 +02:00
|
|
|
.control-group.success input,
|
2012-03-08 20:09:33 +01:00
|
|
|
.control-group.success select,
|
|
|
|
.control-group.success textarea {
|
2011-11-12 09:46:02 +01:00
|
|
|
color: #468847;
|
2012-08-21 23:22:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.success input,
|
|
|
|
.control-group.success select,
|
|
|
|
.control-group.success textarea {
|
2012-01-25 08:35:34 +01:00
|
|
|
border-color: #468847;
|
2012-08-02 08:15:51 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
2011-11-12 09:46:02 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-02 08:16:49 +02:00
|
|
|
.control-group.success input:focus,
|
2012-03-08 20:09:33 +01:00
|
|
|
.control-group.success select:focus,
|
|
|
|
.control-group.success textarea:focus {
|
2012-01-25 08:35:34 +01:00
|
|
|
border-color: #356635;
|
2012-08-02 08:15:51 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
2011-11-12 09:46:02 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.control-group.success .input-prepend .add-on,
|
|
|
|
.control-group.success .input-append .add-on {
|
2011-11-12 09:46:02 +01:00
|
|
|
color: #468847;
|
2012-01-25 01:54:35 +01:00
|
|
|
background-color: #dff0d8;
|
2011-11-12 09:46:02 +01:00
|
|
|
border-color: #468847;
|
2011-09-29 10:40:27 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-22 11:24:02 +02:00
|
|
|
.control-group.info > label,
|
|
|
|
.control-group.info .help-block,
|
|
|
|
.control-group.info .help-inline {
|
|
|
|
color: #3a87ad;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.info .checkbox,
|
|
|
|
.control-group.info .radio,
|
|
|
|
.control-group.info input,
|
|
|
|
.control-group.info select,
|
|
|
|
.control-group.info textarea {
|
|
|
|
color: #3a87ad;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.info input,
|
|
|
|
.control-group.info select,
|
|
|
|
.control-group.info textarea {
|
|
|
|
border-color: #3a87ad;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.info input:focus,
|
|
|
|
.control-group.info select:focus,
|
|
|
|
.control-group.info textarea:focus {
|
|
|
|
border-color: #2d6987;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.info .input-prepend .add-on,
|
|
|
|
.control-group.info .input-append .add-on {
|
|
|
|
color: #3a87ad;
|
|
|
|
background-color: #d9edf7;
|
|
|
|
border-color: #3a87ad;
|
|
|
|
}
|
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
input:focus:required:invalid,
|
|
|
|
textarea:focus:required:invalid,
|
|
|
|
select:focus:required:invalid {
|
2012-01-07 13:28:30 +01:00
|
|
|
color: #b94a48;
|
|
|
|
border-color: #ee5f5b;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
input:focus:required:invalid:focus,
|
|
|
|
textarea:focus:required:invalid:focus,
|
|
|
|
select:focus:required:invalid:focus {
|
2012-01-07 13:28:30 +01:00
|
|
|
border-color: #e9322d;
|
|
|
|
-webkit-box-shadow: 0 0 6px #f8b9b7;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-box-shadow: 0 0 6px #f8b9b7;
|
|
|
|
box-shadow: 0 0 6px #f8b9b7;
|
2012-01-07 13:28:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-29 10:40:27 +02:00
|
|
|
.form-actions {
|
2012-07-06 00:11:54 +02:00
|
|
|
padding: 19px 20px 20px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 20px;
|
2012-03-23 05:08:41 +01:00
|
|
|
background-color: #f5f5f5;
|
2012-05-14 02:43:04 +02:00
|
|
|
border-top: 1px solid #e5e5e5;
|
2012-02-22 20:16:32 +01:00
|
|
|
*zoom: 1;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.form-actions:before,
|
|
|
|
.form-actions:after {
|
2012-02-22 20:16:32 +01:00
|
|
|
display: table;
|
2012-07-06 19:35:08 +02:00
|
|
|
line-height: 0;
|
2012-02-22 20:16:32 +01:00
|
|
|
content: "";
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-22 20:16:32 +01:00
|
|
|
.form-actions:after {
|
|
|
|
clear: both;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.help-block,
|
|
|
|
.help-inline {
|
2012-06-26 01:47:29 +02:00
|
|
|
color: #595959;
|
2012-02-21 22:43:13 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-06 06:43:28 +01:00
|
|
|
.help-block {
|
2012-02-13 07:49:06 +01:00
|
|
|
display: block;
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-bottom: 10px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-02 09:29:54 +02:00
|
|
|
.help-inline {
|
2012-01-26 22:15:09 +01:00
|
|
|
display: inline-block;
|
2012-01-27 22:39:38 +01:00
|
|
|
*display: inline;
|
2011-11-30 07:35:03 +01:00
|
|
|
padding-left: 5px;
|
2012-04-19 01:16:42 +02:00
|
|
|
vertical-align: middle;
|
|
|
|
*zoom: 1;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-10 09:32:04 +02:00
|
|
|
.input-append,
|
|
|
|
.input-prepend {
|
2012-01-06 06:43:28 +01:00
|
|
|
margin-bottom: 5px;
|
2012-06-14 20:56:46 +02:00
|
|
|
font-size: 0;
|
2012-07-07 21:34:47 +02:00
|
|
|
white-space: nowrap;
|
2011-12-28 00:04:55 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-07 10:22:52 +01:00
|
|
|
.input-append input,
|
2012-07-10 09:32:04 +02:00
|
|
|
.input-prepend input,
|
2012-02-21 18:05:04 +01:00
|
|
|
.input-append select,
|
2012-07-10 09:32:04 +02:00
|
|
|
.input-prepend select,
|
|
|
|
.input-append .uneditable-input,
|
|
|
|
.input-prepend .uneditable-input {
|
2012-03-29 03:18:41 +02:00
|
|
|
position: relative;
|
2012-03-23 01:36:32 +01:00
|
|
|
margin-bottom: 0;
|
2012-03-12 08:15:27 +01:00
|
|
|
*margin-left: 0;
|
2012-07-06 00:11:54 +02:00
|
|
|
font-size: 14px;
|
2012-08-18 01:28:45 +02:00
|
|
|
vertical-align: top;
|
2011-09-02 09:29:54 +02:00
|
|
|
-webkit-border-radius: 0 3px 3px 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 0 3px 3px 0;
|
|
|
|
border-radius: 0 3px 3px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-28 08:53:56 +01:00
|
|
|
.input-append input:focus,
|
2012-07-10 09:32:04 +02:00
|
|
|
.input-prepend input:focus,
|
2012-02-21 18:05:04 +01:00
|
|
|
.input-append select:focus,
|
2012-07-10 09:32:04 +02:00
|
|
|
.input-prepend select:focus,
|
|
|
|
.input-append .uneditable-input:focus,
|
|
|
|
.input-prepend .uneditable-input:focus {
|
2012-01-28 08:53:56 +01:00
|
|
|
z-index: 2;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-10 09:32:04 +02:00
|
|
|
.input-append .add-on,
|
|
|
|
.input-prepend .add-on {
|
2012-03-12 06:58:14 +01:00
|
|
|
display: inline-block;
|
2011-09-02 09:29:54 +02:00
|
|
|
width: auto;
|
2012-07-06 00:11:54 +02:00
|
|
|
height: 20px;
|
2012-04-17 01:34:08 +02:00
|
|
|
min-width: 16px;
|
2012-01-29 22:25:13 +01:00
|
|
|
padding: 4px 5px;
|
2012-07-06 00:11:54 +02:00
|
|
|
font-size: 14px;
|
2011-09-02 09:29:54 +02:00
|
|
|
font-weight: normal;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 20px;
|
2011-09-02 09:29:54 +02:00
|
|
|
text-align: center;
|
2011-09-13 07:19:28 +02:00
|
|
|
text-shadow: 0 1px 0 #ffffff;
|
2012-03-06 08:06:27 +01:00
|
|
|
background-color: #eeeeee;
|
2011-11-30 07:35:03 +01:00
|
|
|
border: 1px solid #ccc;
|
2012-03-12 07:43:19 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-12 07:43:19 +01:00
|
|
|
.input-append .add-on,
|
2012-07-10 09:32:04 +02:00
|
|
|
.input-prepend .add-on,
|
|
|
|
.input-append .btn,
|
|
|
|
.input-prepend .btn {
|
2012-08-18 01:28:45 +02:00
|
|
|
vertical-align: top;
|
2012-04-08 01:44:03 +02:00
|
|
|
-webkit-border-radius: 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-10 09:32:04 +02:00
|
|
|
.input-append .active,
|
|
|
|
.input-prepend .active {
|
2011-11-30 07:35:03 +01:00
|
|
|
background-color: #a9dba9;
|
2011-09-02 09:29:54 +02:00
|
|
|
border-color: #46a546;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-12 07:43:19 +01:00
|
|
|
.input-prepend .add-on,
|
|
|
|
.input-prepend .btn {
|
2012-03-12 07:21:38 +01:00
|
|
|
margin-right: -1px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-08 01:44:03 +02:00
|
|
|
.input-prepend .add-on:first-child,
|
|
|
|
.input-prepend .btn:first-child {
|
|
|
|
-webkit-border-radius: 3px 0 0 3px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 3px 0 0 3px;
|
|
|
|
border-radius: 3px 0 0 3px;
|
2012-04-08 01:44:03 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.input-append input,
|
2012-03-23 17:47:57 +01:00
|
|
|
.input-append select,
|
|
|
|
.input-append .uneditable-input {
|
2011-09-02 09:29:54 +02:00
|
|
|
-webkit-border-radius: 3px 0 0 3px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 3px 0 0 3px;
|
|
|
|
border-radius: 3px 0 0 3px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-23 05:32:47 +02:00
|
|
|
.input-append .add-on,
|
|
|
|
.input-append .btn {
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
|
|
|
|
2012-04-08 01:44:03 +02:00
|
|
|
.input-append .add-on:last-child,
|
|
|
|
.input-append .btn:last-child {
|
2012-03-12 07:21:38 +01:00
|
|
|
-webkit-border-radius: 0 3px 3px 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 0 3px 3px 0;
|
|
|
|
border-radius: 0 3px 3px 0;
|
2012-03-12 07:21:38 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-12 07:21:38 +01:00
|
|
|
.input-prepend.input-append input,
|
|
|
|
.input-prepend.input-append select,
|
|
|
|
.input-prepend.input-append .uneditable-input {
|
|
|
|
-webkit-border-radius: 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
2012-03-12 07:21:38 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-12 07:43:19 +01:00
|
|
|
.input-prepend.input-append .add-on:first-child,
|
|
|
|
.input-prepend.input-append .btn:first-child {
|
2012-03-12 07:21:38 +01:00
|
|
|
margin-right: -1px;
|
|
|
|
-webkit-border-radius: 3px 0 0 3px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 3px 0 0 3px;
|
|
|
|
border-radius: 3px 0 0 3px;
|
2012-03-12 07:21:38 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-12 07:43:19 +01:00
|
|
|
.input-prepend.input-append .add-on:last-child,
|
|
|
|
.input-prepend.input-append .btn:last-child {
|
2011-11-30 07:35:03 +01:00
|
|
|
margin-left: -1px;
|
2011-09-02 09:29:54 +02:00
|
|
|
-webkit-border-radius: 0 3px 3px 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 0 3px 3px 0;
|
|
|
|
border-radius: 0 3px 3px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-17 21:59:32 +02:00
|
|
|
input.search-query {
|
2012-01-06 06:43:28 +01:00
|
|
|
padding-right: 14px;
|
2012-04-17 01:34:08 +02:00
|
|
|
padding-right: 4px \9;
|
|
|
|
padding-left: 14px;
|
2012-03-25 23:31:04 +02:00
|
|
|
padding-left: 4px \9;
|
|
|
|
/* IE7-8 doesn't have border-radius, so don't indent the padding */
|
|
|
|
|
2012-01-06 08:24:19 +01:00
|
|
|
margin-bottom: 0;
|
2012-07-24 10:44:12 +02:00
|
|
|
-webkit-border-radius: 15px;
|
|
|
|
-moz-border-radius: 15px;
|
|
|
|
border-radius: 15px;
|
2011-09-29 10:47:55 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-10 09:32:04 +02:00
|
|
|
/* Allow for input prepend/append in search forms */
|
|
|
|
|
|
|
|
.form-search .input-append .search-query,
|
|
|
|
.form-search .input-prepend .search-query {
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-search .input-append .search-query {
|
|
|
|
-webkit-border-radius: 14px 0 0 14px;
|
|
|
|
-moz-border-radius: 14px 0 0 14px;
|
|
|
|
border-radius: 14px 0 0 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-search .input-append .btn {
|
|
|
|
-webkit-border-radius: 0 14px 14px 0;
|
|
|
|
-moz-border-radius: 0 14px 14px 0;
|
|
|
|
border-radius: 0 14px 14px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-search .input-prepend .search-query {
|
|
|
|
-webkit-border-radius: 0 14px 14px 0;
|
|
|
|
-moz-border-radius: 0 14px 14px 0;
|
|
|
|
border-radius: 0 14px 14px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-search .input-prepend .btn {
|
|
|
|
-webkit-border-radius: 14px 0 0 14px;
|
|
|
|
-moz-border-radius: 14px 0 0 14px;
|
|
|
|
border-radius: 14px 0 0 14px;
|
|
|
|
}
|
|
|
|
|
2012-01-15 06:28:47 +01:00
|
|
|
.form-search input,
|
|
|
|
.form-inline input,
|
|
|
|
.form-horizontal input,
|
|
|
|
.form-search textarea,
|
|
|
|
.form-inline textarea,
|
|
|
|
.form-horizontal textarea,
|
|
|
|
.form-search select,
|
|
|
|
.form-inline select,
|
|
|
|
.form-horizontal select,
|
2012-01-26 22:15:09 +01:00
|
|
|
.form-search .help-inline,
|
|
|
|
.form-inline .help-inline,
|
|
|
|
.form-horizontal .help-inline,
|
2012-01-15 06:28:47 +01:00
|
|
|
.form-search .uneditable-input,
|
|
|
|
.form-inline .uneditable-input,
|
2012-03-12 07:14:36 +01:00
|
|
|
.form-horizontal .uneditable-input,
|
|
|
|
.form-search .input-prepend,
|
|
|
|
.form-inline .input-prepend,
|
|
|
|
.form-horizontal .input-prepend,
|
|
|
|
.form-search .input-append,
|
|
|
|
.form-inline .input-append,
|
|
|
|
.form-horizontal .input-append {
|
2012-01-06 06:43:28 +01:00
|
|
|
display: inline-block;
|
2012-03-25 23:37:19 +02:00
|
|
|
*display: inline;
|
2012-01-06 06:43:28 +01:00
|
|
|
margin-bottom: 0;
|
2012-07-06 19:59:46 +02:00
|
|
|
vertical-align: middle;
|
2012-04-19 01:16:42 +02:00
|
|
|
*zoom: 1;
|
2012-01-06 06:43:28 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.form-search .hide,
|
|
|
|
.form-inline .hide,
|
|
|
|
.form-horizontal .hide {
|
2012-02-05 03:26:04 +01:00
|
|
|
display: none;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 09:07:01 +01:00
|
|
|
.form-search label,
|
2012-08-18 01:00:36 +02:00
|
|
|
.form-inline label,
|
|
|
|
.form-search .btn-group,
|
|
|
|
.form-inline .btn-group {
|
2012-01-15 01:38:40 +01:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-12 07:12:45 +01:00
|
|
|
.form-search .input-append,
|
|
|
|
.form-inline .input-append,
|
|
|
|
.form-search .input-prepend,
|
|
|
|
.form-inline .input-prepend {
|
|
|
|
margin-bottom: 0;
|
2012-01-29 09:07:01 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-11 09:24:06 +01:00
|
|
|
.form-search .radio,
|
|
|
|
.form-search .checkbox,
|
2012-02-18 05:40:56 +01:00
|
|
|
.form-inline .radio,
|
2012-02-11 09:24:06 +01:00
|
|
|
.form-inline .checkbox {
|
2012-02-21 03:56:05 +01:00
|
|
|
padding-left: 0;
|
2012-02-11 09:24:06 +01:00
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-21 03:56:05 +01:00
|
|
|
.form-search .radio input[type="radio"],
|
|
|
|
.form-search .checkbox input[type="checkbox"],
|
|
|
|
.form-inline .radio input[type="radio"],
|
|
|
|
.form-inline .checkbox input[type="checkbox"] {
|
|
|
|
float: left;
|
|
|
|
margin-right: 3px;
|
2012-04-17 01:34:08 +02:00
|
|
|
margin-left: 0;
|
2012-02-21 03:56:05 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-09-29 10:40:27 +02:00
|
|
|
.control-group {
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-bottom: 10px;
|
2012-01-23 21:21:00 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-11 09:11:34 +01:00
|
|
|
legend + .control-group {
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-top: 20px;
|
2012-01-27 00:39:37 +01:00
|
|
|
-webkit-margin-top-collapse: separate;
|
2012-01-26 06:28:24 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-23 21:21:00 +01:00
|
|
|
.form-horizontal .control-group {
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-bottom: 20px;
|
2012-01-28 06:20:58 +01:00
|
|
|
*zoom: 1;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.form-horizontal .control-group:before,
|
|
|
|
.form-horizontal .control-group:after {
|
2012-01-28 06:20:58 +01:00
|
|
|
display: table;
|
2012-07-06 19:35:08 +02:00
|
|
|
line-height: 0;
|
2012-01-28 06:20:58 +01:00
|
|
|
content: "";
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-28 06:20:58 +01:00
|
|
|
.form-horizontal .control-group:after {
|
|
|
|
clear: both;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-05 07:55:47 +01:00
|
|
|
.form-horizontal .control-label {
|
2011-09-29 10:40:27 +02:00
|
|
|
float: left;
|
2012-08-28 19:12:04 +02:00
|
|
|
width: 160px;
|
2011-09-29 10:40:27 +02:00
|
|
|
padding-top: 5px;
|
|
|
|
text-align: right;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-15 06:28:47 +01:00
|
|
|
.form-horizontal .controls {
|
2012-03-12 08:15:27 +01:00
|
|
|
*display: inline-block;
|
|
|
|
*padding-left: 20px;
|
2012-08-28 19:12:04 +02:00
|
|
|
margin-left: 180px;
|
2012-04-17 01:34:08 +02:00
|
|
|
*margin-left: 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-25 23:46:47 +02:00
|
|
|
.form-horizontal .controls:first-child {
|
2012-08-28 19:12:04 +02:00
|
|
|
*padding-left: 180px;
|
2012-03-25 23:46:47 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-21 22:43:13 +01:00
|
|
|
.form-horizontal .help-block {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-28 07:42:12 +02:00
|
|
|
.form-horizontal input + .help-block,
|
|
|
|
.form-horizontal select + .help-block,
|
|
|
|
.form-horizontal textarea + .help-block {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2012-01-15 06:28:47 +01:00
|
|
|
.form-horizontal .form-actions {
|
2012-08-28 19:12:04 +02:00
|
|
|
padding-left: 180px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-20 22:16:40 +01:00
|
|
|
table {
|
|
|
|
max-width: 100%;
|
2012-04-17 01:34:08 +02:00
|
|
|
background-color: transparent;
|
2012-01-20 22:16:40 +01:00
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-18 08:39:18 +01:00
|
|
|
.table {
|
2011-09-02 09:29:54 +02:00
|
|
|
width: 100%;
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-bottom: 20px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.table th,
|
|
|
|
.table td {
|
2011-11-30 07:35:03 +01:00
|
|
|
padding: 8px;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 20px;
|
2011-09-02 09:29:54 +02:00
|
|
|
text-align: left;
|
2012-02-11 08:07:32 +01:00
|
|
|
vertical-align: top;
|
2012-03-06 07:47:39 +01:00
|
|
|
border-top: 1px solid #dddddd;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-18 08:39:18 +01:00
|
|
|
.table th {
|
2011-09-02 09:29:54 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-11 08:07:32 +01:00
|
|
|
.table thead th {
|
|
|
|
vertical-align: bottom;
|
2011-09-08 19:47:05 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 05:08:41 +01:00
|
|
|
.table caption + thead tr:first-child th,
|
|
|
|
.table caption + thead tr:first-child td,
|
2012-03-12 02:18:18 +01:00
|
|
|
.table colgroup + thead tr:first-child th,
|
|
|
|
.table colgroup + thead tr:first-child td,
|
|
|
|
.table thead:first-child tr:first-child th,
|
|
|
|
.table thead:first-child tr:first-child td {
|
2012-01-11 18:43:13 +01:00
|
|
|
border-top: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-18 08:39:18 +01:00
|
|
|
.table tbody + tbody {
|
2012-03-06 07:47:39 +01:00
|
|
|
border-top: 2px solid #dddddd;
|
2012-01-11 06:54:11 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.table-condensed th,
|
|
|
|
.table-condensed td {
|
2011-11-30 07:35:03 +01:00
|
|
|
padding: 4px 5px;
|
2011-09-09 08:01:28 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-15 06:28:47 +01:00
|
|
|
.table-bordered {
|
2012-03-06 07:47:39 +01:00
|
|
|
border: 1px solid #dddddd;
|
2011-11-01 03:37:10 +01:00
|
|
|
border-collapse: separate;
|
2012-07-30 08:51:40 +02:00
|
|
|
*border-collapse: collapse;
|
2012-04-17 01:34:08 +02:00
|
|
|
border-left: 0;
|
2011-11-01 03:37:10 +01:00
|
|
|
-webkit-border-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2011-11-01 03:37:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.table-bordered th,
|
|
|
|
.table-bordered td {
|
2012-03-06 07:47:39 +01:00
|
|
|
border-left: 1px solid #dddddd;
|
2011-11-01 03:37:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 09:28:04 +01:00
|
|
|
.table-bordered caption + thead tr:first-child th,
|
|
|
|
.table-bordered caption + tbody tr:first-child th,
|
|
|
|
.table-bordered caption + tbody tr:first-child td,
|
|
|
|
.table-bordered colgroup + thead tr:first-child th,
|
|
|
|
.table-bordered colgroup + tbody tr:first-child th,
|
|
|
|
.table-bordered colgroup + tbody tr:first-child td,
|
2012-03-12 04:03:55 +01:00
|
|
|
.table-bordered thead:first-child tr:first-child th,
|
|
|
|
.table-bordered tbody:first-child tr:first-child th,
|
|
|
|
.table-bordered tbody:first-child tr:first-child td {
|
|
|
|
border-top: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.table-bordered thead:first-child tr:first-child th:first-child,
|
|
|
|
.table-bordered tbody:first-child tr:first-child td:first-child {
|
2012-04-14 22:31:48 +02:00
|
|
|
-webkit-border-top-left-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-top-left-radius: 4px;
|
2012-04-17 01:34:08 +02:00
|
|
|
-moz-border-radius-topleft: 4px;
|
2011-09-09 08:01:28 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.table-bordered thead:first-child tr:first-child th:last-child,
|
|
|
|
.table-bordered tbody:first-child tr:first-child td:last-child {
|
2012-04-14 22:31:48 +02:00
|
|
|
-webkit-border-top-right-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-top-right-radius: 4px;
|
2012-04-17 01:34:08 +02:00
|
|
|
-moz-border-radius-topright: 4px;
|
2011-09-09 08:01:28 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.table-bordered thead:last-child tr:last-child th:first-child,
|
2012-07-20 06:25:24 +02:00
|
|
|
.table-bordered tbody:last-child tr:last-child td:first-child,
|
|
|
|
.table-bordered tfoot:last-child tr:last-child td:first-child {
|
2011-09-09 08:01:28 +02:00
|
|
|
-webkit-border-radius: 0 0 0 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 0 0 0 4px;
|
|
|
|
border-radius: 0 0 0 4px;
|
2012-04-14 22:31:48 +02:00
|
|
|
-webkit-border-bottom-left-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-bottom-left-radius: 4px;
|
2012-04-17 01:34:08 +02:00
|
|
|
-moz-border-radius-bottomleft: 4px;
|
2011-09-09 08:01:28 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.table-bordered thead:last-child tr:last-child th:last-child,
|
2012-07-20 06:25:24 +02:00
|
|
|
.table-bordered tbody:last-child tr:last-child td:last-child,
|
|
|
|
.table-bordered tfoot:last-child tr:last-child td:last-child {
|
2012-04-14 22:31:48 +02:00
|
|
|
-webkit-border-bottom-right-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-bottom-right-radius: 4px;
|
2012-04-17 01:34:08 +02:00
|
|
|
-moz-border-radius-bottomright: 4px;
|
2011-09-09 08:01:28 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-20 06:06:42 +02:00
|
|
|
.table-bordered caption + thead tr:first-child th:first-child,
|
|
|
|
.table-bordered caption + tbody tr:first-child td:first-child,
|
|
|
|
.table-bordered colgroup + thead tr:first-child th:first-child,
|
|
|
|
.table-bordered colgroup + tbody tr:first-child td:first-child {
|
|
|
|
-webkit-border-top-left-radius: 4px;
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
-moz-border-radius-topleft: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-bordered caption + thead tr:first-child th:last-child,
|
|
|
|
.table-bordered caption + tbody tr:first-child td:last-child,
|
|
|
|
.table-bordered colgroup + thead tr:first-child th:last-child,
|
|
|
|
.table-bordered colgroup + tbody tr:first-child td:last-child {
|
|
|
|
-webkit-border-top-right-radius: 4px;
|
|
|
|
border-top-right-radius: 4px;
|
2012-08-24 00:04:41 +02:00
|
|
|
-moz-border-radius-topleft: 4px;
|
2012-07-20 06:06:42 +02:00
|
|
|
}
|
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.table-striped tbody tr:nth-child(odd) td,
|
|
|
|
.table-striped tbody tr:nth-child(odd) th {
|
2011-09-02 09:29:54 +02:00
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-14 23:51:33 +02:00
|
|
|
.table-hover tbody tr:hover td,
|
|
|
|
.table-hover tbody tr:hover th {
|
2012-02-05 11:28:42 +01:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-06-25 23:37:35 +02:00
|
|
|
table [class*=span],
|
|
|
|
.row-fluid table [class*=span] {
|
|
|
|
display: table-cell;
|
|
|
|
float: none;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span1 {
|
2012-01-07 13:34:30 +01:00
|
|
|
float: none;
|
|
|
|
width: 44px;
|
|
|
|
margin-left: 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span2 {
|
2012-01-07 13:34:30 +01:00
|
|
|
float: none;
|
|
|
|
width: 124px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span3 {
|
2012-01-07 13:34:30 +01:00
|
|
|
float: none;
|
|
|
|
width: 204px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span4 {
|
2012-01-07 13:34:30 +01:00
|
|
|
float: none;
|
|
|
|
width: 284px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span5 {
|
2012-01-07 13:34:30 +01:00
|
|
|
float: none;
|
|
|
|
width: 364px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span6 {
|
2012-01-07 13:34:30 +01:00
|
|
|
float: none;
|
|
|
|
width: 444px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span7 {
|
2012-01-07 13:34:30 +01:00
|
|
|
float: none;
|
|
|
|
width: 524px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span8 {
|
2012-01-07 13:34:30 +01:00
|
|
|
float: none;
|
|
|
|
width: 604px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span9 {
|
2012-01-07 13:34:30 +01:00
|
|
|
float: none;
|
|
|
|
width: 684px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span10 {
|
2012-01-07 13:34:30 +01:00
|
|
|
float: none;
|
|
|
|
width: 764px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span11 {
|
2012-01-07 13:34:30 +01:00
|
|
|
float: none;
|
|
|
|
width: 844px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span12 {
|
2012-01-07 13:34:30 +01:00
|
|
|
float: none;
|
|
|
|
width: 924px;
|
|
|
|
margin-left: 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span13 {
|
2012-02-22 00:18:05 +01:00
|
|
|
float: none;
|
|
|
|
width: 1004px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span14 {
|
2012-02-22 00:18:05 +01:00
|
|
|
float: none;
|
|
|
|
width: 1084px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span15 {
|
2012-02-22 00:18:05 +01:00
|
|
|
float: none;
|
|
|
|
width: 1164px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span16 {
|
2012-02-22 00:18:05 +01:00
|
|
|
float: none;
|
|
|
|
width: 1244px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span17 {
|
2012-02-22 00:18:05 +01:00
|
|
|
float: none;
|
|
|
|
width: 1324px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span18 {
|
2012-02-22 00:18:05 +01:00
|
|
|
float: none;
|
|
|
|
width: 1404px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span19 {
|
2012-02-22 00:18:05 +01:00
|
|
|
float: none;
|
|
|
|
width: 1484px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span20 {
|
2012-02-22 00:18:05 +01:00
|
|
|
float: none;
|
|
|
|
width: 1564px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span21 {
|
2012-02-22 00:18:05 +01:00
|
|
|
float: none;
|
|
|
|
width: 1644px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span22 {
|
2012-02-22 00:18:05 +01:00
|
|
|
float: none;
|
|
|
|
width: 1724px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span23 {
|
2012-02-22 00:18:05 +01:00
|
|
|
float: none;
|
|
|
|
width: 1804px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-09-01 07:37:46 +02:00
|
|
|
.table .span24 {
|
2012-02-22 00:18:05 +01:00
|
|
|
float: none;
|
|
|
|
width: 1884px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-08 08:07:53 +02:00
|
|
|
.table tbody tr.success td {
|
2012-08-08 07:50:49 +02:00
|
|
|
background-color: #dff0d8;
|
|
|
|
}
|
|
|
|
|
2012-08-08 08:07:53 +02:00
|
|
|
.table tbody tr.error td {
|
2012-08-08 07:50:49 +02:00
|
|
|
background-color: #f2dede;
|
|
|
|
}
|
|
|
|
|
2012-08-22 11:20:31 +02:00
|
|
|
.table tbody tr.warning td {
|
|
|
|
background-color: #fcf8e3;
|
|
|
|
}
|
|
|
|
|
2012-08-08 08:07:53 +02:00
|
|
|
.table tbody tr.info td {
|
2012-08-08 07:50:49 +02:00
|
|
|
background-color: #d9edf7;
|
|
|
|
}
|
|
|
|
|
2012-08-28 06:06:21 +02:00
|
|
|
.table-hover tbody tr.success:hover td {
|
|
|
|
background-color: #d0e9c6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-hover tbody tr.error:hover td {
|
|
|
|
background-color: #ebcccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-hover tbody tr.warning:hover td {
|
|
|
|
background-color: #faf2cc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-hover tbody tr.info:hover td {
|
|
|
|
background-color: #c4e3f3;
|
|
|
|
}
|
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
[class^="icon-"],
|
|
|
|
[class*=" icon-"] {
|
2012-01-05 19:01:42 +01:00
|
|
|
display: inline-block;
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
2012-08-18 01:11:52 +02:00
|
|
|
margin-top: 1px;
|
2012-04-17 01:34:08 +02:00
|
|
|
*margin-right: .3em;
|
2012-02-05 07:22:19 +01:00
|
|
|
line-height: 14px;
|
2012-01-31 07:57:00 +01:00
|
|
|
vertical-align: text-top;
|
2012-02-05 07:22:19 +01:00
|
|
|
background-image: url("../img/glyphicons-halflings.png");
|
2012-01-31 07:57:00 +01:00
|
|
|
background-position: 14px 14px;
|
|
|
|
background-repeat: no-repeat;
|
2012-01-27 22:39:38 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-08 20:26:22 +02:00
|
|
|
/* White icons with optional class, or on hover/active states of certain elements */
|
|
|
|
|
|
|
|
.icon-white,
|
2012-08-21 23:15:01 +02:00
|
|
|
.nav-tabs > .active > a > [class^="icon-"],
|
|
|
|
.nav-tabs > .active > a > [class*=" icon-"],
|
|
|
|
.nav-pills > .active > a > [class^="icon-"],
|
|
|
|
.nav-pills > .active > a > [class*=" icon-"],
|
|
|
|
.nav-list > .active > a > [class^="icon-"],
|
|
|
|
.nav-list > .active > a > [class*=" icon-"],
|
|
|
|
.navbar-inverse .nav > .active > a > [class^="icon-"],
|
|
|
|
.navbar-inverse .nav > .active > a > [class*=" icon-"],
|
2012-08-08 20:26:22 +02:00
|
|
|
.dropdown-menu > li > a:hover > [class^="icon-"],
|
2012-08-17 20:23:39 +02:00
|
|
|
.dropdown-menu > li > a:hover > [class*=" icon-"],
|
|
|
|
.dropdown-menu > .active > a > [class^="icon-"],
|
2012-08-08 20:26:22 +02:00
|
|
|
.dropdown-menu > .active > a > [class*=" icon-"] {
|
2012-02-05 07:22:19 +01:00
|
|
|
background-image: url("../img/glyphicons-halflings-white.png");
|
2012-01-27 01:27:37 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-glass {
|
2012-01-27 22:56:50 +01:00
|
|
|
background-position: 0 0;
|
2011-10-11 18:44:51 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-music {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -24px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-search {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -48px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-envelope {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -72px 0;
|
2011-09-03 08:01:38 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-heart {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -96px 0;
|
2011-09-03 08:09:59 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-star {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -120px 0;
|
2011-12-27 19:39:39 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-star-empty {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -144px 0;
|
2011-09-08 18:43:37 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-user {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -168px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-film {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -192px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-th-large {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -216px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-th {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -240px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-th-list {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -264px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-ok {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -288px 0;
|
2011-10-10 06:13:26 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-remove {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -312px 0;
|
2011-10-11 18:44:51 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-zoom-in {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -336px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-zoom-out {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -360px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-off {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -384px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-signal {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -408px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-cog {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -432px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-trash {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -456px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-home {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: 0 -24px;
|
2011-12-02 20:37:39 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-file {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -24px -24px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-time {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -48px -24px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-road {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -72px -24px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-download-alt {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -96px -24px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-download {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -120px -24px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-upload {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -144px -24px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-inbox {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -168px -24px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-play-circle {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -192px -24px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-repeat {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -216px -24px;
|
2011-09-07 06:54:00 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-refresh {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -240px -24px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-list-alt {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -264px -24px;
|
2011-09-02 09:50:05 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-lock {
|
2012-01-28 03:49:00 +01:00
|
|
|
background-position: -287px -24px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-flag {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -312px -24px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-headphones {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -336px -24px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-volume-off {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -360px -24px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-volume-down {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -384px -24px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-volume-up {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -408px -24px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-qrcode {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -432px -24px;
|
2011-09-13 05:07:26 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-barcode {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -456px -24px;
|
2011-09-13 05:07:26 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-tag {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: 0 -48px;
|
2011-09-13 05:07:26 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-tags {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -25px -48px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-book {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -48px -48px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-bookmark {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -72px -48px;
|
2011-09-09 09:02:47 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-print {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -96px -48px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-camera {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -120px -48px;
|
2011-09-02 09:56:03 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-font {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -144px -48px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-bold {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -167px -48px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-italic {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -192px -48px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-text-height {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -216px -48px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-text-width {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -240px -48px;
|
2011-09-02 21:35:41 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-align-left {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -264px -48px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-align-center {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -288px -48px;
|
2011-09-29 11:21:02 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-align-right {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -312px -48px;
|
2011-09-29 11:21:02 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-align-justify {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -336px -48px;
|
2011-09-29 11:21:02 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-list {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -360px -48px;
|
2011-09-29 11:21:02 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-indent-left {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -384px -48px;
|
2011-09-29 11:21:02 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-indent-right {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -408px -48px;
|
2011-09-29 11:21:02 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-facetime-video {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -432px -48px;
|
2011-09-29 11:21:02 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-picture {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -456px -48px;
|
2011-09-29 11:21:02 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-pencil {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: 0 -72px;
|
2011-09-29 11:21:02 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-map-marker {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -24px -72px;
|
2011-09-29 11:21:02 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-adjust {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -48px -72px;
|
2011-12-28 00:39:34 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-tint {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -72px -72px;
|
2011-12-28 00:39:34 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-edit {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -96px -72px;
|
2011-09-29 11:21:02 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-share {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -120px -72px;
|
2011-09-09 08:01:28 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-check {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -144px -72px;
|
2011-09-09 08:01:28 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-move {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -168px -72px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-step-backward {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -192px -72px;
|
2011-09-16 19:51:44 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-fast-backward {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -216px -72px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-backward {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -240px -72px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-play {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -264px -72px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-pause {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -288px -72px;
|
2011-12-21 23:00:50 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-stop {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -312px -72px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-forward {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -336px -72px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-fast-forward {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -360px -72px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-step-forward {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -384px -72px;
|
2011-09-03 08:28:01 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-eject {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -408px -72px;
|
2011-09-03 08:28:01 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-chevron-left {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -432px -72px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-chevron-right {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -456px -72px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-plus-sign {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: 0 -96px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-minus-sign {
|
2012-01-27 22:56:50 +01:00
|
|
|
background-position: -24px -96px;
|
2012-01-27 15:33:18 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-remove-sign {
|
2012-01-27 22:56:50 +01:00
|
|
|
background-position: -48px -96px;
|
2012-01-27 15:33:18 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-ok-sign {
|
2012-01-27 22:56:50 +01:00
|
|
|
background-position: -72px -96px;
|
2012-01-27 15:33:18 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-question-sign {
|
2012-01-27 22:56:50 +01:00
|
|
|
background-position: -96px -96px;
|
2012-01-27 15:33:18 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-info-sign {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -120px -96px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-screenshot {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -144px -96px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-remove-circle {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -168px -96px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-ok-circle {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -192px -96px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-ban-circle {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -216px -96px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-arrow-left {
|
2012-01-27 22:56:50 +01:00
|
|
|
background-position: -240px -96px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-arrow-right {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -264px -96px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-arrow-up {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -289px -96px;
|
2012-01-05 19:01:42 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-arrow-down {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -312px -96px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-share-alt {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -336px -96px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-resize-full {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -360px -96px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-resize-small {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -384px -96px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-plus {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -408px -96px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-minus {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -433px -96px;
|
2012-01-05 19:01:42 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-asterisk {
|
2012-01-05 19:01:42 +01:00
|
|
|
background-position: -456px -96px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-exclamation-sign {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: 0 -120px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-gift {
|
2012-01-27 22:56:50 +01:00
|
|
|
background-position: -24px -120px;
|
2012-01-27 15:33:18 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-leaf {
|
2012-01-27 22:56:50 +01:00
|
|
|
background-position: -48px -120px;
|
2012-01-27 15:33:18 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-fire {
|
2012-01-27 22:56:50 +01:00
|
|
|
background-position: -72px -120px;
|
2012-01-27 15:33:18 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-eye-open {
|
2012-01-27 22:56:50 +01:00
|
|
|
background-position: -96px -120px;
|
2012-01-27 15:33:18 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-eye-close {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -120px -120px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-warning-sign {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -144px -120px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-plane {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -168px -120px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-calendar {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -192px -120px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-random {
|
2012-06-03 07:34:20 +02:00
|
|
|
width: 16px;
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -216px -120px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-comment {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -240px -120px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-magnet {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -264px -120px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-chevron-up {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -288px -120px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-chevron-down {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -313px -119px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-retweet {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -336px -120px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-shopping-cart {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -360px -120px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-folder-close {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -384px -120px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-folder-open {
|
2012-06-03 07:34:20 +02:00
|
|
|
width: 16px;
|
2012-01-27 22:56:50 +01:00
|
|
|
background-position: -408px -120px;
|
2012-01-27 15:33:18 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-resize-vertical {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -432px -119px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 09:11:19 +01:00
|
|
|
.icon-resize-horizontal {
|
2012-01-27 15:33:18 +01:00
|
|
|
background-position: -456px -118px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-hdd {
|
|
|
|
background-position: 0 -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-bullhorn {
|
|
|
|
background-position: -24px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-bell {
|
|
|
|
background-position: -48px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-certificate {
|
|
|
|
background-position: -72px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-thumbs-up {
|
|
|
|
background-position: -96px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-thumbs-down {
|
|
|
|
background-position: -120px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-hand-right {
|
|
|
|
background-position: -144px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-hand-left {
|
|
|
|
background-position: -168px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-hand-up {
|
|
|
|
background-position: -192px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-hand-down {
|
|
|
|
background-position: -216px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-circle-arrow-right {
|
|
|
|
background-position: -240px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-circle-arrow-left {
|
|
|
|
background-position: -264px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-circle-arrow-up {
|
|
|
|
background-position: -288px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-circle-arrow-down {
|
|
|
|
background-position: -312px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-globe {
|
|
|
|
background-position: -336px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-wrench {
|
|
|
|
background-position: -360px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-tasks {
|
|
|
|
background-position: -384px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-filter {
|
|
|
|
background-position: -408px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-briefcase {
|
|
|
|
background-position: -432px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 02:15:16 +02:00
|
|
|
.icon-fullscreen {
|
|
|
|
background-position: -456px -144px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-26 07:28:43 +02:00
|
|
|
.dropup,
|
2012-01-05 19:01:42 +01:00
|
|
|
.dropdown {
|
|
|
|
position: relative;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-28 20:21:39 +01:00
|
|
|
.dropdown-toggle {
|
2012-01-27 22:39:38 +01:00
|
|
|
*margin-bottom: -3px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.dropdown-toggle:active,
|
|
|
|
.open .dropdown-toggle {
|
2012-01-28 20:21:39 +01:00
|
|
|
outline: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-07 12:45:24 +01:00
|
|
|
.caret {
|
2012-01-05 19:01:42 +01:00
|
|
|
display: inline-block;
|
|
|
|
width: 0;
|
2012-07-09 09:31:54 +02:00
|
|
|
height: 0;
|
|
|
|
vertical-align: top;
|
2012-01-23 05:07:17 +01:00
|
|
|
border-top: 4px solid #000000;
|
2012-04-17 01:34:08 +02:00
|
|
|
border-right: 4px solid transparent;
|
|
|
|
border-left: 4px solid transparent;
|
|
|
|
content: "";
|
2012-01-05 19:01:42 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-07 12:45:24 +01:00
|
|
|
.dropdown .caret {
|
2012-07-09 09:31:54 +02:00
|
|
|
margin-top: 8px;
|
2012-01-07 12:45:24 +01:00
|
|
|
margin-left: 2px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-05 19:01:42 +01:00
|
|
|
.dropdown-menu {
|
|
|
|
position: absolute;
|
2012-01-23 05:47:24 +01:00
|
|
|
top: 100%;
|
2012-01-27 22:39:38 +01:00
|
|
|
left: 0;
|
2012-01-07 13:01:09 +01:00
|
|
|
z-index: 1000;
|
2012-01-05 19:01:42 +01:00
|
|
|
display: none;
|
2012-04-17 01:34:08 +02:00
|
|
|
float: left;
|
2012-01-05 19:01:42 +01:00
|
|
|
min-width: 160px;
|
2012-06-25 05:42:31 +02:00
|
|
|
padding: 5px 0;
|
2012-07-29 09:30:15 +02:00
|
|
|
margin: 2px 0 0;
|
2012-01-07 12:45:24 +01:00
|
|
|
list-style: none;
|
2012-01-05 19:01:42 +01:00
|
|
|
background-color: #ffffff;
|
2012-03-23 07:09:31 +01:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
2012-04-17 01:34:08 +02:00
|
|
|
*border-right-width: 2px;
|
|
|
|
*border-bottom-width: 2px;
|
2012-06-25 05:42:31 +02:00
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
2012-01-07 12:45:24 +01:00
|
|
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
2012-01-05 19:01:42 +01:00
|
|
|
-webkit-background-clip: padding-box;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-background-clip: padding;
|
|
|
|
background-clip: padding-box;
|
2012-01-05 19:01:42 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 23:50:47 +01:00
|
|
|
.dropdown-menu.pull-right {
|
|
|
|
right: 0;
|
|
|
|
left: auto;
|
2012-01-24 19:45:29 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-05 19:01:42 +01:00
|
|
|
.dropdown-menu .divider {
|
2012-04-17 01:34:08 +02:00
|
|
|
*width: 100%;
|
2012-01-05 19:01:42 +01:00
|
|
|
height: 1px;
|
2012-07-06 00:11:54 +02:00
|
|
|
margin: 9px 1px;
|
2012-04-17 01:34:08 +02:00
|
|
|
*margin: -5px 0 5px;
|
2012-01-05 19:01:42 +01:00
|
|
|
overflow: hidden;
|
2012-01-07 12:45:24 +01:00
|
|
|
background-color: #e5e5e5;
|
2012-01-05 19:01:42 +01:00
|
|
|
border-bottom: 1px solid #ffffff;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-07 12:45:24 +01:00
|
|
|
.dropdown-menu a {
|
2012-01-05 19:01:42 +01:00
|
|
|
display: block;
|
2012-07-18 07:26:53 +02:00
|
|
|
padding: 3px 20px;
|
2012-01-05 19:01:42 +01:00
|
|
|
clear: both;
|
|
|
|
font-weight: normal;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 20px;
|
2012-03-05 09:32:02 +01:00
|
|
|
color: #333333;
|
2012-01-13 00:29:16 +01:00
|
|
|
white-space: nowrap;
|
2012-01-05 19:01:42 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.dropdown-menu li > a:hover,
|
2012-07-27 19:06:54 +02:00
|
|
|
.dropdown-menu li > a:focus,
|
|
|
|
.dropdown-submenu:hover > a {
|
2012-07-18 07:26:53 +02:00
|
|
|
color: #ffffff;
|
2012-06-20 04:17:42 +02:00
|
|
|
text-decoration: none;
|
2012-07-18 07:26:53 +02:00
|
|
|
background-color: #0088cc;
|
|
|
|
background-color: #0081c2;
|
|
|
|
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
|
|
|
|
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
|
2012-06-20 04:17:42 +02:00
|
|
|
}
|
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.dropdown-menu .active > a,
|
|
|
|
.dropdown-menu .active > a:hover {
|
2012-01-23 05:07:17 +01:00
|
|
|
color: #ffffff;
|
2012-01-05 19:01:42 +01:00
|
|
|
text-decoration: none;
|
2012-03-06 05:15:35 +01:00
|
|
|
background-color: #0088cc;
|
2012-07-18 07:26:53 +02:00
|
|
|
background-color: #0081c2;
|
|
|
|
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
|
|
|
|
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
|
|
|
|
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-repeat: repeat-x;
|
2012-05-17 09:39:14 +02:00
|
|
|
outline: 0;
|
2012-07-18 07:26:53 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
|
2012-01-05 19:01:42 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-06-19 22:52:07 +02:00
|
|
|
.dropdown-menu .disabled > a,
|
|
|
|
.dropdown-menu .disabled > a:hover {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu .disabled > a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: default;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2012-03-23 07:09:31 +01:00
|
|
|
.open {
|
2012-01-27 22:39:38 +01:00
|
|
|
*z-index: 1000;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-05-14 06:52:18 +02:00
|
|
|
.open > .dropdown-menu {
|
2012-01-05 19:01:42 +01:00
|
|
|
display: block;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-05-28 10:13:24 +02:00
|
|
|
.pull-right > .dropdown-menu {
|
2012-02-19 05:06:38 +01:00
|
|
|
right: 0;
|
2012-04-17 01:34:08 +02:00
|
|
|
left: auto;
|
2012-02-19 05:06:38 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.dropup .caret,
|
|
|
|
.navbar-fixed-bottom .dropdown .caret {
|
2012-02-22 07:01:39 +01:00
|
|
|
border-top: 0;
|
|
|
|
border-bottom: 4px solid #000000;
|
2012-08-21 22:02:02 +02:00
|
|
|
content: "";
|
2012-02-22 07:01:39 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.dropup .dropdown-menu,
|
|
|
|
.navbar-fixed-bottom .dropdown .dropdown-menu {
|
2012-02-22 07:01:39 +01:00
|
|
|
top: auto;
|
|
|
|
bottom: 100%;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-27 19:06:54 +02:00
|
|
|
.dropdown-submenu {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-submenu > .dropdown-menu {
|
|
|
|
top: 0;
|
|
|
|
left: 100%;
|
2012-07-27 19:35:15 +02:00
|
|
|
margin-top: -6px;
|
2012-07-27 19:06:54 +02:00
|
|
|
margin-left: -1px;
|
|
|
|
-webkit-border-radius: 0 6px 6px 6px;
|
|
|
|
-moz-border-radius: 0 6px 6px 6px;
|
|
|
|
border-radius: 0 6px 6px 6px;
|
|
|
|
}
|
|
|
|
|
2012-08-21 23:15:50 +02:00
|
|
|
.dropdown-submenu:hover > .dropdown-menu {
|
2012-07-27 19:06:54 +02:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2012-07-27 19:35:15 +02:00
|
|
|
.dropdown-submenu > a:after {
|
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-right: -10px;
|
|
|
|
border-color: transparent;
|
|
|
|
border-left-color: #cccccc;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 5px 0 5px 5px;
|
|
|
|
content: " ";
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-submenu:hover > a:after {
|
|
|
|
border-left-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2012-07-27 19:06:54 +02:00
|
|
|
.dropdown .dropdown-menu .nav-header {
|
|
|
|
padding-right: 20px;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
2012-01-08 10:50:12 +01:00
|
|
|
.typeahead {
|
|
|
|
margin-top: 2px;
|
|
|
|
-webkit-border-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2012-01-08 10:50:12 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-11-17 08:58:36 +01:00
|
|
|
.well {
|
|
|
|
min-height: 20px;
|
2011-11-30 07:35:03 +01:00
|
|
|
padding: 19px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
background-color: #f5f5f5;
|
2012-06-28 19:03:46 +02:00
|
|
|
border: 1px solid #e3e3e3;
|
2011-11-17 08:58:36 +01:00
|
|
|
-webkit-border-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2011-11-17 08:58:36 +01:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-11-17 08:58:36 +01:00
|
|
|
.well blockquote {
|
|
|
|
border-color: #ddd;
|
|
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-07 06:12:43 +01:00
|
|
|
.well-large {
|
|
|
|
padding: 24px;
|
|
|
|
-webkit-border-radius: 6px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
2012-03-07 06:12:43 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-07 06:12:43 +01:00
|
|
|
.well-small {
|
|
|
|
padding: 9px;
|
|
|
|
-webkit-border-radius: 3px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2012-03-07 06:12:43 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-11-17 08:58:36 +01:00
|
|
|
.fade {
|
2012-04-17 01:34:08 +02:00
|
|
|
opacity: 0;
|
2011-11-17 08:58:36 +01:00
|
|
|
-webkit-transition: opacity 0.15s linear;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-transition: opacity 0.15s linear;
|
|
|
|
-o-transition: opacity 0.15s linear;
|
|
|
|
transition: opacity 0.15s linear;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-11-17 08:58:36 +01:00
|
|
|
.fade.in {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-11-26 02:23:14 +01:00
|
|
|
.collapse {
|
2012-04-17 01:34:08 +02:00
|
|
|
position: relative;
|
|
|
|
height: 0;
|
|
|
|
overflow: hidden;
|
2011-11-26 02:23:14 +01:00
|
|
|
-webkit-transition: height 0.35s ease;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-transition: height 0.35s ease;
|
|
|
|
-o-transition: height 0.35s ease;
|
|
|
|
transition: height 0.35s ease;
|
2011-11-26 02:23:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-11-26 06:34:55 +01:00
|
|
|
.collapse.in {
|
2011-11-26 02:23:14 +01:00
|
|
|
height: auto;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-05 19:01:42 +01:00
|
|
|
.close {
|
|
|
|
float: right;
|
|
|
|
font-size: 20px;
|
2011-11-17 08:58:36 +01:00
|
|
|
font-weight: bold;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 20px;
|
2012-01-05 19:01:42 +01:00
|
|
|
color: #000000;
|
|
|
|
text-shadow: 0 1px 0 #ffffff;
|
|
|
|
opacity: 0.2;
|
2012-01-26 05:32:19 +01:00
|
|
|
filter: alpha(opacity=20);
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-05 19:01:42 +01:00
|
|
|
.close:hover {
|
|
|
|
color: #000000;
|
|
|
|
text-decoration: none;
|
2012-04-17 01:34:08 +02:00
|
|
|
cursor: pointer;
|
2012-01-05 19:01:42 +01:00
|
|
|
opacity: 0.4;
|
2012-01-26 05:32:19 +01:00
|
|
|
filter: alpha(opacity=40);
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-26 05:41:59 +02:00
|
|
|
button.close {
|
|
|
|
padding: 0;
|
|
|
|
cursor: pointer;
|
2012-04-24 15:45:21 +02:00
|
|
|
background: transparent;
|
2012-03-26 05:41:59 +02:00
|
|
|
border: 0;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 05:50:51 +01:00
|
|
|
.btn {
|
|
|
|
display: inline-block;
|
2012-03-12 05:12:59 +01:00
|
|
|
*display: inline;
|
2012-07-09 09:31:54 +02:00
|
|
|
padding: 4px 14px;
|
2012-02-07 08:34:03 +01:00
|
|
|
margin-bottom: 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
*margin-left: .3em;
|
2012-07-30 21:52:44 +02:00
|
|
|
font-size: 14px;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 20px;
|
2012-04-17 01:34:08 +02:00
|
|
|
*line-height: 20px;
|
2012-01-31 05:50:51 +01:00
|
|
|
color: #333333;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
2012-02-07 08:34:03 +01:00
|
|
|
vertical-align: middle;
|
2012-04-17 01:34:08 +02:00
|
|
|
cursor: pointer;
|
2012-02-12 20:14:13 +01:00
|
|
|
background-color: #f5f5f5;
|
2012-04-19 01:16:42 +02:00
|
|
|
*background-color: #e6e6e6;
|
2012-02-12 20:14:13 +01:00
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
|
|
|
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
|
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
2012-07-10 05:49:17 +02:00
|
|
|
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
2012-04-19 01:16:42 +02:00
|
|
|
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
2012-02-12 20:14:13 +01:00
|
|
|
background-repeat: repeat-x;
|
2012-07-30 21:52:44 +02:00
|
|
|
border: 1px solid #bbbbbb;
|
2012-04-17 01:34:08 +02:00
|
|
|
*border: 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
|
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
2012-07-30 21:52:44 +02:00
|
|
|
border-bottom-color: #a2a2a2;
|
2012-01-31 05:50:51 +01:00
|
|
|
-webkit-border-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2012-05-04 22:50:16 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
|
2012-04-19 01:16:42 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
|
|
|
*zoom: 1;
|
2012-07-09 09:42:38 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
2012-01-31 05:50:51 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-12 20:14:13 +01:00
|
|
|
.btn:hover,
|
|
|
|
.btn:active,
|
|
|
|
.btn.active,
|
|
|
|
.btn.disabled,
|
|
|
|
.btn[disabled] {
|
2012-07-10 09:45:44 +02:00
|
|
|
color: #333333;
|
2012-02-12 20:14:13 +01:00
|
|
|
background-color: #e6e6e6;
|
2012-03-25 23:28:24 +02:00
|
|
|
*background-color: #d9d9d9;
|
2012-02-12 20:14:13 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.btn:active,
|
|
|
|
.btn.active {
|
2012-02-12 20:14:13 +01:00
|
|
|
background-color: #cccccc \9;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 05:50:51 +01:00
|
|
|
.btn:first-child {
|
|
|
|
*margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 05:50:51 +01:00
|
|
|
.btn:hover {
|
|
|
|
color: #333333;
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #e6e6e6;
|
2012-03-25 23:28:24 +02:00
|
|
|
*background-color: #d9d9d9;
|
|
|
|
/* Buttons in IE7 don't get borders, so darken on hover */
|
|
|
|
|
2012-01-31 05:50:51 +01:00
|
|
|
background-position: 0 -15px;
|
|
|
|
-webkit-transition: background-position 0.1s linear;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-transition: background-position 0.1s linear;
|
|
|
|
-o-transition: background-position 0.1s linear;
|
|
|
|
transition: background-position 0.1s linear;
|
2012-01-31 05:50:51 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 05:50:51 +01:00
|
|
|
.btn:focus {
|
2012-02-17 06:25:40 +01:00
|
|
|
outline: thin dotted #333;
|
2012-01-31 05:50:51 +01:00
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline-offset: -2px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.btn.active,
|
|
|
|
.btn:active {
|
2012-04-17 01:34:08 +02:00
|
|
|
background-color: #e6e6e6;
|
|
|
|
background-color: #d9d9d9 \9;
|
2012-01-31 05:50:51 +01:00
|
|
|
background-image: none;
|
2012-04-17 01:34:08 +02:00
|
|
|
outline: 0;
|
2012-07-09 09:42:38 +02:00
|
|
|
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
2012-01-31 05:50:51 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.btn.disabled,
|
|
|
|
.btn[disabled] {
|
2012-01-31 05:50:51 +01:00
|
|
|
cursor: default;
|
|
|
|
background-color: #e6e6e6;
|
2012-04-17 01:34:08 +02:00
|
|
|
background-image: none;
|
2012-01-31 05:50:51 +01:00
|
|
|
opacity: 0.65;
|
|
|
|
filter: alpha(opacity=65);
|
|
|
|
-webkit-box-shadow: none;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-box-shadow: none;
|
|
|
|
box-shadow: none;
|
2012-01-31 05:50:51 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:15:57 +01:00
|
|
|
.btn-large {
|
2012-01-31 05:50:51 +01:00
|
|
|
padding: 9px 14px;
|
2012-07-06 00:11:54 +02:00
|
|
|
font-size: 16px;
|
2012-01-31 05:50:51 +01:00
|
|
|
line-height: normal;
|
|
|
|
-webkit-border-radius: 5px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
2012-01-31 05:50:51 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-05 07:22:19 +01:00
|
|
|
.btn-large [class^="icon-"] {
|
2012-08-18 01:11:52 +02:00
|
|
|
margin-top: 2px;
|
2012-01-31 05:50:51 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:15:57 +01:00
|
|
|
.btn-small {
|
2012-08-18 01:11:52 +02:00
|
|
|
padding: 3px 9px;
|
2012-07-06 00:11:54 +02:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
2012-01-31 05:50:51 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-05 07:22:19 +01:00
|
|
|
.btn-small [class^="icon-"] {
|
2012-08-18 01:11:52 +02:00
|
|
|
margin-top: 0;
|
2012-01-31 05:50:51 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-17 06:28:16 +01:00
|
|
|
.btn-mini {
|
|
|
|
padding: 2px 6px;
|
2012-07-30 21:52:44 +02:00
|
|
|
font-size: 11px;
|
2012-08-21 23:38:47 +02:00
|
|
|
line-height: 17px;
|
2012-02-17 06:28:16 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-28 00:42:58 +02:00
|
|
|
.btn-block {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding-right: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.btn-block + .btn-block {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
2012-08-28 00:39:55 +02:00
|
|
|
input[type="submit"].btn-block,
|
|
|
|
input[type="reset"].btn-block,
|
|
|
|
input[type="button"].btn-block {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2012-01-31 06:15:57 +01:00
|
|
|
.btn-primary.active,
|
|
|
|
.btn-warning.active,
|
|
|
|
.btn-danger.active,
|
|
|
|
.btn-success.active,
|
2012-02-13 00:18:20 +01:00
|
|
|
.btn-info.active,
|
2012-02-18 05:25:49 +01:00
|
|
|
.btn-inverse.active {
|
2012-01-29 00:09:23 +01:00
|
|
|
color: rgba(255, 255, 255, 0.75);
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-23 19:06:35 +02:00
|
|
|
.btn {
|
2012-08-02 02:01:29 +02:00
|
|
|
border-color: #c5c5c5;
|
|
|
|
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
|
2012-04-23 19:06:35 +02:00
|
|
|
}
|
|
|
|
|
2012-01-31 06:15:57 +01:00
|
|
|
.btn-primary {
|
2012-07-10 09:45:44 +02:00
|
|
|
color: #ffffff;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2012-07-05 08:31:30 +02:00
|
|
|
background-color: #006dcc;
|
|
|
|
*background-color: #0044cc;
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
|
|
|
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
|
|
|
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
2012-07-10 05:49:17 +02:00
|
|
|
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
|
2012-07-05 08:31:30 +02:00
|
|
|
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
2012-01-29 00:09:23 +01:00
|
|
|
background-repeat: repeat-x;
|
2012-07-05 08:31:30 +02:00
|
|
|
border-color: #0044cc #0044cc #002a80;
|
2012-01-29 00:09:23 +01:00
|
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2012-07-05 08:31:30 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
|
2012-04-19 01:16:42 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:15:57 +01:00
|
|
|
.btn-primary:hover,
|
|
|
|
.btn-primary:active,
|
|
|
|
.btn-primary.active,
|
|
|
|
.btn-primary.disabled,
|
|
|
|
.btn-primary[disabled] {
|
2012-07-10 09:45:44 +02:00
|
|
|
color: #ffffff;
|
2012-07-05 08:31:30 +02:00
|
|
|
background-color: #0044cc;
|
|
|
|
*background-color: #003bb3;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.btn-primary:active,
|
|
|
|
.btn-primary.active {
|
2012-07-05 08:31:30 +02:00
|
|
|
background-color: #003399 \9;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:15:57 +01:00
|
|
|
.btn-warning {
|
2012-07-10 09:45:44 +02:00
|
|
|
color: #ffffff;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2012-01-30 17:15:28 +01:00
|
|
|
background-color: #faa732;
|
2012-04-19 01:16:42 +02:00
|
|
|
*background-color: #f89406;
|
2012-01-30 17:15:28 +01:00
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
|
|
|
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
|
|
|
background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
2012-07-10 05:49:17 +02:00
|
|
|
background-image: linear-gradient(to bottom, #fbb450, #f89406);
|
2012-06-26 05:20:32 +02:00
|
|
|
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
|
2012-01-30 17:15:28 +01:00
|
|
|
background-repeat: repeat-x;
|
|
|
|
border-color: #f89406 #f89406 #ad6704;
|
|
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2012-05-04 22:50:16 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
|
2012-04-19 01:16:42 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
2012-01-30 17:15:28 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:15:57 +01:00
|
|
|
.btn-warning:hover,
|
|
|
|
.btn-warning:active,
|
|
|
|
.btn-warning.active,
|
|
|
|
.btn-warning.disabled,
|
|
|
|
.btn-warning[disabled] {
|
2012-07-10 09:45:44 +02:00
|
|
|
color: #ffffff;
|
2012-01-30 17:15:28 +01:00
|
|
|
background-color: #f89406;
|
2012-03-25 23:28:24 +02:00
|
|
|
*background-color: #df8505;
|
2012-01-30 17:15:28 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.btn-warning:active,
|
|
|
|
.btn-warning.active {
|
2012-01-30 17:15:28 +01:00
|
|
|
background-color: #c67605 \9;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:15:57 +01:00
|
|
|
.btn-danger {
|
2012-07-10 09:45:44 +02:00
|
|
|
color: #ffffff;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2012-01-29 00:09:23 +01:00
|
|
|
background-color: #da4f49;
|
2012-04-19 01:16:42 +02:00
|
|
|
*background-color: #bd362f;
|
2012-01-29 00:09:23 +01:00
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
|
|
|
|
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
|
|
|
|
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
|
2012-07-10 05:49:17 +02:00
|
|
|
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
|
2012-06-26 05:20:32 +02:00
|
|
|
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
|
2012-01-29 00:09:23 +01:00
|
|
|
background-repeat: repeat-x;
|
|
|
|
border-color: #bd362f #bd362f #802420;
|
|
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2012-05-04 22:50:16 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
|
2012-04-19 01:16:42 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
2012-01-08 05:40:28 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:15:57 +01:00
|
|
|
.btn-danger:hover,
|
|
|
|
.btn-danger:active,
|
|
|
|
.btn-danger.active,
|
|
|
|
.btn-danger.disabled,
|
|
|
|
.btn-danger[disabled] {
|
2012-07-10 09:45:44 +02:00
|
|
|
color: #ffffff;
|
2012-01-29 00:09:23 +01:00
|
|
|
background-color: #bd362f;
|
2012-03-25 23:28:24 +02:00
|
|
|
*background-color: #a9302a;
|
2012-01-08 05:40:28 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.btn-danger:active,
|
|
|
|
.btn-danger.active {
|
2012-01-29 00:09:23 +01:00
|
|
|
background-color: #942a25 \9;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:15:57 +01:00
|
|
|
.btn-success {
|
2012-07-10 09:45:44 +02:00
|
|
|
color: #ffffff;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2012-01-29 00:09:23 +01:00
|
|
|
background-color: #5bb75b;
|
2012-04-19 01:16:42 +02:00
|
|
|
*background-color: #51a351;
|
2012-01-29 00:09:23 +01:00
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
|
|
|
|
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
|
|
|
|
background-image: -o-linear-gradient(top, #62c462, #51a351);
|
2012-07-10 05:49:17 +02:00
|
|
|
background-image: linear-gradient(to bottom, #62c462, #51a351);
|
2012-06-26 05:20:32 +02:00
|
|
|
background-image: -moz-linear-gradient(top, #62c462, #51a351);
|
2012-01-29 00:09:23 +01:00
|
|
|
background-repeat: repeat-x;
|
|
|
|
border-color: #51a351 #51a351 #387038;
|
|
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2012-05-04 22:50:16 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
|
2012-04-19 01:16:42 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
2012-01-28 04:57:53 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:15:57 +01:00
|
|
|
.btn-success:hover,
|
|
|
|
.btn-success:active,
|
|
|
|
.btn-success.active,
|
|
|
|
.btn-success.disabled,
|
|
|
|
.btn-success[disabled] {
|
2012-07-10 09:45:44 +02:00
|
|
|
color: #ffffff;
|
2012-01-29 00:09:23 +01:00
|
|
|
background-color: #51a351;
|
2012-03-25 23:28:24 +02:00
|
|
|
*background-color: #499249;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.btn-success:active,
|
|
|
|
.btn-success.active {
|
2012-01-29 00:09:23 +01:00
|
|
|
background-color: #408140 \9;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:15:57 +01:00
|
|
|
.btn-info {
|
2012-07-10 09:45:44 +02:00
|
|
|
color: #ffffff;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2012-01-29 00:09:23 +01:00
|
|
|
background-color: #49afcd;
|
2012-04-19 01:16:42 +02:00
|
|
|
*background-color: #2f96b4;
|
2012-01-29 00:09:23 +01:00
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
|
|
|
|
background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
|
|
|
|
background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
|
2012-07-10 05:49:17 +02:00
|
|
|
background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
|
2012-06-26 05:20:32 +02:00
|
|
|
background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
|
2012-01-29 00:09:23 +01:00
|
|
|
background-repeat: repeat-x;
|
|
|
|
border-color: #2f96b4 #2f96b4 #1f6377;
|
|
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2012-05-04 22:50:16 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
|
2012-04-19 01:16:42 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:15:57 +01:00
|
|
|
.btn-info:hover,
|
|
|
|
.btn-info:active,
|
|
|
|
.btn-info.active,
|
|
|
|
.btn-info.disabled,
|
|
|
|
.btn-info[disabled] {
|
2012-07-10 09:45:44 +02:00
|
|
|
color: #ffffff;
|
2012-01-29 00:09:23 +01:00
|
|
|
background-color: #2f96b4;
|
2012-03-25 23:28:24 +02:00
|
|
|
*background-color: #2a85a0;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.btn-info:active,
|
|
|
|
.btn-info.active {
|
2012-01-29 00:09:23 +01:00
|
|
|
background-color: #24748c \9;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-13 00:18:20 +01:00
|
|
|
.btn-inverse {
|
2012-07-10 09:45:44 +02:00
|
|
|
color: #ffffff;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2012-07-01 17:42:09 +02:00
|
|
|
background-color: #363636;
|
2012-04-19 01:16:42 +02:00
|
|
|
*background-color: #222222;
|
2012-07-01 17:42:09 +02:00
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
|
|
|
|
background-image: -webkit-linear-gradient(top, #444444, #222222);
|
|
|
|
background-image: -o-linear-gradient(top, #444444, #222222);
|
2012-07-10 05:49:17 +02:00
|
|
|
background-image: linear-gradient(to bottom, #444444, #222222);
|
2012-07-01 17:42:09 +02:00
|
|
|
background-image: -moz-linear-gradient(top, #444444, #222222);
|
2012-02-13 00:18:20 +01:00
|
|
|
background-repeat: repeat-x;
|
2012-02-13 09:41:28 +01:00
|
|
|
border-color: #222222 #222222 #000000;
|
2012-02-13 00:18:20 +01:00
|
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2012-07-01 17:42:09 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
|
2012-04-19 01:16:42 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
2012-02-13 00:18:20 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-13 00:18:20 +01:00
|
|
|
.btn-inverse:hover,
|
|
|
|
.btn-inverse:active,
|
|
|
|
.btn-inverse.active,
|
|
|
|
.btn-inverse.disabled,
|
|
|
|
.btn-inverse[disabled] {
|
2012-07-10 09:45:44 +02:00
|
|
|
color: #ffffff;
|
2012-02-13 09:41:28 +01:00
|
|
|
background-color: #222222;
|
2012-03-25 23:28:24 +02:00
|
|
|
*background-color: #151515;
|
2012-02-13 00:18:20 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.btn-inverse:active,
|
|
|
|
.btn-inverse.active {
|
2012-02-13 09:41:28 +01:00
|
|
|
background-color: #080808 \9;
|
2012-02-13 00:18:20 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
button.btn,
|
|
|
|
input[type="submit"].btn {
|
2012-08-15 00:44:25 +02:00
|
|
|
*padding-top: 3px;
|
|
|
|
*padding-bottom: 3px;
|
2012-01-08 05:40:28 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
button.btn::-moz-focus-inner,
|
|
|
|
input[type="submit"].btn::-moz-focus-inner {
|
2012-01-29 00:09:23 +01:00
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
2012-01-08 05:40:28 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
button.btn.btn-large,
|
|
|
|
input[type="submit"].btn.btn-large {
|
2012-01-29 00:09:23 +01:00
|
|
|
*padding-top: 7px;
|
|
|
|
*padding-bottom: 7px;
|
2012-01-08 05:40:28 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
button.btn.btn-small,
|
|
|
|
input[type="submit"].btn.btn-small {
|
2012-01-29 00:09:23 +01:00
|
|
|
*padding-top: 3px;
|
|
|
|
*padding-bottom: 3px;
|
2012-01-08 05:40:28 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-12 20:44:47 +01:00
|
|
|
button.btn.btn-mini,
|
|
|
|
input[type="submit"].btn.btn-mini {
|
|
|
|
*padding-top: 1px;
|
|
|
|
*padding-bottom: 1px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-19 01:30:47 +02:00
|
|
|
.btn-link,
|
2012-08-31 23:02:18 +02:00
|
|
|
.btn-link:active,
|
|
|
|
.btn-link[disabled] {
|
2012-08-19 01:30:47 +02:00
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2012-07-18 08:32:52 +02:00
|
|
|
.btn-link {
|
|
|
|
color: #0088cc;
|
|
|
|
cursor: pointer;
|
|
|
|
border-color: transparent;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-link:hover {
|
|
|
|
color: #005580;
|
|
|
|
text-decoration: underline;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2012-08-31 23:02:18 +02:00
|
|
|
.btn-link[disabled]:hover {
|
|
|
|
color: #333333;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.btn-group {
|
|
|
|
position: relative;
|
|
|
|
*margin-left: .3em;
|
2012-06-26 00:46:46 +02:00
|
|
|
font-size: 0;
|
|
|
|
white-space: nowrap;
|
2012-08-27 21:05:15 +02:00
|
|
|
vertical-align: middle;
|
2012-01-08 05:40:28 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.btn-group:first-child {
|
|
|
|
*margin-left: 0;
|
2012-01-08 05:40:28 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.btn-group + .btn-group {
|
|
|
|
margin-left: 5px;
|
2012-01-08 05:40:28 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.btn-toolbar {
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
2012-08-19 01:50:26 +02:00
|
|
|
font-size: 0;
|
2012-01-08 11:15:47 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.btn-toolbar .btn-group {
|
|
|
|
display: inline-block;
|
|
|
|
*display: inline;
|
|
|
|
/* IE7 inline-block hack */
|
|
|
|
|
|
|
|
*zoom: 1;
|
2012-01-09 00:33:44 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-20 02:07:41 +02:00
|
|
|
.btn-toolbar .btn + .btn,
|
2012-08-19 01:50:26 +02:00
|
|
|
.btn-toolbar .btn-group + .btn,
|
|
|
|
.btn-toolbar .btn + .btn-group {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2012-04-03 07:37:58 +02:00
|
|
|
.btn-group > .btn {
|
2012-01-29 00:09:23 +01:00
|
|
|
position: relative;
|
|
|
|
-webkit-border-radius: 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
2012-01-09 00:33:44 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-20 02:07:41 +02:00
|
|
|
.btn-group > .btn + .btn {
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
|
|
|
|
2012-06-26 05:57:04 +02:00
|
|
|
.btn-group > .btn,
|
|
|
|
.btn-group > .dropdown-menu {
|
2012-07-30 21:52:44 +02:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group > .btn-mini {
|
|
|
|
font-size: 11px;
|
2012-06-26 05:57:04 +02:00
|
|
|
}
|
|
|
|
|
2012-06-26 00:46:46 +02:00
|
|
|
.btn-group > .btn-small {
|
2012-07-06 00:11:54 +02:00
|
|
|
font-size: 12px;
|
2012-06-26 00:46:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group > .btn-large {
|
2012-07-06 00:11:54 +02:00
|
|
|
font-size: 16px;
|
2012-06-26 00:46:46 +02:00
|
|
|
}
|
|
|
|
|
2012-04-03 07:37:58 +02:00
|
|
|
.btn-group > .btn:first-child {
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-left: 0;
|
|
|
|
-webkit-border-bottom-left-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
-webkit-border-top-left-radius: 4px;
|
|
|
|
border-top-left-radius: 4px;
|
2012-01-29 00:09:23 +01:00
|
|
|
-moz-border-radius-bottomleft: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius-topleft: 4px;
|
2012-01-08 05:40:28 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-03 07:37:58 +02:00
|
|
|
.btn-group > .btn:last-child,
|
|
|
|
.btn-group > .dropdown-toggle {
|
2012-01-29 00:09:23 +01:00
|
|
|
-webkit-border-top-right-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-top-right-radius: 4px;
|
2012-01-29 00:09:23 +01:00
|
|
|
-webkit-border-bottom-right-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
-moz-border-radius-topright: 4px;
|
2012-01-29 00:09:23 +01:00
|
|
|
-moz-border-radius-bottomright: 4px;
|
2012-01-08 05:40:28 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-03 07:37:58 +02:00
|
|
|
.btn-group > .btn.large:first-child {
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-left: 0;
|
|
|
|
-webkit-border-bottom-left-radius: 6px;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-bottom-left-radius: 6px;
|
|
|
|
-webkit-border-top-left-radius: 6px;
|
|
|
|
border-top-left-radius: 6px;
|
2012-01-29 00:09:23 +01:00
|
|
|
-moz-border-radius-bottomleft: 6px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius-topleft: 6px;
|
2012-01-08 11:15:47 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-03 07:37:58 +02:00
|
|
|
.btn-group > .btn.large:last-child,
|
|
|
|
.btn-group > .large.dropdown-toggle {
|
2012-01-29 00:09:23 +01:00
|
|
|
-webkit-border-top-right-radius: 6px;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-top-right-radius: 6px;
|
2012-01-29 00:09:23 +01:00
|
|
|
-webkit-border-bottom-right-radius: 6px;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-bottom-right-radius: 6px;
|
|
|
|
-moz-border-radius-topright: 6px;
|
2012-01-29 00:09:23 +01:00
|
|
|
-moz-border-radius-bottomright: 6px;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-03 07:37:58 +02:00
|
|
|
.btn-group > .btn:hover,
|
|
|
|
.btn-group > .btn:focus,
|
|
|
|
.btn-group > .btn:active,
|
|
|
|
.btn-group > .btn.active {
|
2012-01-29 00:09:23 +01:00
|
|
|
z-index: 2;
|
2012-01-08 07:06:44 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.btn-group .dropdown-toggle:active,
|
|
|
|
.btn-group.open .dropdown-toggle {
|
2012-01-29 00:09:23 +01:00
|
|
|
outline: 0;
|
2012-01-08 07:06:44 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-30 21:52:44 +02:00
|
|
|
.btn-group > .btn + .dropdown-toggle {
|
2012-08-20 21:27:45 +02:00
|
|
|
*padding-top: 5px;
|
2012-07-09 09:31:54 +02:00
|
|
|
padding-right: 8px;
|
2012-08-20 21:27:45 +02:00
|
|
|
*padding-bottom: 5px;
|
2012-07-09 09:31:54 +02:00
|
|
|
padding-left: 8px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-30 21:52:44 +02:00
|
|
|
.btn-group > .btn-mini + .dropdown-toggle {
|
2012-08-20 21:27:45 +02:00
|
|
|
*padding-top: 2px;
|
2012-07-09 09:31:54 +02:00
|
|
|
padding-right: 5px;
|
2012-08-20 21:27:45 +02:00
|
|
|
*padding-bottom: 2px;
|
2012-07-09 09:31:54 +02:00
|
|
|
padding-left: 5px;
|
2012-03-12 20:44:47 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-30 21:52:44 +02:00
|
|
|
.btn-group > .btn-small + .dropdown-toggle {
|
2012-08-20 21:27:45 +02:00
|
|
|
*padding-top: 5px;
|
2012-07-09 09:31:54 +02:00
|
|
|
*padding-bottom: 4px;
|
2012-03-10 22:40:58 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-30 21:52:44 +02:00
|
|
|
.btn-group > .btn-large + .dropdown-toggle {
|
2012-08-20 21:27:45 +02:00
|
|
|
*padding-top: 7px;
|
2012-07-09 09:31:54 +02:00
|
|
|
padding-right: 12px;
|
2012-08-20 21:27:45 +02:00
|
|
|
*padding-bottom: 7px;
|
2012-07-09 09:31:54 +02:00
|
|
|
padding-left: 12px;
|
2012-03-10 22:40:58 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.btn-group.open .dropdown-toggle {
|
|
|
|
background-image: none;
|
2012-04-19 01:16:42 +02:00
|
|
|
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
2012-03-23 07:09:31 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 07:09:31 +01:00
|
|
|
.btn-group.open .btn.dropdown-toggle {
|
|
|
|
background-color: #e6e6e6;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 07:09:31 +01:00
|
|
|
.btn-group.open .btn-primary.dropdown-toggle {
|
2012-07-05 08:31:30 +02:00
|
|
|
background-color: #0044cc;
|
2012-03-23 07:09:31 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 07:09:31 +01:00
|
|
|
.btn-group.open .btn-warning.dropdown-toggle {
|
|
|
|
background-color: #f89406;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 07:09:31 +01:00
|
|
|
.btn-group.open .btn-danger.dropdown-toggle {
|
|
|
|
background-color: #bd362f;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 07:09:31 +01:00
|
|
|
.btn-group.open .btn-success.dropdown-toggle {
|
|
|
|
background-color: #51a351;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 07:09:31 +01:00
|
|
|
.btn-group.open .btn-info.dropdown-toggle {
|
|
|
|
background-color: #2f96b4;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 07:09:31 +01:00
|
|
|
.btn-group.open .btn-inverse.dropdown-toggle {
|
|
|
|
background-color: #222222;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.btn .caret {
|
2012-07-30 21:52:44 +02:00
|
|
|
margin-top: 8px;
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-left: 0;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-30 21:52:44 +02:00
|
|
|
.btn-mini .caret,
|
|
|
|
.btn-small .caret,
|
|
|
|
.btn-large .caret {
|
2012-07-09 09:31:54 +02:00
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
|
2012-03-10 22:40:58 +01:00
|
|
|
.btn-large .caret {
|
2012-03-23 08:37:15 +01:00
|
|
|
border-top-width: 5px;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-right-width: 5px;
|
|
|
|
border-left-width: 5px;
|
2012-03-23 08:37:15 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 08:37:15 +01:00
|
|
|
.dropup .btn-large .caret {
|
|
|
|
border-top: 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-bottom: 5px solid #000000;
|
2012-03-10 22:40:58 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:15:57 +01:00
|
|
|
.btn-primary .caret,
|
2012-03-05 09:47:13 +01:00
|
|
|
.btn-warning .caret,
|
2012-01-31 06:15:57 +01:00
|
|
|
.btn-danger .caret,
|
|
|
|
.btn-info .caret,
|
2012-02-13 00:18:20 +01:00
|
|
|
.btn-success .caret,
|
|
|
|
.btn-inverse .caret {
|
2012-01-29 00:09:23 +01:00
|
|
|
border-top-color: #ffffff;
|
2012-01-29 23:50:47 +01:00
|
|
|
border-bottom-color: #ffffff;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-06-19 23:42:46 +02:00
|
|
|
.btn-group-vertical {
|
|
|
|
display: inline-block;
|
2012-08-20 21:20:22 +02:00
|
|
|
*display: inline;
|
|
|
|
/* IE7 inline-block hack */
|
|
|
|
|
|
|
|
*zoom: 1;
|
2012-06-19 23:42:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group-vertical .btn {
|
|
|
|
display: block;
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group-vertical .btn + .btn {
|
|
|
|
margin-top: -1px;
|
2012-08-20 02:07:41 +02:00
|
|
|
margin-left: 0;
|
2012-06-19 23:42:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group-vertical .btn:first-child {
|
|
|
|
-webkit-border-radius: 4px 4px 0 0;
|
|
|
|
-moz-border-radius: 4px 4px 0 0;
|
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group-vertical .btn:last-child {
|
|
|
|
-webkit-border-radius: 0 0 4px 4px;
|
|
|
|
-moz-border-radius: 0 0 4px 4px;
|
|
|
|
border-radius: 0 0 4px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group-vertical .btn-large:first-child {
|
|
|
|
-webkit-border-radius: 6px 6px 0 0;
|
|
|
|
-moz-border-radius: 6px 6px 0 0;
|
|
|
|
border-radius: 6px 6px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group-vertical .btn-large:last-child {
|
|
|
|
-webkit-border-radius: 0 0 6px 6px;
|
|
|
|
-moz-border-radius: 0 0 6px 6px;
|
|
|
|
border-radius: 0 0 6px 6px;
|
|
|
|
}
|
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.alert {
|
|
|
|
padding: 8px 35px 8px 14px;
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-bottom: 20px;
|
2012-04-19 01:16:42 +02:00
|
|
|
color: #c09853;
|
2012-01-29 00:09:23 +01:00
|
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
|
|
|
background-color: #fcf8e3;
|
|
|
|
border: 1px solid #fbeed5;
|
|
|
|
-webkit-border-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-13 19:05:19 +02:00
|
|
|
.alert h4 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.alert .close {
|
|
|
|
position: relative;
|
2012-01-29 03:46:41 +01:00
|
|
|
top: -2px;
|
2012-01-29 00:09:23 +01:00
|
|
|
right: -21px;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 20px;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.alert-success {
|
2012-04-19 01:16:42 +02:00
|
|
|
color: #468847;
|
2012-01-29 00:09:23 +01:00
|
|
|
background-color: #dff0d8;
|
|
|
|
border-color: #d6e9c6;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.alert-danger,
|
|
|
|
.alert-error {
|
2012-04-19 01:16:42 +02:00
|
|
|
color: #b94a48;
|
2012-01-29 00:09:23 +01:00
|
|
|
background-color: #f2dede;
|
|
|
|
border-color: #eed3d7;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.alert-info {
|
2012-04-19 01:16:42 +02:00
|
|
|
color: #3a87ad;
|
2012-01-29 00:09:23 +01:00
|
|
|
background-color: #d9edf7;
|
|
|
|
border-color: #bce8f1;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.alert-block {
|
|
|
|
padding-top: 14px;
|
|
|
|
padding-bottom: 14px;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.alert-block > p,
|
|
|
|
.alert-block > ul {
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-bottom: 0;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.alert-block p + p {
|
|
|
|
margin-top: 5px;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.nav {
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-bottom: 20px;
|
2012-04-19 01:16:42 +02:00
|
|
|
margin-left: 0;
|
2012-01-29 00:09:23 +01:00
|
|
|
list-style: none;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.nav > li > a {
|
2012-01-18 09:24:10 +01:00
|
|
|
display: block;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.nav > li > a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-29 02:02:13 +02:00
|
|
|
.nav > .pull-right {
|
|
|
|
float: right;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-18 07:40:38 +02:00
|
|
|
.nav-header {
|
2012-02-12 23:09:13 +01:00
|
|
|
display: block;
|
|
|
|
padding: 3px 15px;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: bold;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 20px;
|
2012-02-12 23:09:13 +01:00
|
|
|
color: #999999;
|
|
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-12 23:09:13 +01:00
|
|
|
.nav li + .nav-header {
|
|
|
|
margin-top: 9px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-list {
|
2012-03-10 22:24:46 +01:00
|
|
|
padding-right: 15px;
|
2012-04-19 01:16:42 +02:00
|
|
|
padding-left: 15px;
|
2012-01-27 22:20:02 +01:00
|
|
|
margin-bottom: 0;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.nav-list > li > a,
|
|
|
|
.nav-list .nav-header {
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-right: -15px;
|
2012-04-19 01:16:42 +02:00
|
|
|
margin-left: -15px;
|
2012-01-29 00:09:23 +01:00
|
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-12 23:09:13 +01:00
|
|
|
.nav-list > li > a {
|
|
|
|
padding: 3px 15px;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.nav-list > .active > a,
|
|
|
|
.nav-list > .active > a:hover {
|
2012-01-18 09:24:10 +01:00
|
|
|
color: #ffffff;
|
2012-01-29 00:09:23 +01:00
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
|
|
|
|
background-color: #0088cc;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-02 02:54:21 +01:00
|
|
|
.nav-list [class^="icon-"] {
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-right: 2px;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-20 21:38:49 +01:00
|
|
|
.nav-list .divider {
|
2012-04-17 01:34:08 +02:00
|
|
|
*width: 100%;
|
2012-02-20 21:38:49 +01:00
|
|
|
height: 1px;
|
2012-07-06 00:11:54 +02:00
|
|
|
margin: 9px 1px;
|
2012-04-17 01:34:08 +02:00
|
|
|
*margin: -5px 0 5px;
|
2012-02-20 21:38:49 +01:00
|
|
|
overflow: hidden;
|
|
|
|
background-color: #e5e5e5;
|
|
|
|
border-bottom: 1px solid #ffffff;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.nav-tabs,
|
|
|
|
.nav-pills {
|
2012-01-29 00:09:23 +01:00
|
|
|
*zoom: 1;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-tabs:before,
|
|
|
|
.nav-pills:before,
|
|
|
|
.nav-tabs:after,
|
|
|
|
.nav-pills:after {
|
2012-01-29 00:09:23 +01:00
|
|
|
display: table;
|
2012-07-06 19:35:08 +02:00
|
|
|
line-height: 0;
|
2012-01-29 00:09:23 +01:00
|
|
|
content: "";
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.nav-tabs:after,
|
|
|
|
.nav-pills:after {
|
2012-01-29 00:09:23 +01:00
|
|
|
clear: both;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.nav-tabs > li,
|
|
|
|
.nav-pills > li {
|
2012-01-18 09:24:10 +01:00
|
|
|
float: left;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.nav-tabs > li > a,
|
|
|
|
.nav-pills > li > a {
|
2012-01-29 00:09:23 +01:00
|
|
|
padding-right: 12px;
|
|
|
|
padding-left: 12px;
|
|
|
|
margin-right: 2px;
|
|
|
|
line-height: 14px;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-tabs {
|
2012-01-29 00:09:23 +01:00
|
|
|
border-bottom: 1px solid #ddd;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-tabs > li {
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-bottom: -1px;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-tabs > li > a {
|
2012-02-22 17:36:07 +01:00
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 20px;
|
2012-01-29 00:09:23 +01:00
|
|
|
border: 1px solid transparent;
|
|
|
|
-webkit-border-radius: 4px 4px 0 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 4px 4px 0 0;
|
|
|
|
border-radius: 4px 4px 0 0;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-tabs > li > a:hover {
|
2012-01-29 00:09:23 +01:00
|
|
|
border-color: #eeeeee #eeeeee #dddddd;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.nav-tabs > .active > a,
|
|
|
|
.nav-tabs > .active > a:hover {
|
2012-01-29 00:09:23 +01:00
|
|
|
color: #555555;
|
2012-04-19 01:16:42 +02:00
|
|
|
cursor: default;
|
2012-01-18 09:24:10 +01:00
|
|
|
background-color: #ffffff;
|
2012-01-29 00:09:23 +01:00
|
|
|
border: 1px solid #ddd;
|
|
|
|
border-bottom-color: transparent;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-pills > li > a {
|
2012-01-29 00:09:23 +01:00
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
-webkit-border-radius: 5px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.nav-pills > .active > a,
|
|
|
|
.nav-pills > .active > a:hover {
|
2012-01-29 00:09:23 +01:00
|
|
|
color: #ffffff;
|
|
|
|
background-color: #0088cc;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-stacked > li {
|
2012-01-29 00:09:23 +01:00
|
|
|
float: none;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-stacked > li > a {
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-right: 0;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-tabs.nav-stacked {
|
2012-01-29 00:09:23 +01:00
|
|
|
border-bottom: 0;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-tabs.nav-stacked > li > a {
|
2012-01-29 00:09:23 +01:00
|
|
|
border: 1px solid #ddd;
|
|
|
|
-webkit-border-radius: 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-tabs.nav-stacked > li:first-child > a {
|
2012-07-24 08:56:13 +02:00
|
|
|
-webkit-border-top-right-radius: 4px;
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
-webkit-border-top-left-radius: 4px;
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
-moz-border-radius-topright: 4px;
|
|
|
|
-moz-border-radius-topleft: 4px;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-tabs.nav-stacked > li:last-child > a {
|
2012-07-24 08:56:13 +02:00
|
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
-moz-border-radius-bottomright: 4px;
|
|
|
|
-moz-border-radius-bottomleft: 4px;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-tabs.nav-stacked > li > a:hover {
|
2012-01-29 00:09:23 +01:00
|
|
|
z-index: 2;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-color: #ddd;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-pills.nav-stacked > li > a {
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-bottom: 3px;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-pills.nav-stacked > li:last-child > a {
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-bottom: 1px;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 07:09:31 +01:00
|
|
|
.nav-tabs .dropdown-menu {
|
2012-06-25 05:42:31 +02:00
|
|
|
-webkit-border-radius: 0 0 6px 6px;
|
|
|
|
-moz-border-radius: 0 0 6px 6px;
|
|
|
|
border-radius: 0 0 6px 6px;
|
2012-01-29 00:09:23 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.nav-pills .dropdown-menu {
|
2012-06-25 05:42:31 +02:00
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-06-25 05:42:31 +02:00
|
|
|
.nav .dropdown-toggle .caret {
|
2012-04-19 01:16:42 +02:00
|
|
|
margin-top: 6px;
|
2012-01-29 00:09:23 +01:00
|
|
|
border-top-color: #0088cc;
|
2012-01-30 00:13:21 +01:00
|
|
|
border-bottom-color: #0088cc;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-06-25 05:42:31 +02:00
|
|
|
.nav .dropdown-toggle:hover .caret {
|
2012-03-11 01:01:06 +01:00
|
|
|
border-top-color: #005580;
|
|
|
|
border-bottom-color: #005580;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-18 07:26:53 +02:00
|
|
|
/* move down carets for tabs */
|
|
|
|
|
|
|
|
.nav-tabs .dropdown-toggle .caret {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
2012-06-25 05:42:31 +02:00
|
|
|
.nav .active .dropdown-toggle .caret {
|
|
|
|
border-top-color: #fff;
|
|
|
|
border-bottom-color: #fff;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-18 07:26:53 +02:00
|
|
|
.nav-tabs .active .dropdown-toggle .caret {
|
|
|
|
border-top-color: #555555;
|
|
|
|
border-bottom-color: #555555;
|
|
|
|
}
|
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.nav > .dropdown.active > a:hover {
|
|
|
|
cursor: pointer;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.nav-tabs .open .dropdown-toggle,
|
|
|
|
.nav-pills .open .dropdown-toggle,
|
2012-04-05 21:48:17 +02:00
|
|
|
.nav > li.dropdown.open.active > a:hover {
|
2012-01-23 05:07:17 +01:00
|
|
|
color: #ffffff;
|
2012-01-29 00:09:23 +01:00
|
|
|
background-color: #999999;
|
|
|
|
border-color: #999999;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-05 21:48:17 +02:00
|
|
|
.nav li.dropdown.open .caret,
|
|
|
|
.nav li.dropdown.open.active .caret,
|
|
|
|
.nav li.dropdown.open a:hover .caret {
|
2012-01-29 00:09:23 +01:00
|
|
|
border-top-color: #ffffff;
|
2012-01-29 23:50:47 +01:00
|
|
|
border-bottom-color: #ffffff;
|
2012-01-18 09:24:10 +01:00
|
|
|
opacity: 1;
|
2012-01-26 05:32:19 +01:00
|
|
|
filter: alpha(opacity=100);
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-31 06:29:50 +01:00
|
|
|
.tabs-stacked .open > a:hover {
|
2012-01-29 00:09:23 +01:00
|
|
|
border-color: #999999;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.tabbable {
|
|
|
|
*zoom: 1;
|
2012-01-18 09:24:10 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.tabbable:before,
|
|
|
|
.tabbable:after {
|
2012-01-29 00:09:23 +01:00
|
|
|
display: table;
|
2012-07-06 19:35:08 +02:00
|
|
|
line-height: 0;
|
2012-01-29 00:09:23 +01:00
|
|
|
content: "";
|
2011-12-21 23:22:20 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.tabbable:after {
|
|
|
|
clear: both;
|
2011-12-21 23:22:20 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-12 02:27:08 +01:00
|
|
|
.tab-content {
|
2012-04-01 09:15:04 +02:00
|
|
|
overflow: auto;
|
2012-02-12 02:27:08 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 03:47:27 +02:00
|
|
|
.tabs-below > .nav-tabs,
|
|
|
|
.tabs-right > .nav-tabs,
|
|
|
|
.tabs-left > .nav-tabs {
|
2012-01-29 00:09:23 +01:00
|
|
|
border-bottom: 0;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.tab-content > .tab-pane,
|
|
|
|
.pill-content > .pill-pane {
|
2012-01-29 00:09:23 +01:00
|
|
|
display: none;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.tab-content > .active,
|
|
|
|
.pill-content > .active {
|
2012-01-29 00:09:23 +01:00
|
|
|
display: block;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 03:47:27 +02:00
|
|
|
.tabs-below > .nav-tabs {
|
2012-01-29 00:09:23 +01:00
|
|
|
border-top: 1px solid #ddd;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 03:47:27 +02:00
|
|
|
.tabs-below > .nav-tabs > li {
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-top: -1px;
|
2012-01-15 05:54:37 +01:00
|
|
|
margin-bottom: 0;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 03:47:27 +02:00
|
|
|
.tabs-below > .nav-tabs > li > a {
|
2012-01-29 00:09:23 +01:00
|
|
|
-webkit-border-radius: 0 0 4px 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 0 0 4px 4px;
|
|
|
|
border-radius: 0 0 4px 4px;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 03:47:27 +02:00
|
|
|
.tabs-below > .nav-tabs > li > a:hover {
|
2012-01-29 00:09:23 +01:00
|
|
|
border-top-color: #ddd;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-bottom-color: transparent;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 03:47:27 +02:00
|
|
|
.tabs-below > .nav-tabs > .active > a,
|
|
|
|
.tabs-below > .nav-tabs > .active > a:hover {
|
2012-01-29 00:09:23 +01:00
|
|
|
border-color: transparent #ddd #ddd #ddd;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 03:47:27 +02:00
|
|
|
.tabs-left > .nav-tabs > li,
|
|
|
|
.tabs-right > .nav-tabs > li {
|
2012-01-29 00:09:23 +01:00
|
|
|
float: none;
|
2012-01-15 08:33:42 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 03:47:27 +02:00
|
|
|
.tabs-left > .nav-tabs > li > a,
|
|
|
|
.tabs-right > .nav-tabs > li > a {
|
2012-01-29 00:09:23 +01:00
|
|
|
min-width: 74px;
|
|
|
|
margin-right: 0;
|
|
|
|
margin-bottom: 3px;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 03:47:27 +02:00
|
|
|
.tabs-left > .nav-tabs {
|
2012-01-05 19:01:42 +01:00
|
|
|
float: left;
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-right: 19px;
|
|
|
|
border-right: 1px solid #ddd;
|
2012-01-16 01:27:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 03:47:27 +02:00
|
|
|
.tabs-left > .nav-tabs > li > a {
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-right: -1px;
|
|
|
|
-webkit-border-radius: 4px 0 0 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 4px 0 0 4px;
|
|
|
|
border-radius: 4px 0 0 4px;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 03:47:27 +02:00
|
|
|
.tabs-left > .nav-tabs > li > a:hover {
|
2012-01-29 00:09:23 +01:00
|
|
|
border-color: #eeeeee #dddddd #eeeeee #eeeeee;
|
2012-01-15 05:54:37 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 03:47:27 +02:00
|
|
|
.tabs-left > .nav-tabs .active > a,
|
|
|
|
.tabs-left > .nav-tabs .active > a:hover {
|
2012-01-29 00:09:23 +01:00
|
|
|
border-color: #ddd transparent #ddd #ddd;
|
|
|
|
*border-right-color: #ffffff;
|
2012-01-15 05:54:37 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 03:47:27 +02:00
|
|
|
.tabs-right > .nav-tabs {
|
2012-01-29 00:09:23 +01:00
|
|
|
float: right;
|
|
|
|
margin-left: 19px;
|
|
|
|
border-left: 1px solid #ddd;
|
2012-01-15 05:54:37 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 03:47:27 +02:00
|
|
|
.tabs-right > .nav-tabs > li > a {
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-left: -1px;
|
|
|
|
-webkit-border-radius: 0 4px 4px 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 0 4px 4px 0;
|
|
|
|
border-radius: 0 4px 4px 0;
|
2012-01-15 05:54:37 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 03:47:27 +02:00
|
|
|
.tabs-right > .nav-tabs > li > a:hover {
|
2012-01-29 00:09:23 +01:00
|
|
|
border-color: #eeeeee #eeeeee #eeeeee #dddddd;
|
2012-01-15 05:54:37 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-15 03:47:27 +02:00
|
|
|
.tabs-right > .nav-tabs .active > a,
|
|
|
|
.tabs-right > .nav-tabs .active > a:hover {
|
2012-01-29 00:09:23 +01:00
|
|
|
border-color: #ddd #ddd #ddd transparent;
|
|
|
|
*border-left-color: #ffffff;
|
2012-01-15 05:54:37 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-06-19 22:52:07 +02:00
|
|
|
.nav > .disabled > a {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav > .disabled > a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: default;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.navbar {
|
2012-03-12 04:16:39 +01:00
|
|
|
*position: relative;
|
|
|
|
*z-index: 2;
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-bottom: 20px;
|
2012-04-19 01:16:42 +02:00
|
|
|
overflow: visible;
|
2012-08-21 23:53:23 +02:00
|
|
|
color: #777777;
|
2012-01-15 05:54:37 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.navbar-inner {
|
2012-03-25 22:33:36 +02:00
|
|
|
min-height: 40px;
|
2012-01-29 08:40:52 +01:00
|
|
|
padding-right: 20px;
|
2012-04-19 01:16:42 +02:00
|
|
|
padding-left: 20px;
|
2012-07-29 09:30:15 +02:00
|
|
|
background-color: #fafafa;
|
|
|
|
background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
|
|
|
|
background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
|
|
|
|
background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
|
|
|
|
background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
|
2012-01-29 00:09:23 +01:00
|
|
|
background-repeat: repeat-x;
|
2012-07-29 09:30:15 +02:00
|
|
|
border: 1px solid #d4d4d4;
|
2012-01-29 08:40:52 +01:00
|
|
|
-webkit-border-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2012-07-29 09:30:15 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
|
2012-08-27 19:32:07 +02:00
|
|
|
*zoom: 1;
|
2012-07-29 09:30:15 +02:00
|
|
|
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
|
|
|
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
|
|
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
2012-01-15 05:54:37 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-27 19:32:07 +02:00
|
|
|
.navbar-inner:before,
|
|
|
|
.navbar-inner:after {
|
|
|
|
display: table;
|
|
|
|
line-height: 0;
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-inner:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2012-02-22 08:15:43 +01:00
|
|
|
.navbar .container {
|
|
|
|
width: auto;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 07:03:14 +01:00
|
|
|
.nav-collapse.collapse {
|
2012-01-29 23:07:14 +01:00
|
|
|
height: auto;
|
2012-01-29 07:03:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.navbar .brand {
|
|
|
|
display: block;
|
2012-04-19 01:16:42 +02:00
|
|
|
float: left;
|
2012-08-15 01:28:17 +02:00
|
|
|
padding: 10px 20px 10px;
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-left: -20px;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 200;
|
2012-08-21 23:53:23 +02:00
|
|
|
color: #777777;
|
2012-07-29 09:30:15 +02:00
|
|
|
text-shadow: 0 1px 0 #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .brand:hover {
|
|
|
|
text-decoration: none;
|
2012-01-28 21:08:41 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-text {
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-bottom: 0;
|
|
|
|
line-height: 40px;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-link {
|
2012-08-21 23:53:23 +02:00
|
|
|
color: #777777;
|
2012-03-25 10:21:47 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-link:hover {
|
|
|
|
color: #333333;
|
2012-03-25 10:21:47 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-14 07:57:40 +02:00
|
|
|
.navbar .divider-vertical {
|
|
|
|
height: 40px;
|
|
|
|
margin: 0 9px;
|
|
|
|
border-right: 1px solid #ffffff;
|
|
|
|
border-left: 1px solid #f2f2f2;
|
|
|
|
}
|
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.navbar .btn,
|
|
|
|
.navbar .btn-group {
|
2012-08-27 19:04:58 +02:00
|
|
|
margin-top: 5px;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-27 19:52:11 +02:00
|
|
|
.navbar .btn-group .btn,
|
|
|
|
.navbar .input-prepend .btn,
|
|
|
|
.navbar .input-append .btn {
|
2012-08-26 07:31:10 +02:00
|
|
|
margin-top: 0;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.navbar-form {
|
|
|
|
margin-bottom: 0;
|
2012-01-30 17:20:37 +01:00
|
|
|
*zoom: 1;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.navbar-form:before,
|
|
|
|
.navbar-form:after {
|
2012-01-30 17:20:37 +01:00
|
|
|
display: table;
|
2012-07-06 19:35:08 +02:00
|
|
|
line-height: 0;
|
2012-01-30 17:20:37 +01:00
|
|
|
content: "";
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-30 17:20:37 +01:00
|
|
|
.navbar-form:after {
|
|
|
|
clear: both;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-21 04:14:26 +01:00
|
|
|
.navbar-form input,
|
|
|
|
.navbar-form select,
|
|
|
|
.navbar-form .radio,
|
|
|
|
.navbar-form .checkbox {
|
2012-07-30 21:15:08 +02:00
|
|
|
margin-top: 5px;
|
2012-02-21 04:14:26 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.navbar-form input,
|
2012-07-10 06:01:29 +02:00
|
|
|
.navbar-form select,
|
|
|
|
.navbar-form .btn {
|
2012-01-29 00:09:23 +01:00
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 0;
|
2012-01-05 19:01:42 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.navbar-form input[type="image"],
|
|
|
|
.navbar-form input[type="checkbox"],
|
|
|
|
.navbar-form input[type="radio"] {
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-top: 3px;
|
2012-01-05 19:01:42 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.navbar-form .input-append,
|
|
|
|
.navbar-form .input-prepend {
|
2012-02-13 05:28:22 +01:00
|
|
|
margin-top: 6px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.navbar-form .input-append input,
|
|
|
|
.navbar-form .input-prepend input {
|
2012-02-13 05:28:22 +01:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.navbar-search {
|
|
|
|
position: relative;
|
|
|
|
float: left;
|
2012-07-24 10:44:12 +02:00
|
|
|
margin-top: 5px;
|
2012-01-05 19:01:42 +01:00
|
|
|
margin-bottom: 0;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.navbar-search .search-query {
|
2012-07-24 10:44:12 +02:00
|
|
|
padding: 4px 14px;
|
2012-07-13 19:58:20 +02:00
|
|
|
margin-bottom: 0;
|
2012-01-29 00:09:23 +01:00
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1;
|
2012-07-24 10:44:12 +02:00
|
|
|
-webkit-border-radius: 15px;
|
|
|
|
-moz-border-radius: 15px;
|
|
|
|
border-radius: 15px;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-17 20:46:23 +02:00
|
|
|
.navbar-static-top {
|
|
|
|
position: static;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-static-top .navbar-inner {
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.navbar-fixed-top,
|
|
|
|
.navbar-fixed-bottom {
|
2012-01-29 00:09:23 +01:00
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1030;
|
2012-02-22 06:12:16 +01:00
|
|
|
margin-bottom: 0;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-14 23:53:45 +02:00
|
|
|
.navbar-fixed-top .navbar-inner,
|
2012-08-20 06:12:52 +02:00
|
|
|
.navbar-static-top .navbar-inner {
|
2012-08-27 08:23:47 +02:00
|
|
|
border-width: 0 0 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-fixed-bottom .navbar-inner {
|
|
|
|
border-width: 1px 0 0;
|
2012-08-14 23:53:45 +02:00
|
|
|
}
|
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.navbar-fixed-top .navbar-inner,
|
|
|
|
.navbar-fixed-bottom .navbar-inner {
|
2012-01-29 08:40:52 +01:00
|
|
|
padding-right: 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
padding-left: 0;
|
2012-01-29 08:40:52 +01:00
|
|
|
-webkit-border-radius: 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
2012-01-29 08:40:52 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-20 06:12:52 +02:00
|
|
|
.navbar-static-top .container,
|
2012-03-08 20:09:33 +01:00
|
|
|
.navbar-fixed-top .container,
|
|
|
|
.navbar-fixed-bottom .container {
|
2012-02-28 07:34:25 +01:00
|
|
|
width: 940px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-22 06:12:16 +01:00
|
|
|
.navbar-fixed-top {
|
|
|
|
top: 0;
|
2012-07-29 09:30:15 +02:00
|
|
|
}
|
|
|
|
|
2012-08-20 06:12:52 +02:00
|
|
|
.navbar-fixed-top .navbar-inner,
|
|
|
|
.navbar-static-top .navbar-inner {
|
2012-08-17 20:31:21 +02:00
|
|
|
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
|
|
|
|
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
|
2012-02-22 06:12:16 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-22 06:12:16 +01:00
|
|
|
.navbar-fixed-bottom {
|
|
|
|
bottom: 0;
|
2012-07-29 09:30:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-fixed-bottom .navbar-inner {
|
2012-08-17 20:31:21 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
|
|
|
|
-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
|
2012-02-22 06:12:16 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.navbar .nav {
|
|
|
|
position: relative;
|
|
|
|
left: 0;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
margin: 0 10px 0 0;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.navbar .nav.pull-right {
|
|
|
|
float: right;
|
2012-08-23 18:38:56 +02:00
|
|
|
margin-right: 0;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.navbar .nav > li {
|
|
|
|
float: left;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.navbar .nav > li > a {
|
|
|
|
float: none;
|
2012-07-29 09:30:15 +02:00
|
|
|
padding: 10px 15px 10px;
|
2012-08-21 23:53:23 +02:00
|
|
|
color: #777777;
|
2012-01-29 00:09:23 +01:00
|
|
|
text-decoration: none;
|
2012-07-29 09:30:15 +02:00
|
|
|
text-shadow: 0 1px 0 #ffffff;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-06-25 05:42:31 +02:00
|
|
|
.navbar .nav .dropdown-toggle .caret {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
2012-05-17 09:23:11 +02:00
|
|
|
.navbar .nav > li > a:focus,
|
2012-01-29 00:09:23 +01:00
|
|
|
.navbar .nav > li > a:hover {
|
2012-07-29 09:30:15 +02:00
|
|
|
color: #333333;
|
2012-01-29 00:09:23 +01:00
|
|
|
text-decoration: none;
|
2012-04-19 01:16:42 +02:00
|
|
|
background-color: transparent;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-17 20:22:45 +02:00
|
|
|
.navbar .nav > .active > a,
|
|
|
|
.navbar .nav > .active > a:hover,
|
|
|
|
.navbar .nav > .active > a:focus {
|
2012-07-29 09:30:15 +02:00
|
|
|
color: #555555;
|
2012-01-05 19:01:42 +01:00
|
|
|
text-decoration: none;
|
2012-07-29 09:30:15 +02:00
|
|
|
background-color: #e5e5e5;
|
|
|
|
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
|
|
|
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
|
|
|
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
2012-01-29 00:09:23 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-05 21:48:17 +02:00
|
|
|
.navbar .btn-navbar {
|
|
|
|
display: none;
|
|
|
|
float: right;
|
|
|
|
padding: 7px 10px;
|
|
|
|
margin-right: 5px;
|
2012-04-19 01:16:42 +02:00
|
|
|
margin-left: 5px;
|
2012-07-10 09:45:44 +02:00
|
|
|
color: #ffffff;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2012-07-29 09:30:15 +02:00
|
|
|
background-color: #ededed;
|
|
|
|
*background-color: #e5e5e5;
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
|
|
|
|
background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
|
|
|
|
background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
|
|
|
|
background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
|
|
|
|
background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
|
2012-04-05 21:48:17 +02:00
|
|
|
background-repeat: repeat-x;
|
2012-07-29 09:30:15 +02:00
|
|
|
border-color: #e5e5e5 #e5e5e5 #bfbfbf;
|
2012-04-05 21:48:17 +02:00
|
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2012-07-29 09:30:15 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
|
2012-04-19 01:16:42 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
|
|
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
|
2012-04-05 21:48:17 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-05 21:48:17 +02:00
|
|
|
.navbar .btn-navbar:hover,
|
|
|
|
.navbar .btn-navbar:active,
|
|
|
|
.navbar .btn-navbar.active,
|
|
|
|
.navbar .btn-navbar.disabled,
|
|
|
|
.navbar .btn-navbar[disabled] {
|
2012-07-10 09:45:44 +02:00
|
|
|
color: #ffffff;
|
2012-07-29 09:30:15 +02:00
|
|
|
background-color: #e5e5e5;
|
|
|
|
*background-color: #d9d9d9;
|
2012-04-05 21:48:17 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-05 21:48:17 +02:00
|
|
|
.navbar .btn-navbar:active,
|
|
|
|
.navbar .btn-navbar.active {
|
2012-07-29 09:30:15 +02:00
|
|
|
background-color: #cccccc \9;
|
2012-04-05 21:48:17 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-05 21:48:17 +02:00
|
|
|
.navbar .btn-navbar .icon-bar {
|
|
|
|
display: block;
|
|
|
|
width: 18px;
|
|
|
|
height: 2px;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
-webkit-border-radius: 1px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 1px;
|
|
|
|
border-radius: 1px;
|
2012-04-05 21:48:17 +02:00
|
|
|
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
|
|
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
2012-04-05 21:48:17 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-05 21:48:17 +02:00
|
|
|
.btn-navbar .icon-bar + .icon-bar {
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-14 23:29:31 +02:00
|
|
|
.navbar .nav > li > .dropdown-menu:before {
|
2012-04-19 01:16:42 +02:00
|
|
|
position: absolute;
|
|
|
|
top: -7px;
|
|
|
|
left: 9px;
|
2012-01-29 00:09:23 +01:00
|
|
|
display: inline-block;
|
|
|
|
border-right: 7px solid transparent;
|
|
|
|
border-bottom: 7px solid #ccc;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-left: 7px solid transparent;
|
2012-01-29 00:09:23 +01:00
|
|
|
border-bottom-color: rgba(0, 0, 0, 0.2);
|
2012-04-19 01:16:42 +02:00
|
|
|
content: '';
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-14 23:29:31 +02:00
|
|
|
.navbar .nav > li > .dropdown-menu:after {
|
2012-01-05 19:01:42 +01:00
|
|
|
position: absolute;
|
2012-01-29 00:09:23 +01:00
|
|
|
top: -6px;
|
|
|
|
left: 10px;
|
2012-04-19 01:16:42 +02:00
|
|
|
display: inline-block;
|
|
|
|
border-right: 6px solid transparent;
|
|
|
|
border-bottom: 6px solid #ffffff;
|
|
|
|
border-left: 6px solid transparent;
|
|
|
|
content: '';
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-14 23:29:31 +02:00
|
|
|
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
|
2012-04-19 01:16:42 +02:00
|
|
|
top: auto;
|
|
|
|
bottom: -7px;
|
2012-01-29 23:50:47 +01:00
|
|
|
border-top: 7px solid #ccc;
|
|
|
|
border-bottom: 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
border-top-color: rgba(0, 0, 0, 0.2);
|
2012-01-29 23:50:47 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-14 23:29:31 +02:00
|
|
|
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
|
2012-04-19 01:16:42 +02:00
|
|
|
top: auto;
|
|
|
|
bottom: -6px;
|
2012-01-29 23:50:47 +01:00
|
|
|
border-top: 6px solid #ffffff;
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-05 21:48:17 +02:00
|
|
|
.navbar .nav li.dropdown.open > .dropdown-toggle,
|
|
|
|
.navbar .nav li.dropdown.active > .dropdown-toggle,
|
|
|
|
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
|
2012-07-29 09:30:15 +02:00
|
|
|
color: #555555;
|
|
|
|
background-color: #e5e5e5;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar .nav li.dropdown > .dropdown-toggle .caret {
|
2012-08-21 23:53:23 +02:00
|
|
|
border-top-color: #777777;
|
|
|
|
border-bottom-color: #777777;
|
2012-07-29 09:30:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
|
|
|
|
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
|
|
|
|
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
|
|
|
|
border-top-color: #555555;
|
|
|
|
border-bottom-color: #555555;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-15 01:24:58 +02:00
|
|
|
.navbar .pull-right > li > .dropdown-menu,
|
|
|
|
.navbar .nav > li > .dropdown-menu.pull-right {
|
2012-01-05 19:01:42 +01:00
|
|
|
right: 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
left: auto;
|
2011-11-30 09:39:38 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-15 01:24:58 +02:00
|
|
|
.navbar .pull-right > li > .dropdown-menu:before,
|
|
|
|
.navbar .nav > li > .dropdown-menu.pull-right:before {
|
2012-01-29 00:09:23 +01:00
|
|
|
right: 12px;
|
2012-04-19 01:16:42 +02:00
|
|
|
left: auto;
|
2011-11-30 09:39:38 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-15 01:24:58 +02:00
|
|
|
.navbar .pull-right > li > .dropdown-menu:after,
|
|
|
|
.navbar .nav > li > .dropdown-menu.pull-right:after {
|
2012-01-29 00:09:23 +01:00
|
|
|
right: 13px;
|
2012-04-19 01:16:42 +02:00
|
|
|
left: auto;
|
2012-01-28 06:08:04 +01:00
|
|
|
}
|
2012-08-14 23:32:03 +02:00
|
|
|
|
2012-08-15 01:24:58 +02:00
|
|
|
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
|
|
|
|
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
|
2012-08-14 23:32:03 +02:00
|
|
|
right: 100%;
|
|
|
|
left: auto;
|
|
|
|
margin-right: -1px;
|
|
|
|
margin-left: 0;
|
|
|
|
-webkit-border-radius: 6px 0 6px 6px;
|
|
|
|
-moz-border-radius: 6px 0 6px 6px;
|
|
|
|
border-radius: 6px 0 6px 6px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-inverse {
|
|
|
|
color: #999999;
|
2012-07-05 08:31:30 +02:00
|
|
|
}
|
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-inverse .navbar-inner {
|
|
|
|
background-color: #1b1b1b;
|
|
|
|
background-image: -moz-linear-gradient(top, #222222, #111111);
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
|
|
|
|
background-image: -webkit-linear-gradient(top, #222222, #111111);
|
|
|
|
background-image: -o-linear-gradient(top, #222222, #111111);
|
|
|
|
background-image: linear-gradient(to bottom, #222222, #111111);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
border-color: #252525;
|
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
|
2012-06-25 05:26:48 +02:00
|
|
|
}
|
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-inverse .brand,
|
|
|
|
.navbar-inverse .nav > li > a {
|
|
|
|
color: #999999;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2012-06-25 05:42:31 +02:00
|
|
|
}
|
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-inverse .brand:hover,
|
|
|
|
.navbar-inverse .nav > li > a:hover {
|
|
|
|
color: #ffffff;
|
2012-06-29 06:20:40 +02:00
|
|
|
}
|
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-inverse .nav > li > a:focus,
|
|
|
|
.navbar-inverse .nav > li > a:hover {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: transparent;
|
2012-06-25 05:42:31 +02:00
|
|
|
}
|
2012-06-25 05:26:48 +02:00
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-inverse .nav .active > a,
|
|
|
|
.navbar-inverse .nav .active > a:hover,
|
|
|
|
.navbar-inverse .nav .active > a:focus {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #111111;
|
2012-07-05 19:37:23 +02:00
|
|
|
}
|
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-inverse .navbar-link {
|
|
|
|
color: #999999;
|
2012-07-05 19:37:23 +02:00
|
|
|
}
|
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-inverse .navbar-link:hover {
|
|
|
|
color: #ffffff;
|
2012-06-25 05:26:48 +02:00
|
|
|
}
|
|
|
|
|
2012-08-14 07:57:40 +02:00
|
|
|
.navbar-inverse .divider-vertical {
|
|
|
|
border-right-color: #222222;
|
|
|
|
border-left-color: #111111;
|
|
|
|
}
|
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
|
|
|
|
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
|
|
|
|
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
|
2012-07-12 22:50:27 +02:00
|
|
|
color: #ffffff;
|
2012-07-29 09:30:15 +02:00
|
|
|
background-color: #111111;
|
2012-07-12 22:50:27 +02:00
|
|
|
}
|
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
|
|
|
|
border-top-color: #999999;
|
|
|
|
border-bottom-color: #999999;
|
2012-07-12 22:50:27 +02:00
|
|
|
}
|
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
|
|
|
|
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
|
|
|
|
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
|
|
|
|
border-top-color: #ffffff;
|
|
|
|
border-bottom-color: #ffffff;
|
2012-07-12 22:50:27 +02:00
|
|
|
}
|
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-inverse .navbar-search .search-query {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #515151;
|
|
|
|
border-color: #111111;
|
|
|
|
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
|
|
|
|
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
|
|
|
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
|
|
|
|
-webkit-transition: none;
|
|
|
|
-moz-transition: none;
|
|
|
|
-o-transition: none;
|
|
|
|
transition: none;
|
2012-07-12 22:50:27 +02:00
|
|
|
}
|
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
|
|
|
|
color: #cccccc;
|
2012-06-29 06:20:40 +02:00
|
|
|
}
|
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
|
|
|
|
color: #cccccc;
|
2012-06-29 05:59:16 +02:00
|
|
|
}
|
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
|
|
|
|
color: #cccccc;
|
2012-06-29 05:59:16 +02:00
|
|
|
}
|
|
|
|
|
2012-07-29 09:30:15 +02:00
|
|
|
.navbar-inverse .navbar-search .search-query:focus,
|
|
|
|
.navbar-inverse .navbar-search .search-query.focused {
|
|
|
|
padding: 5px 15px;
|
|
|
|
color: #333333;
|
|
|
|
text-shadow: 0 1px 0 #ffffff;
|
|
|
|
background-color: #ffffff;
|
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
|
|
|
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
|
|
|
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
|
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
2012-06-29 05:59:16 +02:00
|
|
|
}
|
|
|
|
|
2012-07-30 19:08:27 +02:00
|
|
|
.navbar-inverse .btn-navbar {
|
|
|
|
color: #ffffff;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
|
background-color: #0e0e0e;
|
|
|
|
*background-color: #040404;
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
|
|
|
|
background-image: -webkit-linear-gradient(top, #151515, #040404);
|
|
|
|
background-image: -o-linear-gradient(top, #151515, #040404);
|
|
|
|
background-image: linear-gradient(to bottom, #151515, #040404);
|
|
|
|
background-image: -moz-linear-gradient(top, #151515, #040404);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
border-color: #040404 #040404 #000000;
|
|
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
|
|
|
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-inverse .btn-navbar:hover,
|
|
|
|
.navbar-inverse .btn-navbar:active,
|
|
|
|
.navbar-inverse .btn-navbar.active,
|
|
|
|
.navbar-inverse .btn-navbar.disabled,
|
|
|
|
.navbar-inverse .btn-navbar[disabled] {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #040404;
|
|
|
|
*background-color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-inverse .btn-navbar:active,
|
|
|
|
.navbar-inverse .btn-navbar.active {
|
|
|
|
background-color: #000000 \9;
|
|
|
|
}
|
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.breadcrumb {
|
2012-07-30 01:25:20 +02:00
|
|
|
padding: 8px 15px;
|
2012-07-06 00:11:54 +02:00
|
|
|
margin: 0 0 20px;
|
2012-02-28 06:32:48 +01:00
|
|
|
list-style: none;
|
2012-07-30 01:25:20 +02:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2012-01-26 19:04:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.breadcrumb li {
|
2012-02-07 08:42:57 +01:00
|
|
|
display: inline-block;
|
2012-03-05 09:36:57 +01:00
|
|
|
*display: inline;
|
2012-01-29 00:09:23 +01:00
|
|
|
text-shadow: 0 1px 0 #ffffff;
|
2012-04-19 01:16:42 +02:00
|
|
|
*zoom: 1;
|
2012-01-26 19:04:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.breadcrumb .divider {
|
|
|
|
padding: 0 5px;
|
2012-07-30 01:36:16 +02:00
|
|
|
color: #ccc;
|
2012-01-26 19:04:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-30 01:36:16 +02:00
|
|
|
.breadcrumb .active {
|
|
|
|
color: #999999;
|
2011-11-30 10:00:55 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.pagination {
|
2012-07-06 00:11:54 +02:00
|
|
|
height: 40px;
|
|
|
|
margin: 20px 0;
|
2012-01-26 19:04:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.pagination ul {
|
|
|
|
display: inline-block;
|
|
|
|
*display: inline;
|
|
|
|
margin-bottom: 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
margin-left: 0;
|
2012-01-29 00:09:23 +01:00
|
|
|
-webkit-border-radius: 3px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
*zoom: 1;
|
2012-01-29 00:09:23 +01:00
|
|
|
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
2012-01-26 19:04:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-27 19:56:46 +02:00
|
|
|
.pagination ul > li {
|
2012-01-29 00:09:23 +01:00
|
|
|
display: inline;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-27 19:56:46 +02:00
|
|
|
.pagination ul > li > a,
|
|
|
|
.pagination ul > li > span {
|
2012-01-29 00:09:23 +01:00
|
|
|
float: left;
|
|
|
|
padding: 0 14px;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 38px;
|
2012-01-29 00:09:23 +01:00
|
|
|
text-decoration: none;
|
2012-08-08 07:37:38 +02:00
|
|
|
background-color: #ffffff;
|
|
|
|
border: 1px solid #dddddd;
|
2012-01-29 00:09:23 +01:00
|
|
|
border-left-width: 0;
|
2012-01-26 19:04:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-27 19:56:46 +02:00
|
|
|
.pagination ul > li > a:hover,
|
|
|
|
.pagination ul > .active > a,
|
|
|
|
.pagination ul > .active > span {
|
2012-01-29 00:09:23 +01:00
|
|
|
background-color: #f5f5f5;
|
2012-01-26 19:04:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-27 19:56:46 +02:00
|
|
|
.pagination ul > .active > a,
|
|
|
|
.pagination ul > .active > span {
|
2012-01-29 00:09:23 +01:00
|
|
|
color: #999999;
|
2012-01-31 08:27:58 +01:00
|
|
|
cursor: default;
|
2011-11-17 08:58:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-27 19:56:46 +02:00
|
|
|
.pagination ul > .disabled > span,
|
|
|
|
.pagination ul > .disabled > a,
|
|
|
|
.pagination ul > .disabled > a:hover {
|
2012-01-29 00:09:23 +01:00
|
|
|
color: #999999;
|
|
|
|
cursor: default;
|
2012-04-19 01:16:42 +02:00
|
|
|
background-color: transparent;
|
2012-01-26 19:04:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-27 19:56:46 +02:00
|
|
|
.pagination ul > li:first-child > a,
|
|
|
|
.pagination ul > li:first-child > span {
|
2012-01-29 00:09:23 +01:00
|
|
|
border-left-width: 1px;
|
|
|
|
-webkit-border-radius: 3px 0 0 3px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 3px 0 0 3px;
|
|
|
|
border-radius: 3px 0 0 3px;
|
2012-01-26 19:04:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-27 19:56:46 +02:00
|
|
|
.pagination ul > li:last-child > a,
|
|
|
|
.pagination ul > li:last-child > span {
|
2012-01-29 00:09:23 +01:00
|
|
|
-webkit-border-radius: 0 3px 3px 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 0 3px 3px 0;
|
|
|
|
border-radius: 0 3px 3px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.pagination-centered {
|
2012-01-27 22:36:08 +01:00
|
|
|
text-align: center;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.pagination-right {
|
|
|
|
text-align: right;
|
2012-01-27 18:16:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.pager {
|
2012-07-09 09:42:38 +02:00
|
|
|
margin: 20px 0;
|
2012-01-29 00:09:23 +01:00
|
|
|
text-align: center;
|
2012-04-19 01:16:42 +02:00
|
|
|
list-style: none;
|
2012-01-19 21:33:22 +01:00
|
|
|
*zoom: 1;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.pager:before,
|
|
|
|
.pager:after {
|
2012-01-05 19:01:42 +01:00
|
|
|
display: table;
|
2012-07-06 19:35:08 +02:00
|
|
|
line-height: 0;
|
2012-01-05 19:01:42 +01:00
|
|
|
content: "";
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.pager:after {
|
2012-01-05 19:01:42 +01:00
|
|
|
clear: both;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.pager li {
|
|
|
|
display: inline;
|
2011-08-29 02:40:25 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-23 05:28:08 +02:00
|
|
|
.pager a,
|
|
|
|
.pager span {
|
2012-01-29 00:09:23 +01:00
|
|
|
display: inline-block;
|
2012-01-29 22:12:13 +01:00
|
|
|
padding: 5px 14px;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #ddd;
|
2012-01-29 00:09:23 +01:00
|
|
|
-webkit-border-radius: 15px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 15px;
|
|
|
|
border-radius: 15px;
|
2011-09-11 04:01:16 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 22:12:13 +01:00
|
|
|
.pager a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-23 05:28:08 +02:00
|
|
|
.pager .next a,
|
|
|
|
.pager .next span {
|
2012-01-29 00:09:23 +01:00
|
|
|
float: right;
|
2012-01-27 00:04:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.pager .previous a {
|
|
|
|
float: left;
|
2011-09-11 04:01:16 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.pager .disabled a,
|
2012-08-23 05:28:08 +02:00
|
|
|
.pager .disabled a:hover,
|
|
|
|
.pager .disabled span {
|
2012-03-06 08:50:03 +01:00
|
|
|
color: #999999;
|
|
|
|
cursor: default;
|
2012-04-19 01:16:42 +02:00
|
|
|
background-color: #fff;
|
2012-03-06 08:50:03 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-28 05:43:12 +02:00
|
|
|
.modal-open .modal .dropdown-menu {
|
2012-01-29 00:09:23 +01:00
|
|
|
z-index: 2050;
|
2012-01-26 23:40:19 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-28 05:43:12 +02:00
|
|
|
.modal-open .modal .dropdown.open {
|
2012-01-29 00:09:23 +01:00
|
|
|
*z-index: 2050;
|
2012-01-27 22:39:38 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-28 05:43:12 +02:00
|
|
|
.modal-open .modal .popover {
|
2012-01-29 00:09:23 +01:00
|
|
|
z-index: 2060;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-28 05:43:12 +02:00
|
|
|
.modal-open .modal .tooltip {
|
2012-08-19 02:05:37 +02:00
|
|
|
z-index: 2080;
|
2012-01-27 22:39:38 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.modal-backdrop {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1040;
|
|
|
|
background-color: #000000;
|
2012-01-27 22:39:38 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.modal-backdrop.fade {
|
|
|
|
opacity: 0;
|
2011-09-10 23:52:45 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.modal-backdrop,
|
|
|
|
.modal-backdrop.fade.in {
|
2012-01-29 00:09:23 +01:00
|
|
|
opacity: 0.8;
|
|
|
|
filter: alpha(opacity=80);
|
2011-12-21 07:12:23 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.modal {
|
|
|
|
position: fixed;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
z-index: 1050;
|
|
|
|
width: 560px;
|
|
|
|
margin: -250px 0 0 -280px;
|
2012-04-19 01:16:42 +02:00
|
|
|
overflow: auto;
|
2012-01-29 00:09:23 +01:00
|
|
|
background-color: #ffffff;
|
|
|
|
border: 1px solid #999;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
|
|
|
*border: 1px solid #999;
|
|
|
|
-webkit-border-radius: 6px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
2012-01-29 00:09:23 +01:00
|
|
|
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
|
|
|
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
2012-01-29 00:09:23 +01:00
|
|
|
-webkit-background-clip: padding-box;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-background-clip: padding-box;
|
|
|
|
background-clip: padding-box;
|
2011-12-21 07:12:23 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.modal.fade {
|
|
|
|
top: -25%;
|
2012-04-19 01:16:42 +02:00
|
|
|
-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
|
|
|
|
-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
|
|
|
|
-o-transition: opacity 0.3s linear, top 0.3s ease-out;
|
|
|
|
transition: opacity 0.3s linear, top 0.3s ease-out;
|
2012-01-27 22:39:38 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.modal.fade.in {
|
|
|
|
top: 50%;
|
2012-01-07 12:45:24 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.modal-header {
|
|
|
|
padding: 9px 15px;
|
|
|
|
border-bottom: 1px solid #eee;
|
2012-01-28 04:49:56 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.modal-header .close {
|
|
|
|
margin-top: 2px;
|
2012-01-07 12:45:24 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-24 09:35:54 +02:00
|
|
|
.modal-header h3 {
|
|
|
|
margin: 0;
|
2012-07-24 09:37:19 +02:00
|
|
|
line-height: 30px;
|
2012-07-24 09:35:54 +02:00
|
|
|
}
|
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.modal-body {
|
2012-02-20 06:55:09 +01:00
|
|
|
max-height: 400px;
|
2012-01-29 00:09:23 +01:00
|
|
|
padding: 15px;
|
2012-04-19 01:16:42 +02:00
|
|
|
overflow-y: auto;
|
2012-02-13 00:43:04 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-28 04:09:44 +01:00
|
|
|
.modal-form {
|
2012-02-13 00:43:04 +01:00
|
|
|
margin-bottom: 0;
|
2011-12-21 07:12:23 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.modal-footer {
|
|
|
|
padding: 14px 15px 15px;
|
|
|
|
margin-bottom: 0;
|
2012-02-23 07:38:54 +01:00
|
|
|
text-align: right;
|
2012-01-29 00:09:23 +01:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
-webkit-border-radius: 0 0 6px 6px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 0 0 6px 6px;
|
|
|
|
border-radius: 0 0 6px 6px;
|
2012-01-29 00:09:23 +01:00
|
|
|
*zoom: 1;
|
2012-04-19 01:16:42 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 0 #ffffff;
|
|
|
|
-moz-box-shadow: inset 0 1px 0 #ffffff;
|
|
|
|
box-shadow: inset 0 1px 0 #ffffff;
|
2011-12-21 07:12:23 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.modal-footer:before,
|
|
|
|
.modal-footer:after {
|
2012-01-29 00:09:23 +01:00
|
|
|
display: table;
|
2012-07-06 19:35:08 +02:00
|
|
|
line-height: 0;
|
2012-01-29 00:09:23 +01:00
|
|
|
content: "";
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.modal-footer:after {
|
|
|
|
clear: both;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-23 07:38:54 +01:00
|
|
|
.modal-footer .btn + .btn {
|
2012-01-29 00:09:23 +01:00
|
|
|
margin-bottom: 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
margin-left: 5px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-12 06:28:37 +01:00
|
|
|
.modal-footer .btn-group .btn + .btn {
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.tooltip {
|
|
|
|
position: absolute;
|
2012-08-19 02:05:37 +02:00
|
|
|
z-index: 1030;
|
2012-01-29 00:09:23 +01:00
|
|
|
display: block;
|
|
|
|
padding: 5px;
|
|
|
|
font-size: 11px;
|
|
|
|
opacity: 0;
|
|
|
|
filter: alpha(opacity=0);
|
2012-04-19 01:16:42 +02:00
|
|
|
visibility: visible;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.tooltip.in {
|
|
|
|
opacity: 0.8;
|
|
|
|
filter: alpha(opacity=80);
|
2012-01-28 20:21:39 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.tooltip.top {
|
2012-07-10 07:14:30 +02:00
|
|
|
margin-top: -3px;
|
2012-01-27 22:39:38 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.tooltip.right {
|
2012-07-10 07:14:30 +02:00
|
|
|
margin-left: 3px;
|
2012-01-07 12:45:24 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.tooltip.bottom {
|
2012-07-10 07:14:30 +02:00
|
|
|
margin-top: 3px;
|
2012-01-07 12:45:24 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.tooltip.left {
|
2012-07-10 07:14:30 +02:00
|
|
|
margin-left: -3px;
|
2012-01-26 23:40:19 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.tooltip-inner {
|
|
|
|
max-width: 200px;
|
|
|
|
padding: 3px 8px;
|
|
|
|
color: #ffffff;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #000000;
|
2011-09-02 09:29:54 +02:00
|
|
|
-webkit-border-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.tooltip-arrow {
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
2012-07-10 07:14:30 +02:00
|
|
|
border-color: transparent;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip.top .tooltip-arrow {
|
|
|
|
bottom: 0;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -5px;
|
|
|
|
border-top-color: #000000;
|
|
|
|
border-width: 5px 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip.right .tooltip-arrow {
|
|
|
|
top: 50%;
|
|
|
|
left: 0;
|
|
|
|
margin-top: -5px;
|
|
|
|
border-right-color: #000000;
|
|
|
|
border-width: 5px 5px 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip.left .tooltip-arrow {
|
|
|
|
top: 50%;
|
|
|
|
right: 0;
|
|
|
|
margin-top: -5px;
|
|
|
|
border-left-color: #000000;
|
|
|
|
border-width: 5px 0 5px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip.bottom .tooltip-arrow {
|
|
|
|
top: 0;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -5px;
|
|
|
|
border-bottom-color: #000000;
|
|
|
|
border-width: 0 5px 5px;
|
2012-01-15 01:18:15 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.popover {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1010;
|
|
|
|
display: none;
|
2012-07-27 08:42:36 +02:00
|
|
|
width: 236px;
|
|
|
|
padding: 1px;
|
|
|
|
background-color: #ffffff;
|
2012-06-28 19:03:46 +02:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
|
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
|
-webkit-background-clip: padding-box;
|
|
|
|
-moz-background-clip: padding;
|
|
|
|
background-clip: padding-box;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.popover.top {
|
2012-06-28 19:03:46 +02:00
|
|
|
margin-bottom: 10px;
|
2011-12-21 07:12:23 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.popover.right {
|
2012-06-28 19:03:46 +02:00
|
|
|
margin-left: 10px;
|
2011-12-21 07:12:23 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.popover.bottom {
|
2012-06-28 19:03:46 +02:00
|
|
|
margin-top: 10px;
|
2011-12-21 07:12:23 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.popover.left {
|
2012-06-28 19:03:46 +02:00
|
|
|
margin-right: 10px;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-10 07:14:30 +02:00
|
|
|
.popover-title {
|
|
|
|
padding: 8px 14px;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 18px;
|
2012-07-27 08:42:36 +02:00
|
|
|
background-color: #f7f7f7;
|
|
|
|
border-bottom: 1px solid #ebebeb;
|
2012-07-10 07:14:30 +02:00
|
|
|
-webkit-border-radius: 5px 5px 0 0;
|
|
|
|
-moz-border-radius: 5px 5px 0 0;
|
|
|
|
border-radius: 5px 5px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover-content {
|
|
|
|
padding: 9px 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover-content p,
|
|
|
|
.popover-content ul,
|
|
|
|
.popover-content ol {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .arrow,
|
|
|
|
.popover .arrow:after {
|
|
|
|
position: absolute;
|
|
|
|
display: inline-block;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-color: transparent;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .arrow:after {
|
|
|
|
z-index: -1;
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.popover.top .arrow {
|
2012-06-28 19:03:46 +02:00
|
|
|
bottom: -10px;
|
2012-01-29 00:09:23 +01:00
|
|
|
left: 50%;
|
2012-06-28 19:03:46 +02:00
|
|
|
margin-left: -10px;
|
2012-07-10 07:14:30 +02:00
|
|
|
border-top-color: #ffffff;
|
|
|
|
border-width: 10px 10px 0;
|
2012-06-28 19:03:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.popover.top .arrow:after {
|
2012-07-10 07:14:30 +02:00
|
|
|
bottom: -1px;
|
|
|
|
left: -11px;
|
2012-07-27 08:42:36 +02:00
|
|
|
border-top-color: rgba(0, 0, 0, 0.25);
|
2012-07-10 07:14:30 +02:00
|
|
|
border-width: 11px 11px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.popover.right .arrow {
|
|
|
|
top: 50%;
|
2012-06-28 19:03:46 +02:00
|
|
|
left: -10px;
|
|
|
|
margin-top: -10px;
|
2012-07-10 07:14:30 +02:00
|
|
|
border-right-color: #ffffff;
|
|
|
|
border-width: 10px 10px 10px 0;
|
2012-06-28 19:03:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.popover.right .arrow:after {
|
2012-07-10 07:14:30 +02:00
|
|
|
bottom: -11px;
|
|
|
|
left: -1px;
|
2012-07-27 08:42:36 +02:00
|
|
|
border-right-color: rgba(0, 0, 0, 0.25);
|
2012-07-10 07:14:30 +02:00
|
|
|
border-width: 11px 11px 11px 0;
|
2011-09-02 09:29:54 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.popover.bottom .arrow {
|
2012-06-28 19:03:46 +02:00
|
|
|
top: -10px;
|
2012-01-29 00:09:23 +01:00
|
|
|
left: 50%;
|
2012-06-28 19:03:46 +02:00
|
|
|
margin-left: -10px;
|
2012-07-27 08:42:36 +02:00
|
|
|
border-bottom-color: #ffffff;
|
2012-07-10 07:14:30 +02:00
|
|
|
border-width: 0 10px 10px;
|
2012-06-28 19:03:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.popover.bottom .arrow:after {
|
2012-07-10 07:14:30 +02:00
|
|
|
top: -1px;
|
|
|
|
left: -11px;
|
2012-07-27 08:42:36 +02:00
|
|
|
border-bottom-color: rgba(0, 0, 0, 0.25);
|
2012-07-10 07:14:30 +02:00
|
|
|
border-width: 0 11px 11px;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-29 00:09:23 +01:00
|
|
|
.popover.left .arrow {
|
|
|
|
top: 50%;
|
2012-06-28 19:03:46 +02:00
|
|
|
right: -10px;
|
|
|
|
margin-top: -10px;
|
2012-07-10 07:14:30 +02:00
|
|
|
border-left-color: #ffffff;
|
|
|
|
border-width: 10px 0 10px 10px;
|
2012-06-28 19:03:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.popover.left .arrow:after {
|
2012-07-10 07:14:30 +02:00
|
|
|
right: -1px;
|
|
|
|
bottom: -11px;
|
2012-07-27 08:42:36 +02:00
|
|
|
border-left-color: rgba(0, 0, 0, 0.25);
|
2012-07-10 07:14:30 +02:00
|
|
|
border-width: 11px 0 11px 11px;
|
2012-01-05 10:34:14 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-12-20 07:58:56 +01:00
|
|
|
.thumbnails {
|
2011-09-11 07:31:43 +02:00
|
|
|
margin-left: -20px;
|
2011-12-20 07:58:56 +01:00
|
|
|
list-style: none;
|
2012-01-19 21:33:22 +01:00
|
|
|
*zoom: 1;
|
2011-09-11 07:47:38 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.thumbnails:before,
|
|
|
|
.thumbnails:after {
|
2011-09-11 07:47:38 +02:00
|
|
|
display: table;
|
2012-07-06 19:35:08 +02:00
|
|
|
line-height: 0;
|
2011-09-11 07:47:38 +02:00
|
|
|
content: "";
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-12-20 07:58:56 +01:00
|
|
|
.thumbnails:after {
|
2011-09-11 07:47:38 +02:00
|
|
|
clear: both;
|
2011-09-11 07:31:43 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-01 10:05:00 +02:00
|
|
|
.row-fluid .thumbnails {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-12-20 07:58:56 +01:00
|
|
|
.thumbnails > li {
|
2012-04-24 15:39:14 +02:00
|
|
|
float: left;
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-bottom: 20px;
|
2012-04-24 15:45:21 +02:00
|
|
|
margin-left: 20px;
|
2011-12-20 07:58:56 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-12-20 07:58:56 +01:00
|
|
|
.thumbnail {
|
|
|
|
display: block;
|
2011-12-22 01:21:55 +01:00
|
|
|
padding: 4px;
|
2012-07-05 19:12:15 +02:00
|
|
|
line-height: 20px;
|
2011-09-11 07:31:43 +02:00
|
|
|
border: 1px solid #ddd;
|
|
|
|
-webkit-border-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2012-07-05 19:12:15 +02:00
|
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
|
|
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
|
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
2012-08-15 23:49:55 +02:00
|
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
|
|
-moz-transition: all 0.2s ease-in-out;
|
|
|
|
-o-transition: all 0.2s ease-in-out;
|
|
|
|
transition: all 0.2s ease-in-out;
|
2011-09-11 07:31:43 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-12-20 07:58:56 +01:00
|
|
|
a.thumbnail:hover {
|
2012-01-05 19:01:42 +01:00
|
|
|
border-color: #0088cc;
|
2011-09-11 07:31:43 +02:00
|
|
|
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
|
|
|
|
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
|
2011-09-11 07:31:43 +02:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-12-20 07:58:56 +01:00
|
|
|
.thumbnail > img {
|
|
|
|
display: block;
|
2011-12-22 01:21:55 +01:00
|
|
|
max-width: 100%;
|
2012-01-29 07:48:25 +01:00
|
|
|
margin-right: auto;
|
2012-04-19 01:16:42 +02:00
|
|
|
margin-left: auto;
|
2011-12-20 07:58:56 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2011-12-20 07:58:56 +01:00
|
|
|
.thumbnail .caption {
|
|
|
|
padding: 9px;
|
2012-07-05 19:12:15 +02:00
|
|
|
color: #555555;
|
2011-12-20 07:58:56 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 00:02:00 +01:00
|
|
|
.label,
|
|
|
|
.badge {
|
2012-07-06 00:11:54 +02:00
|
|
|
font-size: 11.844px;
|
2012-01-05 19:01:42 +01:00
|
|
|
font-weight: bold;
|
2012-03-23 08:40:10 +01:00
|
|
|
line-height: 14px;
|
2012-01-05 19:01:42 +01:00
|
|
|
color: #ffffff;
|
2012-02-05 11:01:28 +01:00
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2012-04-19 01:16:42 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
vertical-align: baseline;
|
2012-01-05 19:01:42 +01:00
|
|
|
background-color: #999999;
|
2012-03-23 00:02:00 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 00:02:00 +01:00
|
|
|
.label {
|
|
|
|
padding: 1px 4px 2px;
|
2012-01-05 19:01:42 +01:00
|
|
|
-webkit-border-radius: 3px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2012-01-05 19:01:42 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-02-21 06:20:06 +01:00
|
|
|
.badge {
|
2012-02-22 17:12:25 +01:00
|
|
|
padding: 1px 9px 2px;
|
|
|
|
-webkit-border-radius: 9px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 9px;
|
|
|
|
border-radius: 9px;
|
2012-02-21 06:20:06 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 00:02:00 +01:00
|
|
|
a.label:hover,
|
|
|
|
a.badge:hover {
|
2012-02-21 06:20:06 +01:00
|
|
|
color: #ffffff;
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 00:02:00 +01:00
|
|
|
.label-important,
|
|
|
|
.badge-important {
|
2012-02-21 06:20:06 +01:00
|
|
|
background-color: #b94a48;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 00:02:00 +01:00
|
|
|
.label-important[href],
|
|
|
|
.badge-important[href] {
|
2012-02-21 06:20:06 +01:00
|
|
|
background-color: #953b39;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 00:02:00 +01:00
|
|
|
.label-warning,
|
2012-02-21 06:20:06 +01:00
|
|
|
.badge-warning {
|
|
|
|
background-color: #f89406;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 00:02:00 +01:00
|
|
|
.label-warning[href],
|
|
|
|
.badge-warning[href] {
|
2012-02-21 06:20:06 +01:00
|
|
|
background-color: #c67605;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 00:02:00 +01:00
|
|
|
.label-success,
|
2012-02-21 06:20:06 +01:00
|
|
|
.badge-success {
|
|
|
|
background-color: #468847;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 00:02:00 +01:00
|
|
|
.label-success[href],
|
|
|
|
.badge-success[href] {
|
2012-02-21 06:20:06 +01:00
|
|
|
background-color: #356635;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 00:02:00 +01:00
|
|
|
.label-info,
|
2012-02-21 06:20:06 +01:00
|
|
|
.badge-info {
|
|
|
|
background-color: #3a87ad;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 00:02:00 +01:00
|
|
|
.label-info[href],
|
|
|
|
.badge-info[href] {
|
2012-02-21 06:20:06 +01:00
|
|
|
background-color: #2d6987;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 00:02:00 +01:00
|
|
|
.label-inverse,
|
2012-02-21 06:20:06 +01:00
|
|
|
.badge-inverse {
|
|
|
|
background-color: #333333;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-23 00:02:00 +01:00
|
|
|
.label-inverse[href],
|
|
|
|
.badge-inverse[href] {
|
2012-02-21 06:20:06 +01:00
|
|
|
background-color: #1a1a1a;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-30 22:25:27 +02:00
|
|
|
.btn .label,
|
|
|
|
.btn .badge {
|
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
}
|
|
|
|
|
2012-07-31 00:54:03 +02:00
|
|
|
.btn-mini .label,
|
|
|
|
.btn-mini .badge {
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
2012-01-08 00:52:57 +01:00
|
|
|
@-webkit-keyframes progress-bar-stripes {
|
|
|
|
from {
|
2012-03-23 08:28:58 +01:00
|
|
|
background-position: 40px 0;
|
2012-01-08 00:52:57 +01:00
|
|
|
}
|
|
|
|
to {
|
2012-03-23 08:28:58 +01:00
|
|
|
background-position: 0 0;
|
2012-01-08 00:52:57 +01:00
|
|
|
}
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-28 21:43:19 +01:00
|
|
|
@-moz-keyframes progress-bar-stripes {
|
|
|
|
from {
|
2012-03-23 08:28:58 +01:00
|
|
|
background-position: 40px 0;
|
2012-01-28 21:43:19 +01:00
|
|
|
}
|
|
|
|
to {
|
2012-03-23 08:28:58 +01:00
|
|
|
background-position: 0 0;
|
2012-01-28 21:43:19 +01:00
|
|
|
}
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-11 03:03:59 +01:00
|
|
|
@-ms-keyframes progress-bar-stripes {
|
|
|
|
from {
|
2012-03-23 08:28:58 +01:00
|
|
|
background-position: 40px 0;
|
2012-03-11 03:03:59 +01:00
|
|
|
}
|
|
|
|
to {
|
2012-03-23 08:28:58 +01:00
|
|
|
background-position: 0 0;
|
2012-03-11 03:03:59 +01:00
|
|
|
}
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-25 09:20:30 +02:00
|
|
|
@-o-keyframes progress-bar-stripes {
|
|
|
|
from {
|
|
|
|
background-position: 0 0;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
background-position: 40px 0;
|
|
|
|
}
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-08 21:40:30 +01:00
|
|
|
@keyframes progress-bar-stripes {
|
|
|
|
from {
|
2012-03-23 08:28:58 +01:00
|
|
|
background-position: 40px 0;
|
2012-01-08 21:40:30 +01:00
|
|
|
}
|
|
|
|
to {
|
2012-03-23 08:28:58 +01:00
|
|
|
background-position: 0 0;
|
2012-01-08 21:40:30 +01:00
|
|
|
}
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-08 21:40:30 +01:00
|
|
|
.progress {
|
2012-08-20 20:22:37 +02:00
|
|
|
height: 20px;
|
|
|
|
margin-bottom: 20px;
|
2012-04-19 01:16:42 +02:00
|
|
|
overflow: hidden;
|
2012-01-26 19:04:30 +01:00
|
|
|
background-color: #f7f7f7;
|
2012-01-08 21:40:30 +01:00
|
|
|
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
|
2012-01-26 05:32:19 +01:00
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
|
2012-01-08 21:40:30 +01:00
|
|
|
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
|
|
|
|
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
|
2012-07-10 05:49:17 +02:00
|
|
|
background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
|
2012-01-08 21:40:30 +01:00
|
|
|
background-repeat: repeat-x;
|
2012-01-28 05:17:03 +01:00
|
|
|
-webkit-border-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2012-05-04 22:50:16 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
|
2012-04-19 01:16:42 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
|
|
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
2012-01-08 21:40:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-08 21:40:30 +01:00
|
|
|
.progress .bar {
|
2012-08-20 20:22:37 +02:00
|
|
|
float: left;
|
2012-04-19 01:16:42 +02:00
|
|
|
width: 0;
|
2012-07-07 21:34:47 +02:00
|
|
|
height: 100%;
|
2012-01-25 05:30:26 +01:00
|
|
|
font-size: 12px;
|
2012-04-19 01:16:42 +02:00
|
|
|
color: #ffffff;
|
2012-01-25 05:30:26 +01:00
|
|
|
text-align: center;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2012-01-26 19:04:30 +01:00
|
|
|
background-color: #0e90d2;
|
2012-08-20 20:22:37 +02:00
|
|
|
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
|
2012-01-26 05:32:19 +01:00
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
|
2012-01-08 21:40:30 +01:00
|
|
|
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
|
|
|
|
background-image: -o-linear-gradient(top, #149bdf, #0480be);
|
2012-07-10 05:49:17 +02:00
|
|
|
background-image: linear-gradient(to bottom, #149bdf, #0480be);
|
2012-01-08 21:40:30 +01:00
|
|
|
background-repeat: repeat-x;
|
2012-05-04 22:50:16 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
|
2012-01-08 21:40:30 +01:00
|
|
|
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
|
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
2012-05-31 19:24:23 +02:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2012-01-08 21:40:30 +01:00
|
|
|
-webkit-transition: width 0.6s ease;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-transition: width 0.6s ease;
|
|
|
|
-o-transition: width 0.6s ease;
|
|
|
|
transition: width 0.6s ease;
|
2012-01-08 21:40:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-20 20:22:37 +02:00
|
|
|
.progress .bar + .bar {
|
|
|
|
-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
|
|
-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
|
|
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
|
|
}
|
|
|
|
|
2012-01-29 22:15:38 +01:00
|
|
|
.progress-striped .bar {
|
2012-03-06 08:00:37 +01:00
|
|
|
background-color: #149bdf;
|
2012-04-19 01:16:42 +02:00
|
|
|
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
2012-06-26 05:20:32 +02:00
|
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
2012-01-08 21:40:30 +01:00
|
|
|
-webkit-background-size: 40px 40px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-background-size: 40px 40px;
|
|
|
|
-o-background-size: 40px 40px;
|
|
|
|
background-size: 40px 40px;
|
2012-01-08 21:40:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-08 21:40:30 +01:00
|
|
|
.progress.active .bar {
|
|
|
|
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-animation: progress-bar-stripes 2s linear infinite;
|
|
|
|
-ms-animation: progress-bar-stripes 2s linear infinite;
|
|
|
|
-o-animation: progress-bar-stripes 2s linear infinite;
|
|
|
|
animation: progress-bar-stripes 2s linear infinite;
|
2012-01-08 21:40:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-20 20:22:37 +02:00
|
|
|
.progress-danger .bar,
|
|
|
|
.progress .bar-danger {
|
2012-01-26 19:04:30 +01:00
|
|
|
background-color: #dd514c;
|
2012-01-08 21:40:30 +01:00
|
|
|
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
|
2012-01-26 05:32:19 +01:00
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
|
2012-01-08 21:40:30 +01:00
|
|
|
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
|
|
|
|
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
|
2012-07-10 05:49:17 +02:00
|
|
|
background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
|
2012-01-08 21:40:30 +01:00
|
|
|
background-repeat: repeat-x;
|
2012-05-04 22:50:16 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
|
2012-01-08 21:40:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-20 20:22:37 +02:00
|
|
|
.progress-danger.progress-striped .bar,
|
|
|
|
.progress-striped .bar-danger {
|
2012-01-08 21:40:30 +01:00
|
|
|
background-color: #ee5f5b;
|
|
|
|
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
2012-06-26 05:20:32 +02:00
|
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
2012-01-08 21:40:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-20 20:22:37 +02:00
|
|
|
.progress-success .bar,
|
|
|
|
.progress .bar-success {
|
2012-01-26 19:04:30 +01:00
|
|
|
background-color: #5eb95e;
|
2012-01-08 21:40:30 +01:00
|
|
|
background-image: -moz-linear-gradient(top, #62c462, #57a957);
|
2012-01-26 05:32:19 +01:00
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
|
2012-01-08 21:40:30 +01:00
|
|
|
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
|
|
|
|
background-image: -o-linear-gradient(top, #62c462, #57a957);
|
2012-07-10 05:49:17 +02:00
|
|
|
background-image: linear-gradient(to bottom, #62c462, #57a957);
|
2012-01-08 21:40:30 +01:00
|
|
|
background-repeat: repeat-x;
|
2012-05-04 22:50:16 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
|
2012-01-08 21:40:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-20 20:22:37 +02:00
|
|
|
.progress-success.progress-striped .bar,
|
|
|
|
.progress-striped .bar-success {
|
2012-01-08 21:40:30 +01:00
|
|
|
background-color: #62c462;
|
|
|
|
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
2012-06-26 05:20:32 +02:00
|
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
2012-01-08 21:40:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-20 20:22:37 +02:00
|
|
|
.progress-info .bar,
|
|
|
|
.progress .bar-info {
|
2012-01-26 19:04:30 +01:00
|
|
|
background-color: #4bb1cf;
|
2012-01-08 21:40:30 +01:00
|
|
|
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
|
2012-01-26 05:32:19 +01:00
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
|
2012-01-08 21:40:30 +01:00
|
|
|
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
|
|
|
|
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
|
2012-07-10 05:49:17 +02:00
|
|
|
background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
|
2012-01-08 21:40:30 +01:00
|
|
|
background-repeat: repeat-x;
|
2012-05-04 22:50:16 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
|
2012-01-08 21:40:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-20 20:22:37 +02:00
|
|
|
.progress-info.progress-striped .bar,
|
|
|
|
.progress-striped .bar-info {
|
2012-01-08 21:40:30 +01:00
|
|
|
background-color: #5bc0de;
|
|
|
|
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
2012-06-26 05:20:32 +02:00
|
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
2012-03-05 09:29:16 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-20 20:22:37 +02:00
|
|
|
.progress-warning .bar,
|
|
|
|
.progress .bar-warning {
|
2012-03-05 09:29:16 +01:00
|
|
|
background-color: #faa732;
|
|
|
|
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
|
|
|
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
|
|
|
background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
2012-07-10 05:49:17 +02:00
|
|
|
background-image: linear-gradient(to bottom, #fbb450, #f89406);
|
2012-03-05 09:29:16 +01:00
|
|
|
background-repeat: repeat-x;
|
2012-05-04 22:50:16 +02:00
|
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
|
2012-03-05 09:29:16 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-08-20 20:22:37 +02:00
|
|
|
.progress-warning.progress-striped .bar,
|
|
|
|
.progress-striped .bar-warning {
|
2012-03-05 09:29:16 +01:00
|
|
|
background-color: #fbb450;
|
|
|
|
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
2012-06-26 05:20:32 +02:00
|
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
2012-01-08 21:40:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-16 03:40:17 +01:00
|
|
|
.accordion {
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-bottom: 20px;
|
2012-01-16 03:40:17 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-17 02:27:30 +01:00
|
|
|
.accordion-group {
|
2012-01-29 01:48:03 +01:00
|
|
|
margin-bottom: 2px;
|
|
|
|
border: 1px solid #e5e5e5;
|
2012-01-17 02:27:30 +01:00
|
|
|
-webkit-border-radius: 4px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2012-01-17 02:27:30 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-16 03:40:17 +01:00
|
|
|
.accordion-heading {
|
2012-01-16 06:54:58 +01:00
|
|
|
border-bottom: 0;
|
2012-01-16 03:40:17 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-26 23:40:19 +01:00
|
|
|
.accordion-heading .accordion-toggle {
|
|
|
|
display: block;
|
|
|
|
padding: 8px 15px;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-04-24 10:23:24 +02:00
|
|
|
.accordion-toggle {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2012-01-16 06:48:58 +01:00
|
|
|
.accordion-inner {
|
2012-01-18 08:19:21 +01:00
|
|
|
padding: 9px 15px;
|
|
|
|
border-top: 1px solid #e5e5e5;
|
2012-01-16 03:40:17 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-16 01:27:36 +01:00
|
|
|
.carousel {
|
|
|
|
position: relative;
|
2012-07-06 00:11:54 +02:00
|
|
|
margin-bottom: 20px;
|
2012-01-16 03:40:17 +01:00
|
|
|
line-height: 1;
|
2012-01-16 01:27:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-16 03:40:17 +01:00
|
|
|
.carousel-inner {
|
2012-01-16 01:27:36 +01:00
|
|
|
position: relative;
|
2012-04-19 01:16:42 +02:00
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
2012-01-16 01:27:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-16 01:27:36 +01:00
|
|
|
.carousel .item {
|
|
|
|
position: relative;
|
2012-04-19 01:16:42 +02:00
|
|
|
display: none;
|
2012-01-16 01:27:36 +01:00
|
|
|
-webkit-transition: 0.6s ease-in-out left;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-transition: 0.6s ease-in-out left;
|
|
|
|
-o-transition: 0.6s ease-in-out left;
|
|
|
|
transition: 0.6s ease-in-out left;
|
2012-01-16 01:27:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-25 20:47:36 +01:00
|
|
|
.carousel .item > img {
|
|
|
|
display: block;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.carousel .active,
|
|
|
|
.carousel .next,
|
|
|
|
.carousel .prev {
|
2012-01-16 01:27:36 +01:00
|
|
|
display: block;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-16 01:27:36 +01:00
|
|
|
.carousel .active {
|
|
|
|
left: 0;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.carousel .next,
|
|
|
|
.carousel .prev {
|
2012-01-16 01:27:36 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-16 01:27:36 +01:00
|
|
|
.carousel .next {
|
|
|
|
left: 100%;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-16 01:27:36 +01:00
|
|
|
.carousel .prev {
|
|
|
|
left: -100%;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.carousel .next.left,
|
|
|
|
.carousel .prev.right {
|
2012-01-16 03:40:17 +01:00
|
|
|
left: 0;
|
2012-01-16 01:27:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-16 01:27:36 +01:00
|
|
|
.carousel .active.left {
|
|
|
|
left: -100%;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-16 01:27:36 +01:00
|
|
|
.carousel .active.right {
|
|
|
|
left: 100%;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-16 03:40:17 +01:00
|
|
|
.carousel-control {
|
2012-01-16 01:27:36 +01:00
|
|
|
position: absolute;
|
2012-01-16 03:40:17 +01:00
|
|
|
top: 40%;
|
|
|
|
left: 15px;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
margin-top: -20px;
|
|
|
|
font-size: 60px;
|
2012-01-16 01:27:36 +01:00
|
|
|
font-weight: 100;
|
2012-01-16 03:40:17 +01:00
|
|
|
line-height: 30px;
|
2012-01-25 20:05:23 +01:00
|
|
|
color: #ffffff;
|
2012-01-16 03:40:17 +01:00
|
|
|
text-align: center;
|
2012-01-25 05:45:38 +01:00
|
|
|
background: #222222;
|
2012-01-25 20:05:23 +01:00
|
|
|
border: 3px solid #ffffff;
|
2012-01-25 05:45:38 +01:00
|
|
|
-webkit-border-radius: 23px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 23px;
|
|
|
|
border-radius: 23px;
|
2012-01-25 05:45:38 +01:00
|
|
|
opacity: 0.5;
|
2012-01-26 05:32:19 +01:00
|
|
|
filter: alpha(opacity=50);
|
2012-01-16 01:27:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-16 03:40:17 +01:00
|
|
|
.carousel-control.right {
|
|
|
|
right: 15px;
|
2012-04-19 01:16:42 +02:00
|
|
|
left: auto;
|
2012-01-16 01:27:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-16 03:40:17 +01:00
|
|
|
.carousel-control:hover {
|
2012-01-23 05:07:17 +01:00
|
|
|
color: #ffffff;
|
2012-01-16 01:27:36 +01:00
|
|
|
text-decoration: none;
|
2012-01-25 05:45:38 +01:00
|
|
|
opacity: 0.9;
|
2012-01-26 05:32:19 +01:00
|
|
|
filter: alpha(opacity=90);
|
2012-01-16 03:40:17 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-16 03:40:17 +01:00
|
|
|
.carousel-caption {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2012-04-19 01:16:42 +02:00
|
|
|
left: 0;
|
2012-07-09 06:47:16 +02:00
|
|
|
padding: 15px;
|
2012-01-23 05:07:17 +01:00
|
|
|
background: #333333;
|
2012-01-16 03:40:17 +01:00
|
|
|
background: rgba(0, 0, 0, 0.75);
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-03-08 20:09:33 +01:00
|
|
|
.carousel-caption h4,
|
|
|
|
.carousel-caption p {
|
2012-07-09 06:47:16 +02:00
|
|
|
line-height: 20px;
|
2012-01-23 05:07:17 +01:00
|
|
|
color: #ffffff;
|
2012-01-16 01:27:36 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-07-09 06:47:16 +02:00
|
|
|
.carousel-caption h4 {
|
|
|
|
margin: 0 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel-caption p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2012-01-27 00:51:11 +01:00
|
|
|
.hero-unit {
|
|
|
|
padding: 60px;
|
|
|
|
margin-bottom: 30px;
|
2012-03-11 01:01:06 +01:00
|
|
|
background-color: #eeeeee;
|
2012-01-27 00:51:11 +01:00
|
|
|
-webkit-border-radius: 6px;
|
2012-04-19 01:16:42 +02:00
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
2012-01-27 00:51:11 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-27 00:51:11 +01:00
|
|
|
.hero-unit h1 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-size: 60px;
|
|
|
|
line-height: 1;
|
|
|
|
letter-spacing: -1px;
|
2012-04-19 01:16:42 +02:00
|
|
|
color: inherit;
|
2012-01-27 00:51:11 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-27 00:51:11 +01:00
|
|
|
.hero-unit p {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 200;
|
2012-07-06 00:11:54 +02:00
|
|
|
line-height: 30px;
|
2012-03-11 01:01:06 +01:00
|
|
|
color: inherit;
|
2012-01-27 00:51:11 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-09 00:38:57 +01:00
|
|
|
.pull-right {
|
|
|
|
float: right;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-09 00:38:57 +01:00
|
|
|
.pull-left {
|
|
|
|
float: left;
|
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-09 00:38:57 +01:00
|
|
|
.hide {
|
2012-07-24 09:35:54 +02:00
|
|
|
display: none;
|
2012-01-09 00:38:57 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-09 00:38:57 +01:00
|
|
|
.show {
|
2012-07-24 09:35:54 +02:00
|
|
|
display: block;
|
2012-01-09 00:38:57 +01:00
|
|
|
}
|
2012-04-19 01:16:42 +02:00
|
|
|
|
2012-01-09 00:38:57 +01:00
|
|
|
.invisible {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
2012-07-23 03:28:39 +02:00
|
|
|
|
|
|
|
.affix {
|
|
|
|
position: fixed;
|
|
|
|
}
|