Skip to content

Instantly share code, notes, and snippets.

View AertHulsebos's full-sized avatar

Aert Hulsebos AertHulsebos

View GitHub Profile
/* Buttons All 100% */
#cc-window.cc-window .cc-compliance .cc-btn.cc-dismiss, .cc-save, .cc-show-settings {
width:100%!important;
}
/* Buttons All 30% */
#cc-window.cc-window .cc-compliance .cc-btn.cc-dismiss, .cc-save, .cc-show-settings, .cc-accept-all {
width:30%!important;
display:inline-block;
}
.cc-accept-all {
/* Entire Banner */
#cmplz-cookiebanner-container {
font-size:1.2em;
font-family:Montserrat, sans-serif;
font-weight:600;
text-decoration:underline;
text-transform:lowercase;
}
/* Only Hyperlinks */
#cmplz-cookiebanner-container a {}
/* CSS ID */
#cmplz-cookiebanner-container {}
/* CSS Class */
.cmplz-cookiebanner {
color: rgb(0, 0, 0);
background-color: rgb(255, 255, 255);
border-style: solid;
border-width: 1px;
border-color: rgb(218, 218, 218);
border-radius: 5px;
/* Banner Border */
.cmplz-cookiebanner {
border: 1px solid black;
border-radius: 50px;
}
/* Accept Button */
.cmplz-accept {}
/* Dismiss Button */
.cmplz- {}
/* View/Save Preferences Button */
/* Accept Button */
.cmplz-accept {
background-color: blue;
font-size: 1em;
color:white;
border: 1px solid black;
padding: 5px;
}
/* Dismiss Button */
.cmplz-deny {}
/* Fonts */
#cc-window .cc-category,
#cmplz-manage-consent-container
.cmplz-tcf-container {
font-size: 1em;
font-family:;
font-weight:;
}
/* Classic Checkbox */
#cc-window input[type=checkbox],
/* Body Classes with Consent Type
* Apply different styles per consent type
*/
.cmplz-optin {}
.cmplz-optout {}
/* Body Classes with Consent Level
* Apply different styles per Consent Level
*/
.cmplz_functional {}
.cmplz_preferences {}
.cmplz_statistics {}
.cmplz_marketing {}