Current File : /home/resuelf/www/wp-content/plugins/adapta-rgpd/assets/css/cookies-banner.css |
.argpd-cookies{
width:100%;
min-height:43px;
margin:0 auto;
padding-left:1%;
padding-top:5px;
font-size: 1em;
clear:both;
font-weight: strong;
color: #6d6d6d;
bottom:0px;
position:fixed;
left: 0px;
background-color: #FFF;
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
z-index:999999999;
}
.argpd-cookies:hover{
bottom:0px;
}
.argpd-cookies button {
margin-left: 8px;
border: 1px solid #0080ff;
background-color: #fff;
color: #0080ff;
text-decoration: uppercase;
}
.argpd-cookies button:hover,focus,active{
cursor: pointer;
}