-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use QGIS Trueno font for headers instead of Alfabeti
- Loading branch information
Showing
135 changed files
with
11,814 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ ehthumbs.db | |
**/.DS_Store | ||
**/._.DS_Store | ||
|
||
vendor/ | ||
vendor/bundle/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,6 @@ | |
<link rel="icon" type="image/png" href="{{ "/img/favicons/qgis-icon64.png" sizes="64x64" | prepend: site.baseurl }}"> | ||
<link rel="icon" type="image/png" href="{{ "/img/favicons/qgis-icon32.png" sizes="32x32" | prepend: site.baseurl }}"> | ||
|
||
|
||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI=" crossorigin=""/> | ||
|
||
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha256-WBkoXOwTeyKclOHuWtc+i2uENFpDZ9YPdf5Hf+D7ewM=" crossorigin=""></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
//////////////////////////////////////////////////////////// | ||
// Import everything to generate your animate sass module // | ||
//////////////////////////////////////////////////////////// | ||
@import "helpers/mixins", | ||
"helpers/settings"; | ||
|
||
// ATTENTION | ||
@import "animations/attention-seekers/bounce", | ||
"animations/attention-seekers/flash", | ||
"animations/attention-seekers/pulse", | ||
"animations/attention-seekers/shake", | ||
"animations/attention-seekers/swing", | ||
"animations/attention-seekers/wiggle", | ||
"animations/attention-seekers/wobble", | ||
"animations/attention-seekers/tada"; | ||
|
||
// BOUNCE | ||
@import "animations/bounce-enter/bounceIn", | ||
"animations/bounce-enter/bounceInDown", | ||
"animations/bounce-enter/bounceInLeft", | ||
"animations/bounce-enter/bounceInRight", | ||
"animations/bounce-enter/bounceInUp", | ||
"animations/bounce-exit/bounceOut", | ||
"animations/bounce-exit/bounceOutDown", | ||
"animations/bounce-exit/bounceOutLeft", | ||
"animations/bounce-exit/bounceOutRight", | ||
"animations/bounce-exit/bounceOutUp"; | ||
|
||
// FADE | ||
@import "animations/fade-enter/fadeIn", | ||
"animations/fade-enter/fadeInDown", | ||
"animations/fade-enter/fadeInDownBig", | ||
"animations/fade-enter/fadeInLeft", | ||
"animations/fade-enter/fadeInLeftBig", | ||
"animations/fade-enter/fadeInRight", | ||
"animations/fade-enter/fadeInRightBig", | ||
"animations/fade-enter/fadeInUp", | ||
"animations/fade-enter/fadeInUpBig", | ||
"animations/fade-exit/fadeOut", | ||
"animations/fade-exit/fadeOutDown", | ||
"animations/fade-exit/fadeOutDownBig", | ||
"animations/fade-exit/fadeOutLeft", | ||
"animations/fade-exit/fadeOutLeftBig", | ||
"animations/fade-exit/fadeOutRight", | ||
"animations/fade-exit/fadeOutRightBig", | ||
"animations/fade-exit/fadeOutUp", | ||
"animations/fade-exit/fadeOutUpBig"; | ||
|
||
// FLIP | ||
@import "animations/flippers/flip", | ||
"animations/flippers/flipInX", | ||
"animations/flippers/flipInY", | ||
"animations/flippers/flipOutX", | ||
"animations/flippers/flipOutY"; | ||
|
||
// LIGHTSPEED | ||
@import "animations/lightspeed/lightSpeedIn", | ||
"animations/lightspeed/lightSpeedOut"; | ||
|
||
// ROTATE | ||
@import "animations/rotate-enter/rotateIn", | ||
"animations/rotate-enter/rotateInDownLeft", | ||
"animations/rotate-enter/rotateInDownRight", | ||
"animations/rotate-enter/rotateInUpLeft", | ||
"animations/rotate-enter/rotateInUpRight", | ||
"animations/rotate-exit/rotateOut", | ||
"animations/rotate-exit/rotateOutDownLeft", | ||
"animations/rotate-exit/rotateOutDownRight", | ||
"animations/rotate-exit/rotateOutUpLeft", | ||
"animations/rotate-exit/rotateOutUpRight"; | ||
|
||
// SPECIAL | ||
@import "animations/special/hinge", | ||
"animations/special/rollIn", | ||
"animations/special/rollOut"; | ||
|
||
///////////////////////////////////////////////////////// | ||
// Copy the css rules below into your own sass file // | ||
///////////////////////////////////////////////////////// | ||
|
||
// body { | ||
// -webkit-backface-visibility: hidden; // Addresses a small issue in webkit: http://bit.ly/NEdoDq | ||
// } | ||
// .animated { | ||
// @include animate-prefixer(animation-duration, $base-duration); | ||
// @include animate-prefixer(animation-fill-mode, both); | ||
|
||
// &.hinge { | ||
// @include animate-prefixer(animation-duration, $base-duration * 2); | ||
// } | ||
// } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
// Core variables and mixins | ||
@import "bootstrap/variables"; | ||
@import "bootstrap/mixins"; | ||
|
||
// Reset and dependencies | ||
@import "bootstrap/normalize"; | ||
@import "bootstrap/print"; | ||
// @import "bootstrap/glyphicons"; | ||
|
||
// Core CSS | ||
@import "bootstrap/scaffolding"; | ||
@import "bootstrap/type"; | ||
@import "bootstrap/code"; | ||
@import "bootstrap/grid"; | ||
// @import "bootstrap/tables"; | ||
@import "bootstrap/forms"; | ||
@import "bootstrap/buttons"; | ||
|
||
// Components | ||
@import "bootstrap/component-animations"; | ||
// @import "bootstrap/dropdowns"; | ||
// @import "bootstrap/button-groups"; | ||
// @import "bootstrap/input-groups"; | ||
// @import "bootstrap/navs"; | ||
// @import "bootstrap/navbar"; | ||
// @import "bootstrap/breadcrumbs"; | ||
// @import "bootstrap/pagination"; | ||
// @import "bootstrap/pager"; | ||
// @import "bootstrap/labels"; | ||
// @import "bootstrap/badges"; | ||
@import "bootstrap/jumbotron"; | ||
@import "bootstrap/thumbnails"; | ||
// @import "bootstrap/alerts"; | ||
// @import "bootstrap/progress-bars"; | ||
@import "bootstrap/media"; | ||
// @import "bootstrap/list-group"; | ||
// @import "bootstrap/panels"; | ||
@import "bootstrap/responsive-embed"; | ||
// @import "bootstrap/wells"; | ||
@import "bootstrap/close"; | ||
|
||
// Components w/ JavaScript | ||
@import "bootstrap/modals"; | ||
// @import "bootstrap/tooltip"; | ||
// @import "bootstrap/popovers"; | ||
// @import "bootstrap/carousel"; | ||
|
||
// Utility classes | ||
@import "bootstrap/utilities"; | ||
@import "bootstrap/responsive-utilities"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
/*! | ||
* Waves v0.6.0 | ||
* http://fian.my.id/Waves | ||
* | ||
* Copyright 2014 Alfiana E. Sibuea and other contributors | ||
* Released under the MIT license | ||
* https://github.com/fians/Waves/blob/master/LICENSE | ||
*/ | ||
.waves-effect { | ||
position: relative; | ||
cursor: pointer; | ||
display: inline-block; | ||
overflow: hidden; | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
-ms-user-select: none; | ||
user-select: none; | ||
-webkit-tap-highlight-color: transparent; | ||
-webkit-transition: all 0.3s ease-out; | ||
-moz-transition: all 0.3s ease-out; | ||
-o-transition: all 0.3s ease-out; | ||
transition: all 0.3s ease-out; | ||
} | ||
.waves-effect .waves-ripple { | ||
position: absolute; | ||
border-radius: 50%; | ||
width: 100px; | ||
height: 100px; | ||
margin-top: -50px; | ||
margin-left: -50px; | ||
opacity: 0; | ||
background: rgba(0, 0, 0, 0.2); | ||
background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%); | ||
background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%); | ||
background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%); | ||
background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%); | ||
-webkit-transition: all 0.5s ease-out; | ||
-moz-transition: all 0.5s ease-out; | ||
-o-transition: all 0.5s ease-out; | ||
transition: all 0.5s ease-out; | ||
-webkit-transition-property: -webkit-transform, opacity; | ||
-moz-transition-property: -moz-transform, opacity; | ||
-o-transition-property: -o-transform, opacity; | ||
transition-property: transform, opacity; | ||
-webkit-transform: scale(0); | ||
-moz-transform: scale(0); | ||
-ms-transform: scale(0); | ||
-o-transform: scale(0); | ||
transform: scale(0); | ||
pointer-events: none; | ||
} | ||
.waves-effect.waves-light .waves-ripple { | ||
background: rgba(255, 255, 255, 0.4); | ||
background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); | ||
background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); | ||
background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); | ||
background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); | ||
} | ||
.waves-effect.waves-classic .waves-ripple { | ||
background: rgba(0, 0, 0, 0.2); | ||
} | ||
.waves-effect.waves-classic.waves-light .waves-ripple { | ||
background: rgba(255, 255, 255, 0.4); | ||
} | ||
.waves-notransition { | ||
-webkit-transition: none !important; | ||
-moz-transition: none !important; | ||
-o-transition: none !important; | ||
transition: none !important; | ||
} | ||
.waves-button, | ||
.waves-circle { | ||
-webkit-transform: translateZ(0); | ||
-moz-transform: translateZ(0); | ||
-ms-transform: translateZ(0); | ||
-o-transform: translateZ(0); | ||
transform: translateZ(0); | ||
-webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%); | ||
} | ||
.waves-button, | ||
.waves-button:hover, | ||
.waves-button:visited, | ||
.waves-button-input { | ||
white-space: nowrap; | ||
vertical-align: middle; | ||
cursor: pointer; | ||
border: none; | ||
outline: none; | ||
color: inherit; | ||
background-color: rgba(0, 0, 0, 0); | ||
font-size: 1em; | ||
line-height: 1em; | ||
text-align: center; | ||
text-decoration: none; | ||
z-index: 1; | ||
} | ||
.waves-button { | ||
padding: 0.85em 1.1em; | ||
border-radius: 0.2em; | ||
} | ||
.waves-button-input { | ||
margin: 0; | ||
padding: 0.85em 1.1em; | ||
} | ||
.waves-input-wrapper { | ||
border-radius: 0.2em; | ||
vertical-align: bottom; | ||
} | ||
.waves-input-wrapper.waves-button { | ||
padding: 0; | ||
} | ||
.waves-input-wrapper .waves-button-input { | ||
position: relative; | ||
top: 0; | ||
left: 0; | ||
z-index: 1; | ||
} | ||
.waves-circle { | ||
text-align: center; | ||
width: 2.5em; | ||
height: 2.5em; | ||
line-height: 2.5em; | ||
border-radius: 50%; | ||
} | ||
.waves-float { | ||
-webkit-mask-image: none; | ||
-webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12); | ||
box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12); | ||
} | ||
.waves-float:active { | ||
-webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); | ||
box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); | ||
} | ||
.waves-block { | ||
display: block; | ||
} | ||
/* Firefox Bug: link not triggered */ | ||
a.waves-effect .waves-ripple { | ||
z-index: -1; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
@if $use-bounce == true { | ||
|
||
@-webkit-keyframes bounce { | ||
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} | ||
40% {-webkit-transform: translateY(-$base-distance * 3);} | ||
60% {-webkit-transform: translateY(-$base-distance * 1.5);} | ||
} | ||
|
||
@-moz-keyframes bounce { | ||
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);} | ||
40% {-moz-transform: translateY(-$base-distance * 3);} | ||
60% {-moz-transform: translateY(-$base-distance * 1.5);} | ||
} | ||
|
||
@-o-keyframes bounce { | ||
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);} | ||
40% {-o-transform: translateY(-$base-distance * 3);} | ||
60% {-o-transform: translateY(-$base-distance * 1.5);} | ||
} | ||
@keyframes bounce { | ||
0%, 20%, 50%, 80%, 100% {transform: translateY(0);} | ||
40% {transform: translateY(-$base-distance * 3);} | ||
60% {transform: translateY(-$base-distance * 1.5);} | ||
} | ||
|
||
.bounce { | ||
@include animate-prefixer(animation-name, bounce); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@if $use-flash == true { | ||
|
||
@include animate-keyframe(flash) { | ||
0%, 50%, 100% {opacity: 1;} | ||
25%, 75% {opacity: 0;} | ||
} | ||
|
||
.flash { | ||
@include animate-prefixer(animation-name, flash); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
@if $use-pulse == true { | ||
|
||
// originally authored by Nick Pettit - https://github.com/nickpettit/glide | ||
|
||
@-webkit-keyframes pulse { | ||
0% { -webkit-transform: scale(1); } | ||
50% { -webkit-transform: scale(1.1); } | ||
100% { -webkit-transform: scale(1); } | ||
} | ||
|
||
@-moz-keyframes pulse { | ||
0% { -moz-transform: scale(1); } | ||
50% { -moz-transform: scale(1.1); } | ||
100% { -moz-transform: scale(1); } | ||
} | ||
|
||
@-o-keyframes pulse { | ||
0% { -o-transform: scale(1); } | ||
50% { -o-transform: scale(1.1); } | ||
100% { -o-transform: scale(1); } | ||
} | ||
|
||
@keyframes pulse { | ||
0% { transform: scale(1); } | ||
50% { transform: scale(1.1); } | ||
100% { transform: scale(1); } | ||
} | ||
|
||
.pulse { | ||
@include animate-prefixer(animation-name, pulse); | ||
} | ||
|
||
} |
Oops, something went wrong.