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