Upload files to "css"
This commit is contained in:
parent
617279f501
commit
f44c2b890a
10 changed files with 7093 additions and 0 deletions
5
css/all.min.css
vendored
Normal file
5
css/all.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
css/bootstrap.min.css
vendored
Normal file
7
css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1799
css/font-awesome.min.css
vendored
Normal file
1799
css/font-awesome.min.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
5
css/fontawesome-all.min.css
vendored
Normal file
5
css/fontawesome-all.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
4585
css/fontawesome.css
vendored
Normal file
4585
css/fontawesome.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
5
css/fontawesome.min.css
vendored
Normal file
5
css/fontawesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
382
css/gba.css
Normal file
382
css/gba.css
Normal file
|
|
@ -0,0 +1,382 @@
|
||||||
|
|
||||||
|
|
||||||
|
/* Common */
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--bs-primary-rgb: 66, 139, 202;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fs-xlarge {
|
||||||
|
font-size: 3.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fs-xsmall {
|
||||||
|
font-size: 0.8rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-table-downloads-inner {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-table-downloads-inner td {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-bg-triangles {
|
||||||
|
background-image: url(../images/banner.png);
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #428bca;
|
||||||
|
border-color: #357ebd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #428bca;
|
||||||
|
border-color: #357ebd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary:hover {
|
||||||
|
background-color: #326d9f;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #428bca;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #326d9f;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link {
|
||||||
|
color: #428bca;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Articles */
|
||||||
|
|
||||||
|
.kc-article h1 {
|
||||||
|
font-size: 3.25rem;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-article h2 {
|
||||||
|
font-size: 2.25rem;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-top: 2.0rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-article h3 {
|
||||||
|
font-size: 1.75rem;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-top: 2.0rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-article h4 {
|
||||||
|
font-size: 1.25rem;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-top: 2.0rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-article h5 {
|
||||||
|
font-size: 1.0rem;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-top: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-article img {
|
||||||
|
margin-top: 1rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
border: 1px solid #d0d0d0;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-article code {
|
||||||
|
background-color: #efefef;
|
||||||
|
display: box;
|
||||||
|
padding: 3px 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-article pre {
|
||||||
|
display: block;
|
||||||
|
background-color: #efefef;
|
||||||
|
border: 1px solid #d0d0d0;
|
||||||
|
padding: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-article pre code {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* AsciiDoc generated pages */
|
||||||
|
|
||||||
|
.kc-asciidoc li p {
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-asciidoc table {
|
||||||
|
margin-bottom: 1.0rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-asciidoc th {
|
||||||
|
padding: 1.0rem 0.5rem 1.rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-asciidoc td {
|
||||||
|
vertical-align: top;
|
||||||
|
padding: 0.5rem;
|
||||||
|
border: 1px solid #dee2e6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-asciidoc div.title {
|
||||||
|
font-weight: 600;
|
||||||
|
margin-bottom: 0.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Guide - Options */
|
||||||
|
|
||||||
|
table.options {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 769px) {
|
||||||
|
table.options {
|
||||||
|
margin-top: -3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
table.options table {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.options p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.options tr {
|
||||||
|
}
|
||||||
|
|
||||||
|
table.options th {
|
||||||
|
padding: 1.0rem 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.options td {
|
||||||
|
vertical-align: top;
|
||||||
|
padding: 0.5rem;
|
||||||
|
border: 1px solid #dee2e6;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.options table td {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.options table td {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.options tr:nth-child(even) {
|
||||||
|
background-color: #f8f9fa;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.options table tr {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.options table tr:nth-child(even) {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options-key {
|
||||||
|
display: inline-block;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options-expander {
|
||||||
|
padding-right: 0.3rem;
|
||||||
|
font-size: .7rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options-description {
|
||||||
|
color: #6c757d;
|
||||||
|
margin-bottom: 0.8rem;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options-description-extended {
|
||||||
|
color: #6c757d;
|
||||||
|
margin-bottom: 0.8rem;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options-type {
|
||||||
|
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options-default {
|
||||||
|
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options-build {
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
display: block;
|
||||||
|
color: #6c757d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options-description-example {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options-collapsed .options-extended {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options-collapsed .options-description {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options-hide {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Guide - Features */
|
||||||
|
|
||||||
|
table.features {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.features p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.features td {
|
||||||
|
vertical-align: top;
|
||||||
|
padding: 0.5rem;
|
||||||
|
border: 1px solid #dee2e6;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.features tr:nth-child(even) {
|
||||||
|
background-color: #f8f9fa;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.features .features-name {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* tocbot */
|
||||||
|
|
||||||
|
ol.toc-list {
|
||||||
|
padding-left: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.toc-list-item {
|
||||||
|
list-style: none;
|
||||||
|
padding-top: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol.toc-list .is-collapsed {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Test application */
|
||||||
|
|
||||||
|
.kc-app {
|
||||||
|
padding: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-app a.hide {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-app a.show {
|
||||||
|
display: inline!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-app div.hide {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-app div.show {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Admonitions */
|
||||||
|
|
||||||
|
.admonitionblock {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.admonitionblock table {
|
||||||
|
margin-left: 2em
|
||||||
|
}
|
||||||
|
.admonitionblock td {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.admonitionblock td.icon {
|
||||||
|
width:80px;
|
||||||
|
text-align: center;
|
||||||
|
color: #19417d;
|
||||||
|
padding-left: 1.25em;
|
||||||
|
padding-right: 1.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.admonitionblock table td.content {
|
||||||
|
padding-left: 1.25em;
|
||||||
|
padding-right: 1.25em;
|
||||||
|
border-left: 1px solid #dddddf;
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
text-align: center; /* fallback for non-flex scenarios */
|
||||||
|
padding: 20px 0; /* optional spacing */
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links {
|
||||||
|
list-style: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap; /* allow wrapping on smaller screens */
|
||||||
|
justify-content: center; /* center links horizontally */
|
||||||
|
gap: 10px; /* space between links */
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links li {
|
||||||
|
display: inline-flex; /* ensures vertical centering */
|
||||||
|
align-items: center; /* vertically centers content */
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links li + li::before {
|
||||||
|
content: "|"; /* separator */
|
||||||
|
margin-right: 8px; /* space between separator and link */
|
||||||
|
color: #04a204f5; /* separator color */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Links styling */
|
||||||
|
.footer-links a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #ebefec;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Responsive adjustments for small screens */
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
.footer-links {
|
||||||
|
flex-direction: column; /* stack links vertically */
|
||||||
|
gap: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links li + li::before {
|
||||||
|
content: ""; /* remove separator on mobile */
|
||||||
|
}
|
||||||
|
}
|
||||||
123
css/leaflet-control-geocoder.Geocoder.css
Normal file
123
css/leaflet-control-geocoder.Geocoder.css
Normal file
|
|
@ -0,0 +1,123 @@
|
||||||
|
.leaflet-control-geocoder {
|
||||||
|
border-radius: 4px;
|
||||||
|
background: white;
|
||||||
|
min-width: 26px;
|
||||||
|
min-height: 26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-touch .leaflet-control-geocoder {
|
||||||
|
min-width: 30px;
|
||||||
|
min-height: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-control-geocoder a, .leaflet-control-geocoder .leaflet-control-geocoder-icon {
|
||||||
|
border-bottom: none;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
|
||||||
|
width: inherit;
|
||||||
|
height: inherit;
|
||||||
|
line-height: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-control-geocoder a:hover, .leaflet-control-geocoder .leaflet-control-geocoder-icon:hover {
|
||||||
|
border-bottom: none;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-control-geocoder-form {
|
||||||
|
display: none;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.leaflet-control-geocoder-form input {
|
||||||
|
font-size: 120%;
|
||||||
|
border: 0;
|
||||||
|
background-color: transparent;
|
||||||
|
width: 246px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-control-geocoder-icon {
|
||||||
|
border-radius: 4px;
|
||||||
|
width: 26px;
|
||||||
|
height: 26px;
|
||||||
|
border: none;
|
||||||
|
background-color: white;
|
||||||
|
//background-image: url(images/geocoder.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-touch .leaflet-control-geocoder-icon {
|
||||||
|
width: 30px;
|
||||||
|
height: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
|
||||||
|
background-image: url(images/throbber.gif);
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-control-geocoder-form-no-error {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-control-geocoder-form input:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-control-geocoder-form button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.leaflet-control-geocoder-error {
|
||||||
|
margin-top: 8px;
|
||||||
|
margin-left: 8px;
|
||||||
|
display: block;
|
||||||
|
color: #444;
|
||||||
|
}
|
||||||
|
.leaflet-control-geocoder-alternatives {
|
||||||
|
display: block;
|
||||||
|
width: 272px;
|
||||||
|
list-style: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-control-geocoder-alternatives-minimized {
|
||||||
|
display: none;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
.leaflet-control-geocoder-alternatives li {
|
||||||
|
white-space: nowrap;
|
||||||
|
display: block;
|
||||||
|
overflow: hidden;
|
||||||
|
padding: 5px 8px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
border-bottom: 1px solid #ccc;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-control-geocoder-alternatives li a, .leaflet-control-geocoder-alternatives li a:hover {
|
||||||
|
width: inherit;
|
||||||
|
height: inherit;
|
||||||
|
line-height: inherit;
|
||||||
|
background: inherit;
|
||||||
|
border-radius: inherit;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-control-geocoder-alternatives li:last-child {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
.leaflet-control-geocoder-alternatives li:hover, .leaflet-control-geocoder-selected {
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
}
|
||||||
|
.leaflet-control-geocoder-address-detail {
|
||||||
|
|
||||||
|
}
|
||||||
|
.leaflet-control-geocoder-address-context {
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
1
css/leaflet-measure.css
Normal file
1
css/leaflet-measure.css
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
.leaflet-control-measure h3,.leaflet-measure-resultpopup h3{margin:0 0 12px 0;padding-bottom:10px;line-height:1em;font-weight:normal;font-size:1.1em;border-bottom:solid 1px #DDD}.leaflet-control-measure p,.leaflet-measure-resultpopup p{margin:10px 0 0;line-height:1em}.leaflet-control-measure p:first-child,.leaflet-measure-resultpopup p:first-child{margin-top:0}.leaflet-control-measure a,.leaflet-measure-resultpopup a{color:#5E66CC;text-decoration:none}.leaflet-control-measure a:hover,.leaflet-measure-resultpopup a:hover{opacity:0.5;text-decoration:none}.leaflet-control-measure .tasks,.leaflet-measure-resultpopup .tasks{margin:12px 0 0;padding:10px 0 0;border-top:solid 1px #DDD;list-style:none;list-style-image:none}.leaflet-control-measure .tasks li,.leaflet-measure-resultpopup .tasks li{display:inline;margin:0 10px 0 0}.leaflet-control-measure .tasks li:last-child,.leaflet-measure-resultpopup .tasks li:last-child{margin-right:0}.leaflet-control-measure .coorddivider,.leaflet-measure-resultpopup .coorddivider{color:#999}.leaflet-control-measure{background:#fff;border-radius:5px;box-shadow:0 1px 5px rgba(0,0,0,0.4)}.leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-control-measure .leaflet-control-measure-toggle:hover{display:block;width:36px;height:36px;background-position:50% 50%;background-repeat:no-repeat;//background-image:url(images/rulers.png);border-radius:5px;text-indent:100%;white-space:nowrap;overflow:hidden}.leaflet-retina .leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-retina .leaflet-control-measure .leaflet-control-measure-toggle:hover{background-image:url(images/rulers_@2X.png);background-size:16px 16px}.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle:hover{width:44px;height:44px}.leaflet-control-measure .startprompt h3{margin-bottom:10px}.leaflet-control-measure .startprompt .tasks{margin-top:0;padding-top:0;border-top:0}.leaflet-control-measure .leaflet-control-measure-interaction{padding:10px 12px}.leaflet-control-measure .results .group{margin-top:10px;padding-top:10px;border-top:dotted 1px #eaeaea}.leaflet-control-measure .results .group:first-child{margin-top:0;padding-top:0;border-top:0}.leaflet-control-measure .results .heading{margin-right:5px;color:#999}.leaflet-control-measure a.start{padding-left:18px;background-repeat:no-repeat;background-position:0% 50%;background-image:url(images/start.png)}.leaflet-retina .leaflet-control-measure a.start{background-image:url(images/start_@2X.png);background-size:12px 12px}.leaflet-control-measure a.cancel{padding-left:18px;background-repeat:no-repeat;background-position:0% 50%;background-image:url(images/cancel.png)}.leaflet-retina .leaflet-control-measure a.cancel{background-image:url(images/cancel_@2X.png);background-size:12px 12px}.leaflet-control-measure a.finish{padding-left:18px;background-repeat:no-repeat;background-position:0% 50%;background-image:url(images/check.png)}.leaflet-retina .leaflet-control-measure a.finish{background-image:url(images/check_@2X.png);background-size:12px 12px}.leaflet-measure-resultpopup a.zoomto{padding-left:18px;background-repeat:no-repeat;background-position:0% 50%;background-image:url(images/focus.png)}.leaflet-retina .leaflet-measure-resultpopup a.zoomto{background-image:url(images/focus_@2X.png);background-size:12px 12px}.leaflet-measure-resultpopup a.deletemarkup{padding-left:18px;background-repeat:no-repeat;background-position:0% 50%;background-image:url(images/trash.png)}.leaflet-retina .leaflet-measure-resultpopup a.deletemarkup{background-image:url(images/trash_@2X.png);background-size:11px 12px}
|
||||||
181
css/leaflet-sidebar.css
Normal file
181
css/leaflet-sidebar.css
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue