forked from ppoffice/hexo-theme-icarus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariable.styl
83 lines (64 loc) · 1.78 KB
/
variable.styl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/* ---------------------------------
* 自訂義原始變數
* --------------------------------- */
// 網站字體
$family-sans-serif ?= Arial, 'Noto Sans SC', 'Microsoft JhengHei', sans-serif
$family-code ?= 'Inconsolata', monospace
$body-size = 16px
$content-heading-weight ?= 600
// 網站背景顏色
$body-background-color = rgb(233, 229, 225)
// 網站主配色
$primary = rgb(146, 127, 108)
$primary-light = rgb(200, 182, 166)
// 網站佈局
// 由 node_modules\bulma-stylus\stylus\elements\container.styl 和 themes\icarus\include\style\responsive.styl 控制寬度
$gap = 55px
$phone = 426px
$screen-onek = 1700px
// link
$link = $primary
$link-hover = $primary-light
// section
$section-padding = 1rem
// navbar
$navbar-item-hover-background-color = transparent !important
$navbar-item-active-color = $primary
$navbar-dropdown-item-hover-color = $primary
// breadcrumb
$breadcrumb-item-color = inherit
$breadcrumb-item-hover-color = $primary
$breadcrumb-item-active-color = $primary
// model
$modal-z = 110
$modal-card-head-radius = 15px
$modal-card-foot-radius = 15px
$modal-content-width = 70vw
// message
$message-radius = 10px
$message-header-radius = 10px
$message-body-radius = 10px
$message-body-border-width = 0 0 0 6px
// table
$table-row-hover-background-color = $body-background-color
// tag
$tag-radius = 7px
$tag-background-color = $body-background-color
// menu
$menu-label-font-size = 1rem
$menu-item-radius = 10px
$menu-item-active-background-color = $body-background-color
// card
$card-radius = 15px
// notification
$notification-radius = 10px
$notification-padding = 1rem
$notification-background-color = $primary
// footer
$footer-padding = 2rem
// search box
$searchbox-border-radius = 15px
// loge 高度
$logo-height = 3.5rem
// button
$button-hover-color = inherit