summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-02-28 00:56:00 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-02-28 00:56:00 +0100
commit408de58599e3bd38dda1b54188820572ed135843 (patch)
tree6e52e1f098cbaf0a7526b56c89e2dd4eb6016f1a
parent22758aade5c2ddd37542af3c2d9b6f9bc313e9f8 (diff)
downloadChimère-408de58599e3bd38dda1b54188820572ed135843.tar.bz2
Chimère-408de58599e3bd38dda1b54188820572ed135843.zip
Retablish a correct basic CSS
-rw-r--r--chimere/static/styles.css119
1 files changed, 27 insertions, 92 deletions
diff --git a/chimere/static/styles.css b/chimere/static/styles.css
index 3055e0f..b102c53 100644
--- a/chimere/static/styles.css
+++ b/chimere/static/styles.css
@@ -1,5 +1,5 @@
body{
-background-color:#99ca3c;
+background-color:#b488ff;
font-family:arial;
font-size:80%;
}
@@ -17,11 +17,11 @@ margin:4px 8px;
legend{
font-weight:bold;
-color:#607e25;
+color:#b400Ff;
}
a{
-color:#607e25;
+color:#b400Ff;
}
h2{
@@ -32,7 +32,7 @@ margin-bottom:10px;
padding:0;
width:100%;
color:white;
-background-color:#99ca3c;
+background-color:#b488ff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
@@ -45,11 +45,11 @@ border-radius: 4px 4px 0 0;
}
h3{
-color:#607e25;
+color:#b488ff;
}
h4{
-color:#607e25;
+color:#5e1e68;
font-weight:normal;
font-style:italic;
}
@@ -61,7 +61,7 @@ visibility: hidden;
}
fieldset{
-margin-top:4px;
+margin-top:8px;
}
.edit label{
@@ -82,7 +82,7 @@ padding-left:0;
#action li{
font-size:15px;
display:inline;
-padding:3px 7px;
+padding:1px 5px;
margin-right:6px;
border:1px solid #888;
-moz-border-radius: 4px;
@@ -92,7 +92,8 @@ background-color:#FFF;
}
#action li.selected{
-background-color:#99ca3c;
+background-color:#b488ff;
+border-color:#b488ff;
color:white;
}
@@ -131,10 +132,6 @@ 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;
}
@@ -152,11 +149,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;
@@ -216,23 +211,6 @@ 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;
@@ -333,8 +311,8 @@ height:88%;
#map{
position:absolute;
-border:1px solid #888;
background-color:white;
+border:1px solid #888;
margin:0px;
padding:0px;
height:98%;
@@ -428,7 +406,7 @@ height:20px;
#categories li#display_submited{
font-variant:normal;
-color:#607e25;
+color:#b488ff;
}
.zoom_image{
@@ -441,7 +419,7 @@ vertical-align:text-bottom;
}
.errorlist{
-color:#607e25;
+color:#b488ff;
font-weight:bold;
}
@@ -456,56 +434,22 @@ border:1px solid #888;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-background-color:#e3ffad;
+background-color:#ffdbdb;
}
-#logos{
+p.warning{
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:250px;
+bottom:40px;
left:29px;
width:180px;
font-size:small;
-font-weight:bold;
-background-color:#99ca3c;
+background-color:#b488ff;
text-align:center;
-border:1px solid #888;
z-index:4;
}
@@ -513,50 +457,42 @@ z-index:4;
color:white;
font-size:14px;
text-align:center;
+text-decoration:none;
}
/* openlayer customisation */
.olControlPermalink {
display: block;
position: absolute;
-bottom:222px;
+bottom:12px;
left:20px;
width:180px;
font-size:small;
-font-weight:bold;
-background-color:#99ca3c;
+background-color:#b488ff;
text-align:center;
-border:1px solid #888;
+}
+
+.simple .olControlPermalink {
+display:None;
}
.olControlPermalink a{
color:white;
font-size:14px;
text-align:center;
+text-decoration:none;
}
.olControlScaleLine {
-bottom:100px;
+bottom:12px;
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;
}
@@ -575,4 +511,3 @@ color:#b488ff;
}
.simple .cloud img{display:None;}
-