cleanup
|
@ -1,606 +0,0 @@
|
|||
::-webkit-input-placeholder {color:#000;}
|
||||
::-moz-placeholder {color:#000;}
|
||||
:-moz-placeholder {color:#000;}
|
||||
:-ms-input-placeholder {color:#000;}
|
||||
h2, h3 {
|
||||
font-size: 20px;
|
||||
}
|
||||
.nav-holder {
|
||||
padding: 0 20px;
|
||||
background: #ff8e01;
|
||||
}
|
||||
.navigation {
|
||||
max-width: 1100px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.navigation li {
|
||||
margin-right: 30px;
|
||||
}
|
||||
.navigation a {
|
||||
display: block;
|
||||
padding: 30px 0;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
border-bottom: 4px solid #ff8e01;
|
||||
outline: none;
|
||||
}
|
||||
.navigation a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
.navigation li {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.navigation li.active a,
|
||||
.navigation li.active a:focus,
|
||||
.navigation li.active a:hover {
|
||||
color: #fff;
|
||||
border-bottom: 4px solid #4464ad;
|
||||
}
|
||||
#month-selection {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#region-selection {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.infobox {
|
||||
font-size: 16px;
|
||||
line-height: 150%;
|
||||
}
|
||||
.infobox h2 {
|
||||
font-size: 33px;
|
||||
}
|
||||
.infobox h3 {
|
||||
margin-top: 35px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.infobox ul {
|
||||
list-style-type: disc;
|
||||
list-style-position: inside;
|
||||
}
|
||||
.report-period-group {
|
||||
padding: 20px;
|
||||
background: #f2f2f2;
|
||||
}
|
||||
.report-period-group.supporters {
|
||||
float: left;
|
||||
width: 30%;
|
||||
height: 120px;
|
||||
}
|
||||
.supporters-total {
|
||||
float: right;
|
||||
width: 70%;
|
||||
height: 120px;
|
||||
border: 1px solid #ddd;
|
||||
border-left: 0 none;
|
||||
}
|
||||
.supporters-total-holder:after {
|
||||
content: '';
|
||||
display: table;
|
||||
clear: both;
|
||||
float: none;
|
||||
}
|
||||
.report-group {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
.report-group.period {
|
||||
width: 100%;
|
||||
max-width: 250px;
|
||||
margin-right: 40px;
|
||||
}
|
||||
.supporters .report-group.period {
|
||||
margin-right: 0;
|
||||
}
|
||||
.report-group.region {
|
||||
width: 100%;
|
||||
max-width: 420px;
|
||||
}
|
||||
.styled-select {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 42px;
|
||||
overflow: hidden;
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.styled-select:before {
|
||||
z-index: 0;
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: url('../images/main-sprite.png') no-repeat;
|
||||
}
|
||||
.styled-select:after {
|
||||
z-index: 0;
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
right: 10px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: url('../images/main-sprite.png') no-repeat -200px -80px;
|
||||
}
|
||||
.report-group.period .styled-select:before {
|
||||
background-position: -251px -110px;
|
||||
}
|
||||
.report-group.region .styled-select:before {
|
||||
background-position: -290px -110px;
|
||||
}
|
||||
.report-group.round .styled-select:before {
|
||||
background-position: -290px -110px;
|
||||
}
|
||||
|
||||
.styled-select select {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
display: block;
|
||||
width: 110%;
|
||||
height: 42px;
|
||||
padding: 10px 45px 10px 35px;
|
||||
border: 0 none;
|
||||
border-radius: 0;
|
||||
background: transparent;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
select {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
select:-moz-focusring {
|
||||
color: transparent;
|
||||
text-shadow: 0 0 0 #000;
|
||||
}
|
||||
.report-total-div {
|
||||
border: 1px solid #e6e6e6;
|
||||
border-top: 0 none;
|
||||
}
|
||||
.overview-body {
|
||||
padding: 15px 15px 0;
|
||||
}
|
||||
.overview-hint {
|
||||
font-weight: bold;
|
||||
margin: 5px 0 20px;
|
||||
}
|
||||
.overview-hint span {
|
||||
color: #484dde;
|
||||
}
|
||||
.overview {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
padding-left: 50px;
|
||||
margin-right: 80px;
|
||||
margin-bottom: 20px;
|
||||
text-align: left;
|
||||
}
|
||||
.overview:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
.overview:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background: url('../images/main-sprite.png') no-repeat;
|
||||
}
|
||||
.overview-changes:before {
|
||||
background-position: -0px -280px;
|
||||
}
|
||||
.overview-users:before {
|
||||
background-position: -40px -280px;
|
||||
}
|
||||
.overview-region:before {
|
||||
background-position: -80px -280px;
|
||||
}
|
||||
.overview-active_supporters:before {
|
||||
background-position: -40px -280px;
|
||||
}
|
||||
.overview-register_supporters:before {
|
||||
background-position: -120px -280px;
|
||||
}
|
||||
.overview-btc:before {
|
||||
background-position: -160px -280px;
|
||||
}
|
||||
.overview-total_weight:before {
|
||||
background-position: -200px -280px;
|
||||
}
|
||||
.overview p {
|
||||
margin: 0;
|
||||
margin-bottom: -10px;
|
||||
font-size: 30px;
|
||||
font-weight: bold;
|
||||
line-height: 1.2;
|
||||
}
|
||||
.overview span {
|
||||
color: #999;
|
||||
font-size: 11px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
#report-ranking,
|
||||
#users-ranking,
|
||||
#support-country-table-header,
|
||||
#support-table-header,
|
||||
#recipients-table-header {
|
||||
margin-top: 50px;
|
||||
font-size: 20px;
|
||||
}
|
||||
#report-ranking span {
|
||||
display: block;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
color: #999;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.table {
|
||||
font-size: 14px;
|
||||
}
|
||||
.table thead span {
|
||||
display: block;
|
||||
color: #999;
|
||||
font-size: 11px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.table tbody tr td {
|
||||
padding: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.table-bordered > thead > tr > td,
|
||||
.table-bordered > thead > tr > th {
|
||||
vertical-align: middle;
|
||||
border-bottom-color: #ff8f00;
|
||||
font-weight: normal;
|
||||
}
|
||||
.table-controls.hidden {
|
||||
display: none;
|
||||
}
|
||||
.table-controls {
|
||||
position: relative;
|
||||
padding-right: 185px;
|
||||
}
|
||||
.tc.search {
|
||||
position: relative;
|
||||
}
|
||||
.tc.search:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 12px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: url('../images/main-sprite.png') no-repeat -300px -80px;
|
||||
}
|
||||
.tc.search input {
|
||||
max-width: 350px;
|
||||
height: 42px;
|
||||
padding-left: 40px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.tc.entries {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
max-width: 180px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.tc.entries .styled-select {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 80px;
|
||||
}
|
||||
.tc.entries .styled-select:before {
|
||||
content: none;
|
||||
}
|
||||
.tc.entries label {
|
||||
display: block;
|
||||
text-align: right;
|
||||
}
|
||||
.tc.entries select {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 125%;
|
||||
padding: 10px 0 10px 10px;
|
||||
}
|
||||
.sorting_desc,
|
||||
.sorting_asc,
|
||||
.sorting {
|
||||
position: relative;
|
||||
}
|
||||
.sorting_desc:after,
|
||||
.sorting_asc:after {
|
||||
content: '' !important;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: url('../images/main-sprite.png') no-repeat;
|
||||
transform: translate(0, -50%);
|
||||
}
|
||||
.sorting_asc:after {
|
||||
background-position: -160px -140px;
|
||||
}
|
||||
.sorting_desc:after {
|
||||
background-position: -200px -140px;
|
||||
}
|
||||
.sorting:after {
|
||||
content: '' !important;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: url('../images/main-sprite.png') no-repeat -180px -140px;
|
||||
transform: translate(0, -50%);
|
||||
}
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > span:focus,
|
||||
.pagination > .active > span:hover {
|
||||
background-color: #ff8f00;
|
||||
border-color: #ff8f00;
|
||||
}
|
||||
.pagination > li > a,
|
||||
.pagination > li > span {
|
||||
color: #000;
|
||||
}
|
||||
.pagination > li > a:hover,
|
||||
.pagination > li > span:hover {
|
||||
background-color: rgba(255, 143, 0, 0.5);
|
||||
border-color: #ff8f00;
|
||||
color: #fff;
|
||||
}
|
||||
.registration {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width: 49%;
|
||||
min-height: 420px;
|
||||
padding: 20px;
|
||||
margin-top: 20px;
|
||||
margin-right: 1%;
|
||||
background: #f2f2f2;
|
||||
}
|
||||
.registration.contributor-registration {
|
||||
margin-right: 0;
|
||||
}
|
||||
.registration h4 {
|
||||
margin-top: 0;
|
||||
font-size: 20px;
|
||||
}
|
||||
.recipient-registration label {
|
||||
margin-top: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
}
|
||||
.recipient-registration .form-control {
|
||||
margin: 0;
|
||||
border-radius: 2px;
|
||||
height: 42px;
|
||||
padding-left: 40px;
|
||||
}
|
||||
.recipient-registration .input-holder {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#agree_osm_live {
|
||||
margin-left: 5px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
.agree_osm_live_label {
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
margin-left: 7px;
|
||||
margin-bottom: 15px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
.recipient-registration .input-holder:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 12px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: url('../images/main-sprite.png') no-repeat;
|
||||
}
|
||||
.recipient-registration .input-holder.input-user:before {
|
||||
background-position: -180px -80px;
|
||||
}
|
||||
.recipient-registration .input-holder.input-pass:before {
|
||||
height: 21px;
|
||||
background-position: -172px -109px;
|
||||
}
|
||||
.recipient-registration .input-holder.input-bitcoin:before {
|
||||
background-position: -210px -110px;
|
||||
}
|
||||
.recipient-registration .input-hint {
|
||||
color: #999;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.recipient-registration .btn,
|
||||
.recipient-registration .btn:active {
|
||||
background: #575bde;
|
||||
border: 1px solid #3d42bf;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
.registration-badges img {
|
||||
border: none;
|
||||
height: 45px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.contributor-registration p {
|
||||
font-size: 14px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.contributor-registration .btc-address {
|
||||
padding: 15px 10px;
|
||||
margin-bottom: 10px;
|
||||
background: #ff8f00;
|
||||
border-radius: 2px;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#recipients-info-div {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.maincontainer {
|
||||
background-color: white;
|
||||
}
|
||||
.full-width-banner {
|
||||
width: 100%;
|
||||
margin: 20px auto;
|
||||
}
|
||||
.full-width-banner img {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.vlabel {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.form-control {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.tab-content {
|
||||
margin-top: 25px;
|
||||
}
|
||||
.container {
|
||||
max-width: 1135px;
|
||||
margin: 10px auto 50px;
|
||||
}
|
||||
#recipients-table td:nth-child(7) {
|
||||
word-break: break-all;
|
||||
padding: 8px 5px !important;
|
||||
}
|
||||
@media screen and (max-width: 1200px) {
|
||||
.nav-holder .navigation{
|
||||
max-width: 940px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 991px) {
|
||||
.nav-holder .navigation{
|
||||
max-width: 720px;
|
||||
}
|
||||
.report-group.period {
|
||||
max-width: 420px;
|
||||
margin-right: 0;
|
||||
}
|
||||
.supporters-total .overview {
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 770px) {
|
||||
.report-period-group.supporters {
|
||||
float: none;
|
||||
width: 100%;
|
||||
height: 120px;
|
||||
}
|
||||
.supporters-total {
|
||||
float: none;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
border: 1px solid #ddd;
|
||||
border-top: 0 none;
|
||||
}
|
||||
.supporters-total:after {
|
||||
content: '';
|
||||
display: table;
|
||||
clear: both;
|
||||
float: none;
|
||||
}
|
||||
.registration {
|
||||
width: 100%;
|
||||
min-height: auto;
|
||||
margin-right: 0;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 650px) {
|
||||
#recipients-table th:nth-child(4),
|
||||
#recipients-table td:nth-child(4),
|
||||
#recipients-table th:nth-child(3),
|
||||
#recipients-table td:nth-child(3) {
|
||||
display: none;
|
||||
}
|
||||
.navigation li a,
|
||||
.navigation li.active a,
|
||||
.navigation li.active a:focus,
|
||||
.navigation li.active a:hover {
|
||||
border-bottom: 0 none;
|
||||
padding: 15px 0;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 550px) {
|
||||
.table {
|
||||
font-size: 13px;
|
||||
}
|
||||
.table thead {
|
||||
font-size: 11px;
|
||||
}
|
||||
.table thead span {
|
||||
text-transform: lowercase;
|
||||
}
|
||||
.table th,
|
||||
.table td {
|
||||
padding: 8px 2px !important;
|
||||
vertical-align: middle !important;
|
||||
font-weight: normal !important;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
.table th.sorting_asc:before,
|
||||
.table th.sorting_desc:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
margin-left: -2px;
|
||||
border: 4px solid transparent;
|
||||
}
|
||||
.table th.sorting_asc:before {
|
||||
bottom: 1px;
|
||||
border-top-color: #ff8f00;
|
||||
}
|
||||
.table th.sorting_desc:before {
|
||||
top: 1px;
|
||||
border-bottom-color: #ff8f00;
|
||||
}
|
||||
.table th:after {
|
||||
content: none !important;
|
||||
}
|
||||
.table-controls {
|
||||
padding-right: 145px;
|
||||
}
|
||||
.tc.entries {
|
||||
font-size: 12px;
|
||||
}
|
||||
.tc.entries span {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 30%;
|
||||
text-align: center;
|
||||
}
|
||||
.contributor-registration .btc-address {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
|
@ -1,117 +0,0 @@
|
|||
/* Slider */
|
||||
.slick-slider
|
||||
{
|
||||
position: relative;
|
||||
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
-webkit-touch-callout: none;
|
||||
-khtml-user-select: none;
|
||||
-ms-touch-action: pan-y;
|
||||
touch-action: pan-y;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
.slick-list
|
||||
{
|
||||
position: relative;
|
||||
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.slick-list:focus
|
||||
{
|
||||
outline: none;
|
||||
}
|
||||
.slick-list.dragging
|
||||
{
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
}
|
||||
|
||||
.slick-slider .slick-track,
|
||||
.slick-slider .slick-list
|
||||
{
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
-o-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
.slick-track
|
||||
{
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
display: block;
|
||||
}
|
||||
.slick-track:before,
|
||||
.slick-track:after
|
||||
{
|
||||
display: table;
|
||||
|
||||
content: '';
|
||||
}
|
||||
.slick-track:after
|
||||
{
|
||||
clear: both;
|
||||
}
|
||||
.slick-loading .slick-track
|
||||
{
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.slick-slide
|
||||
{
|
||||
display: none;
|
||||
float: left;
|
||||
|
||||
height: 100%;
|
||||
min-height: 1px;
|
||||
}
|
||||
[dir='rtl'] .slick-slide
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
.slick-slide img
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
.slick-slide.slick-loading img
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
.slick-slide.dragging img
|
||||
{
|
||||
pointer-events: none;
|
||||
}
|
||||
.slick-initialized .slick-slide
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
.slick-loading .slick-slide
|
||||
{
|
||||
visibility: hidden;
|
||||
}
|
||||
.slick-vertical .slick-slide
|
||||
{
|
||||
display: block;
|
||||
|
||||
height: auto;
|
||||
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
.slick-arrow.slick-hidden {
|
||||
display: none;
|
||||
}
|
|
@ -1,98 +0,0 @@
|
|||
/* Slider */
|
||||
|
||||
.slick-slider {
|
||||
position: relative;
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-ms-touch-action: pan-y;
|
||||
touch-action: pan-y;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
.slick-list {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&.dragging {
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
}
|
||||
}
|
||||
.slick-slider .slick-track,
|
||||
.slick-slider .slick-list {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
-o-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
.slick-track {
|
||||
position: relative;
|
||||
left: 0;
|
||||
top: 0;
|
||||
display: block;
|
||||
|
||||
&:before,
|
||||
&:after {
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
|
||||
&:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.slick-loading & {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
.slick-slide {
|
||||
float: left;
|
||||
height: 100%;
|
||||
min-height: 1px;
|
||||
[dir="rtl"] & {
|
||||
float: right;
|
||||
}
|
||||
img {
|
||||
display: block;
|
||||
}
|
||||
&.slick-loading img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
display: none;
|
||||
|
||||
&.dragging img {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.slick-initialized & {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.slick-loading & {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.slick-vertical & {
|
||||
display: block;
|
||||
height: auto;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
}
|
||||
.slick-arrow.slick-hidden {
|
||||
display: none;
|
||||
}
|
|
@ -1,43 +0,0 @@
|
|||
@font-family: 'Roboto Regular';
|
||||
@text-color: #000;
|
||||
@oposite-text-color: #fff;
|
||||
@header-color: #536dfe;
|
||||
@read-more-color: #adadad;
|
||||
@brand-orange: #ff8f00;
|
||||
@opacity-orange-overlay: 0.9;
|
||||
@separator-bg: #ffbb00;
|
||||
|
||||
@badge-free: #f3f3f3;
|
||||
@badge-free-text: #737373;
|
||||
@badge-paid: #62c452;
|
||||
@badge-paid-text: #fff;
|
||||
|
||||
@footer-bg: #292f33;
|
||||
@footer-text-color: #fff;
|
||||
@footer-header-color: #698d8f;
|
||||
@footer-header-underline-color: #2f4445;
|
||||
@footer-copyright-color: #525e66;
|
||||
@footer-font-family: Arial;
|
||||
@footer-contact-btn-border: #394247;
|
||||
|
||||
@index-app-features-header: #ffa516;
|
||||
@index-app-features-subheader: #c1c1c1;
|
||||
@index-banner-btn-bg: #ffa516;
|
||||
@index-header-color: #000;
|
||||
@index-subheader-color: #737373;
|
||||
@index-slider-btn-active: #ffa516;
|
||||
@index-slider-btn-passive: #d4d4d4;
|
||||
@index-recomendations-username: #212121;
|
||||
@index-recomendations-service: #9e9e9e;
|
||||
@index-news-link-color: #266ce0;
|
||||
@index-news-read-more-link: #adadad;
|
||||
@index-news-timestamp: #adadad;
|
||||
@index-poll-btn-bg: #ff8f00;
|
||||
@index-poll-result-btn-bg: #ff6c00;
|
||||
@index-poll-radio-btn-active: #ff8f00;
|
||||
@index-poll-radio-btn-border: #bbb;
|
||||
|
||||
@blog-article-header: #536dfe;
|
||||
|
||||
@help-question-link: #454ade;
|
||||
@help-question-border: #e6e7ec;
|
|
@ -1,2 +0,0 @@
|
|||
/***********************EMPTY USED BY HELP inlining but already defined in site.css
|
||||
*********************************************/
|
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 535 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 65 KiB |
10346
OsmAnd/assets/server/scripts/jquery-1.11.2.js
vendored
|
@ -1,38 +0,0 @@
|
|||
(function($) {
|
||||
$.fn.ellipsis = function()
|
||||
{
|
||||
return this.each(function()
|
||||
{
|
||||
var el = $(this);
|
||||
|
||||
if(el.css("overflow") == "hidden")
|
||||
{
|
||||
var text = el.html();
|
||||
var multiline = el.hasClass('multiline');
|
||||
var t = $(this.cloneNode(true))
|
||||
.hide()
|
||||
.css('position', 'absolute')
|
||||
.css('overflow', 'visible')
|
||||
.width(multiline ? el.width() : 'auto')
|
||||
.height(multiline ? 'auto' : el.height())
|
||||
;
|
||||
|
||||
el.after(t);
|
||||
|
||||
function height() { return t.height() > el.height(); };
|
||||
function width() { return t.width() > el.width(); };
|
||||
|
||||
var func = multiline ? height : width;
|
||||
|
||||
while (text.length > 0 && func())
|
||||
{
|
||||
text = text.substr(0, text.length - 1);
|
||||
t.html(text + "...");
|
||||
}
|
||||
|
||||
el.html(t.html());
|
||||
t.remove();
|
||||
}
|
||||
});
|
||||
};
|
||||
})(jQuery);
|
|
@ -1,29 +0,0 @@
|
|||
|
||||
|
||||
function mapselector(container){
|
||||
var $cnt = $(container);
|
||||
var $selectbox = $cnt.find(".selectbox");
|
||||
|
||||
$cnt.find("label").on('click', function(){
|
||||
refreshMap();
|
||||
});
|
||||
|
||||
var refreshMap = function(){
|
||||
var selectedStyle = getSelectedStyle().val();
|
||||
var selectedMap = getSelectedMap().val();
|
||||
if (selectedStyle && selectedMap){
|
||||
var imageName = selectedMap + "-" + selectedStyle + ".png";
|
||||
$cnt.css('background-image', "url('/images/" + imageName + "')");
|
||||
}
|
||||
}
|
||||
|
||||
var getSelectedStyle = function(){
|
||||
return $selectbox.find("input[name='style']:checked");
|
||||
}
|
||||
var getSelectedMap = function(){
|
||||
return $selectbox.find("input[name='show']:checked");
|
||||
}
|
||||
refreshMap();
|
||||
|
||||
|
||||
}
|