mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-17 11:02:08 -05:00
328 lines
6.2 KiB
CSS
328 lines
6.2 KiB
CSS
/*-------------------- Themes --------------------*/
|
|
|
|
body[theme="default"] {
|
|
--background: #1c1c1c;
|
|
--theme: #0284d4;
|
|
--theme-hover: #123bde;
|
|
--text: white;
|
|
--text-secondary: black;
|
|
}
|
|
body[theme="axel"] {
|
|
--background: #4b146d;
|
|
--theme: #f1a6c9;
|
|
--theme-hover: #ca8ca9;
|
|
--text: #7d5624;
|
|
--text-secondary: #af73b2;
|
|
}
|
|
body[theme="fuckyouandrewosborne"] {
|
|
--background: #fffff;
|
|
--theme: brown;
|
|
--theme-hover: rgb(138, 34, 34);
|
|
--text: black;
|
|
--text-secondary: black;
|
|
}
|
|
body[theme="if_you_are_reading_this_are_you_skidding_or_just_looking_at_code"] {
|
|
--background: #1448f5;
|
|
--theme: #6c06ba;
|
|
--theme-hover: #5b039e;
|
|
--text: #14f5f5;
|
|
--text-secondary: white;
|
|
}
|
|
body[theme="poop"] {
|
|
--background: black;
|
|
--theme: brown;
|
|
--theme-hover: rgb(136, 34, 34);
|
|
--text: white;
|
|
--text-secondary: white;
|
|
}
|
|
body[theme="fuckyoufeny"] {
|
|
--background: blue;
|
|
--theme: yellow;
|
|
--theme-hover: rgb(204, 204, 3);
|
|
--text: green;
|
|
--text-secondary: green;
|
|
}
|
|
|
|
body[theme="light"] {
|
|
--background: white;
|
|
--theme: #4caf50;
|
|
--theme-hover: #3f9142;
|
|
--text: black;
|
|
--text-secondary: black;
|
|
}
|
|
body[theme="pink"] {
|
|
--background: #ff1dce;
|
|
--theme: #ff33ff;
|
|
--theme-hover: #d62ad6;
|
|
--text: #39ff14;
|
|
--text-secondary: #39ff14;
|
|
}
|
|
body[theme="blue"] {
|
|
--background: #062a78;
|
|
--theme: #062a78;
|
|
--theme-hover: #051d50;
|
|
--text: #b0c4de;
|
|
--text-secondary: #b0c4de;
|
|
}
|
|
body[theme="yellow"] {
|
|
--background: #ffff00;
|
|
--theme: #ffff00;
|
|
--theme-hover: rgb(204, 204, 3);
|
|
--text: #002147;
|
|
--text-secondary: #002147;
|
|
}
|
|
body[theme="40yearoldpedophileanddiscordmod"] {
|
|
--background: #321414;
|
|
--theme: #f4a460;
|
|
--theme-hover: #cc894f;
|
|
--text: #f4a460;
|
|
--text-secondary: #b58b00;
|
|
}
|
|
body[theme="airtagschicken"] {
|
|
--background: #00ff00;
|
|
--theme: #00ff80;
|
|
--theme-hover: #00c563;
|
|
--text: #fa11f2;
|
|
--text-secondary: #fa11f2;
|
|
}
|
|
body[theme="amoled"] {
|
|
--background: #000000;
|
|
--theme: #000000;
|
|
--theme-hover: #1b1b1b;
|
|
--text: #ffffff;
|
|
--text-secondary: #ffffff;
|
|
}
|
|
body[theme="communism"] {
|
|
--background: ##ff0000;
|
|
--theme: #ff1f1f;
|
|
--theme-hover: #d62a2a;
|
|
--text: #ffff00;
|
|
--text-secondary: #ffff00;
|
|
}
|
|
body[theme="homestuck"] {
|
|
--background: #dfdfdf;
|
|
--theme: #0ad53e;
|
|
--theme-hover: #07b332;
|
|
--text: black;
|
|
--text-secondary: white;
|
|
}
|
|
body[theme="orchid"] {
|
|
--background: #1c1c1c;
|
|
--theme: #b625cc;
|
|
--theme-hover: #a31eb8;
|
|
--text: white;
|
|
--text-secondary: white;
|
|
}
|
|
|
|
body[theme="sky"] {
|
|
--background: #1c1c1c;
|
|
--theme: #0084ff;
|
|
--theme-hover: #0072d1;
|
|
--text: white;
|
|
--text-secondary: black;
|
|
}
|
|
|
|
body[theme="winter"] {
|
|
--background: linear-gradient(to right, #2377a4, #79c0d7), #79c0d7;
|
|
--theme: #3da341;
|
|
--theme-hover: #2d7a2d;
|
|
--text: white;
|
|
--text-secondary: white;
|
|
}
|
|
|
|
body[theme="winter"] .navbar {
|
|
box-shadow: none;
|
|
}
|
|
|
|
body[theme="nebelung"] {
|
|
--background: #dabc9a;
|
|
--text: black;
|
|
--text-secondary: white;
|
|
--theme: linear-gradient(to right, #3d2d1e, #190f05);
|
|
--theme-hover: linear-gradient(to right, #221911, #110a03);
|
|
}
|
|
|
|
body[theme="nebelung"] .navbar {
|
|
box-shadow: 0 5px 200px #3d2d1e;
|
|
animation: nebelungBreathing 5s ease-out infinite normal;
|
|
}
|
|
|
|
body[theme="piplup"] {
|
|
--background: #5bacee;
|
|
--theme: #0026ff;
|
|
--theme-hover: #0019d4;
|
|
--text: white;
|
|
--text-secondary: black;
|
|
}
|
|
|
|
@keyframes nebelungBreathing {
|
|
0% {
|
|
box-shadow: 0 5px 170px #3d2d1e;
|
|
}
|
|
|
|
25% {
|
|
box-shadow: 0 5px 200px #3d2d1e;
|
|
}
|
|
|
|
60% {
|
|
box-shadow: 0 5px 170px #3d2d1e;
|
|
}
|
|
|
|
100% {
|
|
box-shadow: 0 5px 170px #3d2d1e;
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes nebelungBreathing {
|
|
0% {
|
|
box-shadow: 0 5px 170px #3d2d1e;
|
|
}
|
|
|
|
25% {
|
|
box-shadow: 0 5px 200px #3d2d1e;
|
|
}
|
|
|
|
60% {
|
|
box-shadow: 0 5px 170px #3d2d1e;
|
|
}
|
|
|
|
100% {
|
|
box-shadow: 0 5px 170px #3d2d1e;
|
|
}
|
|
}
|
|
|
|
body[theme="forternish"] {
|
|
--background: #003443;
|
|
--theme: linear-gradient(15deg, #82c4e4, #60f108);
|
|
--theme-hover: linear-gradient(15deg, #6ca3be, #52cc06);
|
|
--text: white;
|
|
--text-secondary: black;
|
|
}
|
|
|
|
body[theme="forternish"] * {
|
|
font-family: Comic Sans MS;
|
|
}
|
|
|
|
body[theme="northernfish"] {
|
|
--background: linear-gradient(to bottom right, #91fa9e, #0ec9f8);
|
|
--theme: #3778ff;
|
|
--theme-hover: #2e64d8;
|
|
--text: black;
|
|
--text-secondary: black;
|
|
}
|
|
|
|
body[theme="northernfish"] .navbar {
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
body[theme="northernfish"] .navitems {
|
|
background: transparent;
|
|
}
|
|
|
|
body[theme="northernfish"]::-webkit-scrollbar {
|
|
background: #0ec9f8;
|
|
}
|
|
|
|
body[theme="forgor"] {
|
|
--background: #efefef;
|
|
--theme: #d7d700;
|
|
--theme-hover: #b5b500;
|
|
--text: #d7d700;
|
|
--text-secondary: #efefef;
|
|
}
|
|
|
|
body[theme="monotonium"] {
|
|
--background: white;
|
|
--theme: black;
|
|
--theme-hover: #2c2c2c;
|
|
--text: black;
|
|
--text-secondary: white;
|
|
}
|
|
|
|
body[theme="monotonium-dark"] {
|
|
--background: black;
|
|
--theme: white;
|
|
--theme-hover: #b1b1b1;
|
|
--text: white;
|
|
--text-secondary: black;
|
|
}
|
|
|
|
body[theme="concrete"] {
|
|
--background: gray;
|
|
--theme: white;
|
|
--theme-hover: #b1b1b1;
|
|
--text: white;
|
|
--text-secondary: grey;
|
|
}
|
|
|
|
body[theme="sunset"] {
|
|
--background: #1c1c1c;
|
|
--theme: #e83141;
|
|
--theme-hover: #c41e2d;
|
|
--text: white;
|
|
--text-secondary: black;
|
|
}
|
|
|
|
body[theme="russell2259"] {
|
|
--background: rgba(17, 17, 17, 0.777);
|
|
--theme: #0473fb;
|
|
--theme-hover: #0059d1;
|
|
--text: #fff;
|
|
--text-secondary: black;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
color: var(--text);
|
|
}
|
|
|
|
body[theme="fracital"] {
|
|
--background: #222;
|
|
--theme: #f971e4;
|
|
--theme-hover: #e84fc4;
|
|
--text: white;
|
|
--text-secondary: black;
|
|
}
|
|
|
|
body[theme="hacker"] {
|
|
--background: black;
|
|
--theme: #72dc83;
|
|
--theme-hover: #5cbf6b;
|
|
--text: white;
|
|
--text-secondary: black;
|
|
}
|
|
|
|
body[theme="hacker"] * {
|
|
font-family: "JetBrains Mono";
|
|
}
|
|
|
|
body[theme="parrot"] {
|
|
--background: #1a1404;
|
|
--theme: #0580c3;
|
|
--theme-hover: #0469a0;
|
|
--text: #c39e1f;
|
|
--text-secondary: #000000;
|
|
}
|
|
|
|
body[theme="premiumdark"] {
|
|
--background: #111827;
|
|
--theme: #4b5563;
|
|
--text: white;
|
|
--text-secondary: white;
|
|
}
|
|
|
|
body[theme="premiumdark"] > .navbar {
|
|
box-shadow: none;
|
|
animation: none;
|
|
padding: 6px;
|
|
/*border-bottom: solid 1px #374151;*/
|
|
}
|
|
|
|
body[theme="premiumdark"] > .navbar > .navitems {
|
|
background: #1f2937;
|
|
border-radius: 22px;
|
|
}
|
|
|
|
body[theme="premiumdark"] > .navbar > .navitems > .navlogo {
|
|
left: 13px;
|
|
} |