diff options
author | Conrad Hoffmann <ch@bitfehler.net> | 2011-10-23 21:57:29 +0200 |
---|---|---|
committer | Conrad Hoffmann <ch@bitfehler.net> | 2011-10-23 21:57:29 +0200 |
commit | f70730b2de7dca0093bc24650294ac3814bde34d (patch) | |
tree | 410ee30b6472ca80de5f2f7f38ac9ff1324ae72d | |
parent | 9cb93d4a0797dae55cbe823d6c09c027d730815e (diff) |
Clean up CSS and add some for OSM stuff
-rw-r--r-- | public/css/sublab-new.css | 44 | ||||
-rw-r--r-- | template/pages/mate/content.html | 4 |
2 files changed, 32 insertions, 16 deletions
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; + } diff --git a/template/pages/mate/content.html b/template/pages/mate/content.html index 39476fc..98a9d57 100644 --- a/template/pages/mate/content.html +++ b/template/pages/mate/content.html @@ -8,7 +8,9 @@ <div id="spacer" style="margin-left: 20px;"> <div id="mapdiv"></div> </div> -<p style="font-size: 10px;">Map data <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a> 2011 <a href="http://www.openstreetmap.org">OpenStreetMap</a> contributors</p>. +<p style="font-size: 10px;">Javascript required. Click an icon for details. Map data +<a style="font-size: 10px;" href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a> 2011 +<a style="font-size: 10px;" href="http://www.openstreetmap.org">OpenStreetMap</a> contributors</p>. <script type="text/javascript" src="http://www.openlayers.org/api/OpenLayers.js"></script> <script defer="defer" type="text/javascript"> |