2016-08-26 20:18:16 +02:00
|
|
|
body {
|
2017-08-17 20:00:05 +02:00
|
|
|
background-color: #fff;
|
|
|
|
color: #657378; /* 5010-B */
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2016-08-29 15:13:05 +02:00
|
|
|
}
|
|
|
|
|
2017-08-17 20:00:05 +02:00
|
|
|
h2 {
|
|
|
|
margin-top: 2rem;
|
|
|
|
margin-bottom: 1rem;
|
2017-08-17 18:22:19 +02:00
|
|
|
}
|
|
|
|
|
2017-08-17 20:00:05 +02:00
|
|
|
h2, h3, h4, h5, h6, .navbar, .lead {
|
|
|
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
font-weight: 300;
|
2016-08-26 22:29:35 +02:00
|
|
|
}
|
|
|
|
|
2017-08-17 20:00:05 +02:00
|
|
|
dt {
|
|
|
|
color: #4c595e; /* 6010-B */
|
|
|
|
font-weight: normal;
|
2016-08-26 20:18:16 +02:00
|
|
|
}
|
|
|
|
|
2016-08-26 19:28:57 +02:00
|
|
|
img.example {
|
|
|
|
background-color: #000;
|
2017-08-17 20:00:05 +02:00
|
|
|
border-color: #657378;
|
2017-08-17 18:22:19 +02:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
padding: 0;
|
2016-08-26 19:28:57 +02:00
|
|
|
}
|
|
|
|
|
2017-08-18 16:26:17 +02:00
|
|
|
pre.card-body {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2017-08-17 20:00:05 +02:00
|
|
|
nav {
|
|
|
|
background-color: #657378;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav a {
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav {
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-brand img {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
2016-08-26 19:28:57 +02:00
|
|
|
}
|
|
|
|
|
2017-08-17 20:00:05 +02:00
|
|
|
.jumbotron {
|
|
|
|
background-color: #fff;
|
2016-08-26 20:18:16 +02:00
|
|
|
}
|
|
|
|
|
2016-08-26 19:28:57 +02:00
|
|
|
footer {
|
2017-08-17 20:00:05 +02:00
|
|
|
background-color: #657378;
|
2016-08-26 19:28:57 +02:00
|
|
|
color: #fff;
|
2017-08-17 18:22:19 +02:00
|
|
|
margin-top: 1.42857143rem;
|
|
|
|
padding-top: 1rem;
|
|
|
|
padding-bottom: 1px;
|
2016-08-26 19:28:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
footer a {
|
|
|
|
color: #fff !important;
|
2016-08-26 20:43:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
iframe {
|
2016-09-03 21:44:33 +02:00
|
|
|
background-color: #000;
|
|
|
|
border-color: #ddd;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2016-08-26 20:43:55 +02:00
|
|
|
box-sizing: content-box;
|
|
|
|
}
|
2016-08-27 17:13:04 +02:00
|
|
|
|
|
|
|
.hljs {
|
|
|
|
background: transparent;
|
|
|
|
}
|