2020-08-28 02:56:05 +02:00
|
|
|
/**
|
|
|
|
|
* @name Nasa
|
2020-12-30 16:55:38 +01:00
|
|
|
* @author UltraLion
|
|
|
|
|
* @version 2.0
|
2020-08-28 02:56:05 +02:00
|
|
|
* @description Nasa Theme created by UltraLion.
|
2020-12-30 16:55:38 +01:00
|
|
|
* @donate paypal.me/UltraLionFr404
|
|
|
|
|
* @authorId 281113457833672706
|
|
|
|
|
* @source https://github.com/UltraLionfr/My-BetterDiscord-Collection-Theme
|
|
|
|
|
* @website ultralion.online
|
|
|
|
|
*/
|
2020-08-28 02:56:05 +02:00
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
/$$ /$$ /$$$$$$ /$$$$$$ /$$$$$$
|
|
|
|
|
| $$$ | $$ /$$__ $$ /$$__ $$ /$$__ $$
|
|
|
|
|
| $$$$| $$| $$ \ $$| $$ \__/| $$ \ $$
|
|
|
|
|
| $$ $$ $$| $$$$$$$$| $$$$$$ | $$$$$$$$
|
|
|
|
|
| $$ $$$$| $$__ $$ \____ $$| $$__ $$
|
|
|
|
|
| $$\ $$$| $$ | $$ /$$ \ $$| $$ | $$
|
|
|
|
|
| $$ \ $$| $$ | $$| $$$$$$/| $$ | $$
|
|
|
|
|
|__/ \__/|__/ |__/ \______/ |__/ |__/
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
@import url("https://ultralionfr.github.io/My-BetterDiscord-Collection-Theme/css/nasa.css");
|
|
|
|
|
@import url("https://gibbu.github.io/BetterDiscord-Themes/RadialStatus/base.css");
|
|
|
|
|
@import url("https://codedotspectra.github.io/themes/mini-themes/settingsIcons.css");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*radialstatuts*/
|
|
|
|
|
:root {
|
|
|
|
|
--rs-small-spacing: 2px; /* spacing between avatar and status */
|
|
|
|
|
--rs-large-spacing: 3px; /* spacing between avatar and status for user popouts & modals/profiles */
|
|
|
|
|
--rs-width: 2px; /* Width/thickness of status border */
|
|
|
|
|
--rs-avatar-shape: 50%; /* 50% for round - 0% for square */
|
|
|
|
|
--rs-online-color: #43b581; /* color for online status */
|
|
|
|
|
--rs-idle-color: #faa61a; /* color for idle status */
|
|
|
|
|
--rs-dnd-color: #f04747; /* color for dnd status */
|
|
|
|
|
--rs-offline-color: #636b75; /* color for offline status */
|
|
|
|
|
--rs-streaming-color: #643da7; /* color for streaming status */
|
|
|
|
|
--rs-invisible-color: #747f8d; /* color for invisible status - Note this will only show for your own invisibility */
|
|
|
|
|
}
|
2020-09-10 23:31:11 +02:00
|
|
|
/*End radialstatuts*/
|