From f70730b2de7dca0093bc24650294ac3814bde34d Mon Sep 17 00:00:00 2001 From: Conrad Hoffmann Date: Sun, 23 Oct 2011 21:57:29 +0200 Subject: Clean up CSS and add some for OSM stuff --- public/css/sublab-new.css | 44 +++++++++++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 15 deletions(-) (limited to 'public/css') diff --git a/public/css/sublab-new.css b/public/css/sublab-new.css index 126a157..1953172 100644 --- a/public/css/sublab-new.css +++ b/public/css/sublab-new.css @@ -245,38 +245,52 @@ span.header { } a { - text-decoration: none; + text-decoration: none; border-bottom: 1px dotted; - color: #ddd; - } + color: #ddd; + } a:hover { - text-decoration: none; - color: #fff; - } + text-decoration: none; + color: #fff; + } a:active { - text-decoration: none; - color: #bbb; - } + text-decoration: none; + color: #bbb; + } a.img { text-decoration: none; - border: 0px; + border: 0px; color: #ddd; - } - + } + a.img:hover { - text-decoration: none; + text-decoration: none; color: #bbb; } a.img:active { - text-decoration: none; - color: #999; + text-decoration: none; + color: #999; } span { border: 1px solid #222; padding: 2px; } + +.olFramedCloudPopupContent h2 { + color: #000000; + font-size: 14px; + } + +.olFramedCloudPopupContent { + color: #000000; + font-size: 12px; + } + +.olFramedCloudPopupContent a { + color: #3333FF; + } -- cgit v1.2.1