Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed8d8d1

Browse files
authored
Update main.css
1 parent 8f5aa89 commit ed8d8d1

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

css/main.css

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,3 +584,62 @@ pre {
584584
#social-share-section {
585585
margin-bottom: 30px;
586586
}
587+
588+
/* Carbon ads */
589+
#carbonads {
590+
display: block;
591+
overflow: hidden;
592+
text-align: center;
593+
font-family: "Open Sans", Lora, Arial, "Helvetica Neue", Helvetica, sans-serif;
594+
line-height: 1.5;
595+
font-size: 13px;
596+
border: 1px solid #ccc;
597+
padding: 9px;
598+
max-width: 400px;
599+
margin: 0 auto 15px;
600+
}
601+
602+
#carbonads a {
603+
color: inherit;
604+
text-decoration: none;
605+
}
606+
607+
#carbonads a:hover {
608+
color: inherit;
609+
text-decoration: underline;
610+
}
611+
612+
#carbonads span {
613+
display: block;
614+
overflow: hidden;
615+
position: relative;
616+
}
617+
618+
.carbon-img {
619+
display: block;
620+
margin: 0 10px 0 0;
621+
float: left;
622+
}
623+
624+
.carbon-img img {
625+
margin-bottom: 0;
626+
}
627+
628+
.carbon-text {
629+
display: block;
630+
margin-bottom: 0;
631+
float: left;
632+
text-align: left;
633+
max-width: calc(100% - 130px - 10px);
634+
}
635+
636+
.carbon-poweredby {
637+
display: block;
638+
text-transform: uppercase;
639+
letter-spacing: 1px;
640+
font-size: 10px;
641+
line-height: 1;
642+
position: absolute;
643+
right: 0;
644+
bottom: 0;
645+
}

0 commit comments

Comments
 (0)