summaryrefslogtreecommitdiff
path: root/public/css/bootstrap.css
diff options
context:
space:
mode:
authorolf <olf@subsignal.org>2015-03-13 13:03:31 +0100
committerolf <olf@subsignal.org>2015-03-15 14:22:22 +0100
commit1ccfeb7aec7e49c909a66df24899215a9d0e6b51 (patch)
tree29965c5cae10a4e2c4ab422ecbbd61b2de603d1c /public/css/bootstrap.css
parent5945ae8dbb867068722377cedf4f0b46873a2d9a (diff)
improvements
Diffstat (limited to 'public/css/bootstrap.css')
-rw-r--r--public/css/bootstrap.css1534
1 files changed, 870 insertions, 664 deletions
diff --git a/public/css/bootstrap.css b/public/css/bootstrap.css
index 1d2c458..7b4f91a 100644
--- a/public/css/bootstrap.css
+++ b/public/css/bootstrap.css
@@ -1,4 +1,3 @@
-@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
/*!
* bootswatch v3.3.2
* Homepage: http://bootswatch.com
@@ -1072,11 +1071,11 @@ html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
- font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 15px;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 14px;
line-height: 1.42857143;
- color: #ffffff;
- background-color: #222222;
+ color: #c8c8c8;
+ background-color: #272b30;
}
input,
button,
@@ -1087,12 +1086,12 @@ textarea {
line-height: inherit;
}
a {
- color: #0ce3ac;
+ color: #ffffff;
text-decoration: none;
}
a:hover,
a:focus {
- color: #0ce3ac;
+ color: #ffffff;
text-decoration: underline;
}
a:focus {
@@ -1119,10 +1118,10 @@ img {
border-radius: 6px;
}
.img-thumbnail {
- padding: 2px;
+ padding: 4px;
line-height: 1.42857143;
- background-color: #222222;
- border: 1px solid #464545;
+ background-color: #1c1e22;
+ border: 1px solid #0c0d0e;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
@@ -1135,10 +1134,10 @@ img {
border-radius: 50%;
}
hr {
- margin-top: 21px;
- margin-bottom: 21px;
+ margin-top: 20px;
+ margin-bottom: 20px;
border: 0;
- border-top: 1px solid #464545;
+ border-top: 1px solid #1c1e22;
}
.sr-only {
position: absolute;
@@ -1171,8 +1170,8 @@ h6,
.h4,
.h5,
.h6 {
- font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-weight: 400;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-weight: 500;
line-height: 1.1;
color: inherit;
}
@@ -1202,7 +1201,7 @@ h6 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
- color: #999999;
+ color: #7a8288;
}
h1,
.h1,
@@ -1210,8 +1209,8 @@ h2,
.h2,
h3,
.h3 {
- margin-top: 21px;
- margin-bottom: 10.5px;
+ margin-top: 20px;
+ margin-bottom: 10px;
}
h1 small,
.h1 small,
@@ -1233,8 +1232,8 @@ h5,
.h5,
h6,
.h6 {
- margin-top: 10.5px;
- margin-bottom: 10.5px;
+ margin-top: 10px;
+ margin-bottom: 10px;
}
h4 small,
.h4 small,
@@ -1252,49 +1251,49 @@ h6 .small,
}
h1,
.h1 {
- font-size: 39px;
+ font-size: 36px;
}
h2,
.h2 {
- font-size: 32px;
+ font-size: 30px;
}
h3,
.h3 {
- font-size: 26px;
+ font-size: 24px;
}
h4,
.h4 {
- font-size: 19px;
+ font-size: 18px;
}
h5,
.h5 {
- font-size: 15px;
+ font-size: 14px;
}
h6,
.h6 {
- font-size: 13px;
+ font-size: 12px;
}
p {
- margin: 0 0 10.5px;
+ margin: 0 0 10px;
}
.lead {
- margin-bottom: 21px;
- font-size: 17px;
+ margin-bottom: 20px;
+ font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
- font-size: 22.5px;
+ font-size: 21px;
}
}
small,
.small {
- font-size: 86%;
+ font-size: 85%;
}
mark,
.mark {
- background-color: #f39c12;
+ background-color: #f89406;
padding: .2em;
}
.text-left {
@@ -1322,13 +1321,13 @@ mark,
text-transform: capitalize;
}
.text-muted {
- color: #999999;
+ color: #7a8288;
}
.text-primary {
- color: #375a7f;
+ color: #7a8288;
}
a.text-primary:hover {
- color: #28415b;
+ color: #62686d;
}
.text-success {
color: #ffffff;
@@ -1356,44 +1355,44 @@ a.text-danger:hover {
}
.bg-primary {
color: #fff;
- background-color: #375a7f;
+ background-color: #7a8288;
}
a.bg-primary:hover {
- background-color: #28415b;
+ background-color: #62686d;
}
.bg-success {
- background-color: #00bc8c;
+ background-color: #62c462;
}
a.bg-success:hover {
- background-color: #008966;
+ background-color: #42b142;
}
.bg-info {
- background-color: #3498db;
+ background-color: #5bc0de;
}
a.bg-info:hover {
- background-color: #217dbb;
+ background-color: #31b0d5;
}
.bg-warning {
- background-color: #f39c12;
+ background-color: #f89406;
}
a.bg-warning:hover {
- background-color: #c87f0a;
+ background-color: #c67605;
}
.bg-danger {
- background-color: #e74c3c;
+ background-color: #ee5f5b;
}
a.bg-danger:hover {
- background-color: #d62c1a;
+ background-color: #e9322d;
}
.page-header {
- padding-bottom: 9.5px;
- margin: 42px 0 21px;
- border-bottom: 1px solid transparent;
+ padding-bottom: 9px;
+ margin: 40px 0 20px;
+ border-bottom: 1px solid #1c1e22;
}
ul,
ol {
margin-top: 0;
- margin-bottom: 10.5px;
+ margin-bottom: 10px;
}
ul ul,
ol ul,
@@ -1417,7 +1416,7 @@ ol ol {
}
dl {
margin-top: 0;
- margin-bottom: 21px;
+ margin-bottom: 20px;
}
dt,
dd {
@@ -1446,17 +1445,17 @@ dd {
abbr[title],
abbr[data-original-title] {
cursor: help;
- border-bottom: 1px dotted #999999;
+ border-bottom: 1px dotted #7a8288;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
- padding: 10.5px 21px;
- margin: 0 0 21px;
- font-size: 18.75px;
- border-left: 5px solid #464545;
+ padding: 10px 20px;
+ margin: 0 0 20px;
+ font-size: 17.5px;
+ border-left: 5px solid #7a8288;
}
blockquote p:last-child,
blockquote ul:last-child,
@@ -1469,7 +1468,7 @@ blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
- color: #999999;
+ color: #7a8288;
}
blockquote footer:before,
blockquote small:before,
@@ -1480,7 +1479,7 @@ blockquote .small:before {
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
- border-right: 5px solid #464545;
+ border-right: 5px solid #7a8288;
border-left: 0;
text-align: right;
}
@@ -1501,7 +1500,7 @@ blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
- margin-bottom: 21px;
+ margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
@@ -1536,14 +1535,14 @@ kbd kbd {
}
pre {
display: block;
- padding: 10px;
- margin: 0 0 10.5px;
- font-size: 14px;
+ padding: 9.5px;
+ margin: 0 0 10px;
+ font-size: 13px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
- color: #303030;
- background-color: #ebebeb;
+ color: #3a3f44;
+ background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
@@ -2227,12 +2226,12 @@ pre code {
}
}
table {
- background-color: transparent;
+ background-color: #2e3338;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
- color: #999999;
+ color: #7a8288;
text-align: left;
}
th {
@@ -2241,7 +2240,7 @@ th {
.table {
width: 100%;
max-width: 100%;
- margin-bottom: 21px;
+ margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
@@ -2252,11 +2251,11 @@ th {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
- border-top: 1px solid #464545;
+ border-top: 1px solid #1c1e22;
}
.table > thead > tr > th {
vertical-align: bottom;
- border-bottom: 2px solid #464545;
+ border-bottom: 2px solid #1c1e22;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
@@ -2267,10 +2266,10 @@ th {
border-top: 0;
}
.table > tbody + tbody {
- border-top: 2px solid #464545;
+ border-top: 2px solid #1c1e22;
}
.table .table {
- background-color: #222222;
+ background-color: #272b30;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
@@ -2281,7 +2280,7 @@ th {
padding: 5px;
}
.table-bordered {
- border: 1px solid #464545;
+ border: 1px solid #1c1e22;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
@@ -2289,17 +2288,17 @@ th {
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
- border: 1px solid #464545;
+ border: 1px solid #1c1e22;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
- background-color: #3d3d3d;
+ background-color: #353a41;
}
.table-hover > tbody > tr:hover {
- background-color: #464545;
+ background-color: #49515a;
}
table col[class*="col-"] {
position: static;
@@ -2324,14 +2323,14 @@ table th[class*="col-"] {
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
- background-color: #464545;
+ background-color: #49515a;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
- background-color: #393838;
+ background-color: #3e444c;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
@@ -2345,14 +2344,14 @@ table th[class*="col-"] {
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
- background-color: #00bc8c;
+ background-color: #62c462;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
- background-color: #00a379;
+ background-color: #4fbd4f;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
@@ -2366,14 +2365,14 @@ table th[class*="col-"] {
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
- background-color: #3498db;
+ background-color: #5bc0de;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
- background-color: #258cd1;
+ background-color: #46b8da;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
@@ -2387,14 +2386,14 @@ table th[class*="col-"] {
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
- background-color: #f39c12;
+ background-color: #f89406;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
- background-color: #e08e0b;
+ background-color: #df8505;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
@@ -2408,14 +2407,14 @@ table th[class*="col-"] {
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
- background-color: #e74c3c;
+ background-color: #ee5f5b;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
- background-color: #e43725;
+ background-color: #ec4844;
}
.table-responsive {
overflow-x: auto;
@@ -2424,10 +2423,10 @@ table th[class*="col-"] {
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
- margin-bottom: 15.75px;
+ margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
- border: 1px solid #464545;
+ border: 1px solid #1c1e22;
}
.table-responsive > .table {
margin-bottom: 0;
@@ -2476,12 +2475,12 @@ legend {
display: block;
width: 100%;
padding: 0;
- margin-bottom: 21px;
- font-size: 22.5px;
+ margin-bottom: 20px;
+ font-size: 21px;
line-height: inherit;
- color: #ffffff;
+ color: #c8c8c8;
border: 0;
- border-bottom: 1px solid transparent;
+ border-bottom: 1px solid #1c1e22;
}
label {
display: inline-block;
@@ -2520,22 +2519,22 @@ input[type="checkbox"]:focus {
}
output {
display: block;
- padding-top: 11px;
- font-size: 15px;
+ padding-top: 9px;
+ font-size: 14px;
line-height: 1.42857143;
- color: #464545;
+ color: #272b30;
}
.form-control {
display: block;
width: 100%;
- height: 43px;
- padding: 10px 15px;
- font-size: 15px;
+ height: 38px;
+ padding: 8px 12px;
+ font-size: 14px;
line-height: 1.42857143;
- color: #464545;
+ color: #272b30;
background-color: #ffffff;
background-image: none;
- border: 1px solid #f1f1f1;
+ border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
@@ -2544,26 +2543,26 @@ output {
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
- border-color: #ffffff;
+ border-color: #66afe9;
outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
- color: #999999;
+ color: #7a8288;
opacity: 1;
}
.form-control:-ms-input-placeholder {
- color: #999999;
+ color: #7a8288;
}
.form-control::-webkit-input-placeholder {
- color: #999999;
+ color: #7a8288;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
- background-color: #ebebeb;
+ background-color: #999999;
opacity: 1;
}
textarea.form-control {
@@ -2577,7 +2576,7 @@ input[type="search"] {
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
- line-height: 43px;
+ line-height: 38px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
@@ -2587,7 +2586,7 @@ input[type="search"] {
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
- line-height: 33px;
+ line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
@@ -2597,7 +2596,7 @@ input[type="search"] {
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
- line-height: 64px;
+ line-height: 54px;
}
}
.form-group {
@@ -2612,7 +2611,7 @@ input[type="search"] {
}
.radio label,
.checkbox label {
- min-height: 21px;
+ min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
@@ -2665,8 +2664,8 @@ fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
- padding-top: 11px;
- padding-bottom: 11px;
+ padding-top: 9px;
+ padding-bottom: 9px;
margin-bottom: 0;
}
.form-control-static.input-lg,
@@ -2675,82 +2674,82 @@ fieldset[disabled] .checkbox label {
padding-right: 0;
}
.input-sm {
- height: 33px;
- padding: 6px 9px;
- font-size: 13px;
+ height: 30px;
+ padding: 5px 10px;
+ font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
- height: 33px;
- line-height: 33px;
+ height: 30px;
+ line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.form-group-sm .form-control {
- height: 33px;
- padding: 6px 9px;
- font-size: 13px;
+ height: 30px;
+ padding: 5px 10px;
+ font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.form-group-sm .form-control {
- height: 33px;
- line-height: 33px;
+ height: 30px;
+ line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
height: auto;
}
.form-group-sm .form-control-static {
- height: 33px;
- padding: 6px 9px;
- font-size: 13px;
+ height: 30px;
+ padding: 5px 10px;
+ font-size: 12px;
line-height: 1.5;
}
.input-lg {
- height: 64px;
- padding: 18px 27px;
- font-size: 19px;
+ height: 54px;
+ padding: 14px 16px;
+ font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
- height: 64px;
- line-height: 64px;
+ height: 54px;
+ line-height: 54px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
- height: 64px;
- padding: 18px 27px;
- font-size: 19px;
+ height: 54px;
+ padding: 14px 16px;
+ font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.form-group-lg .form-control {
- height: 64px;
- line-height: 64px;
+ height: 54px;
+ line-height: 54px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
height: auto;
}
.form-group-lg .form-control-static {
- height: 64px;
- padding: 18px 27px;
- font-size: 19px;
+ height: 54px;
+ padding: 14px 16px;
+ font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
- padding-right: 53.75px;
+ padding-right: 47.5px;
}
.form-control-feedback {
position: absolute;
@@ -2758,21 +2757,21 @@ select[multiple].form-group-lg .form-control {
right: 0;
z-index: 2;
display: block;
- width: 43px;
- height: 43px;
- line-height: 43px;
+ width: 38px;
+ height: 38px;
+ line-height: 38px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback {
- width: 64px;
- height: 64px;
- line-height: 64px;
+ width: 54px;
+ height: 54px;
+ line-height: 54px;
}
.input-sm + .form-control-feedback {
- width: 33px;
- height: 33px;
- line-height: 33px;
+ width: 30px;
+ height: 30px;
+ line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
@@ -2799,7 +2798,7 @@ select[multiple].form-group-lg .form-control {
.has-success .input-group-addon {
color: #ffffff;
border-color: #ffffff;
- background-color: #00bc8c;
+ background-color: #62c462;
}
.has-success .form-control-feedback {
color: #ffffff;
@@ -2829,7 +2828,7 @@ select[multiple].form-group-lg .form-control {
.has-warning .input-group-addon {
color: #ffffff;
border-color: #ffffff;
- background-color: #f39c12;
+ background-color: #f89406;
}
.has-warning .form-control-feedback {
color: #ffffff;
@@ -2859,13 +2858,13 @@ select[multiple].form-group-lg .form-control {
.has-error .input-group-addon {
color: #ffffff;
border-color: #ffffff;
- background-color: #e74c3c;
+ background-color: #ee5f5b;
}
.has-error .form-control-feedback {
color: #ffffff;
}
.has-feedback label ~ .form-control-feedback {
- top: 26px;
+ top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
@@ -2932,11 +2931,11 @@ select[multiple].form-group-lg .form-control {
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
- padding-top: 11px;
+ padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
- min-height: 32px;
+ min-height: 29px;
}
.form-horizontal .form-group {
margin-left: -15px;
@@ -2946,7 +2945,7 @@ select[multiple].form-group-lg .form-control {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
- padding-top: 11px;
+ padding-top: 9px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
@@ -2954,12 +2953,12 @@ select[multiple].form-group-lg .form-control {
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
- padding-top: 24.9999994px;
+ padding-top: 19.6666662px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
- padding-top: 7px;
+ padding-top: 6px;
}
}
.btn {
@@ -2974,8 +2973,8 @@ select[multiple].form-group-lg .form-control {
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
- padding: 10px 15px;
- font-size: 15px;
+ padding: 8px 12px;
+ font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
@@ -3018,8 +3017,8 @@ fieldset[disabled] .btn {
}
.btn-default {
color: #ffffff;
- background-color: #464545;
- border-color: #464545;
+ background-color: #3a3f44;
+ border-color: #3a3f44;
}
.btn-default:hover,
.btn-default:focus,
@@ -3028,8 +3027,8 @@ fieldset[disabled] .btn {
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #ffffff;
- background-color: #2c2c2c;
- border-color: #272727;
+ background-color: #232628;
+ border-color: #1e2023;
}
.btn-default:active,
.btn-default.active,
@@ -3054,17 +3053,17 @@ fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
- background-color: #464545;
- border-color: #464545;
+ background-color: #3a3f44;
+ border-color: #3a3f44;
}
.btn-default .badge {
- color: #464545;
+ color: #3a3f44;
background-color: #ffffff;
}
.btn-primary {
color: #ffffff;
- background-color: #375a7f;
- border-color: #375a7f;
+ background-color: #7a8288;
+ border-color: #7a8288;
}
.btn-primary:hover,
.btn-primary:focus,
@@ -3073,8 +3072,8 @@ fieldset[disabled] .btn-default.active {
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #ffffff;
- background-color: #28415b;
- border-color: #253c54;
+ background-color: #62686d;
+ border-color: #5d6368;
}
.btn-primary:active,
.btn-primary.active,
@@ -3099,17 +3098,17 @@ fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
- background-color: #375a7f;
- border-color: #375a7f;
+ background-color: #7a8288;
+ border-color: #7a8288;
}
.btn-primary .badge {
- color: #375a7f;
+ color: #7a8288;
background-color: #ffffff;
}
.btn-success {
color: #ffffff;
- background-color: #00bc8c;
- border-color: #00bc8c;
+ background-color: #62c462;
+ border-color: #62c462;
}
.btn-success:hover,
.btn-success:focus,
@@ -3118,8 +3117,8 @@ fieldset[disabled] .btn-primary.active {
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #ffffff;
- background-color: #008966;
- border-color: #007f5e;
+ background-color: #42b142;
+ border-color: #40a940;
}
.btn-success:active,
.btn-success.active,
@@ -3144,17 +3143,17 @@ fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
- background-color: #00bc8c;
- border-color: #00bc8c;
+ background-color: #62c462;
+ border-color: #62c462;
}
.btn-success .badge {
- color: #00bc8c;
+ color: #62c462;
background-color: #ffffff;
}
.btn-info {
color: #ffffff;
- background-color: #3498db;
- border-color: #3498db;
+ background-color: #5bc0de;
+ border-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
@@ -3163,8 +3162,8 @@ fieldset[disabled] .btn-success.active {
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #ffffff;
- background-color: #217dbb;
- border-color: #2077b2;
+ background-color: #31b0d5;
+ border-color: #2aabd2;
}
.btn-info:active,
.btn-info.active,
@@ -3189,17 +3188,17 @@ fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
- background-color: #3498db;
- border-color: #3498db;
+ background-color: #5bc0de;
+ border-color: #5bc0de;
}
.btn-info .badge {
- color: #3498db;
+ color: #5bc0de;
background-color: #ffffff;
}
.btn-warning {
color: #ffffff;
- background-color: #f39c12;
- border-color: #f39c12;
+ background-color: #f89406;
+ border-color: #f89406;
}
.btn-warning:hover,
.btn-warning:focus,
@@ -3208,8 +3207,8 @@ fieldset[disabled] .btn-info.active {
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #ffffff;
- background-color: #c87f0a;
- border-color: #be780a;
+ background-color: #c67605;
+ border-color: #bc7005;
}
.btn-warning:active,
.btn-warning.active,
@@ -3234,17 +3233,17 @@ fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
- background-color: #f39c12;
- border-color: #f39c12;
+ background-color: #f89406;
+ border-color: #f89406;
}
.btn-warning .badge {
- color: #f39c12;
+ color: #f89406;
background-color: #ffffff;
}
.btn-danger {
color: #ffffff;
- background-color: #e74c3c;
- border-color: #e74c3c;
+ background-color: #ee5f5b;
+ border-color: #ee5f5b;
}
.btn-danger:hover,
.btn-danger:focus,
@@ -3253,8 +3252,8 @@ fieldset[disabled] .btn-warning.active {
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #ffffff;
- background-color: #d62c1a;
- border-color: #cd2a19;
+ background-color: #e9322d;
+ border-color: #e82924;
}
.btn-danger:active,
.btn-danger.active,
@@ -3279,15 +3278,15 @@ fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
- background-color: #e74c3c;
- border-color: #e74c3c;
+ background-color: #ee5f5b;
+ border-color: #ee5f5b;
}
.btn-danger .badge {
- color: #e74c3c;
+ color: #ee5f5b;
background-color: #ffffff;
}
.btn-link {
- color: #0ce3ac;
+ color: #ffffff;
font-weight: normal;
border-radius: 0;
}
@@ -3308,7 +3307,7 @@ fieldset[disabled] .btn-link {
}
.btn-link:hover,
.btn-link:focus {
- color: #0ce3ac;
+ color: #ffffff;
text-decoration: underline;
background-color: transparent;
}
@@ -3316,27 +3315,27 @@ fieldset[disabled] .btn-link {
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
- color: #999999;
+ color: #7a8288;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
- padding: 18px 27px;
- font-size: 19px;
+ padding: 14px 16px;
+ font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
- padding: 6px 9px;
- font-size: 13px;
+ padding: 5px 10px;
+ font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
- font-size: 13px;
+ font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
@@ -3417,10 +3416,10 @@ tbody.collapse.in {
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
- font-size: 15px;
+ font-size: 14px;
text-align: left;
- background-color: #ffffff;
- border: 1px solid #cccccc;
+ background-color: #3a3f44;
+ border: 1px solid #272b30;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
@@ -3434,9 +3433,9 @@ tbody.collapse.in {
}
.dropdown-menu .divider {
height: 1px;
- margin: 9.5px 0;
+ margin: 9px 0;
overflow: hidden;
- background-color: #e5e5e5;
+ background-color: #272b30;
}
.dropdown-menu > li > a {
display: block;
@@ -3444,14 +3443,14 @@ tbody.collapse.in {
clear: both;
font-weight: normal;
line-height: 1.42857143;
- color: #375a7f;
+ color: #c8c8c8;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #ffffff;
- background-color: #00bc8c;
+ background-color: #272b30;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
@@ -3459,12 +3458,12 @@ tbody.collapse.in {
color: #ffffff;
text-decoration: none;
outline: 0;
- background-color: #00bc8c;
+ background-color: #272b30;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
- color: #999999;
+ color: #7a8288;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
@@ -3491,9 +3490,9 @@ tbody.collapse.in {
.dropdown-header {
display: block;
padding: 3px 20px;
- font-size: 13px;
+ font-size: 12px;
line-height: 1.42857143;
- color: #999999;
+ color: #7a8288;
white-space: nowrap;
}
.dropdown-backdrop {
@@ -3718,17 +3717,17 @@ tbody.collapse.in {
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
- height: 64px;
- padding: 18px 27px;
- font-size: 19px;
+ height: 54px;
+ padding: 14px 16px;
+ font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
- height: 64px;
- line-height: 64px;
+ height: 54px;
+ line-height: 54px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
@@ -3741,17 +3740,17 @@ select[multiple].input-group-lg > .input-group-btn > .btn {
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
- height: 33px;
- padding: 6px 9px;
- font-size: 13px;
+ height: 30px;
+ padding: 5px 10px;
+ font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
- height: 33px;
- line-height: 33px;
+ height: 30px;
+ line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
@@ -3778,24 +3777,24 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
vertical-align: middle;
}
.input-group-addon {
- padding: 10px 15px;
- font-size: 15px;
+ padding: 8px 12px;
+ font-size: 14px;
font-weight: normal;
line-height: 1;
- color: #464545;
+ color: #272b30;
text-align: center;
- background-color: #464545;
- border: 1px solid transparent;
+ background-color: #999999;
+ border: 1px solid #cccccc;
border-radius: 4px;
}
.input-group-addon.input-sm {
- padding: 6px 9px;
- font-size: 13px;
+ padding: 5px 10px;
+ font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg {
- padding: 18px 27px;
- font-size: 19px;
+ padding: 14px 16px;
+ font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
@@ -3869,14 +3868,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
- background-color: #303030;
+ background-color: #3e444c;
}
.nav > li.disabled > a {
- color: #605e5e;
+ color: #7a8288;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
- color: #605e5e;
+ color: #7a8288;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
@@ -3884,12 +3883,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
- background-color: #303030;
- border-color: #0ce3ac;
+ background-color: #3e444c;
+ border-color: #ffffff;
}
.nav .nav-divider {
height: 1px;
- margin: 9.5px 0;
+ margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
@@ -3897,7 +3896,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
max-width: none;
}
.nav-tabs {
- border-bottom: 1px solid #464545;
+ border-bottom: 1px solid #1c1e22;
}
.nav-tabs > li {
float: left;
@@ -3910,14 +3909,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
- border-color: #464545 #464545 #464545;
+ border-color: #1c1e22 #1c1e22 #1c1e22;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
- color: #00bc8c;
- background-color: #222222;
- border: 1px solid #464545;
+ color: #ffffff;
+ background-color: #3e444c;
+ border: 1px solid #1c1e22;
border-bottom-color: transparent;
cursor: default;
}
@@ -3952,17 +3951,17 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
- border: 1px solid #ebebeb;
+ border: 1px solid #1c1e22;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
- border-bottom: 1px solid #ebebeb;
+ border-bottom: 1px solid #1c1e22;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
- border-bottom-color: #222222;
+ border-bottom-color: #272b30;
}
}
.nav-pills > li {
@@ -3978,7 +3977,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
- background-color: #00bc8c;
+ background-color: transparent;
}
.nav-stacked > li {
float: none;
@@ -4020,17 +4019,17 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
- border: 1px solid #ebebeb;
+ border: 1px solid #1c1e22;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
- border-bottom: 1px solid #ebebeb;
+ border-bottom: 1px solid #1c1e22;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
- border-bottom-color: #222222;
+ border-bottom-color: #272b30;
}
}
.tab-content > .tab-pane {
@@ -4048,8 +4047,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
.navbar {
position: relative;
- min-height: 60px;
- margin-bottom: 21px;
+ min-height: 50px;
+ margin-bottom: 20px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
@@ -4157,10 +4156,10 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
.navbar-brand {
float: left;
- padding: 19.5px 15px;
- font-size: 19px;
- line-height: 21px;
- height: 60px;
+ padding: 15px 15px;
+ font-size: 18px;
+ line-height: 20px;
+ height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
@@ -4180,8 +4179,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
float: right;
margin-right: 15px;
padding: 9px 10px;
- margin-top: 13px;
- margin-bottom: 13px;
+ margin-top: 8px;
+ margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
@@ -4205,12 +4204,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
}
.navbar-nav {
- margin: 9.75px -15px;
+ margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
- line-height: 21px;
+ line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
@@ -4228,7 +4227,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
- line-height: 21px;
+ line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
@@ -4244,8 +4243,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
float: left;
}
.navbar-nav > li > a {
- padding-top: 19.5px;
- padding-bottom: 19.5px;
+ padding-top: 15px;
+ padding-bottom: 15px;
}
}
.navbar-form {
@@ -4256,8 +4255,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- margin-top: 8.5px;
- margin-bottom: 8.5px;
+ margin-top: 6px;
+ margin-bottom: 6px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
@@ -4342,20 +4341,20 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-bottom-left-radius: 0;
}
.navbar-btn {
- margin-top: 8.5px;
- margin-bottom: 8.5px;
+ margin-top: 6px;
+ margin-bottom: 6px;
}
.navbar-btn.btn-sm {
- margin-top: 13.5px;
- margin-bottom: 13.5px;
+ margin-top: 10px;
+ margin-bottom: 10px;
}
.navbar-btn.btn-xs {
- margin-top: 19px;
- margin-bottom: 19px;
+ margin-top: 14px;
+ margin-bottom: 14px;
}
.navbar-text {
- margin-top: 19.5px;
- margin-bottom: 19.5px;
+ margin-top: 15px;
+ margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
@@ -4377,33 +4376,33 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
}
.navbar-default {
- background-color: #375a7f;
- border-color: transparent;
+ background-color: #3a3f44;
+ border-color: #2b2e32;
}
.navbar-default .navbar-brand {
- color: #ffffff;
+ color: #c8c8c8;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
- color: #00bc8c;
- background-color: transparent;
+ color: #ffffff;
+ background-color: none;
}
.navbar-default .navbar-text {
- color: #777777;
+ color: #c8c8c8;
}
.navbar-default .navbar-nav > li > a {
- color: #ffffff;
+ color: #c8c8c8;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
- color: #00bc8c;
- background-color: transparent;
+ color: #ffffff;
+ background-color: #272b2e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
- background-color: #28415b;
+ background-color: #272b2e;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
@@ -4412,39 +4411,39 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
background-color: transparent;
}
.navbar-default .navbar-toggle {
- border-color: #28415b;
+ border-color: #272b2e;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
- background-color: #28415b;
+ background-color: #272b2e;
}
.navbar-default .navbar-toggle .icon-bar {
- background-color: #ffffff;
+ background-color: #c8c8c8;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
- border-color: transparent;
+ border-color: #2b2e32;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
- background-color: #28415b;
+ background-color: #272b2e;
color: #ffffff;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
- color: #ffffff;
+ color: #c8c8c8;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
- color: #00bc8c;
- background-color: transparent;
+ color: #ffffff;
+ background-color: #272b2e;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
- background-color: #28415b;
+ background-color: #272b2e;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
@@ -4454,17 +4453,17 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
}
.navbar-default .navbar-link {
- color: #ffffff;
+ color: #c8c8c8;
}
.navbar-default .navbar-link:hover {
- color: #00bc8c;
+ color: #ffffff;
}
.navbar-default .btn-link {
- color: #ffffff;
+ color: #c8c8c8;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
- color: #00bc8c;
+ color: #ffffff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
@@ -4473,112 +4472,112 @@ fieldset[disabled] .navbar-default .btn-link:focus {
color: #cccccc;
}
.navbar-inverse {
- background-color: #00bc8c;
- border-color: transparent;
+ background-color: #7a8288;
+ border-color: #62686d;
}
.navbar-inverse .navbar-brand {
- color: #ffffff;
+ color: #cccccc;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
- color: #375a7f;
- background-color: transparent;
+ color: #ffffff;
+ background-color: none;
}
.navbar-inverse .navbar-text {
- color: #ffffff;
+ color: #cccccc;
}
.navbar-inverse .navbar-nav > li > a {
- color: #ffffff;
+ color: #cccccc;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
- color: #375a7f;
- background-color: transparent;
+ color: #ffffff;
+ background-color: #5d6368;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
- background-color: #00a379;
+ background-color: #5d6368;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
- color: #aaaaaa;
+ color: #cccccc;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
- border-color: #008966;
+ border-color: #5d6368;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
- background-color: #008966;
+ background-color: #5d6368;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
- border-color: #009871;
+ border-color: #697075;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
- background-color: #00a379;
+ background-color: #5d6368;
color: #ffffff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
- border-color: transparent;
+ border-color: #62686d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
- background-color: transparent;
+ background-color: #62686d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
- color: #ffffff;
+ color: #cccccc;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
- color: #375a7f;
- background-color: transparent;
+ color: #ffffff;
+ background-color: #5d6368;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
- background-color: #00a379;
+ background-color: #5d6368;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
- color: #aaaaaa;
+ color: #cccccc;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
- color: #ffffff;
+ color: #cccccc;
}
.navbar-inverse .navbar-link:hover {
- color: #375a7f;
+ color: #ffffff;
}
.navbar-inverse .btn-link {
- color: #ffffff;
+ color: #cccccc;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
- color: #375a7f;
+ color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
- color: #aaaaaa;
+ color: #cccccc;
}
.breadcrumb {
padding: 8px 15px;
- margin-bottom: 21px;
+ margin-bottom: 20px;
list-style: none;
- background-color: #464545;
+ background-color: transparent;
border-radius: 4px;
}
.breadcrumb > li {
@@ -4587,15 +4586,15 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
- color: #ffffff;
+ color: #cccccc;
}
.breadcrumb > .active {
- color: #999999;
+ color: #7a8288;
}
.pagination {
display: inline-block;
padding-left: 0;
- margin: 21px 0;
+ margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
@@ -4605,12 +4604,12 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > li > span {
position: relative;
float: left;
- padding: 10px 15px;
+ padding: 8px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #ffffff;
- background-color: #00bc8c;
- border: 1px solid transparent;
+ background-color: #3a3f44;
+ border: 1px solid rgba(0, 0, 0, 0.6);
margin-left: -1px;
}
.pagination > li:first-child > a,
@@ -4629,8 +4628,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #ffffff;
- background-color: #00dba3;
- border-color: transparent;
+ background-color: transparent;
+ border-color: rgba(0, 0, 0, 0.6);
}
.pagination > .active > a,
.pagination > .active > span,
@@ -4640,8 +4639,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
- background-color: #00dba3;
- border-color: transparent;
+ background-color: #232628;
+ border-color: rgba(0, 0, 0, 0.6);
cursor: default;
}
.pagination > .disabled > span,
@@ -4650,15 +4649,15 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
- color: #ffffff;
- background-color: #007053;
- border-color: transparent;
+ color: #7a8288;
+ background-color: #ffffff;
+ border-color: rgba(0, 0, 0, 0.6);
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
- padding: 18px 27px;
- font-size: 19px;
+ padding: 14px 16px;
+ font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
@@ -4672,8 +4671,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
}
.pagination-sm > li > a,
.pagination-sm > li > span {
- padding: 6px 9px;
- font-size: 13px;
+ padding: 5px 10px;
+ font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
@@ -4687,7 +4686,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
}
.pager {
padding-left: 0;
- margin: 21px 0;
+ margin: 20px 0;
list-style: none;
text-align: center;
}
@@ -4698,14 +4697,14 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager li > span {
display: inline-block;
padding: 5px 14px;
- background-color: #00bc8c;
- border: 1px solid transparent;
+ background-color: #3a3f44;
+ border: 1px solid rgba(0, 0, 0, 0.6);
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
- background-color: #00dba3;
+ background-color: transparent;
}
.pager .next > a,
.pager .next > span {
@@ -4719,8 +4718,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
- color: #dddddd;
- background-color: #00bc8c;
+ color: #7a8288;
+ background-color: #3a3f44;
cursor: not-allowed;
}
.label {
@@ -4749,59 +4748,59 @@ a.label:focus {
top: -1px;
}
.label-default {
- background-color: #464545;
+ background-color: #3a3f44;
}
.label-default[href]:hover,
.label-default[href]:focus {
- background-color: #2c2c2c;
+ background-color: #232628;
}
.label-primary {
- background-color: #375a7f;
+ background-color: #7a8288;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
- background-color: #28415b;
+ background-color: #62686d;
}
.label-success {
- background-color: #00bc8c;
+ background-color: #62c462;
}
.label-success[href]:hover,
.label-success[href]:focus {
- background-color: #008966;
+ background-color: #42b142;
}
.label-info {
- background-color: #3498db;
+ background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
- background-color: #217dbb;
+ background-color: #31b0d5;
}
.label-warning {
- background-color: #f39c12;
+ background-color: #f89406;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
- background-color: #c87f0a;
+ background-color: #c67605;
}
.label-danger {
- background-color: #e74c3c;
+ background-color: #ee5f5b;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
- background-color: #d62c1a;
+ background-color: #e9322d;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
- font-size: 13px;
+ font-size: 12px;
font-weight: bold;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
- background-color: #464545;
+ background-color: #7a8288;
border-radius: 10px;
}
.badge:empty {
@@ -4823,8 +4822,8 @@ a.badge:focus {
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
- color: #375a7f;
- background-color: #ffffff;
+ color: #ffffff;
+ background-color: #7a8288;
}
.list-group-item > .badge {
float: right;
@@ -4839,7 +4838,7 @@ a.badge:focus {
padding: 30px 15px;
margin-bottom: 30px;
color: inherit;
- background-color: #303030;
+ background-color: #1c1e22;
}
.jumbotron h1,
.jumbotron .h1 {
@@ -4847,11 +4846,11 @@ a.badge:focus {
}
.jumbotron p {
margin-bottom: 15px;
- font-size: 23px;
+ font-size: 21px;
font-weight: 200;
}
.jumbotron > hr {
- border-top-color: #161616;
+ border-top-color: #050506;
}
.container .jumbotron,
.container-fluid .jumbotron {
@@ -4871,16 +4870,16 @@ a.badge:focus {
}
.jumbotron h1,
.jumbotron .h1 {
- font-size: 67.5px;
+ font-size: 63px;
}
}
.thumbnail {
display: block;
- padding: 2px;
- margin-bottom: 21px;
+ padding: 4px;
+ margin-bottom: 20px;
line-height: 1.42857143;
- background-color: #222222;
- border: 1px solid #464545;
+ background-color: #1c1e22;
+ border: 1px solid #0c0d0e;
border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
@@ -4894,15 +4893,15 @@ a.badge:focus {
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
- border-color: #0ce3ac;
+ border-color: #ffffff;
}
.thumbnail .caption {
padding: 9px;
- color: #ffffff;
+ color: #c8c8c8;
}
.alert {
padding: 15px;
- margin-bottom: 21px;
+ margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
@@ -4932,45 +4931,45 @@ a.thumbnail.active {
color: inherit;
}
.alert-success {
- background-color: #00bc8c;
- border-color: #00bc8c;
+ background-color: #62c462;
+ border-color: #62bd4f;
color: #ffffff;
}
.alert-success hr {
- border-top-color: #00a379;
+ border-top-color: #55b142;
}
.alert-success .alert-link {
color: #e6e6e6;
}
.alert-info {
- background-color: #3498db;
- border-color: #3498db;
+ background-color: #5bc0de;
+ border-color: #3dced8;
color: #ffffff;
}
.alert-info hr {
- border-top-color: #258cd1;
+ border-top-color: #2ac7d2;
}
.alert-info .alert-link {
color: #e6e6e6;
}
.alert-warning {
- background-color: #f39c12;
- border-color: #f39c12;
+ background-color: #f89406;
+ border-color: #e96506;
color: #ffffff;
}
.alert-warning hr {
- border-top-color: #e08e0b;
+ border-top-color: #d05a05;
}
.alert-warning .alert-link {
color: #e6e6e6;
}
.alert-danger {
- background-color: #e74c3c;
- border-color: #e74c3c;
+ background-color: #ee5f5b;
+ border-color: #ed4d63;
color: #ffffff;
}
.alert-danger hr {
- border-top-color: #e43725;
+ border-top-color: #ea364f;
}
.alert-danger .alert-link {
color: #e6e6e6;
@@ -5001,9 +5000,9 @@ a.thumbnail.active {
}
.progress {
overflow: hidden;
- height: 21px;
- margin-bottom: 21px;
- background-color: #ebebeb;
+ height: 20px;
+ margin-bottom: 20px;
+ background-color: #1c1e22;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
@@ -5012,11 +5011,11 @@ a.thumbnail.active {
float: left;
width: 0%;
height: 100%;
- font-size: 13px;
- line-height: 21px;
+ font-size: 12px;
+ line-height: 20px;
color: #ffffff;
text-align: center;
- background-color: #375a7f;
+ background-color: #7a8288;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
@@ -5038,7 +5037,7 @@ a.thumbnail.active {
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
- background-color: #00bc8c;
+ background-color: #62c462;
}
.progress-striped .progress-bar-success {
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);
@@ -5046,7 +5045,7 @@ a.thumbnail.active {
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);
}
.progress-bar-info {
- background-color: #3498db;
+ background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
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);
@@ -5054,7 +5053,7 @@ a.thumbnail.active {
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);
}
.progress-bar-warning {
- background-color: #f39c12;
+ background-color: #f89406;
}
.progress-striped .progress-bar-warning {
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);
@@ -5062,7 +5061,7 @@ a.thumbnail.active {
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);
}
.progress-bar-danger {
- background-color: #e74c3c;
+ background-color: #ee5f5b;
}
.progress-striped .progress-bar-danger {
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);
@@ -5123,8 +5122,8 @@ a.thumbnail.active {
display: block;
padding: 10px 15px;
margin-bottom: -1px;
- background-color: #303030;
- border: 1px solid #464545;
+ background-color: #32383e;
+ border: 1px solid rgba(0, 0, 0, 0.6);
}
.list-group-item:first-child {
border-top-right-radius: 4px;
@@ -5136,22 +5135,22 @@ a.thumbnail.active {
border-bottom-left-radius: 4px;
}
a.list-group-item {
- color: #0ce3ac;
+ color: #c8c8c8;
}
a.list-group-item .list-group-item-heading {
- color: #0bcb9a;
+ color: #ffffff;
}
a.list-group-item:hover,
a.list-group-item:focus {
text-decoration: none;
- color: #0ce3ac;
- background-color: transparent;
+ color: #c8c8c8;
+ background-color: #3e444c;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
- background-color: #ebebeb;
- color: #999999;
+ background-color: #999999;
+ color: #7a8288;
cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
@@ -5162,15 +5161,15 @@ a.list-group-item:focus {
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
- color: #999999;
+ color: #7a8288;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
- background-color: #00bc8c;
- border-color: #00bc8c;
+ background-color: #3e444c;
+ border-color: rgba(0, 0, 0, 0.6);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
@@ -5186,11 +5185,11 @@ a.list-group-item:focus {
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
- color: #89ffe1;
+ color: #a2aab4;
}
.list-group-item-success {
color: #ffffff;
- background-color: #00bc8c;
+ background-color: #62c462;
}
a.list-group-item-success {
color: #ffffff;
@@ -5201,7 +5200,7 @@ a.list-group-item-success .list-group-item-heading {
a.list-group-item-success:hover,
a.list-group-item-success:focus {
color: #ffffff;
- background-color: #00a379;
+ background-color: #4fbd4f;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
@@ -5212,7 +5211,7 @@ a.list-group-item-success.active:focus {
}
.list-group-item-info {
color: #ffffff;
- background-color: #3498db;
+ background-color: #5bc0de;
}
a.list-group-item-info {
color: #ffffff;
@@ -5223,7 +5222,7 @@ a.list-group-item-info .list-group-item-heading {
a.list-group-item-info:hover,
a.list-group-item-info:focus {
color: #ffffff;
- background-color: #258cd1;
+ background-color: #46b8da;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
@@ -5234,7 +5233,7 @@ a.list-group-item-info.active:focus {
}
.list-group-item-warning {
color: #ffffff;
- background-color: #f39c12;
+ background-color: #f89406;
}
a.list-group-item-warning {
color: #ffffff;
@@ -5245,7 +5244,7 @@ a.list-group-item-warning .list-group-item-heading {
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
color: #ffffff;
- background-color: #e08e0b;
+ background-color: #df8505;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
@@ -5256,7 +5255,7 @@ a.list-group-item-warning.active:focus {
}
.list-group-item-danger {
color: #ffffff;
- background-color: #e74c3c;
+ background-color: #ee5f5b;
}
a.list-group-item-danger {
color: #ffffff;
@@ -5267,7 +5266,7 @@ a.list-group-item-danger .list-group-item-heading {
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
color: #ffffff;
- background-color: #e43725;
+ background-color: #ec4844;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
@@ -5285,8 +5284,8 @@ a.list-group-item-danger.active:focus {
line-height: 1.3;
}
.panel {
- margin-bottom: 21px;
- background-color: #303030;
+ margin-bottom: 20px;
+ background-color: #2e3338;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
@@ -5307,7 +5306,7 @@ a.list-group-item-danger.active:focus {
.panel-title {
margin-top: 0;
margin-bottom: 0;
- font-size: 17px;
+ font-size: 16px;
color: inherit;
}
.panel-title > a,
@@ -5319,8 +5318,8 @@ a.list-group-item-danger.active:focus {
}
.panel-footer {
padding: 10px 15px;
- background-color: #464545;
- border-top: 1px solid #464545;
+ background-color: #3e444c;
+ border-top: 1px solid rgba(0, 0, 0, 0.6);
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
@@ -5430,7 +5429,7 @@ a.list-group-item-danger.active:focus {
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
- border-top: 1px solid #464545;
+ border-top: 1px solid #1c1e22;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
@@ -5493,7 +5492,7 @@ a.list-group-item-danger.active:focus {
margin-bottom: 0;
}
.panel-group {
- margin-bottom: 21px;
+ margin-bottom: 20px;
}
.panel-group .panel {
margin-bottom: 0;
@@ -5507,121 +5506,121 @@ a.list-group-item-danger.active:focus {
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
- border-top: 1px solid #464545;
+ border-top: 1px solid rgba(0, 0, 0, 0.6);
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
- border-bottom: 1px solid #464545;
+ border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.panel-default {
- border-color: #464545;
+ border-color: rgba(0, 0, 0, 0.6);
}
.panel-default > .panel-heading {
- color: #ffffff;
- background-color: #303030;
- border-color: #464545;
+ color: #c8c8c8;
+ background-color: #3e444c;
+ border-color: rgba(0, 0, 0, 0.6);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #464545;
+ border-top-color: rgba(0, 0, 0, 0.6);
}
.panel-default > .panel-heading .badge {
- color: #303030;
- background-color: #ffffff;
+ color: #3e444c;
+ background-color: #c8c8c8;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #464545;
+ border-bottom-color: rgba(0, 0, 0, 0.6);
}
.panel-primary {
- border-color: #375a7f;
+ border-color: rgba(0, 0, 0, 0.6);
}
.panel-primary > .panel-heading {
color: #ffffff;
- background-color: #375a7f;
- border-color: #375a7f;
+ background-color: #7a8288;
+ border-color: rgba(0, 0, 0, 0.6);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #375a7f;
+ border-top-color: rgba(0, 0, 0, 0.6);
}
.panel-primary > .panel-heading .badge {
- color: #375a7f;
+ color: #7a8288;
background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #375a7f;
+ border-bottom-color: rgba(0, 0, 0, 0.6);
}
.panel-success {
- border-color: #00bc8c;
+ border-color: rgba(0, 0, 0, 0.6);
}
.panel-success > .panel-heading {
color: #ffffff;
- background-color: #00bc8c;
- border-color: #00bc8c;
+ background-color: #62c462;
+ border-color: rgba(0, 0, 0, 0.6);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #00bc8c;
+ border-top-color: rgba(0, 0, 0, 0.6);
}
.panel-success > .panel-heading .badge {
- color: #00bc8c;
+ color: #62c462;
background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #00bc8c;
+ border-bottom-color: rgba(0, 0, 0, 0.6);
}
.panel-info {
- border-color: #3498db;
+ border-color: rgba(0, 0, 0, 0.6);
}
.panel-info > .panel-heading {
color: #ffffff;
- background-color: #3498db;
- border-color: #3498db;
+ background-color: #5bc0de;
+ border-color: rgba(0, 0, 0, 0.6);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #3498db;
+ border-top-color: rgba(0, 0, 0, 0.6);
}
.panel-info > .panel-heading .badge {
- color: #3498db;
+ color: #5bc0de;
background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #3498db;
+ border-bottom-color: rgba(0, 0, 0, 0.6);
}
.panel-warning {
- border-color: #f39c12;
+ border-color: rgba(0, 0, 0, 0.6);
}
.panel-warning > .panel-heading {
color: #ffffff;
- background-color: #f39c12;
- border-color: #f39c12;
+ background-color: #f89406;
+ border-color: rgba(0, 0, 0, 0.6);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #f39c12;
+ border-top-color: rgba(0, 0, 0, 0.6);
}
.panel-warning > .panel-heading .badge {
- color: #f39c12;
+ color: #f89406;
background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #f39c12;
+ border-bottom-color: rgba(0, 0, 0, 0.6);
}
.panel-danger {
- border-color: #e74c3c;
+ border-color: rgba(0, 0, 0, 0.6);
}
.panel-danger > .panel-heading {
color: #ffffff;
- background-color: #e74c3c;
- border-color: #e74c3c;
+ background-color: #ee5f5b;
+ border-color: rgba(0, 0, 0, 0.6);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #e74c3c;
+ border-top-color: rgba(0, 0, 0, 0.6);
}
.panel-danger > .panel-heading .badge {
- color: #e74c3c;
+ color: #ee5f5b;
background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #e74c3c;
+ border-bottom-color: rgba(0, 0, 0, 0.6);
}
.embed-responsive {
position: relative;
@@ -5653,8 +5652,8 @@ a.list-group-item-danger.active:focus {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
- background-color: #303030;
- border: 1px solid transparent;
+ background-color: #1c1e22;
+ border: 1px solid #0c0d0e;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
@@ -5673,17 +5672,17 @@ a.list-group-item-danger.active:focus {
}
.close {
float: right;
- font-size: 22.5px;
+ font-size: 21px;
font-weight: bold;
line-height: 1;
- color: #ffffff;
- text-shadow: none;
+ color: #000000;
+ text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
- color: #ffffff;
+ color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
@@ -5737,7 +5736,7 @@ button.close {
}
.modal-content {
position: relative;
- background-color: #303030;
+ background-color: #2e3338;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
@@ -5759,12 +5758,12 @@ button.close {
filter: alpha(opacity=0);
}
.modal-backdrop.in {
- opacity: 0.7;
- filter: alpha(opacity=70);
+ opacity: 0.5;
+ filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
- border-bottom: 1px solid #464545;
+ border-bottom: 1px solid #1c1e22;
min-height: 16.42857143px;
}
.modal-header .close {
@@ -5781,7 +5780,7 @@ button.close {
.modal-footer {
padding: 20px;
text-align: right;
- border-top: 1px solid #464545;
+ border-top: 1px solid #1c1e22;
}
.modal-footer .btn + .btn {
margin-left: 5px;
@@ -5823,8 +5822,8 @@ button.close {
z-index: 1070;
display: block;
visibility: visible;
- font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 13px;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 12px;
font-weight: normal;
line-height: 1.4;
opacity: 0;
@@ -5930,12 +5929,12 @@ button.close {
display: none;
max-width: 276px;
padding: 1px;
- font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 15px;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
- background-color: #303030;
+ background-color: #2e3338;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999999;
@@ -5960,9 +5959,9 @@ button.close {
.popover-title {
margin: 0;
padding: 8px 14px;
- font-size: 15px;
- background-color: #282828;
- border-bottom: 1px solid #1c1c1c;
+ font-size: 14px;
+ background-color: #2e3338;
+ border-bottom: 1px solid #22262a;
border-radius: 5px 5px 0 0;
}
.popover-content {
@@ -5997,7 +5996,7 @@ button.close {
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
- border-top-color: #303030;
+ border-top-color: #2e3338;
}
.popover.right > .arrow {
top: 50%;
@@ -6012,7 +6011,7 @@ button.close {
left: 1px;
bottom: -10px;
border-left-width: 0;
- border-right-color: #303030;
+ border-right-color: #2e3338;
}
.popover.bottom > .arrow {
left: 50%;
@@ -6027,7 +6026,7 @@ button.close {
top: 1px;
margin-left: -10px;
border-top-width: 0;
- border-bottom-color: #303030;
+ border-bottom-color: #2e3338;
}
.popover.left > .arrow {
top: 50%;
@@ -6041,7 +6040,7 @@ button.close {
content: " ";
right: 1px;
border-right-width: 0;
- border-left-color: #303030;
+ border-left-color: #2e3338;
bottom: -10px;
}
.carousel {
@@ -6561,273 +6560,480 @@ button.close {
}
}
.navbar {
- border-width: 0;
+ background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
+ background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+ border: 1px solid rgba(0, 0, 0, 0.6);
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
-.navbar-default .badge {
- background-color: #fff;
- color: #375a7f;
+.navbar-inverse {
+ background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
+ background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7a8288), to(#70787d));
+ background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
}
.navbar-inverse .badge {
- background-color: #fff;
- color: #00bc8c;
+ background-color: #5d6368;
}
-.navbar-brand {
- line-height: 1;
+.navbar-nav > li > a {
+ border-right: 1px solid rgba(0, 0, 0, 0.2);
+ border-left: 1px solid rgba(255, 255, 255, 0.1);
+}
+.navbar-nav > li > a:hover {
+ background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
+ background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
+ background-image: linear-gradient(#020202, #101112 40%, #191b1d);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+ border-left-color: transparent;
+}
+.navbar .nav .open > a {
+ border-color: transparent;
}
-.navbar-form .form-control {
- background-color: white;
+.navbar-nav > li.active > a {
+ border-left-color: transparent;
}
-.navbar-form .form-control:focus {
- border-color: white;
+.navbar-form {
+ margin-left: 5px;
+ margin-right: 5px;
}
-.btn:active {
- -webkit-box-shadow: none;
- box-shadow: none;
+.btn,
+.btn:hover {
+ border-color: rgba(0, 0, 0, 0.6);
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
-.btn-group.open .dropdown-toggle {
- -webkit-box-shadow: none;
- box-shadow: none;
+.btn-default {
+ background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
+ background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.btn-default:hover {
+ background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
+ background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
+ background-image: linear-gradient(#020202, #101112 40%, #191b1d);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.btn-primary {
+ background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
+ background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7a8288), to(#70787d));
+ background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.btn-primary:hover {
+ background-image: -webkit-linear-gradient(#404448, #4e5458 40%, #585e62);
+ background-image: -o-linear-gradient(#404448, #4e5458 40%, #585e62);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#404448), color-stop(40%, #4e5458), to(#585e62));
+ background-image: linear-gradient(#404448, #4e5458 40%, #585e62);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff585e62', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.btn-success {
+ background-image: -webkit-linear-gradient(#78cc78, #62c462 60%, #53be53);
+ background-image: -o-linear-gradient(#78cc78, #62c462 60%, #53be53);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#78cc78), color-stop(60%, #62c462), to(#53be53));
+ background-image: linear-gradient(#78cc78, #62c462 60%, #53be53);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78cc78', endColorstr='#ff53be53', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.btn-success:hover {
+ background-image: -webkit-linear-gradient(#2f7d2f, #379337 40%, #3da23d);
+ background-image: -o-linear-gradient(#2f7d2f, #379337 40%, #3da23d);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#2f7d2f), color-stop(40%, #379337), to(#3da23d));
+ background-image: linear-gradient(#2f7d2f, #379337 40%, #3da23d);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f7d2f', endColorstr='#ff3da23d', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.btn-info {
+ background-image: -webkit-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
+ background-image: -o-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#74cae3), color-stop(60%, #5bc0de), to(#4ab9db));
+ background-image: linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74cae3', endColorstr='#ff4ab9db', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.btn-info:hover {
+ background-image: -webkit-linear-gradient(#20829f, #2596b8 40%, #28a4c9);
+ background-image: -o-linear-gradient(#20829f, #2596b8 40%, #28a4c9);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#20829f), color-stop(40%, #2596b8), to(#28a4c9));
+ background-image: linear-gradient(#20829f, #2596b8 40%, #28a4c9);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20829f', endColorstr='#ff28a4c9', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.btn-warning {
+ background-image: -webkit-linear-gradient(#faa123, #f89406 60%, #e48806);
+ background-image: -o-linear-gradient(#faa123, #f89406 60%, #e48806);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#faa123), color-stop(60%, #f89406), to(#e48806));
+ background-image: linear-gradient(#faa123, #f89406 60%, #e48806);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa123', endColorstr='#ffe48806', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.btn-warning:hover {
+ background-image: -webkit-linear-gradient(#804d03, #9e5f04 40%, #b26a04);
+ background-image: -o-linear-gradient(#804d03, #9e5f04 40%, #b26a04);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#804d03), color-stop(40%, #9e5f04), to(#b26a04));
+ background-image: linear-gradient(#804d03, #9e5f04 40%, #b26a04);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff804d03', endColorstr='#ffb26a04', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.btn-danger {
+ background-image: -webkit-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
+ background-image: -o-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f17a77), color-stop(60%, #ee5f5b), to(#ec4d49));
+ background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.btn-danger:hover {
+ background-image: -webkit-linear-gradient(#bb1813, #d71c16 40%, #e7201a);
+ background-image: -o-linear-gradient(#bb1813, #d71c16 40%, #e7201a);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#bb1813), color-stop(40%, #d71c16), to(#e7201a));
+ background-image: linear-gradient(#bb1813, #d71c16 40%, #e7201a);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1813', endColorstr='#ffe7201a', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.btn-link,
+.btn-link:hover {
+ border-color: transparent;
+}
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}
.text-primary,
.text-primary:hover {
- color: #4673a3;
+ color: #7a8288;
}
.text-success,
.text-success:hover {
- color: #00bc8c;
+ color: #62c462;
}
.text-danger,
.text-danger:hover {
- color: #e74c3c;
+ color: #ee5f5b;
}
.text-warning,
.text-warning:hover {
- color: #f39c12;
+ color: #f89406;
}
.text-info,
.text-info:hover {
- color: #3498db;
-}
-table a:not(.btn),
-.table a:not(.btn) {
- text-decoration: underline;
+ color: #5bc0de;
}
-table .dropdown-menu a,
-.table .dropdown-menu a {
- text-decoration: none;
-}
-table .success,
.table .success,
-table .warning,
.table .warning,
-table .danger,
.table .danger,
-table .info,
.table .info {
color: #fff;
}
-table .success > th > a,
-.table .success > th > a,
-table .warning > th > a,
-.table .warning > th > a,
-table .danger > th > a,
-.table .danger > th > a,
-table .info > th > a,
-.table .info > th > a,
-table .success > td > a,
-.table .success > td > a,
-table .warning > td > a,
-.table .warning > td > a,
-table .danger > td > a,
-.table .danger > td > a,
-table .info > td > a,
-.table .info > td > a,
-table .success > a,
-.table .success > a,
-table .warning > a,
-.table .warning > a,
-table .danger > a,
-.table .danger > a,
-table .info > a,
-.table .info > a {
- color: #fff;
+.table-bordered tbody tr.success td,
+.table-bordered tbody tr.warning td,
+.table-bordered tbody tr.danger td,
+.table-bordered tbody tr.success:hover td,
+.table-bordered tbody tr.warning:hover td,
+.table-bordered tbody tr.danger:hover td {
+ border-color: #1c1e22;
}
-table > thead > tr > th,
-.table > thead > tr > th,
-table > tbody > tr > th,
-.table > tbody > tr > th,
-table > tfoot > tr > th,
-.table > tfoot > tr > th,
-table > thead > tr > td,
-.table > thead > tr > td,
-table > tbody > tr > td,
-.table > tbody > tr > td,
-table > tfoot > tr > td,
-.table > tfoot > tr > td {
- border: none;
-}
-table-bordered > thead > tr > th,
-.table-bordered > thead > tr > th,
-table-bordered > tbody > tr > th,
-.table-bordered > tbody > tr > th,
-table-bordered > tfoot > tr > th,
-.table-bordered > tfoot > tr > th,
-table-bordered > thead > tr > td,
-.table-bordered > thead > tr > td,
-table-bordered > tbody > tr > td,
-.table-bordered > tbody > tr > td,
-table-bordered > tfoot > tr > td,
-.table-bordered > tfoot > tr > td {
- border: 1px solid #464545;
+.table-responsive > .table {
+ background-color: #2e3338;
}
input,
textarea {
- color: #464545;
-}
-.form-control,
-input,
-textarea {
- border: none;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-.form-control:focus,
-input:focus,
-textarea:focus {
- -webkit-box-shadow: none;
- box-shadow: none;
+ color: #272b30;
}
.has-warning .help-block,
.has-warning .control-label,
-.has-warning .radio,
-.has-warning .checkbox,
-.has-warning .radio-inline,
-.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
- color: #f39c12;
+ color: #f89406;
}
.has-warning .form-control,
.has-warning .form-control:focus {
- -webkit-box-shadow: none;
- box-shadow: none;
+ border-color: #f89406;
}
.has-warning .input-group-addon {
- border-color: #f39c12;
+ background-color: #272b30;
+ border: none;
}
.has-error .help-block,
.has-error .control-label,
-.has-error .radio,
-.has-error .checkbox,
-.has-error .radio-inline,
-.has-error .checkbox-inline,
.has-error .form-control-feedback {
- color: #e74c3c;
+ color: #ee5f5b;
}
.has-error .form-control,
.has-error .form-control:focus {
- -webkit-box-shadow: none;
- box-shadow: none;
+ border-color: #ee5f5b;
}
.has-error .input-group-addon {
- border-color: #e74c3c;
+ background-color: #272b30;
+ border: none;
}
.has-success .help-block,
.has-success .control-label,
-.has-success .radio,
-.has-success .checkbox,
-.has-success .radio-inline,
-.has-success .checkbox-inline,
.has-success .form-control-feedback {
- color: #00bc8c;
+ color: #62c462;
}
.has-success .form-control,
.has-success .form-control:focus {
- -webkit-box-shadow: none;
- box-shadow: none;
+ border-color: #62c462;
}
.has-success .input-group-addon {
- border-color: #00bc8c;
+ background-color: #272b30;
+ border: none;
+}
+legend {
+ color: #fff;
}
.input-group-addon {
+ border-color: rgba(0, 0, 0, 0.6);
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
+ background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
+ background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
color: #ffffff;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
- border-color: #464545;
+ border-color: rgba(0, 0, 0, 0.6);
}
-.nav-tabs > li > a,
.nav-pills > li > a {
- color: #fff;
-}
-.pager a,
-.pager a:hover {
- color: #fff;
-}
-.pager .disabled > a,
-.pager .disabled > a:hover,
-.pager .disabled > a:focus,
-.pager .disabled > span {
- background-color: #007053;
+ background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
+ background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+ border: 1px solid rgba(0, 0, 0, 0.6);
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
+}
+.nav-pills > li > a:hover {
+ background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
+ background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
+ background-image: linear-gradient(#020202, #101112 40%, #191b1d);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+ border: 1px solid rgba(0, 0, 0, 0.6);
}
-.breadcrumb a {
- color: #fff;
+.nav-pills > li.active > a,
+.nav-pills > li.active > a:hover {
+ background-color: none;
+ background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
+ background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
+ background-image: linear-gradient(#020202, #101112 40%, #191b1d);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+ border: 1px solid rgba(0, 0, 0, 0.6);
+}
+.nav-pills > li.disabled > a,
+.nav-pills > li.disabled > a:hover {
+ background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
+ background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
}
-.close {
- text-decoration: none;
- text-shadow: none;
- opacity: 0.4;
+.pagination > li > a,
+.pagination > li > span {
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
+ background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
+ background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
}
-.close:hover,
-.close:focus {
- opacity: 1;
+.pagination > li > a:hover,
+.pagination > li > span:hover {
+ background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
+ background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
+ background-image: linear-gradient(#020202, #101112 40%, #191b1d);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.pagination > li.active > a,
+.pagination > li.active > span {
+ background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
+ background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
+ background-image: linear-gradient(#020202, #101112 40%, #191b1d);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.pagination > li.disabled > a,
+.pagination > li.disabled > a:hover,
+.pagination > li.disabled > span,
+.pagination > li.disabled > span:hover {
+ background-color: transparent;
+ background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
+ background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.pager > li > a {
+ background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
+ background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
+}
+.pager > li > a:hover {
+ background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
+ background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
+ background-image: linear-gradient(#020202, #101112 40%, #191b1d);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.pager > li.disabled > a,
+.pager > li.disabled > a:hover {
+ background-color: transparent;
+ background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
+ background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
}
-.alert .alert-link {
+.breadcrumb {
+ border: 1px solid rgba(0, 0, 0, 0.6);
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
+ background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
+ background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+ -webkit-filter: none;
+ filter: none;
+}
+.alert .alert-link,
+.alert a {
color: #fff;
text-decoration: underline;
}
-.progress {
- height: 10px;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-.progress .progress-bar {
- font-size: 10px;
- line-height: 10px;
+.alert .close {
+ color: #000000;
+ text-decoration: none;
}
-.well {
- -webkit-box-shadow: none;
- box-shadow: none;
+a.thumbnail:hover,
+a.thumbnail:focus,
+a.thumbnail.active {
+ border-color: #0c0d0e;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
- border-color: #464545;
+ border-color: rgba(0, 0, 0, 0.6);
}
a.list-group-item-success.active {
- background-color: #00bc8c;
+ background-color: #62c462;
}
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
- background-color: #00a379;
+ background-color: #4fbd4f;
}
a.list-group-item-warning.active {
- background-color: #f39c12;
+ background-color: #f89406;
}
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
- background-color: #e08e0b;
+ background-color: #df8505;
}
a.list-group-item-danger.active {
- background-color: #e74c3c;
+ background-color: #ee5f5b;
}
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
- background-color: #e43725;
-}
-.popover {
- color: #ffffff;
+ background-color: #ec4844;
}
-.panel-default > .panel-heading {
- background-color: #464545;
+.jumbotron {
+ border: 1px solid rgba(0, 0, 0, 0.6);
+}
+.panel-primary .panel-heading,
+.panel-success .panel-heading,
+.panel-danger .panel-heading,
+.panel-warning .panel-heading,
+.panel-info .panel-heading {
+ border-color: #000;
}