Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c75a802114 | ||
|
|
d4e9c6cc01 | ||
|
|
46e74c9c6f | ||
|
|
e13c8d2054 | ||
|
|
4f0f58325f | ||
|
|
33c0a982d0 | ||
|
|
40597f77ae | ||
|
|
6d27304278 | ||
|
|
fbdc7e589f |
@@ -2,7 +2,7 @@
|
||||
|
||||

|
||||
|
||||
## How to install ?
|
||||
## How to install my theme ?
|
||||
Download the theme file and move it into your [BetterDiscord](https://betterdiscord.net) themes folder:
|
||||
|
||||
>[Nasa.theme.css](https://github.com/UltraLionfr/My-BetterDiscord-Theme/releases/download/1.0/nasa.theme.css)
|
||||
>[Nasa.theme.css](https://github.com/UltraLionfr/My-BetterDiscord-Collection-Theme/releases/download/1.0/nasa.theme.css)
|
||||
|
||||
+81
-4
@@ -1,3 +1,57 @@
|
||||
/*-------Blur spoiler-------*/
|
||||
/*blurs spoiler text instead of having a black bar over it*/
|
||||
.contents-2mQqc9 .spoilerText-3p6IlD.hidden-HHr2R9,
|
||||
.contents-2mQqc9 .spoilerText-3p6IlD.hidden-HHr2R9:hover,
|
||||
.contents-2mQqc9 .spoilerText-3p6IlD {
|
||||
background: rgb(130, 130, 130, 0.1);
|
||||
/*adds minor grey-ish filter to differentiate spoilted text from normal text*/
|
||||
border-radius: 7px;
|
||||
/*adds rounded edges for the filter described above*/
|
||||
}
|
||||
.contents-2mQqc9 .spoilerText-3p6IlD.hidden-HHr2R9 > .inlineContent-3ZjPuv {
|
||||
filter: blur(3px);
|
||||
/*adds blur filter when text is left alone*/
|
||||
opacity: 1;
|
||||
/*makes blurred text fully opaque*/
|
||||
}
|
||||
.contents-2mQqc9 .spoilerText-3p6IlD.hidden-HHr2R9:hover > .inlineContent-3ZjPuv {
|
||||
filter: none;
|
||||
/*removes blur filter on hover*/
|
||||
opacity: 1;
|
||||
/*makes text opacity look like normal, non-spoiled text on hover*/
|
||||
}
|
||||
/*--------------------------*/
|
||||
|
||||
|
||||
.profile-1eT9hT ~ * .field-1HUseB:nth-child(2) .colorHeaderPrimary-26Jzh-,
|
||||
.profile-1eT9hT ~ * .field-1HUseB:nth-child(3) .colorHeaderPrimary-26Jzh- {
|
||||
filter: blur(5px);
|
||||
}
|
||||
.profile-1eT9hT ~ * .field-1HUseB:nth-child(2) .colorHeaderPrimary-26Jzh-:hover,
|
||||
.profile-1eT9hT ~ * .field-1HUseB:nth-child(3) .colorHeaderPrimary-26Jzh-:hover {
|
||||
filter: blur(0);
|
||||
}
|
||||
|
||||
|
||||
.theme-dark .itemContainer-1LSFks {
|
||||
background-color: transparent;
|
||||
}
|
||||
.theme-dark .colorHeaderSecondary-3Sp3Ft,.colorHeaderPrimary-26Jzh-{
|
||||
color: white;
|
||||
}
|
||||
.theme-dark .input-cIJ7To {
|
||||
color: #f04747;
|
||||
}
|
||||
.input--jS-j2 {
|
||||
background-color: transparent;
|
||||
}
|
||||
.theme-dark .container-1CE3eW {
|
||||
background-image: url("https://i.imgur.com/b7XZsIU.jpg");
|
||||
}
|
||||
.container-UC8Ug1 {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/*discord logo*/
|
||||
#app-mount .listItemWrapper-3X98Pc .childWrapper-anI2G9 {background: url("https://i.imgur.com/ucqxw68.png") center/cover no-repeat;}
|
||||
.homeIcon-tEMBK1 {display: none;}
|
||||
@@ -63,8 +117,8 @@
|
||||
.theme-dark .cancelButton-RGXhAE {font-family: 'Orbitron', sans-serif;;color: rgb(255, 255, 255);}
|
||||
.theme-dark .contents-18-Yxp {font-family: 'Orbitron', sans-serif;;color: white;}
|
||||
.theme-dark .size-30cdTn {background-image: url("https://i.imgur.com/b7XZsIU.jpg");border: none;}
|
||||
.theme-dark .footer-2gL1pp {background-image: url("https://cdn.lowgif.com/medium/001d1c51ecd8992a-index-of-gnutux-sparkle.gif");}
|
||||
.theme-dark .content-1LAB8Z {background-image: url("https://i.imgur.com/b7XZsIU.jpg");}
|
||||
.theme-dark .footer-2gL1pp {background-color: transparent;}
|
||||
.theme-dark .content-1LAB8Z {background-color: transparent;}
|
||||
.theme-dark .action-1lSjCi {background-color: transparent;}
|
||||
.theme-dark .colorStandard-2KCXvj {color: rgb(255, 255, 255);}
|
||||
.wrapper-2ZbzR9.theme-light {background-image: url("https://wallpaperset.com/w/full/8/f/e/36465.jpg");}
|
||||
@@ -72,6 +126,15 @@
|
||||
.helpText-h3r3wC {font-size: 15px;line-height: 13px;margin: 15px 0;color: white;}
|
||||
.avatarUploader-3XDtmn .sizeInfo-SKMPPw {display: block;font-size: 15px;color: #ffffff;}
|
||||
.theme-dark .input-UJ9Tr3 {color: #e3e5e8;border-bottom-color: white;}
|
||||
.theme-dark .itemContainer-1LSFks {
|
||||
background-color: transparent;
|
||||
}
|
||||
.theme-dark .colorHeaderSecondary-3Sp3Ft,.colorHeaderPrimary-26Jzh-{
|
||||
color: white;
|
||||
}
|
||||
.theme-dark .container-1CE3eW {
|
||||
background-image: url("https://i.imgur.com/b7XZsIU.jpg");
|
||||
}
|
||||
/*End Create or join server*/
|
||||
/*pageWrapper*/
|
||||
.theme-dark .pageWrapper-1PgVDX {background-color: transparent;}
|
||||
@@ -166,7 +229,7 @@
|
||||
.colorPrimary-3hws2f {color: white;}
|
||||
/*End Nitro*/
|
||||
.emptyChannelIcon-cc932w { background-color: transparent;}
|
||||
.unread-1xRYoj {background-color: #f04747;}
|
||||
.unread-1xRYoj {background-color: #f04747;} /*New Messages*/
|
||||
.interactive {background-image: url("https://cdn.lowgif.com/medium/001d1c51ecd8992a-index-of-gnutux-sparkle.gif");}
|
||||
.interactive:hover {background-image: url("https://cdn.lowgif.com/medium/001d1c51ecd8992a-index-of-gnutux-sparkle.gif");}
|
||||
|
||||
@@ -176,4 +239,18 @@
|
||||
.iconBackgroundTierTwo-3bCmdc {color: #ff73fa;}
|
||||
.disableColor-MwOAZf, .iconBackgroundTierNone-3MPhMJ, .iconBackgroundTierOne-2LhaMB, .iconBackgroundTierThree-3qw3JX, .iconBackgroundTierTwo-3bCmdc {color: #ff73fa;}
|
||||
.modeSelected-1zApJ_ .icon-1_QxNX, .modeSelected-1zApJ_:hover .icon-1_QxNX, .modeUnread-1zpFdA .icon-1_QxNX, .modeUnread-1zpFdA:hover .icon-1_QxNX {color: white;}
|
||||
.theme-dark .header-1TKi98 {background-image: url("https://cdn.lowgif.com/medium/001d1c51ecd8992a-index-of-gnutux-sparkle.gif");}
|
||||
.theme-dark .header-1TKi98 { background-color: transparent;}
|
||||
.sampleLink-2NLvZg {color: #f04747;}
|
||||
|
||||
.isUnread-3Ef-o9 {
|
||||
border-color: #f04747;
|
||||
}
|
||||
|
||||
.unreadPill-2HyYtt {
|
||||
background-color: #f04747;
|
||||
}
|
||||
|
||||
.unreadPillCapStroke-7rkHbg {
|
||||
color: #f04747;
|
||||
fill: #f04747;
|
||||
}
|
||||
|
||||
+8
-7
@@ -1,12 +1,13 @@
|
||||
/**
|
||||
* @name Nasa
|
||||
* @author UltraLion#0001
|
||||
* @version 1.0
|
||||
* @author UltraLion
|
||||
* @version 2.0
|
||||
* @description Nasa Theme created by UltraLion.
|
||||
* @donate https://paypal.me/ultralionfr
|
||||
* @authorLink https://github.com/UltraLionfr
|
||||
* @website https://ultralion.ml
|
||||
**/
|
||||
* @donate paypal.me/UltraLionFr404
|
||||
* @authorId 281113457833672706
|
||||
* @source https://github.com/UltraLionfr/My-BetterDiscord-Collection-Theme
|
||||
* @website ultralion.online
|
||||
*/
|
||||
|
||||
/*
|
||||
/$$ /$$ /$$$$$$ /$$$$$$ /$$$$$$
|
||||
@@ -37,4 +38,4 @@
|
||||
--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 */
|
||||
}
|
||||
/*End radialstatuts*/
|
||||
/*End radialstatuts*/
|
||||
|
||||
Reference in New Issue
Block a user