# HG changeset patch # User Matti Hamalainen # Date 1429211108 -10800 # Node ID f697708ba6d98bf9ff0c8c3f6a70b279bc9d4c99 # Parent 632e614989053749f085ef85b9c5b89c9ce04f16 Fix CSS. diff -r 632e61498905 -r f697708ba6d9 css/mapstyle1.css --- a/css/mapstyle1.css Thu Apr 16 21:57:38 2015 +0300 +++ b/css/mapstyle1.css Thu Apr 16 22:05:08 2015 +0300 @@ -1,5 +1,6 @@ body { - font-family: Verdana; + font-family: "Verdana", sans-serif; + font-size: 14px; background: url(../img/wood2.jpg) black repeat; } @@ -22,7 +23,6 @@ padding: 0.5em; color: white; - font-size: 10pt; background: rgba(0,0,0, 0.6); border-radius: 0.2em; @@ -85,9 +85,6 @@ color: black; overflow: auto; - - font-size: 10pt; - font-family: Times; } #sidecontent a { @@ -114,6 +111,7 @@ left: 16px; text-align: center; + font-size: 0.7em; } #controls span { @@ -176,8 +174,7 @@ padding: 0px; margin-left: 2em; - text-shadow: 0px 0px 4px #000; - font-size: 0.7em; + text-shadow: 1px 1px 1px #000; } #headlogo { @@ -247,7 +244,7 @@ bottom: 4em; height: auto; width: auto; - font-size: 8pt; + font-size: 0.8em; color: rgba(255,255,255, 0.85); text-shadow: 1px 1px 1px #000; } @@ -258,7 +255,7 @@ background: black; font-family: "Arial", sans-serif; font-weight: bold; - font-size: 10px; + font-size: 1em; white-space: nowrap; padding: 2px; border: 1px dotted white;