changeset 215:6d9e3a63d6e1 gmap2

Some work on alt stylesheet.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Mar 2014 18:31:34 +0200
parents 00e673963d35
children ccb8e748a03f
files css/mapstyle2.css
diffstat 1 files changed, 9 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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; }