2014-01-27 12:42:38 +01:00
|
|
|
body {
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 60px;
|
|
|
|
font-family: 'Lato', sans-serif;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #362;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
font-family: 'Lato', sans-serif;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #25594D;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2, h3, h4, h5, h6 {
|
|
|
|
margin-top: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 20px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a, a:hover, a:visited {
|
|
|
|
color: #4D9900;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre, code {
|
|
|
|
border: none;
|
|
|
|
background: #D5E1B4;
|
|
|
|
}
|
|
|
|
|
|
|
|
code, pre code {
|
|
|
|
color: #484F40;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
border-bottom: 2px solid #bec9a1;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
font-size: 0.84em;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre code {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2014-01-27 16:03:21 +01:00
|
|
|
.container {
|
|
|
|
margin-left: 0;
|
2014-01-27 12:42:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
font-family: 'Lilita One', sans-serif;
|
|
|
|
font-size: 80px;
|
|
|
|
margin: 20px 0 40px 0;
|
2014-01-27 16:03:21 +01:00
|
|
|
color: #a41211;
|
2014-01-27 12:42:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.logo img {
|
2014-01-27 16:03:21 +01:00
|
|
|
width: 80px;
|
2014-01-27 12:42:38 +01:00
|
|
|
vertical-align: -17px;
|
|
|
|
}
|
|
|
|
|
2014-01-27 16:03:21 +01:00
|
|
|
.mobile-logo {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar a {
|
|
|
|
color: #a41211;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
.sidebar {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar .logo {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.mobile-logo {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-01-27 12:42:38 +01:00
|
|
|
.logo {
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
2014-01-27 16:03:21 +01:00
|
|
|
|
|
|
|
.content h1 {
|
|
|
|
margin: 60px 0 55px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 280px;
|
|
|
|
overflow-y: auto;
|
|
|
|
padding-left: 40px;
|
|
|
|
border-right: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
margin-left: 320px;
|
|
|
|
max-width: 650px;
|
2014-01-27 12:42:38 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-01-27 16:03:21 +01:00
|
|
|
.nav {
|
|
|
|
margin: 20px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav li a {
|
|
|
|
display: block;
|
|
|
|
padding: 8px 0;
|
|
|
|
line-height: 1.2;
|
|
|
|
text-decoration: none;
|
2014-01-27 12:42:38 +01:00
|
|
|
}
|
|
|
|
|
2014-01-27 16:03:21 +01:00
|
|
|
.nav li a:hover, .nav li a:focus {
|
|
|
|
text-decoration: underline;
|
|
|
|
background: none;
|
2014-01-27 12:42:38 +01:00
|
|
|
}
|
|
|
|
|
2014-01-27 16:03:21 +01:00
|
|
|
.nav ul {
|
|
|
|
padding-left: 20px;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.badges {
|
|
|
|
margin: 40px 0;
|
2014-01-27 12:42:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a.btn {
|
|
|
|
background: #25594D;
|
|
|
|
color: white;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.btn:hover {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2014-01-27 16:03:21 +01:00
|
|
|
.strapline {
|
|
|
|
font-size: 40px;
|
|
|
|
display: block;
|
|
|
|
line-height: 1.2;
|
|
|
|
margin-top: 25px;
|
|
|
|
margin-bottom: 35px;
|
|
|
|
}
|
2014-01-27 12:42:38 +01:00
|
|
|
|
2014-01-27 16:03:21 +01:00
|
|
|
strong {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|