diff options
Diffstat (limited to 'chimere/static/styles.css')
-rw-r--r-- | chimere/static/styles.css | 127 |
1 files changed, 98 insertions, 29 deletions
diff --git a/chimere/static/styles.css b/chimere/static/styles.css index c4dfb31..3055e0f 100644 --- a/chimere/static/styles.css +++ b/chimere/static/styles.css @@ -1,5 +1,5 @@ body{ -background-color:#b488ff; +background-color:#99ca3c; font-family:arial; font-size:80%; } @@ -17,11 +17,11 @@ margin:4px 8px; legend{ font-weight:bold; -color:#b400Ff; +color:#607e25; } a{ -color:#b400Ff; +color:#607e25; } h2{ @@ -32,7 +32,7 @@ margin-bottom:10px; padding:0; width:100%; color:white; -background-color:#b488ff; +background-color:#99ca3c; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; @@ -45,11 +45,11 @@ border-radius: 4px 4px 0 0; } h3{ -color:#b488ff; +color:#607e25; } h4{ -color:#5e1e68; +color:#607e25; font-weight:normal; font-style:italic; } @@ -61,7 +61,7 @@ visibility: hidden; } fieldset{ -margin-top:8px; +margin-top:4px; } .edit label{ @@ -82,7 +82,7 @@ padding-left:0; #action li{ font-size:15px; display:inline; -padding:1px 5px; +padding:3px 7px; margin-right:6px; border:1px solid #888; -moz-border-radius: 4px; @@ -92,8 +92,7 @@ background-color:#FFF; } #action li.selected{ -background-color:#b488ff; -border-color:#b488ff; +background-color:#99ca3c; color:white; } @@ -132,6 +131,10 @@ border-radius: 10px; border:1px solid #888; } +#content ul, #detail_content ul{ +list-style-image: url('http://rennes.carte-ouverte.org/static/icons/arrow.png') +} + #footer{ text-align:center; } @@ -149,9 +152,11 @@ 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; @@ -211,6 +216,23 @@ opacity:0.9; border-radius:10px; } +#iewarning{ +padding:6px 10px; +border:1px solid #888; +position:absolute; +z-index:10; +top:20px; +bottom:20px; +left:20px; +right:20px; +background-color:#FFF; +opacity:0.9; +-moz-border-radius:10px; +-webkit-border-radius:10px; +border-radius:10px; +} + + #detail{ display:None; padding:6px 10px; @@ -270,7 +292,7 @@ right:18px; } .detail_footer a{ -color:#b488ff; +color:#99ca3c; padding:2px; background-color:#FFF; border:1px solid; @@ -311,8 +333,8 @@ height:88%; #map{ position:absolute; -background-color:white; border:1px solid #888; +background-color:white; margin:0px; padding:0px; height:98%; @@ -374,6 +396,9 @@ vertical-align: bottom; #categories > ul{ margin:0; padding:0 10px; +overflow:auto; +height:160px; +width:270px; } #categories li{ @@ -386,7 +411,7 @@ font-variant:normal; margin-left:20px; } -#categories li li a{ +ul#categories li li a{ line-height:25px; margin-left:0; font-weight:bold; @@ -403,7 +428,7 @@ height:20px; #categories li#display_submited{ font-variant:normal; -color:#b488ff; +color:#607e25; } .zoom_image{ @@ -416,7 +441,7 @@ vertical-align:text-bottom; } .errorlist{ -color:#b488ff; +color:#607e25; font-weight:bold; } @@ -431,22 +456,56 @@ border:1px solid #888; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -background-color:#ffdbdb; +background-color:#e3ffad; } -p.warning{ +#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; -bottom:40px; +bottom:250px; left:29px; width:180px; font-size:small; -background-color:#b488ff; +font-weight:bold; +background-color:#99ca3c; text-align:center; +border:1px solid #888; z-index:4; } @@ -454,42 +513,50 @@ z-index:4; color:white; font-size:14px; text-align:center; -text-decoration:none; } /* openlayer customisation */ .olControlPermalink { display: block; position: absolute; -bottom:12px; +bottom:222px; left:20px; width:180px; font-size:small; -background-color:#b488ff; +font-weight:bold; +background-color:#99ca3c; text-align:center; -} - -.simple .olControlPermalink { -display:None; +border:1px solid #888; } .olControlPermalink a{ color:white; font-size:14px; text-align:center; -text-decoration:none; } .olControlScaleLine { -bottom:12px; +bottom:100px; left:220px; } +.olControlPanPanel div { + background-image: url(http://rennes.carte-ouverte.org/static/upload/pan-panel.png); +} + +.olControlZoomPanel div { + background-image: url(http://rennes.carte-ouverte.org/static/upload/zoom-panel.png); +} + +.simple .olControlPermalink { +display:None; +} + .simple .olControlScaleLine { bottom:50px; left:10px; } - + .simple .olControlPanPanel{ top:40px; } @@ -506,4 +573,6 @@ padding:0; background-color:transparent; color:#b488ff; } + .simple .cloud img{display:None;} + |