changeset 207:9a4c4c8b98aa gmap2

Adjust item colours.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Mar 2014 15:12:54 +0200
parents 7210923498fa
children ce92bb3e3a02
files css/mapstyle1.css
diffstat 1 files changed, 10 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/css/mapstyle1.css	Wed Mar 12 14:53:35 2014 +0200
+++ b/css/mapstyle1.css	Wed Mar 12 15:12:54 2014 +0200
@@ -263,27 +263,14 @@
 	box-shadow: 2px 2px 2px rgba(0,0,0,0.7);
 }
 
-#sidecontent div.c_laenor div {
-	color: yellow;
-	background: yellow;
-}
 
-#sidecontent div.c_rothikgen div {
-	color: blue;
-	background: blue;
-}
-
-#sidecontent div.c_furnachia div {
-	color: red;
-	background: red;
-}
-
-#sidecontent div.c_lucentium div {
-	color: green;
-	background: green;
-}
-
-#sidecontent div.c_desolathya div {
-	color: purple;
-	background: purple;
-}
+.c_laenor div { background: #955; }
+.c_rothikgen div { background: #595; }
+.c_lucentium div { background: #559; }
+.c_desolathya div { background: #599; }
+.c_furnachia div { background: #959; }
+.c_renardy div { background: #c70; }
+.c_tormentas div { background: #7a0; }
+.c_hcbat div { background: #444; }
+.c_special div { background: #a06; }
+.c_all div { background: #0af; }