diff --git a/images/layers-2x.png b/images/layers-2x.png index 9839040..041efa6 100644 Binary files a/images/layers-2x.png and b/images/layers-2x.png differ diff --git a/images/layers.png b/images/layers.png old mode 100644 new mode 100755 diff --git a/images/marker-icon-2x.png b/images/marker-icon-2x.png old mode 100644 new mode 100755 diff --git a/images/marker-icon.png b/images/marker-icon.png old mode 100644 new mode 100755 diff --git a/images/marker-shadow.png b/images/marker-shadow.png old mode 100644 new mode 100755 diff --git a/images/net1.jpg b/images/net1.jpg new file mode 100644 index 0000000..0509f52 Binary files /dev/null and b/images/net1.jpg differ diff --git a/images/net2.jpg b/images/net2.jpg new file mode 100644 index 0000000..bb97a4e Binary files /dev/null and b/images/net2.jpg differ diff --git a/images/net3.jpg b/images/net3.jpg new file mode 100644 index 0000000..44bba0f Binary files /dev/null and b/images/net3.jpg differ diff --git a/images/net4.jpg b/images/net4.jpg new file mode 100644 index 0000000..c51379c Binary files /dev/null and b/images/net4.jpg differ diff --git a/index.htm b/index.htm index def8b61..9875e2b 100644 --- a/index.htm +++ b/index.htm @@ -1,304 +1 @@ - - - - -Networks of Care - - - - - - - - - - - -
-
- - -
- - -
- -
- - - - - - + diff --git a/map.htm b/map.htm new file mode 100755 index 0000000..8a163e7 --- /dev/null +++ b/map.htm @@ -0,0 +1,313 @@ + + + + +Networks of Care + + + + + + + + + + + +
+
+ + +
+ + +
+ +
+ + + + + + diff --git a/reset.css b/reset.css old mode 100644 new mode 100755 diff --git a/style.css b/style.css old mode 100644 new mode 100755 index b4c3c9d..1f276c9 --- a/style.css +++ b/style.css @@ -669,7 +669,7 @@ html, body { overflow: hidden; } -.leaflet-div-icon { +.archivingChildren { background-color: transparent; color: black; border: none; @@ -682,7 +682,7 @@ html, body { text-align: center; } -.leaflet-div-icon a { +.archivingChildren a { font-family: "lunchtype2"; font-size: calc(9px + 0.4vw); padding: 1%; @@ -691,13 +691,13 @@ html, body { font-weight: normal; /*border: 2px solid CornflowerBlue; border-radius: 50%;*/ - background-color: black; - color: white; + background-color: lightgrey; + color: black; text-align: center; } -.leaflet-div-icon2 { +.networkingChildren { background-color: transparent; color: white; border: none; @@ -709,33 +709,33 @@ html, body { text-align: center; } -.leaflet-div-icon2 a { +.networkingChildren a { font-family: "lunchtype2"; font-size: calc(9px + 0.4vw); padding: 1%; text-transform: uppercase; text-decoration: none; font-weight: normal; - background-color: lightgrey; - color: black; + background-color: black; + color: white; text-align: center; } -.leaflet-div-icon2 a:hover, -.leaflet-div-icon a:hover, -.leaflet-div-icon3 a:hover, -.leaflet-div-icon4 a:hover, -.leaflet-div-icon5 a:hover, -.leaflet-div-icon6 a:hover { +.networkingChildren a:hover, +.archivingChildren a:hover, +.linkingChildren a:hover, +.linkingIcon a:hover, +.archivingIcon a:hover, +.networkingIcon a:hover { background-color: #0025a2; color: white; } -.leaflet-div-icon3 { +.linkingChildren { text-align: center; } -.leaflet-div-icon3 a { +.linkingChildren a { font-family: "lunchtype2"; font-size: calc(9px + 0.4vw); padding: 1%; @@ -747,32 +747,32 @@ html, body { text-align: center; } -.leaflet-div-icon4 a{ - font-size: calc(9px + 1.5vw); +.networkingIcon a{ + font-size: calc(9px + 2.5vw); font-family: "lunchtype2"; font-weight: bold; text-transform: uppercase; text-align: center; - color: black; + color: white; text-decoration: none; - background-color:lightgrey; - z-index: 2; + background-color:black; + z-index: 2000; } -.leaflet-div-icon5 a { - font-size: calc(9px + 1.5vw); +.archivingIcon a { + font-size: calc(9px + 2.5vw); font-family: "lunchtype2"; font-weight: bold; text-decoration: none; text-transform: uppercase; text-align: center; - color: white; - background-color: black; + color: black; + background-color: lightgrey; z-index: 2; } -.leaflet-div-icon6 a { - font-size: calc(9px + 1.5vw); +.linkingIcon a { + font-size: calc(9px + 2.5vw); font-family: "lunchtype2"; font-weight: bold; text-transform: uppercase; @@ -821,7 +821,7 @@ text-transform: capitalize; .tags_menu { position: fixed; z-index: 1000; - top: 60%; + top: 444px; /*background-color: rgba(237, 237, 237, 0.95);*/ background-color: #0025a2; color: white; @@ -865,6 +865,25 @@ text-transform: capitalize; z-index: 10000; width: 10em; overflow: hidden; + height:100%; +} + +@media screen and (max-height: 723px) { + .dropdown-content { + overflow-y: scroll; + height:150px; + } + + ::-webkit-scrollbar { + -webkit-appearance: none; + width: 10px; + } + +::-webkit-scrollbar-thumb { + border-radius: 5px; + background-color: rgba(0,0,0,.5); + -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5); + } } .dropdown-content a {