Subversion Repositories eFlore/Applications.cel

Rev

Rev 583 | 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:#3a3633;
        font-family:arial;
        font-size:11px;
        font-weight:bold;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Widget */
#contenu{
        position:relative;
        margin:5px auto;
        width:270px;
}
#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;
        position:absolute;
        left:257px;
        top:4px;
}
#flux-suivre:hover {
        color:rgba(0,0,0,0);
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Galerie Photos CEL */
#galerie-photo{
        width:276px;
}
#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;
        height:63px;
}
#galerie-photo #photo-extra img{
        width:270px;
        height:auto;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Fancybox */
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
        border:none;
}