2016-04-04 11:17:05 +00:00
|
|
|
/* STYLE for jannikbeyerstedt.de
|
|
|
|
* generic styles
|
2016-05-17 18:47:47 +00:00
|
|
|
*
|
|
|
|
* main font: Alegreya Sans
|
|
|
|
* headings: Crimson Text
|
|
|
|
* Logo: Boon
|
2016-04-04 11:17:05 +00:00
|
|
|
*/
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
font-family: 'Alegreya Sans', "Verdana", "Arial", sans-serif;
|
|
|
|
min-width: 300px; }
|
|
|
|
|
|
|
|
h1, h2, h3, h4 {
|
|
|
|
margin-bottom: 18px;
|
2016-04-24 21:02:37 +00:00
|
|
|
margin-top: 1em;
|
2016-04-04 11:17:05 +00:00
|
|
|
font-family: 'Crimson Text', serif; }
|
|
|
|
|
2016-05-21 21:14:52 +00:00
|
|
|
main h1:first-child {
|
|
|
|
margin-top: 0.4em; }
|
|
|
|
|
2016-04-04 11:17:05 +00:00
|
|
|
h5 {
|
|
|
|
margin-bottom: 8px; }
|
|
|
|
|
|
|
|
h6 {
|
|
|
|
margin-bottom: 5px; }
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-top: 0;
|
|
|
|
line-height: 1.5em; }
|
|
|
|
|
2016-04-10 20:42:23 +00:00
|
|
|
a {
|
2016-05-31 11:56:25 +00:00
|
|
|
color: #2dac01; }
|
2016-04-16 22:23:20 +00:00
|
|
|
a:active, a:hover, a:focus {
|
2016-05-31 11:56:25 +00:00
|
|
|
color: #207901; }
|
2016-04-10 20:42:23 +00:00
|
|
|
|
2016-04-27 19:52:55 +00:00
|
|
|
main p a {
|
|
|
|
text-decoration: underline; }
|
|
|
|
|
|
|
|
main p a:visited {
|
|
|
|
color: #999999; }
|
|
|
|
|
2016-04-17 22:28:20 +00:00
|
|
|
blockquote {
|
|
|
|
font-size: 1.4em;
|
|
|
|
border-left: 4px solid #dddddd;
|
|
|
|
padding: 0 15px;
|
|
|
|
color: #777777; }
|
|
|
|
|
|
|
|
blockquote > :first-child {
|
|
|
|
margin-top: 0; }
|
|
|
|
|
|
|
|
blockquote > :last-child {
|
|
|
|
margin-bottom: 0; }
|
|
|
|
|
|
|
|
code {
|
|
|
|
padding: 0 5px;
|
|
|
|
white-space: nowrap;
|
|
|
|
border: 1px solid #eaeaea;
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
border-radius: 3px; }
|
|
|
|
|
|
|
|
pre {
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
overflow: auto;
|
|
|
|
padding: 6px 10px;
|
|
|
|
border-radius: 3px; }
|
|
|
|
pre code {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
white-space: pre;
|
|
|
|
border: none;
|
|
|
|
background: transparent; }
|
|
|
|
|
2016-04-05 16:38:00 +00:00
|
|
|
main div.container {
|
|
|
|
margin-top: 10px; }
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
main div.container {
|
|
|
|
max-width: 940px; } }
|
|
|
|
|
2016-05-20 22:26:34 +00:00
|
|
|
header img {
|
|
|
|
width: 75px;
|
|
|
|
height: 75px;
|
|
|
|
margin: 4px 0;
|
|
|
|
float: left; }
|
2016-04-04 11:17:05 +00:00
|
|
|
|
|
|
|
nav {
|
|
|
|
box-sizing: border-box; }
|
|
|
|
nav ul.nav {
|
|
|
|
margin: 0;
|
|
|
|
padding-left: 0; }
|
|
|
|
nav ul.nav a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: inherit; }
|
|
|
|
nav ul.nav li {
|
|
|
|
list-style-type: none; }
|
|
|
|
nav ul.nav a:hover, nav ul.nav a:focus {
|
|
|
|
text-decoration: none; }
|
|
|
|
|
|
|
|
@media (min-width: 544px) {
|
|
|
|
nav {
|
2016-05-20 22:26:34 +00:00
|
|
|
float: right; }
|
2016-04-04 11:17:05 +00:00
|
|
|
nav ul.nav a {
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
2016-05-20 22:26:34 +00:00
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 300;
|
|
|
|
margin: 30px 9px 1px; }
|
2016-04-04 11:17:05 +00:00
|
|
|
nav ul.nav a:hover, nav ul.nav a:focus, nav ul.nav a.active {
|
2016-05-31 11:56:25 +00:00
|
|
|
border-bottom: 1px solid #2dac01; }
|
2016-05-20 22:26:34 +00:00
|
|
|
nav ul.nav a.section {
|
|
|
|
font-weight: 500; } }
|
2016-04-04 11:17:05 +00:00
|
|
|
|
|
|
|
@media (max-width: 543px) {
|
|
|
|
nav button.navbar-toggler {
|
|
|
|
float: right;
|
2016-05-20 22:26:34 +00:00
|
|
|
margin-top: 24px;
|
2016-04-04 11:17:05 +00:00
|
|
|
font-family: inherit;
|
|
|
|
font-weight: 300; }
|
2016-05-20 22:26:34 +00:00
|
|
|
nav ul.mobileNav {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #424242;
|
|
|
|
padding: 1rem 1rem; }
|
|
|
|
nav ul.mobileNav a {
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 300; }
|
|
|
|
nav ul.mobileNav a.active {
|
2016-05-31 11:56:25 +00:00
|
|
|
color: #2dac01;
|
2016-05-20 22:26:34 +00:00
|
|
|
font-weight: 700; }
|
2016-04-04 11:17:05 +00:00
|
|
|
.navbar-toggler {
|
|
|
|
padding: 0.5rem 0.75rem;
|
|
|
|
font-size: 1.25rem;
|
2016-07-09 17:17:08 +00:00
|
|
|
line-height: 1; } }
|
2016-04-04 11:17:05 +00:00
|
|
|
|
|
|
|
footer {
|
|
|
|
margin-top: 20px;
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
2016-07-09 17:17:08 +00:00
|
|
|
min-width: inherit;
|
2016-04-05 16:38:00 +00:00
|
|
|
background-color: #bebebe;
|
|
|
|
color: #000; }
|
2016-04-04 11:17:05 +00:00
|
|
|
footer p {
|
|
|
|
margin-bottom: 0; }
|
|
|
|
@media (max-width: 543px) {
|
|
|
|
footer {
|
|
|
|
text-align: center; }
|
|
|
|
footer p {
|
|
|
|
margin-bottom: 10px; } }
|
|
|
|
footer i.fa {
|
|
|
|
color: #000;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
padding-right: 0.2em; }
|
|
|
|
footer a > svg {
|
|
|
|
height: 1.4rem;
|
|
|
|
width: 1.4rem;
|
|
|
|
position: relative;
|
|
|
|
top: 0.18rem; }
|
|
|
|
footer a > svg image {
|
|
|
|
height: 1.4rem;
|
|
|
|
width: 1.4rem; }
|
2016-04-10 20:13:10 +00:00
|
|
|
footer img {
|
|
|
|
height: 1.4rem;
|
|
|
|
padding-right: 0.2em; }
|
2016-04-04 11:17:05 +00:00
|
|
|
|
|
|
|
/* make footer sticky */
|
|
|
|
html {
|
|
|
|
position: relative;
|
|
|
|
min-height: 100%; }
|
|
|
|
|
|
|
|
@media (min-width: 544px) {
|
|
|
|
body {
|
|
|
|
/* Margin bottom by footer height */
|
2016-04-08 22:00:35 +00:00
|
|
|
margin-bottom: 115px; }
|
2016-04-04 11:17:05 +00:00
|
|
|
footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 85px; } }
|
|
|
|
|
|
|
|
@media (max-width: 543px) {
|
|
|
|
body {
|
|
|
|
/* Margin bottom by footer height */
|
2016-04-24 21:02:37 +00:00
|
|
|
margin-bottom: 205px; }
|
2016-04-04 11:17:05 +00:00
|
|
|
footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
2016-04-24 21:02:37 +00:00
|
|
|
height: 175px; } }
|
2016-04-04 11:17:05 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* HELPERS
|
|
|
|
*/
|
|
|
|
.right {
|
|
|
|
text-align: right; }
|
|
|
|
|
|
|
|
.center {
|
|
|
|
text-align: center; }
|
|
|
|
|
|
|
|
@media (max-width: 543px) {
|
|
|
|
.col-xxs-12.right, .col-xxs-12.center {
|
|
|
|
text-align: inherit; } }
|
|
|
|
|
|
|
|
/* to break down col-xs */
|
|
|
|
.visible-xxs {
|
|
|
|
display: none !important; }
|
|
|
|
|
|
|
|
@media (max-width: 543px) {
|
|
|
|
.col-xxs-12 {
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
position: relative;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
min-height: 1px;
|
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px; }
|
|
|
|
.hidden-xxs {
|
|
|
|
display: none !important; }
|
|
|
|
.visible-xxs {
|
|
|
|
display: block !important; } }
|
|
|
|
|
2016-04-06 11:58:18 +00:00
|
|
|
/*
|
|
|
|
* KIRBYTAGS
|
|
|
|
*/
|
|
|
|
.html5player {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
background-color: black; }
|
|
|
|
|
|
|
|
div.video-container {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
max-width: 100%;
|
|
|
|
padding-bottom: 53%;
|
|
|
|
padding-top: 30px;
|
|
|
|
overflow: hidden; }
|
|
|
|
|
|
|
|
.video-container iframe {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%; }
|
|
|
|
|
2016-04-07 19:57:06 +00:00
|
|
|
.columns ul {
|
|
|
|
padding-left: 25px; }
|
|
|
|
|
2016-04-04 11:17:05 +00:00
|
|
|
/*# sourceMappingURL=main.css.map */
|