0906772adc33efac5ea7fc27f46eba850a61df99
2 font-family: 'Fira Sans';
5 src: local
('Fira Sans OT Light'), local
('Fira Sans Light'), url
(FiraSans-Light
.woff
) format
('woff');
9 font-family: 'Fira Sans';
12 src: local
('Fira Sans OT Light Italic'), local
('Fira Sans Light Italic'), url
(FiraSans-LightItalic
.woff
) format
('woff');
16 font-family: 'Fira Sans';
19 src: local
('Fira Sans OT'), local
('Fira Sans'), url
(FiraSans-Regular
.woff
) format
('woff');
23 font-family: 'Fira Sans';
26 src: local
('Fira Sans OT Bold'), local
('Fira Sans Bold'), url
(FiraSans-Bold
.woff
) format
('woff');
30 font-family: 'Fira Sans';
33 src: local
('Fira Sans OT Italic'), local
('Fira Sans Italic'), url
(FiraSans-Italic
.woff
) format
('woff');
37 font-family: 'Fira Sans';
40 src: local
('Fira Sans OT Bold Italic'), local
('Fira Sans Bold Italic'), url
(FiraSans-BoldItalic
.woff
) format
('woff');
44 font-family: 'Fira Mono';
47 src: local
('Fira Mono OT'), local
('Fira Mono'), url
(FiraMono-Regular
.woff
) format
('woff');
51 font-family: 'Fira Mono';
54 src: local
('Fira Mono OT Bold'), local
('Fira Mono Bold'), url
(FiraMono-Bold
.woff
) format
('woff');
61 text-decoration: none
;
68 strong
{ font-weight: bold
; }
69 em
{ font-style: italic
; }
72 text-decoration: underline
;
77 font-family: "Fira Sans", sans-serif
;
79 background-color: rgb
(226, 192, 242);
80 background-image: linear-gradient
(rgb
(226, 192, 242), rgb
(244, 199, 199) 100%);
81 background-attachment: fixed
;
84 background-repeat: no-repeat
;
88 border-top: solid rgb
(206, 132, 242) 0.75em;
89 border-bottom: solid rgb
(244, 126, 126) 0.75em;
93 background-color: white
;
99 border-top: solid rgb
(206, 132, 242) 0.5em;
100 border-bottom: solid rgb
(244, 126, 126) 0.5em;
103 transition: border-color
0.5s;
108 background-color: white
;
120 margin-right: 0.25em;
121 display: inline-block
;
127 border-top-color: rgb
(244, 126, 126);
128 border-bottom-color: rgb
(206, 132, 242);
132 -webkit-transition: -webkit-transform
1.5s;
133 transition: transform
1.5s;
134 -webkit-transition-delay: 0.5s;
135 transition-delay: 0.5s;
136 -webkit-transition-timing-function: cubic-bezier
(0.4, 0.2, 0.5, 1.3);
137 transition-timing-function: cubic-bezier
(0.4, 0.2, 0.5, 1.3);
141 -webkit-transform: rotate
(360deg);
142 transform: rotate
(360deg);
146 border-top: solid rgb
(206, 132, 242) 1px;
147 border-left: solid rgb
(206, 132, 242) 1px;
148 border-radius: 1em 0 0 1em;
151 margin-left: -0.67em;
152 margin-right: -0.67em;
154 margin-bottom: 0.5em;
156 padding-top: 0.125em;
160 border-top: solid rgb
(206, 132, 242) 1px;
161 border-left: solid rgb
(206, 132, 242) 1px;
162 border-radius: 1.5em;
163 display: inline-block
;
167 margin-left: -0.445em;
168 padding-left: 0.67em;
169 padding-right: 0.67em;
173 color: rgb
(206, 132, 242);
174 transition: color
0.3s;
178 color: rgb
(206, 132, 242);
181 a:hover
, [onclick
]:hover
{
182 color: rgb
(244, 126, 126);
192 main
> *:first-child
{
218 border-bottom: solid rgb
(206, 132, 242) 1px;
223 border-bottom: solid rgb
(206, 132, 242) 0.125em;
224 border-top: solid rgb
(206, 132, 242) 0.125em;
228 transition: border-radius
0.3s;
229 box-sizing: border-box
;
242 list-style-type: none
;
247 border: solid rgb
(206, 132, 242) 1px;
248 margin-bottom: 1.5em;
251 border-left-width: 0;
253 transition: border-radius
0.3s, border-color
0.3s;
255 box-sizing: border-box
;
256 border-radius: 0 3em 3em 0;
259 .game-preview > li:nth-child(even) {
264 border-left-width: 1px;
265 border-right-width: 0;
266 border-radius: 3em 0 0 3em;
269 .game-preview > li:hover {
270 border-radius: 0 0.25em 0.25em 0;
271 border-color: rgb
(244, 126, 126);
274 .game-preview > li img {
275 border: solid rgb
(206, 132, 242) 1px;
283 transition: border-radius
0.3s, border-color
0.3s, opacity
0.3s;
284 box-sizing: border-box
;
287 .game-preview > li:nth-child(even) img {
292 .game-preview > li:hover img {
294 border-color: rgb
(244, 126, 126);
298 .game-preview .info {
303 .game-preview .info h4 {
306 padding-left: 0.125em;
307 padding-right: 0.125em;
308 text-decoration: none
;
310 box-sizing: border-box
;
315 .game-preview
li:nth-child
(odd
) .info h4
,
316 .game-preview li:nth-child(odd) .info ul {
317 margin-right: 6.5rem;
320 .game-preview
li:nth-child
(even
) .info h4
,
321 .game-preview li:nth-child(even) .info ul {
327 text-decoration: none
;
330 .game-preview .info p {
337 transform: translateY
(-50%);
338 -webkit-transform: translateY
(-50%);
342 .game-preview .info ul {
349 list-style-type: none
;
352 .game-preview .info li {
356 .game-preview .info li a:link {
357 text-decoration: none
;
358 font-weight: inherit
;
361 .game-preview .info li:before {
365 .game-preview .info li:first-child:before {
369 .game-preview .info li {
376 border: solid rgb
(206, 132, 242) 0.125em;
380 transition: border-radius
0.3s, border-color
0.3s;
387 border-color: rgb
(244, 126, 126);
391 list-style-type: none
;
393 margin-bottom: 0.8em;
398 text-decoration: none
;
404 font-family: "Fira Mono", monospace
;
408 ul
.download
li:last-child
{
416 color: rgba
(0, 0, 0, 0.5);
421 display: inline-block
;
423 background-color: rgb
(240, 110, 110);
425 text-shadow: 1px 1px 2px rgba
(0, 0, 0, 0.5);
427 text-decoration: none
;
434 .actionable a:hover {
435 background-color: rgb
(244, 126, 126);
453 font-family: inherit
;
471 content: "Copyright ©";
475 border-left: solid rgba
(206, 132, 242, 0.5) 8px;
477 font-family: "Fira Mono", monospace
;
483 transition: background-color
0.3s, border-color
0.3s, border-radius
0.3s;
487 background-color: rgba
(206, 132, 242, 0.125);
488 border-color: rgb
(206, 132, 242);
493 font-family: "Fira Mono", monospace
;
494 transition: background-color
0.3s;
498 background-color: rgba
(206, 132, 242, 0.125);
502 background-color: transparent
;
512 display: inline-block
;
514 text-decoration: none
;
517 iframe
[src
*="itch.io"] {
522 -webkit-transform: translateX
(-50%);
523 transform: translateX
(-50%);
528 @media (max-width: 767px) {
529 html
{ font-size: 13px; }
535 ul
.download li
.sh:before
{
543 iframe
[src
*="itch.io"] {
544 -webkit-transform: translateX
(-50%) scale
(0.8);
545 transform: translateX
(-50%) scale
(0.8);
549 @media (max-width: 479px) {
550 html
{ font-size: 10px; padding: 0 0.5em; }
551 h4
{ font-size: 1em; }
553 iframe
[src
*="itch.io"] {
554 -webkit-transform: translateX
(-50%) scale
(0.6);
555 transform: translateX
(-50%) scale
(0.6);