summaryrefslogtreecommitdiff
path: root/style.less
diff options
context:
space:
mode:
Diffstat (limited to 'style.less')
-rw-r--r--style.less43
1 files changed, 40 insertions, 3 deletions
diff --git a/style.less b/style.less
index da11381..53c222b 100644
--- a/style.less
+++ b/style.less
@@ -55,6 +55,7 @@ button#mw-searchButton {
position: relative;
text-shadow: 1px 1px 10px #000;
box-shadow: 0px -8px 30px 0px #000 inset !important;
+ background-attachment: fixed;
}
@@ -63,12 +64,25 @@ button#mw-searchButton {
// We change the color of the marker using filter. The base color must be black. Color generator: https://codepen.io/sosuke/pen/Pjoqqp
// Map tiles: http://leaflet-extras.github.io/leaflet-providers/preview/
-.page-Index .leaflet-marker-icon img, img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
+.leaflet-marker-icon img, img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive:hover {
+
+}
+
+.leaflet-marker-icon img, img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
// filter: invert(18%) sepia(67%) saturate(3680%) hue-rotate(93deg) brightness(95%) contrast(103%) drop-shadow(2px 4px 6px lightgrey);
filter: invert(80%) sepia(0%) saturate(5000%) hue-rotate(16deg) brightness(150%) contrast(100%);
}
-.page-Index .leaflet-tile-pane {
+.mapicon-Case {
+ filter: brightness(1.4) contrast(1.2) !important;
+}
+
+.mapicon-Webinar {
+ filter: brightness(1.5) contrast(2) !important;
+}
+
+
+.leaflet-tile-pane {
z-index: 200;
filter: invert(4%) sepia(11%) saturate(6000%) hue-rotate(342deg) brightness(160%) contrast(150%) !important;
// filter: invert(100%) sepia(100%) saturate(6000%) hue-rotate(19deg) brightness(80%) contrast(150%) !important; // Good for light tile
@@ -79,7 +93,7 @@ section#map > div {
}
-.page-Index .leaflet-marker-icon span {
+.leaflet-marker-icon span {
color: white;
}
@@ -96,3 +110,26 @@ section#map > div {
}
.mw-indicator-mw-helplink {display: none;}
+
+.thumbinner, .thumbinner img {
+ width: auto !important;
+}
+
+.center img.thumbimage {
+ width: 1108px !important;
+}
+
+#mw-content-text ul {
+ margin-block-end: 1em;
+ padding-left: 2em;
+ display: grid;
+
+}
+
+table.wikitable {
+ margin: 0;
+}
+
+p.mw-empty-elt {
+ display: none;
+}