48 lines
1.3 KiB
Plaintext
Raw Normal View History

// Colors
text-color = rgb(60, 60, 60)
main-color = rgb(248, 165, 130)
2017-06-17 13:24:17 +02:00
link-color = rgb(225, 38, 15)
2017-06-07 18:06:57 +02:00
link-hover-color = rgb(242, 60, 30)
link-active-color = rgb(100, 149, 237)
2016-12-01 00:29:36 +09:00
post-highlight-color = rgba(248, 165, 130, 0.7)
2017-06-20 14:16:23 +02:00
bg-color = white
2016-11-30 00:50:50 +09:00
// UI
ui-border = 1px solid rgba(0, 0, 0, 0.1)
ui-hover-border = 1px solid rgba(0, 0, 0, 0.15)
ui-background = linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.037) 100%)
ui-hover-background = linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.027) 100%)
2016-12-02 00:27:53 +09:00
ui-disabled-color = rgb(224, 224, 224)
2017-06-20 15:46:49 +02:00
// Forum
forum-width = 830px
2017-06-08 01:14:45 +02:00
// Avatar
avatar-size = 50px
2016-12-02 00:27:53 +09:00
// Navigation
nav-color = rgb(60, 60, 60)
nav-link-color = rgb(160, 160, 160)
nav-link-hover-color = rgb(255, 255, 255)
// nav-color = rgb(245, 245, 245)
// nav-link-color = rgb(160, 160, 160)
// nav-link-hover-color = rgb(80, 80, 80)
2016-11-30 00:50:50 +09:00
2016-11-30 21:33:11 +09:00
// Shadow
shadow-light = 4px 4px 8px rgba(0, 0, 0, 0.05)
2016-12-01 00:29:36 +09:00
shadow-medium = 6px 6px 12px rgba(0, 0, 0, 0.13)
2016-11-30 21:33:11 +09:00
2016-11-30 00:50:50 +09:00
// Outline shadow
2016-12-01 00:29:36 +09:00
outline-shadow-light = 0 0 6px rgba(0, 0, 0, 0.05)
outline-shadow-medium = 0 0 6px rgba(0, 0, 0, 0.13)
outline-shadow-heavy = 0 0 6px rgba(0, 0, 0, 0.6)
2016-11-30 00:50:50 +09:00
// Distances
content-padding = 1.6rem
2017-06-08 01:14:45 +02:00
content-padding-top = 1.6rem
hover-line-size = 2px
nav-height = 3.11rem
// Timings
fade-speed = 200ms
transition-speed = 290ms