33 lines
1001 B
Plaintext
Raw Normal View History

// Colors
text-color = rgb(60, 60, 60)
main-color = rgb(248, 165, 130)
link-color = rgb(245, 126, 76)
link-hover-color = rgb(242, 93, 30)
header-color = rgb(60, 60, 60)
nav-link-color = rgb(160, 160, 160)
nav-link-hover-color = rgb(255, 255, 255)
2016-11-30 15:29:36 +00:00
post-highlight-color = rgba(248, 165, 130, 0.7)
2016-11-29 15:50:50 +00: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-11-30 12:33:11 +00:00
// Shadow
shadow-light = 4px 4px 8px rgba(0, 0, 0, 0.05)
2016-11-30 15:29:36 +00:00
shadow-medium = 6px 6px 12px rgba(0, 0, 0, 0.13)
2016-11-30 12:33:11 +00:00
2016-11-29 15:50:50 +00:00
// Outline shadow
2016-11-30 15:29:36 +00: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-29 15:50:50 +00:00
// Distances
content-padding = 1.5rem
hover-line-size = 2px
nav-height = 3.11rem
// Timings
fade-speed = 200ms
transition-speed = 290ms