You are here

eu_cookie_compliance.css in EU Cookie Compliance (GDPR Compliance) 5

#sliding-popup {
  display: block;
  margin: 0;
  padding: 0px;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 99999;
}
.sliding-popup-bottom {
  background: url('../images/gradient.png') center center scroll repeat-y transparent;
  position: fixed;
}

.sliding-popup-top {
  background-color: #000;
  position: relative;
}

#sliding-popup .popup-content {
  background-color: transparent;
  border: 0 none;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  width: 1076px;
} 

#sliding-popup .popup-content #popup-buttons {
  float: right;
  margin: 10px 30px 10px 0;
}

#sliding-popup .popup-content #popup-buttons button {
  display: inline;
  margin-right: 5px;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color:#ededed;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#000;
  font-family:arial;
  font-weight:bold;
  padding:4px 8px;
  text-decoration:none;
  text-shadow:1px 1px 0px #ffffff;  
}


#sliding-popup .popup-content #popup-buttons button:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color:#dfdfdf;  
}


#sliding-popup .popup-content #popup-buttons button:active {
  position:relative;
  top:1px;  
}

#sliding-popup .popup-content #popup-text {
  color: #fff;
  float: left;
  font-weight: bold;
  margin: 5px 0 5px 50px;
  text-align: left;
  width: 600px;
}

#sliding-popup .popup-content #popup-text h2,
#sliding-popup .popup-content #popup-text p {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#sliding-popup .popup-content #popup-text p {
  font-size: 12px;
}

File

css/eu_cookie_compliance.css
View source
  1. #sliding-popup {
  2. display: block;
  3. margin: 0;
  4. padding: 0px;
  5. right: 0;
  6. text-align: center;
  7. width: 100%;
  8. z-index: 99999;
  9. }
  10. .sliding-popup-bottom {
  11. background: url('../images/gradient.png') center center scroll repeat-y transparent;
  12. position: fixed;
  13. }
  14. .sliding-popup-top {
  15. background-color: #000;
  16. position: relative;
  17. }
  18. #sliding-popup .popup-content {
  19. background-color: transparent;
  20. border: 0 none;
  21. display: inline-block;
  22. margin: 0 auto;
  23. padding: 0;
  24. width: 1076px;
  25. }
  26. #sliding-popup .popup-content #popup-buttons {
  27. float: right;
  28. margin: 10px 30px 10px 0;
  29. }
  30. #sliding-popup .popup-content #popup-buttons button {
  31. display: inline;
  32. margin-right: 5px;
  33. vertical-align: middle;
  34. overflow: visible;
  35. width: auto;
  36. -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  37. -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  38. box-shadow:inset 0px 1px 0px 0px #ffffff;
  39. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  40. background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  41. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  42. background-color:#ededed;
  43. -moz-border-radius:6px;
  44. -webkit-border-radius:6px;
  45. border-radius:6px;
  46. border:1px solid #dcdcdc;
  47. display:inline-block;
  48. color:#000;
  49. font-family:arial;
  50. font-weight:bold;
  51. padding:4px 8px;
  52. text-decoration:none;
  53. text-shadow:1px 1px 0px #ffffff;
  54. }
  55. #sliding-popup .popup-content #popup-buttons button:hover {
  56. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  57. background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  58. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  59. background-color:#dfdfdf;
  60. }
  61. #sliding-popup .popup-content #popup-buttons button:active {
  62. position:relative;
  63. top:1px;
  64. }
  65. #sliding-popup .popup-content #popup-text {
  66. color: #fff;
  67. float: left;
  68. font-weight: bold;
  69. margin: 5px 0 5px 50px;
  70. text-align: left;
  71. width: 600px;
  72. }
  73. #sliding-popup .popup-content #popup-text h2,
  74. #sliding-popup .popup-content #popup-text p {
  75. color: #fff;
  76. display: block;
  77. font-size: 16px;
  78. font-weight: bold;
  79. margin: 0 0 5px 0;
  80. }
  81. #sliding-popup .popup-content #popup-text p {
  82. font-size: 12px;
  83. }