beautifulSA-jekyll/docs/assets/css/demo.css
2020-04-27 12:01:20 -04:00

76 lines
1.2 KiB
CSS

.get-started-wrap {
text-align: center;
}
.get-started-btn {
padding: 15px 30px;
font-size: 26px;
margin-top: 10px;
}
/* fix in-page anchors to not be behind fixed header */
:target:before {
content: "";
display: block;
height: 50px; /* navbar height */
margin: -50px 0 0;
}
/* Carbon ads */
#carbonads {
display: block;
overflow: hidden;
text-align: center;
font-family: "Open Sans", Lora, Arial, "Helvetica Neue", Helvetica, sans-serif;
line-height: 1.5;
font-size: 13px;
border: 1px solid #ccc;
padding: 9px;
max-width: 400px;
margin: 0 auto 15px;
}
#carbonads a {
color: inherit;
text-decoration: none;
}
#carbonads a:hover {
color: inherit;
text-decoration: underline;
}
#carbonads span {
display: block;
overflow: hidden;
position: relative;
}
.carbon-img {
display: block;
margin: 0 10px 0 0;
float: left;
}
.carbon-img img {
margin-bottom: 0;
}
.carbon-text {
display: block;
margin-bottom: 0;
float: left;
text-align: left;
max-width: calc(100% - 130px - 10px);
}
.carbon-poweredby {
display: block;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 10px;
line-height: 1;
position: absolute;
right: 0;
bottom: 0;
}