// Config
support-for-ie = false
vendor-prefixes = webkit moz ms official
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
// Colors
// main
color-default = #555
color-grey = #999
color-border = #ddd
color-link = #258fb8
color-background = #37474f    //#263238
// footer
color-footer-background = black
color-footer-text = white
// navbar
color-navbar-background = #263238   //black
color-navbar-text = white
// sidebar
Sidebar-title-color = black 
Sidebar-text-color = black
Sidebar-link-color = black
//sidelay color
color-mobile-nav-background = #191919
//other
color-twitter = #00aced
color-facebook = #3b5998
color-pinterest = #cb2027
color-google = #dd4b39
color-code = #eee
// Fonts
font-mono ='Roboto Mono', monospace;

font-size = 14px
line-height = 1.6em
line-height-title = 1.1em

sidebar = hexo-config("sidebar")

// Layout
block-margin = 50px
article-padding = 20px
mobile-nav-width = 280px
main-column = 9
sidebar-column = 3

if sidebar and sidebar isnt bottom
  _sidebar-column = sidebar-column
else
  _sidebar-column = 0

// Grids
column-width = 80px
gutter-width = 20px
columns = main-column + _sidebar-column

// Media queries
mq-mobile = "screen and (max-width: 479px)"
mq-tablet = "screen and (min-width: 480px) and (max-width: 767px)"
mq-normal = "screen and (min-width: 768px)"