GeoChatter / GeoChatter-Summary

GeoChatter game summary pages
https://geochatter.tv/results/
Apache License 2.0
0 stars 0 forks source link

Similar style marker popups to GeoChatter client #22

Open ghost opened 2 years ago

ghost commented 2 years ago

Try making the marker popups display in a similar style to client, smaller with less padding.

ghost commented 2 years ago

Label style css class used in client, as a reference:

.ggMarkerLabel { 
     padding: 2px 1px 0px 1px !important; 
     margin: -10px; 
     position: absolute; 
     border: 2px solid #ad0498 !important; 
     border-bottom-left-radius: 8px; 
     border-top-right-radius: 8px; 
     background-color: #333333cc !important; 
     font-weight: bold !important; 
     font-size: 17px !important; 
     font-family: Courier New, Courier,Monospace !important; 
     color: white !important; 
     text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000; 
 }