2024-06-13 20:53:05 +02:00
|
|
|
header {
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
border-bottom: 1px solid #e5e7e8;
|
2014-04-10 10:01:51 -07:00
|
|
|
|
2024-06-13 20:53:05 +02:00
|
|
|
.navbar-brand {
|
|
|
|
padding: 0;
|
2014-04-10 10:01:51 -07:00
|
|
|
|
2024-06-13 20:53:05 +02:00
|
|
|
img {
|
|
|
|
height: 42px;
|
|
|
|
}
|
|
|
|
}
|
2014-04-10 10:01:51 -07:00
|
|
|
}
|
|
|
|
|
2024-06-13 20:53:05 +02:00
|
|
|
main {
|
|
|
|
margin: 50px 0;
|
2014-04-10 10:01:51 -07:00
|
|
|
|
2024-06-13 20:53:05 +02:00
|
|
|
.description {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
2014-04-10 10:01:51 -07:00
|
|
|
|
2024-06-13 20:53:05 +02:00
|
|
|
pre {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2024-06-15 15:11:37 +02:00
|
|
|
|
|
|
|
iframe {
|
|
|
|
border: none;
|
|
|
|
height: calc(0.55 * 100vh);
|
|
|
|
width: 100%;
|
|
|
|
}
|
2014-04-10 10:01:51 -07:00
|
|
|
}
|
|
|
|
|
2024-06-13 20:53:05 +02:00
|
|
|
footer {
|
|
|
|
border-top: 1px solid #e5e5e5;
|
|
|
|
color: #777777;
|
|
|
|
padding: 40px 0;
|
|
|
|
text-align: center;
|
2014-04-10 10:01:51 -07:00
|
|
|
}
|