First release
This commit is contained in:
commit
fa6c85266e
2339 changed files with 761050 additions and 0 deletions
17
node_modules/nes.css/scss/pixel-arts/_index.scss
generated
vendored
Normal file
17
node_modules/nes.css/scss/pixel-arts/_index.scss
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
@charset "utf-8";
|
||||
|
||||
@import "nes-icon.scss";
|
||||
@import "nes-jp-icon.scss";
|
||||
@import "snes-icon.scss";
|
||||
@import "snes-jp-icon.scss";
|
||||
@import "bcrikko.scss";
|
||||
@import "ash.scss";
|
||||
@import "pokeball.scss";
|
||||
@import "bulbasaur.scss";
|
||||
@import "charmander.scss";
|
||||
@import "squirtle.scss";
|
||||
@import "phone.scss";
|
||||
@import "smartphone.scss";
|
||||
@import "mario.scss";
|
||||
@import "kirby.scss";
|
||||
@import "octocat.scss";
|
38
node_modules/nes.css/scss/pixel-arts/ash.scss
generated
vendored
Normal file
38
node_modules/nes.css/scss/pixel-arts/ash.scss
generated
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
.nes-ash {
|
||||
$ash-colors: (#f8f8ff, #ff614e, #007f7f, #181818, #ffe3c5, #426adb, #4169e1);
|
||||
// prettier-ignore
|
||||
$ash: (
|
||||
(0,0,0,0,4,4,4,4,4,4,0,0,0,0),
|
||||
(0,0,0,4,2,2,2,1,1,3,4,0,0,0),
|
||||
(0,0,4,2,2,2,2,1,1,1,1,4,0,0),
|
||||
(0,0,4,2,2,2,2,1,1,3,3,4,4,0),
|
||||
(0,4,4,4,2,2,2,2,2,2,2,2,2,4),
|
||||
(0,4,4,4,4,4,4,4,2,2,2,4,4,0),
|
||||
(4,4,4,4,4,4,4,5,5,4,5,4,0,0),
|
||||
(0,4,4,5,5,5,4,5,5,4,5,4,0,0),
|
||||
(0,0,4,5,5,5,5,5,5,5,5,4,0,0),
|
||||
(0,4,7,4,4,5,5,5,5,5,4,0,0,0),
|
||||
(0,4,7,4,4,4,4,4,4,4,0,0,0,0),
|
||||
(0,4,4,5,5,4,7,7,4,4,4,0,0,0),
|
||||
(4,3,4,5,5,4,7,4,4,3,3,4,0,0),
|
||||
(4,3,3,4,4,4,4,4,3,3,4,0,0,0),
|
||||
(0,4,4,0,0,0,0,0,4,4,0,0,0,0)
|
||||
);
|
||||
$size: 6px;
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $size * length(nth($ash, 1));
|
||||
height: $size * length($ash);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: -$size;
|
||||
left: -$size;
|
||||
content: "";
|
||||
background: transparent;
|
||||
|
||||
@include pixelize($size, $ash, $ash-colors);
|
||||
@include fill-gaps();
|
||||
}
|
||||
}
|
40
node_modules/nes.css/scss/pixel-arts/bcrikko.scss
generated
vendored
Normal file
40
node_modules/nes.css/scss/pixel-arts/bcrikko.scss
generated
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
.nes-bcrikko {
|
||||
$bcrikko-colors: (#333, #f9f2d7, #c5090c, #fff);
|
||||
|
||||
// prettier-ignore
|
||||
$bcrikko: (
|
||||
(0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0),
|
||||
(2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2),
|
||||
(2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2),
|
||||
(2,2,2,2,1,1,2,2,2,2,1,1,2,2,2,2),
|
||||
(2,2,2,1,1,4,1,2,2,1,1,4,1,2,2,2),
|
||||
(2,2,2,1,1,1,1,2,2,1,1,1,1,2,2,2),
|
||||
(2,2,2,1,1,1,1,2,2,1,1,1,1,2,2,2),
|
||||
(2,2,2,1,1,1,1,2,2,1,1,1,1,2,2,2),
|
||||
(2,2,2,2,1,1,2,2,2,2,1,1,2,2,2,2),
|
||||
(2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2),
|
||||
(2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2),
|
||||
(2,2,2,3,2,2,2,2,2,2,2,2,3,2,2,2),
|
||||
(2,2,2,3,2,2,2,2,2,2,2,2,3,2,2,2),
|
||||
(2,2,2,2,3,3,3,3,3,3,3,3,2,2,2,2),
|
||||
(2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2),
|
||||
(0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0),
|
||||
);
|
||||
$size: 6px;
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $size * length(nth($bcrikko, 1));
|
||||
height: $size * length($bcrikko);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: -$size;
|
||||
left: -$size;
|
||||
content: "";
|
||||
background: transparent;
|
||||
|
||||
@include pixelize($size, $bcrikko, $bcrikko-colors);
|
||||
@include fill-gaps();
|
||||
}
|
||||
}
|
40
node_modules/nes.css/scss/pixel-arts/bulbasaur.scss
generated
vendored
Normal file
40
node_modules/nes.css/scss/pixel-arts/bulbasaur.scss
generated
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
.nes-bulbasaur {
|
||||
$bulbasaur-colors: (#000, #8beb46, #2d8d22, #5ceee1, #3fc3b5, #fdfdf5, #ca242a);
|
||||
// prettier-ignore
|
||||
$bulbasaur: (
|
||||
(0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,1,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,1,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,1,1,2,2,3,2,2,3,2,1,1,0,0),
|
||||
(0,0,0,1,1,0,1,2,2,2,3,3,2,2,3,2,2,2,1,0),
|
||||
(0,0,1,4,4,1,1,2,2,3,2,3,2,2,2,3,2,2,2,1),
|
||||
(0,0,1,4,4,4,1,1,3,2,3,2,2,2,2,2,3,2,2,1),
|
||||
(0,0,1,4,4,4,4,5,1,2,3,2,2,2,2,2,3,2,2,1),
|
||||
(0,1,4,4,5,4,5,5,4,1,1,1,2,2,2,2,3,2,1,0),
|
||||
(1,1,5,4,4,4,4,4,4,4,4,1,2,2,2,1,1,1,1,0),
|
||||
(1,1,5,4,4,4,5,4,4,4,1,5,1,1,1,5,5,5,1,0),
|
||||
(1,4,4,4,4,5,4,1,1,4,5,5,5,5,5,1,5,6,1,0),
|
||||
(1,5,4,4,4,4,1,7,6,6,5,5,1,5,5,1,1,1,0,0),
|
||||
(0,1,5,4,4,4,1,7,6,4,5,1,5,5,1,0,0,0,0,0),
|
||||
(0,0,1,1,5,5,5,5,5,5,1,5,5,5,1,0,0,0,0,0),
|
||||
(0,0,0,0,1,1,1,1,1,1,1,6,5,6,1,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0),
|
||||
);
|
||||
$size: 6px;
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $size * length(nth($bulbasaur, 1));
|
||||
height: $size * length($bulbasaur);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: -$size;
|
||||
left: -$size;
|
||||
content: "";
|
||||
background: transparent;
|
||||
|
||||
@include pixelize($size, $bulbasaur, $bulbasaur-colors);
|
||||
@include fill-gaps();
|
||||
}
|
||||
}
|
41
node_modules/nes.css/scss/pixel-arts/charmander.scss
generated
vendored
Normal file
41
node_modules/nes.css/scss/pixel-arts/charmander.scss
generated
vendored
Normal file
|
@ -0,0 +1,41 @@
|
|||
.nes-charmander {
|
||||
$charmander-colors: (#000202, #f77702, #eb2010, #fdfcff, #e5d70a, #e7d70e);
|
||||
// prettier-ignore
|
||||
$charmander: (
|
||||
(0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0),
|
||||
(0,0,0,1,2,2,2,2,1,0,0,0,0,0,0,0,1,3,1,0,0),
|
||||
(0,0,1,2,2,2,2,2,2,1,0,0,0,0,0,0,1,3,3,1,0),
|
||||
(0,0,1,2,2,2,2,2,2,1,0,0,0,0,0,0,1,3,3,1,0),
|
||||
(0,1,2,2,2,2,2,2,2,2,1,0,0,0,0,1,3,3,2,3,1),
|
||||
(1,2,2,2,2,4,1,2,2,2,1,0,0,0,0,1,3,2,6,3,1),
|
||||
(1,2,2,2,2,1,1,2,2,2,2,1,0,0,0,1,3,5,5,3,1),
|
||||
(1,2,2,2,2,1,1,2,2,2,2,1,0,0,0,0,1,5,1,1,0),
|
||||
(0,1,2,2,2,2,2,2,2,2,2,2,1,0,0,0,1,2,1,0,0),
|
||||
(0,0,1,1,2,2,2,2,2,2,2,2,2,1,0,1,2,2,1,0,0),
|
||||
(0,0,0,0,1,1,1,2,2,1,2,2,2,1,1,2,2,1,0,0,0),
|
||||
(0,0,0,0,0,1,6,5,1,2,2,2,2,2,1,2,2,1,0,0,0),
|
||||
(0,0,0,0,0,1,5,5,5,1,1,2,2,2,1,2,1,0,0,0,0),
|
||||
(0,0,0,0,1,4,1,6,5,5,2,2,2,2,1,1,0,0,0,0,0),
|
||||
(0,0,0,0,0,1,1,1,5,5,2,2,2,1,1,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,0,0,1,4,0,4,1,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0)
|
||||
);
|
||||
$size: 6px;
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $size * length(nth($charmander, 1));
|
||||
height: $size * length($charmander);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: -$size;
|
||||
left: -$size;
|
||||
content: "";
|
||||
background: transparent;
|
||||
|
||||
@include pixelize($size, $charmander, $charmander-colors);
|
||||
@include fill-gaps();
|
||||
}
|
||||
}
|
39
node_modules/nes.css/scss/pixel-arts/kirby.scss
generated
vendored
Normal file
39
node_modules/nes.css/scss/pixel-arts/kirby.scss
generated
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
.nes-kirby {
|
||||
$kirby-colors: (#000, #ffaccc, #ff5478);
|
||||
// prettier-ignore
|
||||
$kirby: (
|
||||
(0,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0),
|
||||
(0,1,2,2,1,2,2,2,2,2,1,1,0,0,0,0),
|
||||
(1,2,2,1,2,2,2,2,2,2,2,2,1,0,0,0),
|
||||
(1,2,2,2,2,2,1,2,1,2,2,2,2,1,0,0),
|
||||
(1,2,2,2,2,2,1,2,1,2,2,2,2,1,0,0),
|
||||
(1,2,2,2,2,2,1,2,1,2,2,2,2,2,1,0),
|
||||
(1,2,2,2,3,3,2,2,2,3,3,2,2,2,2,1),
|
||||
(1,2,2,2,2,2,2,1,2,2,2,2,2,2,2,1),
|
||||
(0,1,2,2,2,2,2,1,2,2,2,2,2,2,2,1),
|
||||
(0,1,2,2,2,2,2,2,2,2,2,2,1,1,1,0),
|
||||
(0,1,2,2,2,2,2,2,2,2,2,1,3,3,3,1),
|
||||
(0,0,1,2,2,2,2,2,2,2,1,3,3,3,3,1),
|
||||
(0,0,1,1,2,2,2,2,2,2,1,3,3,3,3,1),
|
||||
(0,1,3,3,1,1,2,2,2,1,3,3,3,3,1,0),
|
||||
(1,3,3,3,3,3,1,1,1,1,1,3,3,1,0,0),
|
||||
(0,1,1,1,1,1,1,0,0,0,1,1,1,0,0,0)
|
||||
);
|
||||
$size: 6px;
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $size * length(nth($kirby, 1));
|
||||
height: $size * length($kirby);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: -$size;
|
||||
left: -$size;
|
||||
content: "";
|
||||
background: transparent;
|
||||
|
||||
@include pixelize($size, $kirby, $kirby-colors);
|
||||
@include fill-gaps();
|
||||
}
|
||||
}
|
39
node_modules/nes.css/scss/pixel-arts/mario.scss
generated
vendored
Normal file
39
node_modules/nes.css/scss/pixel-arts/mario.scss
generated
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
.nes-mario {
|
||||
$mario-colors: (#f81c2f, #65352b, #ffbb8e, #000, #1560ad, #aeaeac, #fef102);
|
||||
// prettier-ignore
|
||||
$mario: (
|
||||
(0,0,0,0,1,1,1,1,1,0,0,0,0,0),
|
||||
(0,0,0,1,1,1,1,1,1,1,1,1,0,0),
|
||||
(0,0,0,2,2,2,3,3,4,3,0,0,0,0),
|
||||
(0,0,2,3,2,3,3,3,4,3,3,3,0,0),
|
||||
(0,0,2,3,2,2,3,3,3,4,3,3,3,0),
|
||||
(0,0,2,2,3,3,3,3,4,4,4,4,0,0),
|
||||
(0,0,0,0,3,3,3,3,3,3,3,0,0,0),
|
||||
(0,0,0,0,1,5,1,1,5,0,0,0,0,0),
|
||||
(0,0,1,1,1,5,1,1,5,1,1,1,0,0),
|
||||
(0,1,1,1,1,5,5,5,5,1,1,1,1,0),
|
||||
(0,6,6,1,5,7,5,5,7,5,1,6,6,0),
|
||||
(0,6,6,6,5,5,5,5,5,5,6,6,6,0),
|
||||
(0,6,6,5,5,5,5,5,5,5,5,6,6,0),
|
||||
(0,0,0,5,5,5,0,0,5,5,5,0,0,0),
|
||||
(0,0,2,2,2,0,0,0,0,2,2,2,0,0),
|
||||
(0,2,2,2,2,0,0,0,0,2,2,2,2,0)
|
||||
);
|
||||
$size: 6px;
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $size * length(nth($mario, 1));
|
||||
height: $size * length($mario);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: -$size;
|
||||
left: -$size;
|
||||
content: "";
|
||||
background: transparent;
|
||||
|
||||
@include pixelize($size, $mario, $mario-colors);
|
||||
@include fill-gaps();
|
||||
}
|
||||
}
|
34
node_modules/nes.css/scss/pixel-arts/nes-icon.scss
generated
vendored
Normal file
34
node_modules/nes.css/scss/pixel-arts/nes-icon.scss
generated
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
.nes-logo {
|
||||
$logo-colors: (#3e3634, #c3c3c3, #787973, #bf1710);
|
||||
|
||||
// prettier-ignore
|
||||
$logo: (
|
||||
(0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,1,0,0,0,0,0,0,0),
|
||||
(2,2,2,2,2,2,2,2,2,2,2,2,2,2,2),
|
||||
(2,1,1,1,1,1,1,1,1,1,1,1,1,1,2),
|
||||
(2,1,1,2,1,1,3,3,3,1,1,1,1,1,2),
|
||||
(2,1,2,2,2,1,1,1,1,1,1,1,1,1,2),
|
||||
(2,1,1,2,1,1,3,3,3,1,4,1,4,1,2),
|
||||
(2,1,1,1,1,1,1,1,1,1,1,1,1,1,2),
|
||||
(2,2,2,2,2,2,2,2,2,2,2,2,2,2,2)
|
||||
);
|
||||
$size: 4px;
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $size * length(nth($logo, 1));
|
||||
height: $size * length($logo);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: -$size;
|
||||
left: -$size;
|
||||
content: "";
|
||||
background: transparent;
|
||||
|
||||
@include pixelize($size, $logo, $logo-colors);
|
||||
@include fill-gaps();
|
||||
}
|
||||
}
|
34
node_modules/nes.css/scss/pixel-arts/nes-jp-icon.scss
generated
vendored
Normal file
34
node_modules/nes.css/scss/pixel-arts/nes-jp-icon.scss
generated
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
.nes-jp-logo {
|
||||
$logo-colors: (#333, #871f37, #dfd3b9);
|
||||
|
||||
// prettier-ignore
|
||||
$logo: (
|
||||
(0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,1,0,0,0,0,0,0,0),
|
||||
(2,2,2,2,2,2,2,2,2,2,2,2,2,2,2),
|
||||
(2,3,3,3,3,3,2,2,2,2,2,2,2,2,2),
|
||||
(2,3,3,1,3,3,2,2,2,2,2,2,2,2,2),
|
||||
(2,3,1,1,1,3,3,3,3,3,3,3,3,3,2),
|
||||
(2,3,3,1,3,3,1,2,1,3,1,3,1,3,2),
|
||||
(2,3,3,3,3,3,3,3,3,3,3,3,3,3,2),
|
||||
(2,2,2,2,2,2,2,2,2,2,2,2,2,2,2)
|
||||
);
|
||||
$size: 4px;
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $size * length(nth($logo, 1));
|
||||
height: $size * length($logo);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: -$size;
|
||||
left: -$size;
|
||||
content: "";
|
||||
background: transparent;
|
||||
|
||||
@include pixelize($size, $logo, $logo-colors);
|
||||
@include fill-gaps();
|
||||
}
|
||||
}
|
66
node_modules/nes.css/scss/pixel-arts/octocat.scss
generated
vendored
Normal file
66
node_modules/nes.css/scss/pixel-arts/octocat.scss
generated
vendored
Normal file
|
@ -0,0 +1,66 @@
|
|||
.nes-octocat {
|
||||
$octocat-colors: (#333, #ffdec4, #cb7066);
|
||||
// prettier-ignore
|
||||
$octocat-1: (
|
||||
(0,0,0,1,0,0,0,0,0,0,0,0,1,0),
|
||||
(0,0,0,1,1,0,0,0,0,0,0,1,1,0),
|
||||
(0,0,0,1,1,1,1,1,1,1,1,1,1,0),
|
||||
(0,0,1,1,1,1,1,1,1,1,1,1,1,1),
|
||||
(0,0,1,1,1,1,1,1,1,1,1,1,1,1),
|
||||
(0,0,1,1,1,2,2,2,2,2,2,1,1,1),
|
||||
(0,0,1,1,2,3,2,2,2,2,3,2,1,1),
|
||||
(0,0,1,1,2,3,2,2,2,2,3,2,1,1),
|
||||
(0,0,0,1,1,2,2,3,3,2,2,1,1,0),
|
||||
(1,1,0,0,0,0,1,1,1,1,0,0,0,0),
|
||||
(0,0,1,1,0,1,1,1,1,1,1,0,0,0),
|
||||
(0,0,0,1,1,1,1,1,1,1,1,0,0,0),
|
||||
(0,0,0,0,0,1,0,1,1,0,1,0,0,0),
|
||||
(0,0,0,0,0,1,0,1,1,0,1,0,0,0),
|
||||
(0,0,0,0,1,0,1,0,0,1,0,1,0,0)
|
||||
);
|
||||
// prettier-ignore
|
||||
$octocat-2: (
|
||||
(0,0,0,1,0,0,0,0,0,0,0,0,1,0),
|
||||
(0,0,0,1,1,0,0,0,0,0,0,1,1,0),
|
||||
(0,0,0,1,1,1,1,1,1,1,1,1,1,0),
|
||||
(0,0,1,1,1,1,1,1,1,1,1,1,1,1),
|
||||
(0,0,1,1,1,1,1,1,1,1,1,1,1,1),
|
||||
(0,0,1,1,1,2,2,2,2,2,2,1,1,1),
|
||||
(0,0,1,1,2,2,2,2,2,2,2,2,1,1),
|
||||
(0,1,1,1,2,3,2,2,2,2,3,2,1,1),
|
||||
(0,1,0,1,1,2,2,3,3,2,2,1,1,0),
|
||||
(0,0,1,0,0,0,1,1,1,1,0,0,0,0),
|
||||
(0,0,0,1,0,1,1,1,1,1,1,0,0,0),
|
||||
(0,0,0,1,1,1,1,1,1,1,1,0,0,0),
|
||||
(0,0,0,0,0,1,0,1,1,0,1,0,0,0),
|
||||
(0,0,0,0,0,1,0,1,1,0,1,0,0,0),
|
||||
(0,0,0,0,1,0,1,0,0,1,0,1,0,0)
|
||||
);
|
||||
$size: 6px;
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $size * length(nth($octocat-1, 1));
|
||||
height: $size * length($octocat-1);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: -$size;
|
||||
left: -$size;
|
||||
content: "";
|
||||
background: transparent;
|
||||
|
||||
@include pixelize($size, $octocat-1, $octocat-colors);
|
||||
@include fill-gaps();
|
||||
}
|
||||
|
||||
&.animate::before {
|
||||
animation: wave 0.5s infinite steps(1);
|
||||
}
|
||||
|
||||
@keyframes wave {
|
||||
50% {
|
||||
@include pixelize($size, $octocat-2, $octocat-colors);
|
||||
}
|
||||
}
|
||||
}
|
44
node_modules/nes.css/scss/pixel-arts/phone.scss
generated
vendored
Normal file
44
node_modules/nes.css/scss/pixel-arts/phone.scss
generated
vendored
Normal file
|
@ -0,0 +1,44 @@
|
|||
.nes-phone {
|
||||
$phone-colors: (#596985, #3c4665, #000);
|
||||
// prettier-ignore
|
||||
$phone: (
|
||||
(0,0,3,3,3,3,3,3),
|
||||
(0,3,3,2,2,2,1,3),
|
||||
(3,3,2,2,2,2,1,3),
|
||||
(3,2,2,2,2,2,1,3),
|
||||
(3,2,2,2,2,2,1,3),
|
||||
(3,2,2,2,2,2,1,3),
|
||||
(3,2,2,3,3,3,3,3),
|
||||
(3,2,2,3,0,0,0,0),
|
||||
(3,2,2,3,0,0,0,0),
|
||||
(3,2,2,3,0,0,0,0),
|
||||
(3,2,2,3,0,0,0,0),
|
||||
(3,2,2,3,0,0,0,0),
|
||||
(3,2,2,3,0,0,0,0),
|
||||
(3,2,2,3,0,0,0,0),
|
||||
(3,2,2,3,3,3,3,3),
|
||||
(3,2,2,2,2,2,1,3),
|
||||
(3,2,2,2,2,2,1,3),
|
||||
(3,2,2,2,2,2,1,3),
|
||||
(3,3,2,2,2,2,1,3),
|
||||
(0,3,3,2,2,2,1,3),
|
||||
(0,0,3,3,3,3,3,3)
|
||||
);
|
||||
$size: 6px;
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $size * length(nth($phone, 1));
|
||||
height: $size * length($phone);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: -$size;
|
||||
left: -$size;
|
||||
content: "";
|
||||
background: transparent;
|
||||
|
||||
@include pixelize($size, $phone, $phone-colors);
|
||||
@include fill-gaps();
|
||||
}
|
||||
}
|
37
node_modules/nes.css/scss/pixel-arts/pokeball.scss
generated
vendored
Normal file
37
node_modules/nes.css/scss/pixel-arts/pokeball.scss
generated
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
.nes-pokeball {
|
||||
$pokeball-colors: (#060606, #ff001d, #fff, #9fa1a1);
|
||||
// prettier-ignore
|
||||
$pokeball: (
|
||||
(0,0,0,0,0,1,1,1,1,0,0,0,0,0),
|
||||
(0,0,0,1,1,2,2,2,2,1,1,0,0,0),
|
||||
(0,0,1,3,3,2,2,2,2,2,2,1,0,0),
|
||||
(0,1,3,3,2,2,2,2,2,2,2,1,1,0),
|
||||
(0,1,3,2,2,2,2,2,2,2,2,2,1,0),
|
||||
(1,3,2,2,2,2,2,2,2,2,2,2,2,1),
|
||||
(1,1,1,2,2,2,2,1,1,1,2,2,2,1),
|
||||
(1,1,1,1,2,2,1,3,3,3,1,2,2,1),
|
||||
(1,4,3,1,1,1,1,3,3,3,1,1,1,1),
|
||||
(0,1,3,3,3,1,1,3,3,3,1,3,1,0),
|
||||
(0,1,3,3,3,3,3,1,1,1,3,3,1,0),
|
||||
(0,0,1,4,4,3,3,3,3,3,3,1,0,0),
|
||||
(0,0,0,1,1,4,4,4,4,1,1,0,0,0),
|
||||
(0,0,0,0,0,1,1,1,1,0,0,0,0,0),
|
||||
);
|
||||
$size: 6px;
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $size * length(nth($pokeball, 1));
|
||||
height: $size * length($pokeball);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: -$size;
|
||||
left: -$size;
|
||||
content: "";
|
||||
background: transparent;
|
||||
|
||||
@include pixelize($size, $pokeball, $pokeball-colors);
|
||||
@include fill-gaps();
|
||||
}
|
||||
}
|
50
node_modules/nes.css/scss/pixel-arts/smartphone.scss
generated
vendored
Normal file
50
node_modules/nes.css/scss/pixel-arts/smartphone.scss
generated
vendored
Normal file
|
@ -0,0 +1,50 @@
|
|||
.nes-smartphone {
|
||||
$smartphone-colors: (#fff, #060606);
|
||||
// prettier-ignore
|
||||
$smartphone: (
|
||||
(0,2,2,2,2,2,2,2,2,2,2,2,2,2,0),
|
||||
(2,2,1,1,1,1,1,1,1,1,1,1,1,2,2),
|
||||
(2,1,1,1,2,2,2,2,2,2,2,1,1,1,2),
|
||||
(2,1,1,1,1,1,1,1,1,1,1,1,1,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,2,2,2,2,2,2,2,2,2,2,2,1,2),
|
||||
(2,1,1,1,1,1,1,1,1,1,1,1,1,1,2),
|
||||
(2,1,1,1,1,1,1,2,2,1,1,1,1,1,2),
|
||||
(2,1,1,1,1,1,1,2,2,1,1,1,1,1,2),
|
||||
(2,2,1,1,1,1,1,1,1,1,1,1,1,2,2),
|
||||
(0,2,2,2,2,2,2,2,2,2,2,2,2,2,0)
|
||||
);
|
||||
$size: 6px;
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $size * length(nth($smartphone, 1));
|
||||
height: $size * length($smartphone);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: -$size;
|
||||
left: -$size;
|
||||
content: "";
|
||||
background: transparent;
|
||||
|
||||
@include pixelize($size, $smartphone, $smartphone-colors);
|
||||
@include fill-gaps();
|
||||
}
|
||||
}
|
34
node_modules/nes.css/scss/pixel-arts/snes-icon.scss
generated
vendored
Normal file
34
node_modules/nes.css/scss/pixel-arts/snes-icon.scss
generated
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
.snes-logo {
|
||||
$logo-colors: (#333, #d7d7d7, #8932e5, #ad6df0);
|
||||
|
||||
// prettier-ignore
|
||||
$logo: (
|
||||
(0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,1,0,0,0,0,0,0,0),
|
||||
(0,0,1,1,1,1,1,1,1,1,1,1,1,0,0),
|
||||
(0,1,2,2,2,2,2,2,2,2,2,2,2,1,0),
|
||||
(1,2,2,1,2,2,2,2,2,2,2,4,2,2,1),
|
||||
(1,2,1,1,1,2,2,2,2,2,4,2,3,2,1),
|
||||
(1,2,2,1,2,2,1,2,1,2,2,3,2,2,1),
|
||||
(0,1,2,2,2,2,2,2,2,2,2,2,2,1,0),
|
||||
(0,0,1,1,1,1,1,1,1,1,1,1,1,0,0)
|
||||
);
|
||||
$size: 4px;
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $size * length(nth($logo, 1));
|
||||
height: $size * length($logo);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: -$size;
|
||||
left: -$size;
|
||||
content: "";
|
||||
background: transparent;
|
||||
|
||||
@include pixelize($size, $logo, $logo-colors);
|
||||
@include fill-gaps();
|
||||
}
|
||||
}
|
35
node_modules/nes.css/scss/pixel-arts/snes-jp-icon.scss
generated
vendored
Normal file
35
node_modules/nes.css/scss/pixel-arts/snes-jp-icon.scss
generated
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
.snes-jp-logo {
|
||||
$px: 3px;
|
||||
$logo-colors: (#333, #d7d7d7, #7dbb78, #999cf7, #f40500, #f6f504);
|
||||
|
||||
// prettier-ignore
|
||||
$logo: (
|
||||
(0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,1,0,0,0,0,0,0,0),
|
||||
(0,0,1,1,1,1,1,1,1,1,1,1,1,0,0),
|
||||
(0,1,2,2,2,2,2,2,2,2,2,2,2,1,0),
|
||||
(1,2,2,1,2,2,2,2,2,2,2,4,2,2,1),
|
||||
(1,2,1,1,1,2,2,2,2,2,3,2,5,2,1),
|
||||
(1,2,2,1,2,2,1,2,1,2,2,6,2,2,1),
|
||||
(0,1,2,2,2,2,2,2,2,2,2,2,2,1,0),
|
||||
(0,0,1,1,1,1,1,1,1,1,1,1,1,0,0)
|
||||
);
|
||||
$size: 4px;
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $size * length(nth($logo, 1));
|
||||
height: $size * length($logo);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: -$size;
|
||||
left: -$size;
|
||||
content: "";
|
||||
background: transparent;
|
||||
|
||||
@include pixelize($size, $logo, $logo-colors);
|
||||
@include fill-gaps();
|
||||
}
|
||||
}
|
40
node_modules/nes.css/scss/pixel-arts/squirtle.scss
generated
vendored
Normal file
40
node_modules/nes.css/scss/pixel-arts/squirtle.scss
generated
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
.nes-squirtle {
|
||||
$squirtle-colors: (#000, #9cf, #cb6633, #9fa1a1, #fff, #f89934, #ff3);
|
||||
// prettier-ignore
|
||||
$squirtle: (
|
||||
(0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,0),
|
||||
(0,0,1,2,2,2,2,1,1,0,0,0,0,0,0,1,2,2,2,1,0),
|
||||
(0,1,2,2,2,2,2,2,2,1,1,0,0,0,1,2,2,2,2,2,1),
|
||||
(0,1,2,2,2,2,2,2,2,1,6,1,1,0,1,2,2,2,1,2,1),
|
||||
(1,3,2,2,2,2,2,2,2,2,6,6,6,1,2,2,2,1,2,2,1),
|
||||
(1,2,2,2,2,5,1,2,2,2,5,6,6,6,1,2,2,1,2,1,0),
|
||||
(1,2,2,2,2,1,3,2,2,2,5,6,6,6,1,2,1,1,1,0,0),
|
||||
(0,1,2,2,2,1,3,2,2,2,1,5,6,6,6,1,1,0,0,0,0),
|
||||
(0,0,1,1,2,2,2,2,1,1,2,2,5,6,6,1,0,0,0,0,0),
|
||||
(0,0,1,2,1,1,1,1,2,2,2,2,5,6,6,1,0,0,0,0,0),
|
||||
(0,0,0,1,1,7,7,1,2,2,2,1,5,6,6,1,0,0,0,0,0),
|
||||
(0,0,0,0,0,1,7,7,1,1,1,1,5,6,6,1,0,0,0,0,0),
|
||||
(0,0,0,0,1,2,1,7,7,7,7,7,1,5,1,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,1,1,1,1,7,7,2,1,5,1,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,0,1,1,1,2,1,1,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,0,0,1,2,2,2,1,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0),
|
||||
);
|
||||
$size: 6px;
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $size * length(nth($squirtle, 1));
|
||||
height: $size * length($squirtle);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: -$size;
|
||||
left: -$size;
|
||||
content: "";
|
||||
background: transparent;
|
||||
|
||||
@include pixelize($size, $squirtle, $squirtle-colors);
|
||||
@include fill-gaps();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue