2015-09-06 13:31:38 +02:00
|
|
|
body {
|
2016-01-04 18:45:34 +01:00
|
|
|
background:#222 url('/img/logowall_opt.svg') center top;
|
2015-09-06 13:31:38 +02:00
|
|
|
background-size: 300px;
|
2015-09-03 08:22:56 +02:00
|
|
|
}
|
|
|
|
|
2015-09-06 13:31:38 +02:00
|
|
|
a {
|
|
|
|
color: red;
|
2015-09-03 08:22:56 +02:00
|
|
|
}
|
|
|
|
|
2015-09-08 08:44:47 +02:00
|
|
|
h1 {
|
|
|
|
padding-left:160px;
|
|
|
|
padding-bottom:20px;
|
|
|
|
color: $link-primary;
|
|
|
|
}
|
|
|
|
|
|
|
|
a, .navbar-default .navbar-nav li a, .navbar-nav > li > a {
|
2015-09-06 13:31:38 +02:00
|
|
|
color: red;
|
|
|
|
text-shadow: none;
|
2015-09-03 08:22:56 +02:00
|
|
|
|
2015-09-08 08:44:47 +02:00
|
|
|
&:hover, &:visited {
|
2015-09-06 13:31:38 +02:00
|
|
|
color: $link-hover;
|
2015-09-08 08:44:47 +02:00
|
|
|
text-decoration: none;
|
2015-09-06 13:31:38 +02:00
|
|
|
}
|
2015-09-03 08:22:56 +02:00
|
|
|
}
|
|
|
|
|
2015-09-06 13:31:38 +02:00
|
|
|
.content {
|
|
|
|
padding-top:90px;
|
2016-01-04 18:45:34 +01:00
|
|
|
background:$primary-bg url('/img/logowall_opt.svg') center top;
|
2015-09-06 13:31:38 +02:00
|
|
|
background-size: 300px;
|
2015-09-03 08:22:56 +02:00
|
|
|
}
|
|
|
|
|
2015-09-06 13:31:38 +02:00
|
|
|
.header {
|
|
|
|
background-color: $primary-bg;
|
|
|
|
}
|
|
|
|
.logo {
|
|
|
|
position:relative;
|
|
|
|
z-index:10;
|
|
|
|
width:150px;
|
|
|
|
margin-bottom: -40px;
|
|
|
|
}
|
2015-09-03 08:22:56 +02:00
|
|
|
|
2015-09-06 13:31:38 +02:00
|
|
|
.navigation {
|
|
|
|
height:50px;
|
|
|
|
background-color: $primary-bg;
|
|
|
|
border-bottom: 1px #aaa solid;
|
2015-09-03 08:22:56 +02:00
|
|
|
}
|
|
|
|
|
2015-09-06 13:31:38 +02:00
|
|
|
.navbar-default {
|
|
|
|
background:none;
|
|
|
|
box-shadow:none;
|
|
|
|
border:0;
|
2015-10-22 22:45:21 +02:00
|
|
|
|
|
|
|
.in, .collapsing {
|
|
|
|
margin-top:-60px;
|
|
|
|
.navbar-nav {
|
|
|
|
background-color: $primary-bg;
|
|
|
|
li {
|
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-09-03 08:22:56 +02:00
|
|
|
}
|
|
|
|
|
2015-09-06 13:31:38 +02:00
|
|
|
.post, .box {
|
2015-09-10 07:26:08 +02:00
|
|
|
background-color: #aaa;
|
2015-09-06 13:31:38 +02:00
|
|
|
padding: 40px 20px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
border-radius: 5px;
|
2015-09-03 08:22:56 +02:00
|
|
|
|
2015-09-06 13:31:38 +02:00
|
|
|
.date {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2015-09-03 08:22:56 +02:00
|
|
|
|
2015-09-06 13:31:38 +02:00
|
|
|
a {
|
|
|
|
color: $link-hover;
|
|
|
|
}
|
2015-09-03 08:22:56 +02:00
|
|
|
|
2015-09-06 13:31:38 +02:00
|
|
|
h2 {
|
|
|
|
a {
|
|
|
|
color: black;
|
2015-09-03 08:22:56 +02:00
|
|
|
|
2015-09-06 13:31:38 +02:00
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2015-09-03 08:22:56 +02:00
|
|
|
}
|
2015-09-06 13:31:38 +02:00
|
|
|
}
|
2015-09-03 08:22:56 +02:00
|
|
|
}
|
|
|
|
|
2015-09-09 08:23:43 +02:00
|
|
|
.singlepost {
|
|
|
|
margin-top:60px;
|
|
|
|
}
|
|
|
|
|
2015-09-06 13:31:38 +02:00
|
|
|
.footer {
|
|
|
|
padding: 20px;
|
|
|
|
ul {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
2015-10-22 22:45:21 +02:00
|
|
|
}
|