Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 586 → Rev 587

/trunk/widget/modules/photo/squelettes/css/photo.css
1,113 → 1,95
@charset "UTF-8";
html {
overflow:hidden;
}
body{
overflow:hidden;
padding:0;
margin:0;
width:100%;
height:100%;
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Widget */
#cel-photo-contenu{
position:relative;
padding:0 5px;
margin:5px auto;
font-family:Arial,verdana,sans-serif;
font-size:12px;
background-color:#4A4B4C;
color:#CCC;
}
img {
border:0;
}
h1 {
#cel-photo-contenu h1 {
margin:5px;
font-size:1.6em;
background-color:transparent;
}
h2 {
font-size:1.4em;
#cel-photo-contenu h1 #cel-photo-flux{
width:16px;
height:20px;
}
a, a:active, a:visited {
#cel-photo-contenu img {
border:0;
}
#cel-photo-contenu a, #cel-photo-contenu a:active, #cel-photo-contenu a:visited {
border-bottom:1px dotted #666;
color:#CCC;
text-decoration:none;
}
a:active {
#cel-photo-contenu a:active {
outline:none;
}
a:focus {
#cel-photo-contenu a:focus {
outline:thin dotted;
}
a:hover {
#cel-photo-contenu a:hover {
color:#56B80E;
border-bottom:1px dotted #56B80E;
}
#cel-photo-date-generation{
text-align:right;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Général */
.discretion {
#cel-photo-contenu .discretion {
color:grey;
font-family:arial;
font-size:11px;
font-weight:bold;
}
.nettoyage {
#cel-photo-contenu .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{
#cel-photo-contenu .cel-photo a{
float:left;
padding:2px;
border:1px solid white;
}
#galerie-photo .photo a:hover{
#cel-photo-contenu .cel-photo a:hover{
border:1px dotted #FD8C13;
}
#galerie-photo .photo a img{
#cel-photo-contenu .cel-photo a img{
float:left;
width:63px;
height:63px;
}
#galerie-photo #photo-extra img{
#cel-photo-contenu #cel-photo-extra img{
height:auto;
}
.infos {
#cel-photo-contenu .cel-infos {
display:none;
}
#legende{
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Diaporama */
#cel-legende{
text-align:left;
}
#legende-vei{
#cel-legende-vei{
float:right;
}
#legende p{
#cel-legende p{
color:black;
font-size:12px;
margin:5px 0;
}
#legende a {
#cel-legende a {
color:#333;
border-bottom:1px dotted gainsboro;
}
#legende a:hover {
#cel-legende a:hover {
color:#56B80E;
border-bottom:1px dotted #56B80E;
}