Skip to content

Commit

Permalink
Updated nested css
Browse files Browse the repository at this point in the history
  • Loading branch information
portalzine committed Nov 27, 2020
1 parent 72ee051 commit e2df1c5
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 1 deletion.
172 changes: 172 additions & 0 deletions cf-white/css/cf.white.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,172 @@
/*
cubicFUSION THEME for klaro 0.1
based on klaro v0.7.9 (https://github.com/kiprotect/klaro/)
Alex @ portalZINE.de
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
.klaro * {
font-family: "Noto Sans", sans-serif !important;
}

.klaro .cm-btn {
border-radius: 0.1em !important;
padding: 6px 10px !important;
text-transform: uppercase;
font-weight: 600;
transition: all 0.5s linear;
opacity: 0.7;
}

.klaro .cm-btn:hover {
opacity: 1;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
background: #fff;
border-radius: 0;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
color: #000;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body strong {
color: #000;
font-weight: 600;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-decline {
background: red;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cm-btn-success {
background: green;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a {
color: #000;
text-transform: uppercase;
transition: all 0.5s linear;
opacity: 0.7;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a:hover {
opacity: 1;
}

.klaro .cookie-modal .cm-modal.cm-klaro {
background: #fff;
border-radius: 0px;
padding: 1.5em;
}

.klaro .cookie-modal .hide {
cursor: pointer;
}

.klaro .cookie-modal .hide svg {
stroke: red !important;
}

.klaro .cookie-modal .cm-header {
border-bottom: 1px solid #eee !important;
background: #F2F2F2;
margin: 2em 0;
}

.klaro .cookie-modal .cm-header:before {
content: "";
width: 80px;
height: 80px;
float: left;
background-image: url("https://dummyimage.com/80x80/ff2626/fff.png");
background-size: contain;
background-position: center;
margin-right: 1.5em;
margin-bottom: 2.5em;
}

.klaro .cookie-modal .cm-header .title {
color: #000;
text-transform: uppercase;
}

.klaro .cookie-modal .cm-header .title u {
text-decoration: none;
}

.klaro .cookie-modal .cm-header p {
color: #000;
}

.klaro .cookie-modal .cm-header p a {
color: #000;
text-decoration: underline;
}

.klaro .cookie-modal .cm-body .cm-purpose label {
color: #000;
}

.klaro .cookie-modal .cm-body .cm-purpose .cm-list-description {
color: #000;
}

.klaro .cookie-modal .cm-body .cm-purpose .cm-services a {
color: #000;
}

.klaro .cookie-modal .cm-body .cm-purpose .cm-services .cm-service .purposes {
color: #000 !important;
}

.klaro .cookie-modal .cm-body .cm-purpose .cm-list-input.half-checked:checked + .cm-list-label .slider {
background: red;
}

.klaro .cookie-modal .cm-body .cm-purpose .cm-list-input.only-required + .cm-list-label .slider {
background: orange;
}

.klaro .cookie-modal .cm-body .cm-purpose .cm-list-input.required:checked + .cm-list-label .slider {
background: green;
}

.klaro .cookie-modal .cm-body .cm-purpose .cm-list-input:checked + .cm-list-label .slider {
background: green;
}

.klaro .cookie-modal .cm-body .cm-purpose .cm-switch .slider {
box-shadow: none;
}

.klaro .cookie-modal .cm-body .cm-purpose.cm-toggle-all {
border-top: 1px solid #eee !important;
}

.klaro .cookie-modal .cm-footer {
margin-top: 1.5em;
border-top: 1px solid #eee !important;
}

.klaro .cookie-modal .cm-footer .cn-btn {
transition: all 0.5s linear;
opacity: 0.7;
}

.klaro .cookie-modal .cm-footer .cn-btn:hover {
opacity: 1;
}

.klaro .cookie-modal .cm-footer .cn-decline {
background: red;
}

.klaro .cookie-modal .cm-footer .cm-btn-accept {
background: orange;
}

.klaro .cookie-modal .cm-footer .cm-btn-accept-all {
background: green;
}
1 change: 0 additions & 1 deletion cf-white/css/cf.white.min.css

This file was deleted.

0 comments on commit e2df1c5

Please sign in to comment.