diff options
Diffstat (limited to 'chimere/static/styles.css')
| -rw-r--r-- | chimere/static/styles.css | 90 |
1 files changed, 51 insertions, 39 deletions
diff --git a/chimere/static/styles.css b/chimere/static/styles.css index 217cba3..8094bba 100644 --- a/chimere/static/styles.css +++ b/chimere/static/styles.css @@ -145,11 +145,9 @@ padding:2px; #panel{ padding:0; border:1px solid #888; -height:200px; position:absolute; z-index:5; top:50px; -bottom:20px; right:18px; width:300px; background-color:#FFF; @@ -159,6 +157,10 @@ opacity:0.8; border-radius:10px; } +.simple #panel{ +top:5px; +} + #areas{ padding:0; border:1px solid #888; @@ -297,6 +299,19 @@ right:8px; z-index:0; } +.simple #map{ +margin:0px; +padding:0px; +height:100%; +margin:0; +padding:0; +top:0; +bottom:0; +left:0; +right:0; +z-index:0; +} + .news{ } @@ -311,12 +326,17 @@ padding:10px; margin:0; } -#categories{ +#panel #categories{ margin:0; padding:0; width:290px; height:160px; overflow:auto; +z-index:5; +} + +.simple #panel #categories{ +display:None; } #categories input { @@ -392,42 +412,6 @@ p.warning{ text-align:center; } -#logos{ -text-align:center; -z-index:5; -position: absolute; -bottom:46px; -left:18px; -} - -#logos ul{ -margin:0; -margin-right:20px; -padding:4px; -border:1px solid #888; --moz-border-radius: 10px; --webkit-border-radius: 10px; -border-radius: 10px; -background-color:white; -height:40px; -float:left; -} - -#logos li{ -display:inline; -} - -#logos img{ -height:40px; -text-decoration:None; -border-width:0; -} - -#logos li a{ -text-decoration:None; -border-width:0; -} - #welcome_button { display: block; position: absolute; @@ -459,6 +443,10 @@ background-color:#b488ff; text-align:center; } +.simple .olControlPermalink { +display:None; +} + .olControlPermalink a{ color:white; font-size:14px; @@ -470,3 +458,27 @@ text-decoration:none; bottom:12px; left:220px; } + +.simple .olControlScaleLine { +bottom:50px; +left:10px; +} + +.simple .olControlPanPanel{ +top:40px; +} + +.simple .olControlZoomPanel{ +top:100px; +} + +.simple .cloud h2{ +font-size:14px; +text-align:center; +margin:0; +padding:0; +background-color:transparent; +color:#b488ff; +} +.simple .cloud img{display:None;} + |
