blog/static/css/style.css
2019-08-18 15:19:28 +02:00

155 lines
3.7 KiB
CSS

/* font * /
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Merriweather Regular'), local('Merriweather-Regular'), url(/fonts/merriweather/Merriweather-Regular.ttf) format('truetype');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Merriweather Regular'), local('Merriweather-Regular'), url(/fonts/merriweather/Merriweather-Regular.ttf) format('truetype');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Merriweather Regular'), local('Merriweather-Regular'), url(/fonts/merriweather/Merriweather-Regular.ttf) format('truetype');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Merriweather Regular'), local('Merriweather-Regular'), url(/fonts/merriweather/Merriweather-Regular.ttf) format('truetype');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Merriweather Regular'), local('Merriweather-Regular'), url(/fonts/merriweather/Merriweather-Regular.ttf) format('truetype');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* General */
html, body, h1, h2, h3, h4, h5, h6 {
font-family: 'Merriweather', serif;
font-feature-settings: "dlig", "liga", "lnum", "kern";
font-kerning: auto;
font-language-override: normal;
font-optical-sizing: auto;
}
p {
font-feature-settings: "kern", "onum", "liga";
font-kerning: auto;
font-language-override: normal;
font-optical-sizing: auto;
font-family: Georgia, serif;
font-size: 22px;
font-stretch: 100%;
font-weight: 400;
font-size-adjust: none;
font-style: normal;
font-variant: normal;
font-variant-alternates: normal;
font-variant-caps: normal;
font-variant-east-asian: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-variant-position: normal;
font-variation-settings: normal;
line-height: 38px;
vertical-align: baseline;
color: rgb(56, 71, 67);
}
h1, h2, h3, h4, h5, h6 {
color: #05bf85;
}
h1 {
font-size: 200%;
}
a:link, a:visited {
color: #05bf85;
text-decoration: none;
}
a:hover, a:active {
color:green;
}
/* a:link, a:visited {
color: #0000e0;
text-decoration: none
}
a:hover, a:active {
color: #0000ff;
text-decoration: underline
} */
/* Footer */
footer {
background: #f0f0f0;
border-top: thin solid #e0e0e0;
margin-top: 2em;
padding: 1em 0;
box-shadow: 0 100vh 0 100vh #f0f0f0;
text-align: center;
}
footer section p {
font-size: 0.8em;
}
footer a {
margin-right: 1em;
}
footer a:last-child {
margin-right: 0;
}
/* RSS */
.rss {
padding: 0.3em 0.35em;
border-radius: 0.25em;
font-size: 0.75em;
font-weight: bold;
}
.rss:link, .rss:visited, .rss:hover, .rss:active {
color: #ffffff;
text-decoration: none;
}
.rss:link, .rss:visited {
background: #ff6600;
}
.rss:hover, .rss:active {
background: #ff8822;
}