hexo-theme-keep/source/css/layout/common/variables.styl

53 lines
1.1 KiB
Stylus
Raw Normal View History

2020-04-01 23:03:38 +08:00
// ==================================
// ils-x variables
// ==================================
//
$header-height = 100px
//
$header-shrink-height = 60px
//
$main-content-width = 70%
// z-index
$z-index-1 = 1001
$z-index-2 = 1002
$z-index-3 = 1003
$z-index-4 = 1004
$z-index-5 = 1005
2020-04-01 22:42:24 +08:00
//
2020-04-01 23:03:38 +08:00
$primary-color = #ce3e29
2020-04-01 22:42:24 +08:00
//
$first-text-color = #2c3e50
//
$second-text-color = #525e6b
2020-04-01 22:42:24 +08:00
//
$third-text-color = #9ca3ad
2020-04-01 22:42:24 +08:00
//
$normal-text-color = #616161
//
$background-color = #fff
2020-04-01 22:42:24 +08:00
//
$border-color = #ccc
//
//$default-font-family = 'PingHei', 'PingFang SC', 'Microsoft YaHei'
$default-font-family = "Exo 2", "Trebuchet MS", "Helvetica", "Arial", 'PingFang SC', 'Hiragino Sans GB', 'STHeiti Light', 'Microsoft YaHei', 'SimHei', 'WenQuanYi Micro Hei', sans-serif
//
$default-font-size = 14px
//
$default-font-line-height = 20px
//
2020-04-01 23:03:38 +08:00
$default-font-weight = 400