Skip to content

Commit

Permalink
Deployed f4e18f0 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Dec 18, 2023
0 parents commit 338792d
Show file tree
Hide file tree
Showing 181 changed files with 7,953 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions 404.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/_mkdocstrings.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

167 changes: 167 additions & 0 deletions assets/css/colors.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
:root {
--green: rgb(80, 154, 6);
--yellow: rgb(196, 157, 0);
--red: rgb(202, 2, 2);
--magenta: rgb(117, 82, 125);
--blue: rgb(112, 159, 206);
--cyan: rgb(10, 153, 155);
--white: rgb(207, 211, 203);
--black: rgb(3, 5, 1);

--bright-green: rgb(171, 242, 56);
--bright-yellow: rgb(253, 245, 77);
--bright-red: rgb(251, 40, 40);
--bright-magenta: rgb(208, 164, 207);
--bright-blue: rgb(139, 223, 254);
--bright-cyan: rgb(56, 241, 242);
--bright-white: rgb(254, 254, 254);
--bright-black: rgb(83, 85, 91);
}

/* Foreground Colors */

.fg-green {
color: var(--green);
}

.fg-yellow {
color: var(--yellow);
}

.fg-red {
color: var(--red);
}

.fg-magenta {
color: var(--magenta);
}

.fg-blue {
color: var(--blue);
}

.fg-cyan {
color: var(--cyan);
}

.fg-white {
color: var(--white);
}

.fg-black {
color: var(--black);
}

.fg-bright-green {
color: var(--bright-green);
}

.fg-bright-yellow {
color: var(--bright-yellow);
}

.fg-bright-red {
color: var(--bright-red);
}

.fg-bright-magenta {
color: var(--bright-magenta);
}

.fg-bright-blue {
color: var(--bright-blue);
}

.fg-bright-cyan {
color: var(--bright-cyan);
}

.fg-bright-white {
color: var(--bright-white);
}

.fg-bright-black {
color: var(--bright-black);
}

/* Background Colors and Their Default Text Color */

.bg-green {
background-color: var(--green);
color: var(--bright-white);
}

.bg-yellow {
background-color: var(--yellow);
color: var(--bright-white);
}

.bg-red {
background-color: var(--red);
color: var(--bright-white);
}

.bg-magenta {
background-color: var(--magenta);
color: var(--bright-white);
}

.bg-blue {
background-color: var(--blue);
color: var(--bright-white);
}

.bg-cyan {
background-color: var(--cyan);
color: var(--bright-white);
}

.bg-white {
background-color: var(--white);
color: var(--bright-white);
}

.bg-black {
background-color: var(--black);
color: var(--bright-white);
}

.bg-bright-green {
background-color: var(--bright-green);
color: var(--bright-white);
}

.bg-bright-yellow {
background-color: var(--bright-yellow);
color: var(--bright-white);
}

.bg-bright-red {
background-color: var(--bright-red);
color: var(--bright-white);
}

.bg-bright-magenta {
background-color: var(--bright-magenta);
color: var(--bright-white);
}

.bg-bright-blue {
background-color: var(--bright-blue);
color: var(--bright-white);
}

.bg-bright-cyan {
background-color: var(--bright-cyan);
color: var(--bright-white);
}

.bg-bright-white {
background-color: var(--bright-white);
color: var(--black);
}

.bg-bright-black {
background-color: var(--bright-black);
color: var(--bright-white);
}
18 changes: 18 additions & 0 deletions assets/css/effects.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.effect-blinking {
opacity: 1;
animation: blinking 1s step-end infinite;
}

@keyframes blinking {
50% {
opacity: 0;
}
}

.effect-dimmed {
opacity: 50%;
}

.effect-hidden {
opacity: 0%;
}
Binary file added assets/images/colors/_colors_16x16.psd
Binary file not shown.
Binary file added assets/images/colors/black_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/colors/blue_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/colors/bright_black_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/colors/bright_blue_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/colors/bright_cyan_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/colors/bright_green_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/colors/bright_magenta_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/colors/bright_red_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/colors/bright_white_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/colors/bright_yellow_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/colors/cyan_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/colors/green_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/colors/magenta_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/colors/red_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/colors/white_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/colors/yellow_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file added assets/images/examples/hex_custom_text.png
Binary file added assets/images/examples/hex_full_text.png
Binary file added assets/images/examples/hsl_custom_text.png
Binary file added assets/images/examples/hsl_full_text.png
Binary file added assets/images/examples/mixed_text_functions.png
Binary file added assets/images/examples/rgb_custom_text.png
Binary file added assets/images/examples/rgb_full_text.png
Binary file added assets/images/favicon.png
29 changes: 29 additions & 0 deletions assets/javascripts/bundle.d7c377c4.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.d7c377c4.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 338792d

Please sign in to comment.