Pequenio/css/style.css

153 lines
3.3 KiB
CSS
Executable File

@charset "UTF-8";
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
}
* {
font-family: 'Open Sans', sans-serif;
}
*, ::after, ::before {
box-sizing: border-box;
}
body {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
}
body {
font-family: arial, sans-serif;
font-weight: 300;
font-size: 15px;
line-height: 26px;
color: #868f90;
}
ul.static-pages {
font-size: 0.9em;
list-style: none;
margin: 0 0 100px 0;
padding: 0;
}
ul.static-pages a {
color: #777;
}
ul.static-pages a:hover, a:hover {
color: orange;
}
ul li {
padding-bottom: 6px;
}
h1.site-title {
font-size: 1.2em;
}
h1, h2 {
font-size: 20px;
}
a {
color: black;
text-decoration: none;
}
.row {
display: flex;
}
.row {
flex-wrap: wrap;
}
.text-center {
text-align: center;
}
#fh5co-footer {
font-size: 0.8em;
}
article.page:not(:last-child) {
margin-bottom: 100px;
}
article.page footer {
text-align: right;
font-size: 0.8em;
}
#fh5co-content {
display: flex;
justify-content: center;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
h1, h2, h3, h4, h5, h6 {
color: #000;
font-family: "Roboto Slab", arial, sans-serif;
margin-top: 0;
margin-bottom: 20px;
font-weight: 300;
}
#fh5co-main {
clear: both;
padding-top: 3em;
}
#fh5co-footer {
display: flex;
justify-content: center;
}
img {
max-width: 100%;
margin-bottom: 10px;
vertical-align: middle;
border: 0;
}
@media (min-width: 768px) {
.container {
width: 720px;
}
}
@media (min-width: 992px) {
.col-lg-8 {
flex: 0 0 66.666667%;
width: 66.666667%;
}
.col-lg-2 {
flex: 0 0 16.666667%;
width: 16.666667%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.col-lg-6 {
flex: 0 0 50%;
width: 50%;
}
.offset-lg-3 {
margin-left: 25%;
}
.col-lg-3 {
width: 25%;
flex: 0 0 25%;
}
.col-lg-9 {
flex: 0 0 75%;
width: 75%;
}
.container {
width: 960px;
}
.col-lg-10 {
flex: 0 0 83.333333%;
width: 83.333333%;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
}
@media (min-width: 1200px) {
.container {
width: 1190px;
}
}