diff options
Diffstat (limited to 'chimere/static/styles.css')
| -rw-r--r-- | chimere/static/styles.css | 128 |
1 files changed, 97 insertions, 31 deletions
diff --git a/chimere/static/styles.css b/chimere/static/styles.css index ac40405..21fbb2e 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%; } @@ -13,11 +13,11 @@ border-radius: 10px; legend{ font-weight:bold; -color:#b400Ff; +color:#607e25; } a{ -color:#b400Ff; +color:#607e25; } h2{ @@ -28,7 +28,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; @@ -41,11 +41,11 @@ border-radius: 4px 4px 0 0; } h3{ -color:#b488ff; +color:#607e25; } h4{ -color:#5e1e68; +color:#607e25; font-weight:normal; font-style:italic; } @@ -57,7 +57,7 @@ visibility: hidden; } fieldset{ -margin-top:8px; +margin-top:4px; } .edit label{ @@ -78,7 +78,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; @@ -88,8 +88,7 @@ background-color:#FFF; } #action li.selected{ -background-color:#b488ff; -border-color:#b488ff; +background-color:#99ca3c; color:white; } @@ -99,7 +98,7 @@ color:black; } #action li ul{ -margin:8px 6px; +margin:10px; position:absolute; width:600px; } @@ -128,6 +127,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; } @@ -145,9 +148,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; @@ -207,6 +212,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; @@ -266,7 +288,7 @@ right:18px; } .detail_footer a{ -color:#b488ff; +color:#99ca3c; padding:2px; background-color:#FFF; border:1px solid; @@ -307,8 +329,8 @@ height:88%; #map{ position:absolute; -background-color:white; border:1px solid #888; +background-color:white; margin:0px; padding:0px; height:98%; @@ -370,6 +392,9 @@ vertical-align: bottom; #categories > ul{ margin:0; padding:0 10px; +overflow:auto; +height:160px; +width:270px; } #categories li{ @@ -382,7 +407,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; @@ -399,7 +424,7 @@ height:20px; #categories li#display_submited{ font-variant:normal; -color:#b488ff; +color:#607e25; } .zoom_image{ @@ -412,7 +437,7 @@ vertical-align:text-bottom; } .errorlist{ -color:#b488ff; +color:#607e25; font-weight:bold; } @@ -427,22 +452,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; } @@ -450,42 +509,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; } @@ -501,5 +568,4 @@ margin:0; padding:0; background-color:transparent; color:#b488ff; -} .simple .cloud img{display:None;} |
