Monthly updated resource for free public domain logos by Ura
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

402 lines
6.4 KiB

6 years ago
/* Site Header
* ============================================== */
.site-header {
min-height: 400px;
background-color: $brand-color;
background-image: url("");
background-size: cover;
background-position: center -150px;
background-attachment: fixed;
color: #fff;
padding-top: 3em;
@include media-query($on-palm) {
min-height: 250px;
background-position: center -250px;
}
}
6 years ago
.site-header a {
color: #fff;
text-decoration: underline;
}
6 years ago
.button-download {
background: #e2e2e2;
color: #000;
border: #e2e2e2;
border-radius: 10px;
text-decoration: none !important;
font-size: 16px !important;
font-weight: 600;
text-transform: uppercase;
padding: 12px 24px;
box-sizing: border-box;
cursor: pointer;
}
.button-free {
display: inline-block;
text-decoration: none !important;
font-size: 16px !important;
font-weight: 600;
text-transform: uppercase;
border: 3px solid #ffffff;
box-sizing: border-box;
border-radius: 10px;
padding: 12px 20px;
&:hover {
6 years ago
background-color: #fff !important;
color: #000 !important;
}
}
.button-submit {
display: inline-block;
text-decoration: none !important;
color: #fff !important;
background-color: #257bad;
font-size: 16px !important;
font-weight: 600;
text-transform: uppercase;
border: 3px solid #257bad;
box-sizing: border-box;
border-radius: 10px;
padding: 12px 20px;
margin-left: 15px;
cursor: pointer;
&:hover {
background-color: transparent !important;
color: #257bad !important;
border: 3px solid #257bad;
}
}
6 years ago
.button-premium {
display: inline-block;
text-decoration: none !important;
color: #fff !important;
background-color: #257bad;
font-size: 16px !important;
font-weight: 600;
text-transform: uppercase;
border: 3px solid #257bad;
box-sizing: border-box;
border-radius: 10px;
padding: 12px 20px;
margin-left: 15px;
&:hover {
background-color: #fff !important;
color: #000 !important;
border: 3px solid #fff;
}
6 years ago
@include media-query($small) {
margin-top: 20px;
margin-left: 0px;
}
}
6 years ago
.site-header .hitline {
font-size: 48px !important;
}
6 years ago
.site-header p {
font-size: 20px;
}
6 years ago
.site-header h1 {
display: block;
color: #d8d8d8;
font-size: 48px !important;
line-height: 40px;
letter-spacing: 2px;
text-align: center;
padding-top: 20px;
clear: both;
font-family: "Overpass";
@include media-query($on-palm) {
font-size: 48px !important;
letter-spacing: 0px;
}
}
6 years ago
.site-nav {
float: right;
font-size: 24px;
line-height: 56px;
margin-right: 50px;
padding-bottom: 100px;
6 years ago
.page-link {
line-height: $base-line-height;
font-weight: regular;
letter-spacing: 0.05em;
opacity: 0.5;
6 years ago
&:not(:first-child) {
margin-left: 20px;
}
}
6 years ago
.page-link:hover {
opacity: 0.9;
&:active {
opacity: 1;
6 years ago
}
}
@include media-query($on-palm) {
padding-bottom: 10px;
}
}
6 years ago
/* Site Footer
* ============================================== */
.footer {
padding-bottom: 2em;
margin: auto;
font-size: 16px;
font-family: "Overpass";
color: #000;
}
6 years ago
/* Individual Posts
* ============================================== */
.page-content {
padding: $spacing-unit 0;
text-align: justify;
}
6 years ago
.page-heading {
font-size: 20px;
padding-top: 2px;
}
6 years ago
/* Archive
* ============================================== */
.post-list {
margin-left: 0;
list-style: none;
> li {
display: block;
padding: 0.1em 1.5em;
}
}
6 years ago
.post-link {
font-family: "Overpass";
font-weight: 300;
font-size: 1.5em;
letter-spacing: -1px;
color: #454545;
display: block;
width: 100%;
@include media-query($on-palm) {
font-size: 1.33em;
}
}
6 years ago
.post-meta {
font-size: $small-font-size;
color: $grey-color-light;
text-transform: uppercase;
display: inline-block;
}
6 years ago
/* Post Format
* ============================================== */
.post-header {
margin-bottom: $spacing-unit;
}
6 years ago
.post-title {
font-size: 42px;
letter-spacing: -1px;
line-height: 1;
6 years ago
@include media-query($on-laptop) {
font-size: 36px;
}
}
6 years ago
.post-content {
margin-bottom: $spacing-unit;
/*
6 years ago
h2 {
font-size: 32px;
@include media-query($on-laptop) {
font-size: 28px;
}
}
h3 {
font-size: 26px;
@include media-query($on-laptop) {
font-size: 22px;
}
}
h4 {
font-size: 20px;
@include media-query($on-laptop) {
font-size: 18px;
}
} */
}
/* Spacings and Generic
* ============================================== */
.bold {
font-weight: 600;
}
6 years ago
.p-1 {
padding-top: 0.5rem;
}
6 years ago
.pt-1 {
padding-top: 1rem;
}
6 years ago
.pb-1 {
padding-bottom: 1rem;
}
6 years ago
.pt-2 {
padding-top: 2rem;
}
.pt-3 {
padding-top: 3rem;
}
6 years ago
.pt-4 {
padding-top: 4rem;
}
6 years ago
.pb-2 {
padding-bottom: 2rem;
}
6 years ago
.mb-3 {
margin-bottom: 30px;
}
.non-justify {
text-align: initial;
}
.heading {
font-size: 36px;
}
6 years ago
.feature {
font-size: 20px;
}
.align-left {
text-align: left;
}
.size-14 {
font-size: 14px;
}
.align-right {
text-align: right;
}
.center {
text-align: center;
}
6 years ago
.language {
text-decoration: none !important;
}
6 years ago
.bg-mute {
background-color: #f4f4f4;
min-height: 500px;
margin-top: 2rem;
padding-top: 4rem;
font-size: 20px;
}
6 years ago
.bg-mute hr {
padding-left: 50px;
padding-right: 50px;
border: 1px solid #d8d8d8;
max-width: 500px;
margin: 0 auto;
}
6 years ago
.grayscale {
opacity: 0.65;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.box {
padding: 40px;
background: #ffffff;
border: 1px solid #e2e2e2;
box-sizing: border-box;
text-align: center;
margin-bottom: -22.5px;
margin-top: 25px;
}
.hover-box:hover .button-download {
background-color: #000;
color: #fff;
}
.hover-box:hover .box {
border: 1px solid #000;
}
6 years ago
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
6 years ago
}
.col {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
6 years ago
}
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
padding-right: 15px;
padding-left: 15px;
line-height: 1.4;
@include media-query($on-phone) {
flex-basis: auto;
}
}