Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 1124 → Rev 1125

/trunk/bandeau_cnil.css
New file
0,0 → 1,54
.bandeau {
background-color: #e16039;
border: 1px solid #c2c0ad;
border-radius: 10px;
font-family: helvetica;
opacity: 0.8;
padding: 5px;
position: fixed;
right: 30px;
top: 256px;
width: 350px;
z-index: 99999;
}
 
.avertissement_cookie {
font-size: 12px;
margin: auto;
text-align: center;
width: 100%;
}
 
.button {
border-radius: 5px;
border: 1px solid #5c5a50;
color: #000000;
display: inline-block;
margin-left: 20px;
margin-top: 3px;
padding: 2px 8px;
text-decoration: none;
}
 
.button:hover {
background-color: #5c5950;
color: #FFFFFF;
text-decoration: none;
border-bottom : none;
}
 
.bandeau_cookie_cnil_titre {
font-size: 12px;
text-align: center;
text-transform: uppercase;
}
 
.en_savoir_plus {
color: #000000;
border-bottom: 1px dotted #5c5a50;
}
 
a.en_savoir_plus:hover {
color: #FFFFFF;
border-bottom: 1px dotted #5c5a50;
}