2016-08-26 22:29:35 +02:00
|
|
|
@import 'https://fonts.googleapis.com/css?family=Play:400,700';
|
2016-08-29 15:13:05 +02:00
|
|
|
@import 'https://fonts.googleapis.com/css?family=Roboto:400,700';
|
2016-08-26 20:18:16 +02:00
|
|
|
|
|
|
|
body {
|
2016-08-26 21:40:55 +02:00
|
|
|
background-color: #f5f5f5;
|
2016-08-29 15:13:05 +02:00
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6, .navbar, .lead {
|
2016-08-26 22:29:35 +02:00
|
|
|
font-family: 'Play', sans-serif;
|
|
|
|
}
|
|
|
|
|
2016-08-29 15:13:05 +02:00
|
|
|
h1, h2, h3, h4, h5, h6, .navbar-brand {
|
2016-08-26 22:29:35 +02:00
|
|
|
font-weight: 700;
|
2016-08-26 20:18:16 +02:00
|
|
|
}
|
|
|
|
|
2016-08-26 19:28:57 +02:00
|
|
|
img.example {
|
|
|
|
background-color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
2016-08-26 19:37:08 +02:00
|
|
|
background-color: #dddddd;
|
2016-08-26 19:28:57 +02:00
|
|
|
}
|
|
|
|
|
2016-08-26 20:18:16 +02:00
|
|
|
header a {
|
|
|
|
color: #666 !important;
|
|
|
|
}
|
|
|
|
|
2016-08-26 19:28:57 +02:00
|
|
|
footer {
|
|
|
|
background-color: #666666;
|
|
|
|
color: #fff;
|
2016-08-27 17:42:15 +02:00
|
|
|
margin-top: 1.42857143em;
|
2016-08-26 20:18:16 +02:00
|
|
|
padding-top: 1em;
|
2016-08-26 19:28:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
footer a {
|
|
|
|
color: #fff !important;
|
2016-08-26 20:43:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
iframe {
|
|
|
|
border-width: 0;
|
|
|
|
box-sizing: content-box;
|
|
|
|
}
|
2016-08-27 17:13:04 +02:00
|
|
|
|
|
|
|
.hljs {
|
|
|
|
background: transparent;
|
|
|
|
}
|