Subversion Repositories eFlore/Applications.cel

Rev

Rev 580 | Rev 587 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

@charset "UTF-8";
html {
        overflow:hidden;
}
body{
        overflow:hidden;
        padding:0;
        margin:0;
        width:100%;
        height:100%;
        font-family:Arial,verdana,sans-serif;
        font-size:12px;
        background-color:#4A4B4C;
        color:#CCC;
}
img {
        border:0;
}
h1 {
        margin:5px;
        font-size:1.6em;
}
h2 {
        font-size:1.4em;
}
a, a:active, a:visited {
        border-bottom:1px dotted #666;
        color:#CCC;
        text-decoration:none;
}
a:active {
        outline:none;
}
a:focus {
        outline:thin dotted;
}
a:hover {
        color:#56B80E;
        border-bottom:1px dotted #56B80E;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Général */
.discretion {
        color:grey;
        font-family:arial;
        font-size:11px;
        font-weight:bold;
}
.nettoyage {
        clear:both;
}
hr.nettoyage {
        visibility:hidden;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Widget */
#contenu{
        position:relative;
        margin:5px auto;
}
#date-generation{
        text-align:right;
}
#flux-suivre {
        color:rgba(0,0,0,0);
        background:url("http://www.tela-botanica.org/sites/commun/generique/images/rss.png") no-repeat scroll 0 2px transparent;
        width:16px;
        height:20px;
        overflow:hidden;
}
#flux-suivre:hover {
        color:rgba(0,0,0,0);
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Galerie Photos CEL */
#galerie-photo .photo a{
        float:left;
        padding:2px;
        border:1px solid white;
}
#galerie-photo .photo a:hover{
        border:1px dotted #FD8C13;
}
#galerie-photo .photo a img{
        float:left;
        width:63px;
        height:63px;
}
#galerie-photo #photo-extra img{
        height:auto;
}
.infos {
        display:none;
}
#legende{
        text-align:left;
}
#legende-vei{
        float:right;
}
#legende p{
        color:black;
        font-size:12px;
        margin:5px 0;
}
#legende a {
        color:#333;
        border-bottom:1px dotted gainsboro;
}
#legende a:hover {
        color:#56B80E;
        border-bottom:1px dotted #56B80E;
}