Subversion Repositories eFlore/Applications.del

Rev

Rev 244 | Rev 257 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 244 Rev 246
Line 90... Line 90...
90
/** Set ids using widget.getElement().setId("idOfElement") */
90
/** Set ids using widget.getElement().setId("idOfElement") */
91
#closeButton {
91
#closeButton {
92
  margin: 15px 6px 6px;
92
  margin: 15px 6px 6px;
93
}
93
}
Line -... Line 94...
-
 
94
 
94
 
95
#titre  {text-align:center; background:#B0CB70; opacity:0.9; position:fixed; width:100%}
Line 95... Line 96...
95
#titre {background:url(./img/identiplante.png) no-repeat center -1px; padding-top:80px}
96
#titre h1{width: 200px; background:url(./img/identiplante_mini.png) no-repeat 240px 0px; margin:0 auto; padding:10px 50px 10px 50px}
96
 
97
 
Line 97... Line 98...
97
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
98
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
98
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}
99
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}
-
 
100
 
99
 
101
#navigation {position:fixed; background:#a4bf64; opacity:0.9; width:100%; bottom:0;}
-
 
102
#navigation>div>div {float:left; padding:10px; background:#7DA422; margin-right:3px;}
Line -... Line 103...
-
 
103
#navigation>div>div:hover {background:#9Fc644}
-
 
104
#navigation a {text-decoration:none; color:#222; font-weight:bold}
-
 
105
#contenu {padding:80px}
-
 
106
 
-
 
107
.titre{
-
 
108
    color: #FD8C13;
100
#contenuPrincipal {width:70%; margin:auto; -moz-box-shadow:0px -10px 10px #333; padding:10px; height:100%;}
109
    font-size: 15px;
-
 
110
    margin: 20px 0 10px;
-
 
111
    padding: 0 0 0 25px;
101
#menuGauche {float:left; height:100%; border-right:solid 1px #DDD; padding-right:10px}
112
    text-transform: uppercase;
102
#contenu {margin-left:170px; height:100%; padding-left:10px}
113
    font-weight:bold;
-
 
114
    background:url(./img/troisCarre.png) no-repeat 0 8px;
103
 
115
}
104
.titre{font-size:20px; font-weight:bold}
116
.sousTitre{font-size:15px; font-weight:bold}
105
.sousTitre{font-size:15px; font-weight:bold}
117
.petit {font-size:11px; color:#888}
Line 106... Line 118...
106
.petit {font-size:11px; color:#888}
118
.gris {color:#888}