Subversion Repositories eFlore/Applications.del

Compare Revisions

No changes between revisions

Ignore whitespace Rev 245 → Rev 246

/trunk/war/del.css
92,18 → 92,30
margin: 15px 6px 6px;
}
 
#titre {background:url(./img/identiplante.png) no-repeat center -1px; padding-top:80px}
#titre {text-align:center; background:#B0CB70; opacity:0.9; position:fixed; width:100%}
#titre h1{width: 200px; background:url(./img/identiplante_mini.png) no-repeat 240px 0px; margin:0 auto; padding:10px 50px 10px 50px}
 
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}
 
#contenuPrincipal {width:70%; margin:auto; -moz-box-shadow:0px -10px 10px #333; padding:10px; height:100%;}
#menuGauche {float:left; height:100%; border-right:solid 1px #DDD; padding-right:10px}
#contenu {margin-left:170px; height:100%; padding-left:10px}
#navigation {position:fixed; background:#a4bf64; opacity:0.9; width:100%; bottom:0;}
#navigation>div>div {float:left; padding:10px; background:#7DA422; margin-right:3px;}
#navigation>div>div:hover {background:#9Fc644}
#navigation a {text-decoration:none; color:#222; font-weight:bold}
#contenu {padding:80px}
 
.titre{font-size:20px; font-weight:bold}
.titre{
color: #FD8C13;
font-size: 15px;
margin: 20px 0 10px;
padding: 0 0 0 25px;
text-transform: uppercase;
font-weight:bold;
background:url(./img/troisCarre.png) no-repeat 0 8px;
}
.sousTitre{font-size:15px; font-weight:bold}
.petit {font-size:11px; color:#888}
.gris {color:#888}
.gras {font-weight:bold}
.plein {width:100%;}
.tiers {width:30%}
/trunk/war/img/identiplante_mini.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/war/img/identiplante_mini.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/trunk/war/img/troisCarre.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/war/img/troisCarre.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/trunk/war/del.html
45,11 → 45,9
</div>
</noscript>
<div id="contenuPrincipal">
<div id="menuGauche"><h1 id="titre">IdentiPlante</a></div>
<nav role="navigation" id="navigation"></nav>
<div id="titre"><h1>IdentiPlante</h1></div>
<div id="contenu"></div>
</div>
</body>
</html>