| Current Path : /home/pteabiscqq/www/modules/mod_jbcookies/assets/css/ |
| Current File : /home/pteabiscqq/www/modules/mod_jbcookies/assets/css/jbcookies.css |
.jb-cookie {
position: fixed!important;
z-index: 1035;
width: 100%!important;
height: auto;
text-align: center;
display: none;
box-shadow: 0 0 40px #444;
padding: 15px 0;
left: 0;
right: 0;
float: none!important;
text-shadow: none;
border-radius: 0!important;
margin: 0 auto!important;
}
.jb-cookie.top {
top: 0px;
}
.jb-cookie.bottom {
bottom: 0px;
}
.jb-cookie div.jb-cookie-bg {
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.9;
filter: alpha(opacity=90);
position: absolute;
z-index: -1;
}
.jb-cookie-bg.black {
background-color: black;
}
.jb-cookie-bg.white {
background-color: white;
}
.jb-cookie.black {
color: white;
}
.jb-cookie.white {
color: black;
}
.jb-cookie p.jb-cookie-title {
font-size: 18px;
font-weight: bold;
margin-left: 15px;
margin-right: 15px;
line-height: 25px;
}
.jb-cookie p {
font-size: 14px;
margin-bottom: 5px;
padding: 0;
float: none!important;
}
.jb-cookie p a {
cursor: pointer;
float: none!important;
}
.jb-accept {
cursor: pointer;
font-size: 14px;
margin: 5px auto;
min-width: 100px;
border-radius: 4px;
float: none!important;
}
.jb-accept:hover {
box-shadow: 0 0 15px #000;
}
.jb-decline.link {
cursor: pointer;
}
/* COLORS LINKS */
.jb-cookie.top.blue .jb-cookie-bg.white, .jb-cookie.top.blue .jb-cookie-bg.black {
border-bottom: 1px solid #0089f2;
}
.jb-cookie.top.green .jb-cookie-bg.white, .jb-cookie.top.green .jb-cookie-bg.black {
border-bottom: 1px solid #52a552;
}
.jb-cookie.top.orange .jb-cookie-bg.white, .jb-cookie.top.orange .jb-cookie-bg.black {
border-bottom: 1px solid #e88a05;
}
.jb-cookie.top.red .jb-cookie-bg.white, .jb-cookie.top.red .jb-cookie-bg.black {
border-bottom: 1px solid #dd2f26;
}
.jb-cookie.bottom.blue .jb-cookie-bg.white, .jb-cookie.bottom.blue .jb-cookie-bg.black {
border-top: 1px solid #0089f2;
}
.jb-cookie.bottom.green .jb-cookie-bg.white, .jb-cookie.bottom.green .jb-cookie-bg.black {
border-top: 1px solid #52a552;
}
.jb-cookie.bottom.orange .jb-cookie-bg.white, .jb-cookie.bottom.orange .jb-cookie-bg.black {
border-top: 1px solid #e88a05;
}
.jb-cookie.bottom.red .jb-cookie-bg.white, .jb-cookie.bottom.red .jb-cookie-bg.black {
border-top: 1px solid #dd2f26;
}
.jb-cookie.blue p a {
color: #0089f2;
}
.jb-cookie.green p a {
color: #52a552;
}
.jb-cookie.orange p a {
color: #e88a05;
}
.jb-cookie.red p a {
color: #dd2f26;
}
.jb-accept.blue {
background: #0089f2;
border: 1px solid #0654b3;
color: #ffffff;
}
.jb-accept.green {
background: #52a552;
border: 1px solid #008000;
color: #ffffff;
}
.jb-accept.orange {
background: #e88a05;
border: 1px solid #8a5203;
color: #ffffff;
}
.jb-accept.red {
background: #dd2f26;
border: 1px solid #9c0404;
padding: 4px 12px;
color: #ffffff;
}
/* MODAL */
#jbcookies {
color: #333;
}