2018-04-11 09:20:08 +02:00
|
|
|
@import "susy"
|
|
|
|
$susy: ( columns: 12, gutters: 1/4, gutter-position: inside )
|
|
|
|
|
|
|
|
.container
|
|
|
|
width: 90%
|
|
|
|
max-width: 1000px
|
|
|
|
margin: 0 auto
|
2017-11-28 19:59:01 +01:00
|
|
|
.container
|
|
|
|
max-width: 90%
|
2018-08-20 08:41:14 +02:00
|
|
|
.container_full
|
|
|
|
min-width: 100%
|
|
|
|
width: 100%
|
|
|
|
&:after
|
|
|
|
clear: both
|
|
|
|
.half_left
|
|
|
|
@include span(6)
|
|
|
|
@media only screen and (max-width: 880px)
|
|
|
|
@include span(12)
|
|
|
|
.half_right
|
|
|
|
@include span(6)
|
|
|
|
@media only screen and (max-width: 880px)
|
|
|
|
@include span(12)
|
2017-11-28 19:59:01 +01:00
|
|
|
|
2018-08-20 09:07:10 +02:00
|
|
|
main , header , footer
|
|
|
|
a
|
|
|
|
color: #53a5ff
|
|
|
|
text-decoration: none
|
2017-11-28 19:59:01 +01:00
|
|
|
|
2018-08-20 09:07:10 +02:00
|
|
|
ul.nav
|
|
|
|
text-align: center
|
|
|
|
li
|
|
|
|
display: inline
|
|
|
|
margin-left: 5px
|
|
|
|
&:before
|
|
|
|
color: #b5e853
|
|
|
|
content: ">> "
|
|
|
|
width: 30px
|
|
|
|
height: 30px
|
|
|
|
left: -30px
|
|
|
|
a
|
|
|
|
border-bottom: 1px dashed #53a5ff
|
|
|
|
&:hover
|
|
|
|
border-bottom: 0px
|
|
|
|
small
|
|
|
|
color: lightgrey
|
|
|
|
.center
|
|
|
|
text-align: center
|
2017-11-28 19:59:01 +01:00
|
|
|
|
2018-08-20 09:07:10 +02:00
|
|
|
.row
|
|
|
|
clear: both
|
|
|
|
width: 100%
|
2018-04-11 09:20:08 +02:00
|
|
|
|
2018-08-20 09:07:10 +02:00
|
|
|
.tripple
|
2019-02-01 18:33:06 +01:00
|
|
|
@include gallery(4)
|
2018-08-20 09:07:10 +02:00
|
|
|
@media only screen and (max-width: 880px)
|
|
|
|
@include span(12)
|
2018-04-17 15:20:45 +02:00
|
|
|
|
2018-08-20 09:07:10 +02:00
|
|
|
.full_width
|
|
|
|
img
|
|
|
|
width: 100%
|
|
|
|
.debug_pic
|
|
|
|
border-color: white
|
|
|
|
border-width: 8px
|
|
|
|
border-style: solid
|
|
|
|
border-radius: 6px
|
|
|
|
img
|
|
|
|
width: 100%
|
2018-04-17 15:20:45 +02:00
|
|
|
|
2018-08-20 09:07:10 +02:00
|
|
|
.blog_nav
|
|
|
|
.next_post , .prev_post
|
|
|
|
width: 20%
|
|
|
|
.next_post
|
|
|
|
float: right
|
|
|
|
.prev_post
|
|
|
|
float: left
|
|
|
|
.blog_post
|
|
|
|
h1
|
|
|
|
span
|
|
|
|
font-size: 18px
|
|
|
|
.blog_index
|
|
|
|
h1
|
|
|
|
font-size: 20px
|
|
|
|
h2
|
|
|
|
font-size: 16px
|
|
|
|
span
|
|
|
|
font-size: 14px
|