Code cleanup in js and css folders
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
.annotator-adder {
|
||||
width: 80px;
|
||||
}
|
||||
384
cps/static/css/bootstrap-theme.css
vendored
384
cps/static/css/bootstrap-theme.css
vendored
@@ -1,384 +0,0 @@
|
||||
.btn-default,
|
||||
.btn-primary,
|
||||
.btn-success,
|
||||
.btn-info,
|
||||
.btn-warning,
|
||||
.btn-danger {
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
.btn-default:active,
|
||||
.btn-primary:active,
|
||||
.btn-success:active,
|
||||
.btn-info:active,
|
||||
.btn-warning:active,
|
||||
.btn-danger:active,
|
||||
.btn-default.active,
|
||||
.btn-primary.active,
|
||||
.btn-success.active,
|
||||
.btn-info.active,
|
||||
.btn-warning.active,
|
||||
.btn-danger.active {
|
||||
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
}
|
||||
|
||||
.btn:active,
|
||||
.btn.active {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6));
|
||||
background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%);
|
||||
background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
|
||||
background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #e0e0e0;
|
||||
border-color: #ccc;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
|
||||
}
|
||||
|
||||
.btn-default:active,
|
||||
.btn-default.active {
|
||||
background-color: #e6e6e6;
|
||||
border-color: #e0e0e0;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
|
||||
background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
|
||||
background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
|
||||
background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #2d6ca2;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
|
||||
}
|
||||
|
||||
.btn-primary:active,
|
||||
.btn-primary.active {
|
||||
background-color: #3071a9;
|
||||
border-color: #2d6ca2;
|
||||
}
|
||||
|
||||
.btn-success {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
|
||||
background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
|
||||
background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
|
||||
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #419641;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
|
||||
}
|
||||
|
||||
.btn-success:active,
|
||||
.btn-success.active {
|
||||
background-color: #449d44;
|
||||
border-color: #419641;
|
||||
}
|
||||
|
||||
.btn-warning {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
|
||||
background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
|
||||
background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
|
||||
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #eb9316;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
|
||||
}
|
||||
|
||||
.btn-warning:active,
|
||||
.btn-warning.active {
|
||||
background-color: #ec971f;
|
||||
border-color: #eb9316;
|
||||
}
|
||||
|
||||
.btn-danger {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
|
||||
background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
|
||||
background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
|
||||
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #c12e2a;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
|
||||
}
|
||||
|
||||
.btn-danger:active,
|
||||
.btn-danger.active {
|
||||
background-color: #c9302c;
|
||||
border-color: #c12e2a;
|
||||
}
|
||||
|
||||
.btn-info {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
|
||||
background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
|
||||
background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
|
||||
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #2aabd2;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
|
||||
}
|
||||
|
||||
.btn-info:active,
|
||||
.btn-info.active {
|
||||
background-color: #31b0d5;
|
||||
border-color: #2aabd2;
|
||||
}
|
||||
|
||||
.thumbnail,
|
||||
.img-thumbnail {
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
.dropdown-menu > li > a:hover,
|
||||
.dropdown-menu > li > a:focus,
|
||||
.dropdown-menu > .active > a,
|
||||
.dropdown-menu > .active > a:hover,
|
||||
.dropdown-menu > .active > a:focus {
|
||||
background-color: #357ebd;
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
|
||||
background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
|
||||
background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
|
||||
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f8f8f8));
|
||||
background-image: -webkit-linear-gradient(top, #ffffff, 0%, #f8f8f8, 100%);
|
||||
background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
|
||||
background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
|
||||
background-repeat: repeat-x;
|
||||
border-radius: 4px;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
.navbar .navbar-nav > .active > a {
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
||||
.navbar-brand,
|
||||
.navbar-nav > li > a {
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
|
||||
.navbar-inverse {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
|
||||
background-image: -webkit-linear-gradient(top, #3c3c3c, 0%, #222222, 100%);
|
||||
background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
|
||||
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > .active > a {
|
||||
background-color: #222222;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-brand,
|
||||
.navbar-inverse .navbar-nav > li > a {
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
.navbar-static-top,
|
||||
.navbar-fixed-top,
|
||||
.navbar-fixed-bottom {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.alert {
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.alert-success {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
|
||||
background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #c8e5bc, 100%);
|
||||
background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
|
||||
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #b2dba1;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
|
||||
}
|
||||
|
||||
.alert-info {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
|
||||
background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #b9def0, 100%);
|
||||
background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
|
||||
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #9acfea;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
|
||||
}
|
||||
|
||||
.alert-warning {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
|
||||
background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #f8efc0, 100%);
|
||||
background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
|
||||
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #f5e79e;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
|
||||
}
|
||||
|
||||
.alert-danger {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
|
||||
background-image: -webkit-linear-gradient(top, #f2dede, 0%, #e7c3c3, 100%);
|
||||
background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
|
||||
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #dca7a7;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
|
||||
}
|
||||
|
||||
.progress {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
|
||||
background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #f5f5f5, 100%);
|
||||
background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
|
||||
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
|
||||
background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
|
||||
background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
|
||||
background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
|
||||
}
|
||||
|
||||
.progress-bar-success {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
|
||||
background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
|
||||
background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
|
||||
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
|
||||
}
|
||||
|
||||
.progress-bar-info {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
|
||||
background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
|
||||
background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
|
||||
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
|
||||
}
|
||||
|
||||
.progress-bar-warning {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
|
||||
background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
|
||||
background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
|
||||
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
|
||||
}
|
||||
|
||||
.progress-bar-danger {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
|
||||
background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
|
||||
background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
|
||||
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
|
||||
}
|
||||
|
||||
.list-group {
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
.list-group-item.active,
|
||||
.list-group-item.active:hover,
|
||||
.list-group-item.active:focus {
|
||||
text-shadow: 0 -1px 0 #3071a9;
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
|
||||
background-image: -webkit-linear-gradient(top, #428bca, 0%, #3278b3, 100%);
|
||||
background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
|
||||
background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #3278b3;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
|
||||
}
|
||||
|
||||
.panel {
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.panel-default > .panel-heading {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
|
||||
background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
|
||||
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
|
||||
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
|
||||
}
|
||||
|
||||
.panel-primary > .panel-heading {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
|
||||
background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
|
||||
background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
|
||||
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
|
||||
}
|
||||
|
||||
.panel-success > .panel-heading {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
|
||||
background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #d0e9c6, 100%);
|
||||
background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
|
||||
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
|
||||
}
|
||||
|
||||
.panel-info > .panel-heading {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
|
||||
background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #c4e3f3, 100%);
|
||||
background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
|
||||
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
|
||||
}
|
||||
|
||||
.panel-warning > .panel-heading {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
|
||||
background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #faf2cc, 100%);
|
||||
background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
|
||||
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
|
||||
}
|
||||
|
||||
.panel-danger > .panel-heading {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
|
||||
background-image: -webkit-linear-gradient(top, #f2dede, 0%, #ebcccc, 100%);
|
||||
background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
|
||||
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
|
||||
}
|
||||
|
||||
.well {
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
|
||||
background-image: -webkit-linear-gradient(top, #e8e8e8, 0%, #f5f5f5, 100%);
|
||||
background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
|
||||
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #dcdcdc;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
|
||||
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
|
||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
7
cps/static/css/bootstrap-theme.min.css
vendored
7
cps/static/css/bootstrap-theme.min.css
vendored
File diff suppressed because one or more lines are too long
1
cps/static/css/bootstrap-theme.min.css.map
Normal file
1
cps/static/css/bootstrap-theme.min.css.map
Normal file
File diff suppressed because one or more lines are too long
6805
cps/static/css/bootstrap.css
vendored
6805
cps/static/css/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
13
cps/static/css/bootstrap.min.css
vendored
13
cps/static/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
1
cps/static/css/bootstrap.min.css.map
Normal file
1
cps/static/css/bootstrap.min.css.map
Normal file
File diff suppressed because one or more lines are too long
@@ -1,25 +0,0 @@
|
||||
@font-face {
|
||||
font-family: 'Libre Baskerville';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Libre Baskerville'), local('LibreBaskerville-Regular'), url("../fonts/LibreBaskerville-Regular.ttf") format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Libre Baskerville';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Libre Baskerville Bold'), local('LibreBaskerville-Bold'), url("../fonts/LibreBaskerville-Bold") format('truetype');
|
||||
}
|
||||
|
||||
body{
|
||||
color: #444;
|
||||
line-height: 21px;
|
||||
font-size: 14px;
|
||||
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6{
|
||||
font-family: 'Libre Baskerville';
|
||||
color: #45b29d !important;
|
||||
font-size: 20px !important;
|
||||
}
|
||||
@@ -1,321 +0,0 @@
|
||||
@font-face {
|
||||
font-family: 'EntypoRegular';
|
||||
src: url('../fonts/entypo.eot');
|
||||
src: url('../fonts/entypo.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/entypo.woff') format('woff'),
|
||||
url('../fonts/entypo.ttf') format('truetype'),
|
||||
url('../fonts/entypo.svg#EntypoRegular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'EntypoSocialRegular';
|
||||
src: url('../fonts/entypo-social.eot');
|
||||
src: url('../fonts/entypo-social.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/entypo-social.woff') format('woff'),
|
||||
url('../fonts/entypo-social.ttf') format('truetype'),
|
||||
url('../fonts/entypo-social.svg#EntypoRegular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.entypo {
|
||||
font-family: 'EntypoRegular';
|
||||
font-size: 2em;
|
||||
font-weight: normal;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.entypo-social {
|
||||
font-family: 'EntypoSocialRegular';
|
||||
font-size: 2em;
|
||||
font-weight: normal;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.entypo.phone:before{ content:'\1F4DE'; }
|
||||
.entypo.mobile:before{ content:'\1F4F1'; }
|
||||
.entypo.mouse:before{ content:'\E789'; }
|
||||
.entypo.address:before{ content:'\E723'; }
|
||||
.entypo.mail:before{ content:'\2709'; }
|
||||
.entypo.paper-plane:before{ content:'\1F53F'; }
|
||||
.entypo.pencil:before{ content:'\270E'; }
|
||||
.entypo.feather:before{ content:'\2712'; }
|
||||
.entypo.attach:before{ content:'\1F4CE'; }
|
||||
.entypo.inbox:before{ content:'\E777'; }
|
||||
.entypo.reply:before{ content:'\E712'; }
|
||||
.entypo.reply-all:before{ content:'\E713'; }
|
||||
.entypo.forward:before{ content:'\27A6'; }
|
||||
.entypo.user:before{ content:'\1F464'; }
|
||||
.entypo.users:before{ content:'\1F465'; }
|
||||
.entypo.add-user:before{ content:'\E700'; }
|
||||
.entypo.vcard:before{ content:'\E722'; }
|
||||
.entypo.export:before{ content:'\E715'; }
|
||||
.entypo.location:before{ content:'\E724'; }
|
||||
.entypo.map:before{ content:'\E727'; }
|
||||
.entypo.compass:before{ content:'\E728'; }
|
||||
.entypo.direction:before{ content:'\27A2'; }
|
||||
.entypo.hair-cross:before{ content:'\1F3AF'; }
|
||||
.entypo.share:before{ content:'\E73C'; }
|
||||
.entypo.shareable:before{ content:'\E73E'; }
|
||||
.entypo.heart:before{ content:'\2665'; }
|
||||
.entypo.heart-empty:before{ content:'\2661'; }
|
||||
.entypo.star:before{ content:'\2605'; }
|
||||
.entypo.star-empty:before{ content:'\2606'; }
|
||||
.entypo.thumbs-up:before{ content:'\1F44D'; }
|
||||
.entypo.thumbs-down:before{ content:'\1F44E'; }
|
||||
.entypo.chat:before{ content:'\E720'; }
|
||||
.entypo.comment:before{ content:'\E718'; }
|
||||
.entypo.quote:before{ content:'\275E'; }
|
||||
.entypo.home:before{ content:'\2302'; }
|
||||
.entypo.popup:before{ content:'\E74C'; }
|
||||
.entypo.search:before{ content:'\1F50D'; }
|
||||
.entypo.flashlight:before{ content:'\1F526'; }
|
||||
.entypo.print:before{ content:'\E716'; }
|
||||
.entypo.bell:before{ content:'\1F514'; }
|
||||
.entypo.link:before{ content:'\1F517'; }
|
||||
.entypo.flag:before{ content:'\2691'; }
|
||||
.entypo.cog:before{ content:'\2699'; }
|
||||
.entypo.tools:before{ content:'\2692'; }
|
||||
.entypo.trophy:before{ content:'\1F3C6'; }
|
||||
.entypo.tag:before{ content:'\E70C'; }
|
||||
.entypo.camera:before{ content:'\1F4F7'; }
|
||||
.entypo.megaphone:before{ content:'1F4E3'; }
|
||||
.entypo.moon:before{ content:'\0045'; }
|
||||
.entypo.palette:before{ content:'\1F3A8'; }
|
||||
.entypo.leaf:before{ content:'\1F342'; }
|
||||
.entypo.note:before{ content:'\266A'; }
|
||||
.entypo.beamed-note:before{ content:'\266B'; }
|
||||
.entypo.new:before{ content:'\1F4A5'; }
|
||||
.entypo.graduation-cap:before{ content:'\1F393'; }
|
||||
.entypo.book:before{ content:'\1F4D5'; }
|
||||
.entypo.newspaper:before{ content:'\1F4F0'; }
|
||||
.entypo.bag:before{ content:'\1F45C'; }
|
||||
.entypo.airplane:before{ content:'\2708'; }
|
||||
.entypo.lifebuoy:before{ content:'\E788'; }
|
||||
.entypo.eye:before{ content:'\E70A'; }
|
||||
.entypo.clock:before{ content:'\1F554'; }
|
||||
.entypo.mic:before{ content:'\1F3A4'; }
|
||||
.entypo.calendar:before{ content:'\1F4C5'; }
|
||||
.entypo.flash:before{ content:'\26A1'; }
|
||||
.entypo.thunder-cloud:before{ content:'\26C8'; }
|
||||
.entypo.droplet:before{ content:'\1F4A7'; }
|
||||
.entypo.cd:before{ content:'\1F4BF'; }
|
||||
.entypo.briefcase:before{ content:'\1F4BC'; }
|
||||
.entypo.air:before{ content:'\1F4A8'; }
|
||||
.entypo.hourglass:before{ content:'\23F3'; }
|
||||
.entypo.gauge:before{ content:'\1F6C7'; }
|
||||
.entypo.language:before{ content:'\1F394'; }
|
||||
.entypo.network:before{ content:'\E776'; }
|
||||
.entypo.key:before{ content:'\1F511'; }
|
||||
.entypo.battery:before{ content:'\1F50B'; }
|
||||
.entypo.bucket:before{ content:'\1F4FE'; }
|
||||
.entypo.magnet:before{ content:'\E7A1'; }
|
||||
.entypo.drive:before{ content:'\1F4FD'; }
|
||||
.entypo.cup:before{ content:'\2615'; }
|
||||
.entypo.rocket:before{ content:'\1F680'; }
|
||||
.entypo.brush:before{ content:'\E79A'; }
|
||||
.entypo.suitcase:before{ content:'\1F6C6'; }
|
||||
.entypo.traffic-cone:before{ content:'\1F6C8'; }
|
||||
.entypo.globe:before{ content:'\1F30E'; }
|
||||
.entypo.keyboard:before{ content:'\2328'; }
|
||||
.entypo.browser:before{ content:'\E74E'; }
|
||||
.entypo.publish:before{ content:'\E74D'; }
|
||||
.entypo.progress-3:before{ content:'\E76B'; }
|
||||
.entypo.progress-2:before{ content:'\E76A'; }
|
||||
.entypo.progress-1:before{ content:'\E769'; }
|
||||
.entypo.progress-0:before{ content:'\E768'; }
|
||||
.entypo.light-down:before{ content:'\1F505'; }
|
||||
.entypo.light-up:before{ content:'\1F506'; }
|
||||
.entypo.adjust:before{ content:'\25D1'; }
|
||||
.entypo.code:before{ content:'\E714'; }
|
||||
.entypo.monitor:before{ content:'\1F4BB'; }
|
||||
.entypo.infinity:before{ content:'\221E'; }
|
||||
.entypo.light-bulb:before{ content:'\1F4A1'; }
|
||||
.entypo.credit-card:before{ content:'\1F4B3'; }
|
||||
.entypo.database:before{ content:'\1F4F8'; }
|
||||
.entypo.voicemail:before{ content:'\2707'; }
|
||||
.entypo.clipboard:before{ content:'\1F4CB'; }
|
||||
.entypo.cart:before{ content:'\E73D'; }
|
||||
.entypo.box:before{ content:'\1F4E6'; }
|
||||
.entypo.ticket:before{ content:'\1F3AB'; }
|
||||
.entypo.rss:before{ content:'\E73A'; }
|
||||
.entypo.signal:before{ content:'\1F4F6'; }
|
||||
.entypo.thermometer:before{ content:'\1F4FF'; }
|
||||
.entypo.water:before{ content:'\1F4A6'; }
|
||||
.entypo.sweden:before{ content:'\F601'; }
|
||||
.entypo.line-graph:before{ content:'\1F4C8'; }
|
||||
.entypo.pie-chart:before{ content:'\25F4'; }
|
||||
.entypo.bar-graph:before{ content:'\1F4CA'; }
|
||||
.entypo.area-graph:before{ content:'\1F53E'; }
|
||||
.entypo.lock:before{ content:'\1F512'; }
|
||||
.entypo.lock-open:before{ content:'\1F513'; }
|
||||
.entypo.logout:before{ content:'\E741'; }
|
||||
.entypo.login:before{ content:'\E740'; }
|
||||
.entypo.check:before{ content:'\2713'; }
|
||||
.entypo.cross:before{ content:'\274C'; }
|
||||
.entypo.squared-minus:before{ content:'\229F'; }
|
||||
.entypo.squared-plus:before{ content:'\229E'; }
|
||||
.entypo.squared-cross:before{ content:'\274E'; }
|
||||
.entypo.circled-minus:before{ content:'\2296'; }
|
||||
.entypo.circled-plus:before{ content:'\2295'; }
|
||||
.entypo.circled-cross:before{ content:'\2716'; }
|
||||
.entypo.minus:before{ content:'\2796'; }
|
||||
.entypo.plus:before{ content:'\2795'; }
|
||||
.entypo.erase:before{ content:'\232B'; }
|
||||
.entypo.block:before{ content:'\1F6AB'; }
|
||||
.entypo.info:before{ content:'\2139'; }
|
||||
.entypo.circled-info:before{ content:'\E705'; }
|
||||
.entypo.help:before{ content:'\2753'; }
|
||||
.entypo.circled-help:before{ content:'\E704'; }
|
||||
.entypo.warning:before{ content:'\26A0'; }
|
||||
.entypo.cycle:before{ content:'\1F504'; }
|
||||
.entypo.cw:before{ content:'\27F3'; }
|
||||
.entypo.ccw:before{ content:'\27F2'; }
|
||||
.entypo.shuffle:before{ content:'\1F500'; }
|
||||
.entypo.back:before{ content:'\1F519'; }
|
||||
.entypo.level-down:before{ content:'\21B3'; }
|
||||
.entypo.retweet:before{ content:'\E717'; }
|
||||
.entypo.loop:before{ content:'\1F501'; }
|
||||
.entypo.back-in-time:before{ content:'\E771'; }
|
||||
.entypo.level-up:before{ content:'\21B0'; }
|
||||
.entypo.switch:before{ content:'\21C6'; }
|
||||
.entypo.numbered-list:before{ content:'\E005'; }
|
||||
.entypo.add-to-list:before{ content:'\E003'; }
|
||||
.entypo.layout:before{ content:'\268F'; }
|
||||
.entypo.list:before{ content:'\2630'; }
|
||||
.entypo.text-doc:before{ content:'\1F4C4'; }
|
||||
.entypo.text-doc-inverted:before{ content:'\E731'; }
|
||||
.entypo.doc:before{ content:'\E730'; }
|
||||
.entypo.docs:before{ content:'\E736'; }
|
||||
.entypo.landscape-doc:before{ content:'\E737'; }
|
||||
.entypo.picture:before{ content:'\1F304'; }
|
||||
.entypo.video:before{ content:'\1F3AC'; }
|
||||
.entypo.music:before{ content:'\1F3B5'; }
|
||||
.entypo.folder:before{ content:'\1F4C1'; }
|
||||
.entypo.archive:before{ content:'\E800'; }
|
||||
.entypo.trash:before{ content:'\E729'; }
|
||||
.entypo.upload:before{ content:'\1F4E4'; }
|
||||
.entypo.download:before{ content:'\1F4E5'; }
|
||||
.entypo.save:before{ content:'\1F4BE'; }
|
||||
.entypo.install:before{ content:'\E778'; }
|
||||
.entypo.cloud:before{ content:'\2601'; }
|
||||
.entypo.upload-cloud:before{ content:'\E711'; }
|
||||
.entypo.bookmark:before{ content:'\1F516'; }
|
||||
.entypo.bookmarks:before{ content:'\1F4D1'; }
|
||||
.entypo.open-book:before{ content:'\1F4D6'; }
|
||||
.entypo.play:before{ content:'\25B6'; }
|
||||
.entypo.paus:before{ content:'\2016'; }
|
||||
.entypo.record:before{ content:'\25CF'; }
|
||||
.entypo.stop:before{ content:'\25A0'; }
|
||||
.entypo.ff:before{ content:'\23E9'; }
|
||||
.entypo.fb:before{ content:'\23EA'; }
|
||||
.entypo.to-start:before{ content:'\23EE'; }
|
||||
.entypo.to-end:before{ content:'\23ED'; }
|
||||
.entypo.resize-full:before{ content:'\E744'; }
|
||||
.entypo.resize-small:before{ content:'\E746'; }
|
||||
.entypo.volume:before{ content:'\23F7'; }
|
||||
.entypo.sound:before{ content:'\1F50A'; }
|
||||
.entypo.mute:before{ content:'\1F507'; }
|
||||
.entypo.flow-cascade:before{ content:'\1F568'; }
|
||||
.entypo.flow-branch:before{ content:'\1F569'; }
|
||||
.entypo.flow-tree:before{ content:'\1F56A'; }
|
||||
.entypo.flow-line:before{ content:'\1F56B'; }
|
||||
.entypo.flow-parallel:before{ content:'\1F56C'; }
|
||||
.entypo.left-bold:before{ content:'\E4AD'; }
|
||||
.entypo.down-bold:before{ content:'\E4B0'; }
|
||||
.entypo.up-bold:before{ content:'\E4AF'; }
|
||||
.entypo.right-bold:before{ content:'\E4AE'; }
|
||||
.entypo.left:before{ content:'\2B05'; }
|
||||
.entypo.down:before{ content:'\2B07'; }
|
||||
.entypo.up:before{ content:'\2B06'; }
|
||||
.entypo.right:before{ content:'\27A1'; }
|
||||
.entypo.circled-left:before{ content:'\E759'; }
|
||||
.entypo.circled-down:before{ content:'\E758'; }
|
||||
.entypo.circled-up:before{ content:'\E75B'; }
|
||||
.entypo.circled-right:before{ content:'\E75A'; }
|
||||
.entypo.triangle-left:before{ content:'\25C2'; }
|
||||
.entypo.triangle-down:before{ content:'\25BE'; }
|
||||
.entypo.triangle-up:before{ content:'\25B4'; }
|
||||
.entypo.triangle-right:before{ content:'\25B8'; }
|
||||
.entypo.chevron-left:before{ content:'\E75D'; }
|
||||
.entypo.chevron-down:before{ content:'\E75C'; }
|
||||
.entypo.chevron-up:before{ content:'\E75F'; }
|
||||
.entypo.chevron-right:before{ content:'\E75E'; }
|
||||
.entypo.chevron-small-left:before{ content:'\E761'; }
|
||||
.entypo.chevron-small-down:before{ content:'\E760'; }
|
||||
.entypo.chevron-small-up:before{ content:'\E763'; }
|
||||
.entypo.chevron-small-right:before{ content:'\E762'; }
|
||||
.entypo.chevron-thin-left:before{ content:'\E765'; }
|
||||
.entypo.chevron-thin-down:before{ content:'\E764'; }
|
||||
.entypo.chevron-thin-up:before{ content:'\E767'; }
|
||||
.entypo.chevron-thin-right:before{ content:'\E766'; }
|
||||
.entypo.left-thin:before{ content:'\2190'; }
|
||||
.entypo.down-thin:before{ content:'\2193'; }
|
||||
.entypo.up-thin:before{ content:'\2191'; }
|
||||
.entypo.right-thin:before{ content:'\2192'; }
|
||||
.entypo.arrow-combo:before{ content:'\E74F'; }
|
||||
.entypo.three-dots:before{ content:'\23F6'; }
|
||||
.entypo.two-dots:before{ content:'\23F5'; }
|
||||
.entypo.dot:before{ content:'\23F4'; }
|
||||
.entypo.cc:before{ content:'\1F545'; }
|
||||
.entypo.cc-by:before{ content:'\1F546'; }
|
||||
.entypo.cc-nc:before{ content:'\1F547'; }
|
||||
.entypo.cc-nc-eu:before{ content:'\1F548'; }
|
||||
.entypo.cc-nc-jp:before{ content:'\1F549'; }
|
||||
.entypo.cc-sa:before{ content:'\1F54A'; }
|
||||
.entypo.cc-nd:before{ content:'\1F54B'; }
|
||||
.entypo.cc-pd:before{ content:'\1F54C'; }
|
||||
.entypo.cc-zero:before{ content:'\1F54D'; }
|
||||
.entypo.cc-share:before{ content:'\1F54E'; }
|
||||
.entypo.cc-remix:before{ content:'\1F54F'; }
|
||||
.entypo.db-logo:before{ content:'\1F5F9'; }
|
||||
.entypo.db-shape:before{ content:'\1F5FA'; }
|
||||
|
||||
.entypo-social.github:before{ content:'\F300'; }
|
||||
.entypo-social.c-github:before{ content:'\F301'; }
|
||||
.entypo-social.flickr:before{ content:'\F303'; }
|
||||
.entypo-social.c-flickr:before{ content:'\F304'; }
|
||||
.entypo-social.vimeo:before{ content:'\F306'; }
|
||||
.entypo-social.c-vimeo:before{ content:'\F307'; }
|
||||
.entypo-social.twitter:before{ content:'\F309'; }
|
||||
.entypo-social.c-twitter:before{ content:'\F30A'; }
|
||||
.entypo-social.facebook:before{ content:'\F30C'; }
|
||||
.entypo-social.c-facebook:before{ content:'\F30D'; }
|
||||
.entypo-social.s-facebook:before{ content:'\F30E'; }
|
||||
.entypo-social.google+:before{ content:'\F30F'; }
|
||||
.entypo-social.c-google+:before{ content:'\F310'; }
|
||||
.entypo-social.pinterest:before{ content:'\F312'; }
|
||||
.entypo-social.c-pinterest:before{ content:'\F313'; }
|
||||
.entypo-social.tumblr:before{ content:'\F315'; }
|
||||
.entypo-social.c-tumblr:before{ content:'\F316'; }
|
||||
.entypo-social.linkedin:before{ content:'\F318'; }
|
||||
.entypo-social.c-linkedin:before{ content:'\F319'; }
|
||||
.entypo-social.dribbble:before{ content:'\F31B'; }
|
||||
.entypo-social.c-dribbble:before{ content:'\F31C'; }
|
||||
.entypo-social.stumbleupon:before{ content:'\F31E'; }
|
||||
.entypo-social.c-stumbleupon:before{ content:'\F31F'; }
|
||||
.entypo-social.lastfm:before{ content:'\F321'; }
|
||||
.entypo-social.c-lastfm:before{ content:'\F322'; }
|
||||
.entypo-social.rdio:before{ content:'\F324'; }
|
||||
.entypo-social.c-rdio:before{ content:'\F325'; }
|
||||
.entypo-social.spotify:before{ content:'\F327'; }
|
||||
.entypo-social.c-spotify:before{ content:'\F328'; }
|
||||
.entypo-social.qq:before{ content:'\F32A'; }
|
||||
.entypo-social.instagram:before{ content:'\F32D'; }
|
||||
.entypo-social.dropbox:before{ content:'\F330'; }
|
||||
.entypo-social.evernote:before{ content:'\F333'; }
|
||||
.entypo-social.flattr:before{ content:'\F336'; }
|
||||
.entypo-social.skype:before{ content:'\F339'; }
|
||||
.entypo-social.c-skype:before{ content:'\F33A'; }
|
||||
.entypo-social.renren:before{ content:'\F33C'; }
|
||||
.entypo-social.sina-weibo:before{ content:'\F33F'; }
|
||||
.entypo-social.paypal:before{ content:'\F342'; }
|
||||
.entypo-social.picasa:before{ content:'\F345'; }
|
||||
.entypo-social.soundcloud:before{ content:'\F348'; }
|
||||
.entypo-social.mixi:before{ content:'\F34B'; }
|
||||
.entypo-social.behance:before{ content:'\F34E'; }
|
||||
.entypo-social.google-circles:before{ content:'\F351'; }
|
||||
.entypo-social.vk:before{ content:'\F354'; }
|
||||
.entypo-social.smashing:before{ content:'\F357'; }
|
||||
@@ -1,2 +0,0 @@
|
||||
@font-face{font-family:Lato;font-style:normal;font-weight:100;src:local('Lato Hairline'),local('Lato-Hairline'),url(../fonts/Lato-Hairline.ttf) format('truetype')}@font-face{font-family:Lato;font-style:normal;font-weight:300;src:local('Lato Light'),local('Lato-Light'),url(../fonts/Lato-Light.ttf) format('truetype')}@font-face{font-family:Lato;font-style:normal;font-weight:400;src:local('Lato Regular'),local('Lato-Regular'),url(../fonts/Lato-Regular.ttf) format('truetype')}@font-face{font-family:Lato;font-style:normal;font-weight:700;src:local('Lato Bold'),local('Lato-Bold'),url(../fonts/Lato-Bold.ttf) format('truetype')}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;src:local('Montserrat-Regular'),url(../fonts/Montserrat-Regular.ttf) format('truetype')}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;src:local('Montserrat-Bold'),url(../fonts/Montserrat-Bold.ttf) format('truetype')}@font-face{font-family:Lobster;font-style:normal;font-weight:400;src:local('Lobster'),local('Lobster-Regular'),url(../fonts/Lobster.ttf) format('truetype')}
|
||||
@font-face{font-family:'Gotham-Light';src:url('../fonts/itc/Gotham-Light.eot');src:url('../fonts/itc/Gotham-Light.woff') format('woff'),url('../fonts/itc/Gotham-Light.svg#Gotham-Light') format('svg')}@font-face{font-family:'Gotham-Medium';src:url('../fonts/itc/Gotham-Medium.eot');src:url('../fonts/itc/Gotham-Medium.woff') format('woff'),url('../fonts/itc/Gotham-Medium.svg#Gotham-Medium') format('svg')}@font-face{font-family:'Gotham-Book';src:url('../fonts/itc/Gotham-Book.eot');src:url('../fonts/itc/Gotham-Book.woff') format('woff'),url('../fonts/itc/Gotham-Book.svg#Gotham-Book') format('svg')}
|
||||
@@ -1,90 +0,0 @@
|
||||
.fraction-slider{
|
||||
position:relative;
|
||||
width:100%; height:100%;
|
||||
overflow:visible;
|
||||
}
|
||||
|
||||
.fraction-slider .slide{
|
||||
display:none; width:100%; height:100%;
|
||||
position:absolute;
|
||||
z-index:5000;
|
||||
}
|
||||
|
||||
.fraction-slider .active-slide{
|
||||
z-index:9999;
|
||||
}
|
||||
|
||||
.fraction-slider .fs_obj{
|
||||
display:block; display:none;
|
||||
position:absolute;
|
||||
top:0px; left:100%;
|
||||
z-index:7000;
|
||||
}
|
||||
|
||||
.fraction-slider .fs_fixed_obj{
|
||||
z-index:6000;
|
||||
left:0;
|
||||
}
|
||||
|
||||
.fraction-slider .fs_obj *{
|
||||
display:inline-block;
|
||||
position:relative;
|
||||
top:0px; left:0px;
|
||||
}
|
||||
|
||||
.fs_loader{
|
||||
width:100%; height:400px;
|
||||
background:url(images/fs.spinner.gif) center center no-repeat transparent;
|
||||
}
|
||||
|
||||
/** CONTROLS **/
|
||||
|
||||
.fraction-slider .prev,
|
||||
.fraction-slider .next{
|
||||
display:none;
|
||||
position:absolute;
|
||||
width:45px; height:45px;
|
||||
z-index:9999;
|
||||
}
|
||||
|
||||
.fraction-slider .prev{
|
||||
left:10px; top:48%;
|
||||
background:url(images/fs.prevnext.png) 0px 0px no-repeat transparent;
|
||||
|
||||
}
|
||||
.fraction-slider .prev:hover{
|
||||
background:url(images/fs.prevnext.png) 0px -45px no-repeat transparent;
|
||||
}
|
||||
|
||||
.fraction-slider .next{
|
||||
right:10px; top:48%;
|
||||
background:url(images/fs.prevnext.png) -45px 0px no-repeat transparent;
|
||||
}
|
||||
.fraction-slider .next:hover{
|
||||
background:url(images/fs.prevnext.png) -45px -45px no-repeat transparent;
|
||||
}
|
||||
|
||||
.fraction-slider:hover .prev,
|
||||
.fraction-slider:hover .next{
|
||||
display:block;
|
||||
}
|
||||
|
||||
/** PAGER **/
|
||||
|
||||
.fs-pager-wrapper{
|
||||
position:absolute;
|
||||
left:10px; bottom:10px;
|
||||
z-index:9999;
|
||||
}
|
||||
|
||||
.fs-pager-wrapper a,
|
||||
.fs-custom-pager-wrapper a{
|
||||
display:inline-block;
|
||||
width:14px; height:14px;
|
||||
margin:0 5px 0 0;
|
||||
background:url(images/fs.pager.png) 0px -14px no-repeat transparent;
|
||||
}
|
||||
.fs-pager-wrapper .active,
|
||||
.fs-custom-pager-wrapper .active{
|
||||
background:url(images/fs.pager.png) 0px 0px no-repeat transparent;
|
||||
}
|
||||
@@ -1,34 +0,0 @@
|
||||
.vegas-loading {
|
||||
border-radius: 10px;
|
||||
background: #000;
|
||||
background: rgba(0,0,0,0.7);
|
||||
background: url(images/loading.gif) no-repeat center center; /* Loading Gif by http://preloaders.net/ */
|
||||
height: 32px;
|
||||
left: 20px;
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
width: 32px;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.vegas-overlay {
|
||||
background: transparent url(overlays/01.png);
|
||||
opacity: 0.5;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.vegas-background {
|
||||
-ms-interpolation-mode: bicubic;
|
||||
image-rendering: optimizeQuality;
|
||||
max-width: none !important; /* counteracts global img modification by twitter bootstrap library */
|
||||
z-index: -2;
|
||||
}
|
||||
|
||||
.vegas-overlay,
|
||||
.vegas-background {
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
@@ -1,363 +0,0 @@
|
||||
/* Magnific Popup CSS */
|
||||
.mfp-bg {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1042;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
background: #0b0b0b;
|
||||
opacity: 0.8;
|
||||
filter: alpha(opacity=80); }
|
||||
|
||||
.mfp-wrap {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1043;
|
||||
position: fixed;
|
||||
outline: none !important;
|
||||
-webkit-backface-visibility: hidden; }
|
||||
|
||||
.mfp-container {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding: 0 8px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box; }
|
||||
|
||||
.mfp-container:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
vertical-align: middle; }
|
||||
|
||||
.mfp-align-top .mfp-container:before {
|
||||
display: none; }
|
||||
|
||||
.mfp-content {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin: 0 auto;
|
||||
text-align: left;
|
||||
z-index: 1045; }
|
||||
|
||||
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
|
||||
width: 100%;
|
||||
cursor: auto; }
|
||||
|
||||
.mfp-ajax-cur {
|
||||
cursor: progress; }
|
||||
|
||||
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
|
||||
cursor: -moz-zoom-out;
|
||||
cursor: -webkit-zoom-out;
|
||||
cursor: zoom-out; }
|
||||
|
||||
.mfp-zoom {
|
||||
cursor: pointer;
|
||||
cursor: -webkit-zoom-in;
|
||||
cursor: -moz-zoom-in;
|
||||
cursor: zoom-in; }
|
||||
|
||||
.mfp-auto-cursor .mfp-content {
|
||||
cursor: auto; }
|
||||
|
||||
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none; }
|
||||
|
||||
.mfp-loading.mfp-figure {
|
||||
display: none; }
|
||||
|
||||
.mfp-hide {
|
||||
display: none !important; }
|
||||
|
||||
.mfp-preloader {
|
||||
color: #cccccc;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: auto;
|
||||
text-align: center;
|
||||
margin-top: -0.8em;
|
||||
left: 8px;
|
||||
right: 8px;
|
||||
z-index: 1044; }
|
||||
.mfp-preloader a {
|
||||
color: #cccccc; }
|
||||
.mfp-preloader a:hover {
|
||||
color: white; }
|
||||
|
||||
.mfp-s-ready .mfp-preloader {
|
||||
display: none; }
|
||||
|
||||
.mfp-s-error .mfp-content {
|
||||
display: none; }
|
||||
|
||||
button.mfp-close, button.mfp-arrow {
|
||||
overflow: visible;
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
-webkit-appearance: none;
|
||||
display: block;
|
||||
outline: none;
|
||||
padding: 0;
|
||||
z-index: 1046;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
button::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0; }
|
||||
|
||||
.mfp-close {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
opacity: 0.65;
|
||||
padding: 0 0 18px 10px;
|
||||
color: white;
|
||||
font-style: normal;
|
||||
font-size: 28px;
|
||||
font-family: Arial, Baskerville, monospace; }
|
||||
.mfp-close:hover, .mfp-close:focus {
|
||||
opacity: 1; }
|
||||
.mfp-close:active {
|
||||
top: 1px; }
|
||||
|
||||
.mfp-close-btn-in .mfp-close {
|
||||
color: #333333; }
|
||||
|
||||
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
|
||||
color: white;
|
||||
right: -6px;
|
||||
text-align: right;
|
||||
padding-right: 6px;
|
||||
width: 100%; }
|
||||
|
||||
.mfp-counter {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
color: #cccccc;
|
||||
font-size: 12px;
|
||||
line-height: 18px; }
|
||||
|
||||
.mfp-arrow {
|
||||
position: absolute;
|
||||
opacity: 0.65;
|
||||
margin: 0;
|
||||
top: 50%;
|
||||
margin-top: -55px;
|
||||
padding: 0;
|
||||
width: 90px;
|
||||
height: 110px;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
|
||||
.mfp-arrow:active {
|
||||
margin-top: -54px; }
|
||||
.mfp-arrow:hover, .mfp-arrow:focus {
|
||||
opacity: 1; }
|
||||
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
|
||||
content: '';
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
margin-top: 35px;
|
||||
margin-left: 35px;
|
||||
border: medium inset transparent; }
|
||||
.mfp-arrow:after, .mfp-arrow .mfp-a {
|
||||
border-top-width: 13px;
|
||||
border-bottom-width: 13px;
|
||||
top: 8px; }
|
||||
.mfp-arrow:before, .mfp-arrow .mfp-b {
|
||||
border-top-width: 21px;
|
||||
border-bottom-width: 21px; }
|
||||
|
||||
.mfp-arrow-left {
|
||||
left: 0; }
|
||||
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
|
||||
border-right: 17px solid white;
|
||||
margin-left: 31px; }
|
||||
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
|
||||
margin-left: 25px;
|
||||
border-right: 27px solid #3f3f3f; }
|
||||
|
||||
.mfp-arrow-right {
|
||||
right: 0; }
|
||||
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
|
||||
border-left: 17px solid white;
|
||||
margin-left: 39px; }
|
||||
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
|
||||
border-left: 27px solid #3f3f3f; }
|
||||
|
||||
.mfp-iframe-holder {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px; }
|
||||
.mfp-iframe-holder .mfp-content {
|
||||
line-height: 0;
|
||||
width: 100%;
|
||||
max-width: 900px; }
|
||||
.mfp-iframe-holder .mfp-close {
|
||||
top: -40px; }
|
||||
|
||||
.mfp-iframe-scaler {
|
||||
width: 100%;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
padding-top: 56.25%; }
|
||||
.mfp-iframe-scaler iframe {
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
background: black; }
|
||||
|
||||
/* Main image in popup */
|
||||
img.mfp-img {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
line-height: 0;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
padding: 40px 0 40px;
|
||||
margin: 0 auto; }
|
||||
|
||||
/* The shadow behind the image */
|
||||
.mfp-figure {
|
||||
line-height: 0; }
|
||||
.mfp-figure:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 40px;
|
||||
bottom: 40px;
|
||||
display: block;
|
||||
right: 0;
|
||||
width: auto;
|
||||
height: auto;
|
||||
z-index: -1;
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
background: #444444; }
|
||||
.mfp-figure small {
|
||||
color: #bdbdbd;
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
line-height: 14px; }
|
||||
|
||||
.mfp-bottom-bar {
|
||||
margin-top: -36px;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
cursor: auto; }
|
||||
|
||||
.mfp-title {
|
||||
text-align: left;
|
||||
line-height: 18px;
|
||||
color: #f3f3f3;
|
||||
word-wrap: break-word;
|
||||
padding-right: 36px; }
|
||||
|
||||
.mfp-image-holder .mfp-content {
|
||||
max-width: 100%; }
|
||||
|
||||
.mfp-gallery .mfp-image-holder .mfp-figure {
|
||||
cursor: pointer; }
|
||||
|
||||
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
|
||||
/**
|
||||
* Remove all paddings around the image on small screen
|
||||
*/
|
||||
.mfp-img-mobile .mfp-image-holder {
|
||||
padding-left: 0;
|
||||
padding-right: 0; }
|
||||
.mfp-img-mobile img.mfp-img {
|
||||
padding: 0; }
|
||||
.mfp-img-mobile .mfp-figure {
|
||||
/* The shadow behind the image */ }
|
||||
.mfp-img-mobile .mfp-figure:after {
|
||||
top: 0;
|
||||
bottom: 0; }
|
||||
.mfp-img-mobile .mfp-figure small {
|
||||
display: inline;
|
||||
margin-left: 5px; }
|
||||
.mfp-img-mobile .mfp-bottom-bar {
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
top: auto;
|
||||
padding: 3px 5px;
|
||||
position: fixed;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box; }
|
||||
.mfp-img-mobile .mfp-bottom-bar:empty {
|
||||
padding: 0; }
|
||||
.mfp-img-mobile .mfp-counter {
|
||||
right: 5px;
|
||||
top: 3px; }
|
||||
.mfp-img-mobile .mfp-close {
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
padding: 0; } }
|
||||
|
||||
@media all and (max-width: 900px) {
|
||||
.mfp-arrow {
|
||||
-webkit-transform: scale(0.75);
|
||||
transform: scale(0.75); }
|
||||
.mfp-arrow-left {
|
||||
-webkit-transform-origin: 0;
|
||||
transform-origin: 0; }
|
||||
.mfp-arrow-right {
|
||||
-webkit-transform-origin: 100%;
|
||||
transform-origin: 100%; }
|
||||
.mfp-container {
|
||||
padding-left: 6px;
|
||||
padding-right: 6px; } }
|
||||
|
||||
.mfp-ie7 .mfp-img {
|
||||
padding: 0; }
|
||||
.mfp-ie7 .mfp-bottom-bar {
|
||||
width: 600px;
|
||||
left: 50%;
|
||||
margin-left: -300px;
|
||||
margin-top: 5px;
|
||||
padding-bottom: 5px; }
|
||||
.mfp-ie7 .mfp-container {
|
||||
padding: 0; }
|
||||
.mfp-ie7 .mfp-content {
|
||||
padding-top: 44px; }
|
||||
.mfp-ie7 .mfp-close {
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding-top: 0; }
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
Reference in New Issue
Block a user