Spaces:
Running
Running
Create CSSCustomTest
Browse files- CSSCustomTest +26 -0
CSSCustomTest
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@import url("https://mycc-trash.hf.space/icons.css");
|
| 2 |
+
@import url("https://xcruxiex.github.io/themes/core/settings-icons.css");
|
| 3 |
+
@import url("https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css");
|
| 4 |
+
/* Radial Status */
|
| 5 |
+
:root {
|
| 6 |
+
|
| 7 |
+
/* Better Hljs */
|
| 8 |
+
--backgroundCode: #1e2731;
|
| 9 |
+
--backgroundName: rgba(0, 0, 0, .2);
|
| 10 |
+
|
| 11 |
+
/* Radial Status */
|
| 12 |
+
--rs-small-spacing: 2px;
|
| 13 |
+
--rs-large-spacing: 3px;
|
| 14 |
+
--rs-width: 2px;
|
| 15 |
+
--rs-avatar-shape: 50%;
|
| 16 |
+
--rs-online-color: #43b581;
|
| 17 |
+
--rs-idle-color: #faa61a;
|
| 18 |
+
--rs-dnd-color: #f04747;
|
| 19 |
+
--rs-offline-color: #636b75;
|
| 20 |
+
--rs-streaming-color: #643da7;
|
| 21 |
+
--rs-invisible-color: #747f8d;
|
| 22 |
+
--rs-phone-visible: block;
|
| 23 |
+
--rs-phone-color: var(--rs-online-color);
|
| 24 |
+
|
| 25 |
+
--customFont: 'gg sans', sans-serif;
|
| 26 |
+
}
|