2 scrollbar-color : var
(--cyan
) var
(--g
) ;
3 background-image : url
( '/img/bg.png' ) ;
4 background-color : var
(--g
) ;
7 @media all and
( max-width : 42em ) {
8 body
{ background-size : 47px , 47px ; }
9 #wrap { width : calc
( 100% - 94px ) !important
; }
12 @media all and
( max-width : 70em ) {
14 background-image : url
( '/img/bgthinleft.png' ) ,
15 url
( '/img/bgthinright.png' ) !important
;
17 #wrap { width : calc
( 100% - 188px ) ; }
20 @media all and
( min-width : 70em ) {
22 background-image : url
( '/img/bgleft.png' ) ,
23 url
( '/img/bgright.png' ) ;
25 #wrap { width : calc
( 100% - 280px ) ; }
28 body
{ max-width : calc
( 70em + 280px ) ; }
30 #head { color : var
(--dpur
) ; }
33 background-color : var
(--w
) ;
37 a
{ color : var
(--dpur
) ; }
44 background-size : cover
;
48 #links > div
, #links
{ width : 100% ; }
51 display : inline-flex
;
53 justify-content : flex-start
;
54 align-items : center
;
55 text-decoration : none
;
56 transition : transform
0.05s ;
57 transition-timing-function : ease-out
;
60 #links > div:nth-child
(even
) {
62 margin : clamp
( max
( -90px , -17.5vw ) , calc
( 8em - 20vw ) , 0px )
66 #links div:nth-child
(even
) a
{ flex-direction : row-reverse
; }
68 #links div:nth-child
(odd
) a:hover
, #links
div:nth-child
(odd
) a:focus
{
69 transform : rotate
( 1.5deg ) scale
( 1.05 ) ;
71 #links div:nth-child
(even
) a:hover
, #links
div:nth-child
(even
) a:focus
{
72 transform : rotate
( -1.5deg ) scale
( 1.05 ) ;
76 font-family : Saviour
, monospace
;
78 max-width : calc
( 100% - min
( 180px , 28vw ) ) ;
83 font-size : clamp
( 1em , 10vw , 4.5em ) ;
89 font-size : calc
( clamp
( 1em , 10vw , 4.5em ) * 0.7 ) ;
93 #g-latest { background-image : url
( '/img/latest.png' ) ; }
94 #links a:hover #g-latest
, #links
a:focus #g-latest
{
95 background-image : url
( '/img/latest.gif' ) ;
97 #g-bandcamp { background-image : url
( '/img/bandcamp.png' ) ; }
98 #links a:hover #g-bandcamp
, #links
a:focus #g-bandcamp
{
99 background-image : url
( '/img/bandcamp.gif' ) ;
101 #g-about { background-image : url
( '/img/about.png' ) ; }
102 #links a:hover #g-about
, #links
a:focus #g-about
{
103 background-image : url
( '/img/about.gif' ) ;
105 #g-mastodon { background-image : url
( '/img/mastodon.png' ) ; }
106 #links a:hover #g-mastodon
, #links
a:focus #g-mastodon
{
107 background-image : url
( '/img/mastodon.gif' ) ;
109 #g-blog { background-image : url
( '/img/blog.png' ) ; }
110 #links a:hover #g-blog
, #links
a:focus #g-blog
{
111 background-image : url
( '/img/blog.gif' ) ;
113 #g-funkwhale { background-image : url
( '/img/funkwhale.png' ) ; }
114 #links a:hover #g-funkwhale
, #links
a:focus #g-funkwhale
{
115 background-image : url
( '/img/funkwhale.gif' ) ;
117 #g-code { background-image : url
( '/img/code.png' ) ; }
118 #links a:hover #g-code
, #links
a:focus #g-code
{
119 background-image : url
( '/img/code.gif' ) ;