class renaming to avoid adblockers

This commit is contained in:
FezVrasta 2016-08-02 19:34:25 +02:00
parent b5d81c429a
commit 37b34eeac7
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<div class="carbonad"> <div class="cb">
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=fezvrastagithubiobootstrapmateri" id="_carbonads_js"></script> <script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=fezvrastagithubiobootstrapmateri" id="_carbonads_js"></script>
<div id="fakecb"> <div id="fakecb">
Looks like you are using an AdBlocker, this makes hard for me to maintain Looks like you are using an AdBlocker, this makes hard for me to maintain

View File

@ -1,15 +1,15 @@
.carbonad { .cb {
background: none !important; background: none !important;
} }
.carbonad div { .cb div {
display: none; display: none;
} }
.carbonad div:nth-child(2) { .cb div:nth-child(2) {
display: block; display: block;
} }
.carbonad { .cb {
width: auto !important; width: auto !important;
height: auto !important; height: auto !important;
padding: 1.25rem !important; padding: 1.25rem !important;
@ -43,7 +43,7 @@
} }
.carbon-text, .carbon-text,
.carbonad a { .cb a {
padding-top: 0 !important; padding-top: 0 !important;
margin-bottom: .5em !important; margin-bottom: .5em !important;
color: #fff !important; color: #fff !important;
@ -62,7 +62,7 @@
} }
@include media-breakpoint-up(sm) { @include media-breakpoint-up(sm) {
.carbonad { .cb {
width: 330px !important; width: 330px !important;
padding: 1rem !important; padding: 1rem !important;
margin-right: auto !important; margin-right: auto !important;