ruby-x.github.io/app/assets/stylesheets/site.sass
2018-04-21 21:51:07 +03:00

76 lines
1.0 KiB
Sass

@import "susy"
$susy: ( columns: 12, gutters: 1/4, gutter-position: inside )
a
color: #53a5ff
text-decoration: none
.container
width: 90%
max-width: 1000px
margin: 0 auto
.container
max-width: 90%
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
.row
clear: both
width: 100%
.tripple
@include span(4)
.main
width: 78%
.menu
width: 20%
.full_width
img
width: 100%
.debug_pic
border-color: white
border-width: 8px
border-style: solid
border-radius: 6px
img
width: 100%
.blog_nav
.next , .prev
width: 20%
.next
float: right
.prev
float: left
.blog_post
h1
span
font-size: 18px
.blog_index
h1
font-size: 20px
h2
font-size: 16px
span
font-size: 14px