Skip to content

Commit

Permalink
Update example.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bevacqua authored Mar 16, 2024
1 parent fc677de commit 09ab978
Showing 1 changed file with 0 additions and 80 deletions.
80 changes: 0 additions & 80 deletions example/example.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,83 +220,3 @@ button:hover {
margin-top: -8px;
line-height: 16px;
}

/* Carbon */

#carbonads {
position: absolute;
display: block;
overflow: hidden;
margin-left: -180px;
padding: 1em;
max-width: calc(130px + 2em);
background-color: #aa5579;
text-align: center;
font-size: 12px;
font-family: Verdana, "Helvetica Neue", Helvetica, sans-serif;
line-height: 1.5;
}

#carbonads a {
color: inherit;
text-decoration: none;
font-weight: 400;
transition: color .2s ease-in-out;
}

#carbonads a:hover {
color: #221c3b;
}

#carbonads span {
display: block;
overflow: hidden;
}

.carbon-img {
display: block;
margin: 0 auto 1em;
}

.carbon-text {
display: block;
margin-bottom: 1em;
}

.carbon-poweredby {
display: block;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 9px;
}

@media only screen and (min-width: 320px) and (max-width: 960px) {
#carbonads {
position: relative;
float: none;
margin: 0 auto -2em;
max-width: 330px;
}
#carbonads span {
position: relative;
}
#carbonads > span {
max-width: none;
}
.carbon-img {
float: left;
margin: 0 1em 0 0;
}
.carbon-text {
float: left;
margin-bottom: 0;
max-width: calc(100% - 130px - 1em);
text-align: left;
}
.carbon-poweredby {
position: absolute;
right: 0;
bottom: 0;
display: block;
}
}

0 comments on commit 09ab978

Please sign in to comment.