Last active
November 6, 2016 15:15
-
-
Save holly-hacker/b0a8615fd4f2c4e0a7f9a93f4b845c29 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//META{"name":"HoLLy's theme compilation","description":"Compilation of themes. Includes ClearVision Amethyst, Compact Account, Title bar, and some custom things.","author":"HoLLy","version":"1"}*//{} | |
/* "ClearVision - Amethyst v4" by @Zerthox */ | |
@import url(https://gitcdn.xyz/repo/Zerthox/ClearVision/master/themes/ClearVision_Amethyst.theme.css); | |
/*Compact Account by Maple*/ | |
@import url(https://gitcdn.xyz/repo/mrmaple240/betterdiscord-mini-themes/master/CompactAccount.theme.css); | |
/*Status Circles Edit*/ | |
/*TODO*/ | |
/*Compact Account patches for ClearVision and Status Circles*/ | |
@import url(https://gitcdn.xyz/repo/HoLLy-HaCKeR/Discord-Themes/master/CompactAccount_Patch.theme.css); | |
/*Title bar by Beard Design*/ | |
@import url(https://gitcdn.xyz/repo/BeardDesign1/Titlebar/master/Titlebar.theme.css); | |
/*Smaller Reactions*/ | |
@import url(https://gitcdn.xyz/repo/HoLLy-HaCKeR/Discord-Themes/master/SmallerReactions.theme.css); | |
/*No Loading Animations v1 by Zerthox*/ | |
.app, body::after, #app-mount::before, #app-mount::after { | |
-webkit-animation: none; | |
animation: none; | |
} | |
/*Small tweak to ClearVision's server list*/ | |
.channel-members h2 { | |
width: auto !important; | |
padding: 4px; | |
} | |
/*Fancy titlebar edit*/ | |
.titlebar:after { | |
content: "Discord - HoLLy edition"!important; | |
top: 10px; | |
left: 35px; | |
} | |
.titlebar:before { | |
top: 8.5px; !important; | |
left: 10px; | |
} | |
/*fixing detachable CSS editor with themes*/ | |
#bd-customcss-detach-editor .CodeMirror-scroll { | |
background-color: #333 !important;/**/ | |
} | |
#bd-customcss-detach-container{ | |
padding-top: 35px !important; | |
} | |
#bd-customcss-attach-controls .checkbox-group :nth-child(3){ | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment