# HG changeset patch # User Matti Hamalainen # Date 1394641894 -7200 # Node ID 6d9e3a63d6e155b650a2de4263dfcf6ff0bc2d82 # Parent 00e673963d35fe55a3761353276ea8a7ba48c69c Some work on alt stylesheet. diff -r 00e673963d35 -r 6d9e3a63d6e1 css/mapstyle2.css --- a/css/mapstyle2.css Wed Mar 12 17:50:49 2014 +0200 +++ b/css/mapstyle2.css Wed Mar 12 18:31:34 2014 +0200 @@ -1,6 +1,6 @@ body { background-image: url(../img/dark.jpg); - font-family: sans-serif; + font-family: "Arial", sans-serif; } #footer { @@ -82,23 +82,24 @@ overflow: auto; font-size: 10pt; - font-family: Times; + font-family: Arial; padding: 0.5em; background: rgba(0,0,0, 0.3); - border-radius: 0.25em; + border-radius: 0.5em; + box-shadow: 0px 0px 6px #000; } #sidecontent a { display: inline-block; width: 85%; text-decoration: none; - color: black; + color: white; padding: 2px; margin: 2px; border-radius: 4px; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); + text-shadow: 1px 1px 1px #000; } #sidecontent a:hover { @@ -252,7 +253,8 @@ font-size: 10px; white-space: nowrap; padding: 2px; - border: 1px dotted white; + border: 1px dotted black; + border-radius: 5px; } @@ -261,7 +263,7 @@ width: 10%; height: auto; border-radius: 0.5em; - box-shadow: 2px 2px 2px rgba(0,0,0,0.7); + border: 1px solid black; } .c_laenor div { background: #955; }