2016-11-28 16:06:00 +00:00
|
|
|
html
|
|
|
|
height 100%
|
2017-07-03 21:35:33 +00:00
|
|
|
font-family "Ubuntu", "Trebuchet MS", sans-serif
|
2018-03-08 15:08:45 +00:00
|
|
|
font-size 90%
|
2017-07-03 23:25:20 +00:00
|
|
|
|
2018-03-08 15:08:45 +00:00
|
|
|
// > 900px
|
|
|
|
// html
|
|
|
|
// font-size 90%
|
2017-11-08 14:50:48 +00:00
|
|
|
|
2018-03-08 15:08:45 +00:00
|
|
|
// > 1400px
|
|
|
|
// html
|
|
|
|
// font-size 95%
|
2017-11-08 14:50:48 +00:00
|
|
|
|
2016-11-28 16:06:00 +00:00
|
|
|
body
|
|
|
|
tab-size 4
|
|
|
|
overflow hidden
|
|
|
|
height 100%
|
|
|
|
color text-color
|
2017-06-25 21:07:14 +00:00
|
|
|
background-color bg-color
|
2017-07-22 14:31:25 +00:00
|
|
|
noise-strong
|
2016-11-28 16:06:00 +00:00
|
|
|
|
|
|
|
a
|
|
|
|
color link-color
|
|
|
|
text-decoration none
|
2016-11-30 15:29:36 +00:00
|
|
|
default-transition
|
2016-11-28 16:06:00 +00:00
|
|
|
|
|
|
|
:hover
|
|
|
|
color link-hover-color
|
2017-11-03 08:34:21 +00:00
|
|
|
text-shadow link-hover-text-shadow
|
2016-11-28 16:06:00 +00:00
|
|
|
text-decoration none
|
2017-11-08 14:50:48 +00:00
|
|
|
|
2016-11-28 16:06:00 +00:00
|
|
|
:active
|
|
|
|
transform translateY(3px)
|
2017-11-08 14:50:48 +00:00
|
|
|
|
2017-06-25 21:07:14 +00:00
|
|
|
// &.active
|
|
|
|
// color link-active-color
|
2016-11-28 16:06:00 +00:00
|
|
|
|
2016-12-02 15:23:05 +00:00
|
|
|
img
|
|
|
|
backface-visibility hidden
|
2018-04-10 10:18:18 +00:00
|
|
|
color transparent
|
2018-04-23 12:21:55 +00:00
|
|
|
text-shadow none
|
2016-12-02 15:23:05 +00:00
|
|
|
|
2018-04-13 11:39:03 +00:00
|
|
|
rt
|
|
|
|
user-select none
|
|
|
|
|
2017-07-06 14:54:10 +00:00
|
|
|
.hidden
|
|
|
|
display none !important
|
|
|
|
|
2017-07-13 00:32:36 +00:00
|
|
|
.text-center
|
|
|
|
text-align center
|
|
|
|
|
2016-12-02 06:24:45 +00:00
|
|
|
.spacer
|
|
|
|
flex 1
|