48 lines
609 B
Plaintext
Raw Normal View History

html
height 100%
font-family "Ubuntu", "Trebuchet MS", sans-serif
2017-09-22 06:19:32 +02:00
font-size 100%
2017-07-04 01:25:20 +02:00
2017-11-08 15:50:48 +01:00
> 900px
html
font-size 90%
> 1400px
html
font-size 100%
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
a
color link-color
text-decoration none
2016-12-01 00:29:36 +09:00
default-transition
:hover
color link-hover-color
2017-11-03 09:34:21 +01:00
text-shadow link-hover-text-shadow
text-decoration none
2017-11-08 15:50:48 +01: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-12-03 00:23:05 +09:00
img
backface-visibility hidden
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
.spacer
flex 1