Last active
August 31, 2018 18:14
-
-
Save RossComputerGuy/82877d257e387a52eddefd9d914ae8db to your computer and use it in GitHub Desktop.
This file contains hidden or 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":"Mobile Suit Gundam UC 0079","description":"A Mobile Suit Gundam theme for the UC 0079 series.","author":"Spaceboy Ross","version":"1.0.0"}*// | |
@import url(https://satoru8.github.io/Collection/Base.css); | |
@import url(https://satoru8.github.io/Addons/FriendsList.css); | |
@import url(https://satoru8.github.io/Addons/MemberlistPopout.css); | |
@import url(https://satoru8.github.io/Addons/SmallerGuildIcons.css); | |
:root { | |
--light: rgba(0, 0, 0, .5); /* Overall brightness. 1= black, 0 = transparent */ | |
--userlight:rgba(0, 0, 0, 0.5); /* Brightness for the userpopouts */ | |
--mc: #A0A0A0; /* Main colour. Larger items, backgrounds. */ | |
--sc: #A9A9A9; /* Accent/Secondary colour. Borders, notifications & such. */ | |
--bc: #A9A9A9; /* All borders/box shadows. You should match this to your mc or sc colour. */ | |
--round: 50%; /* Overall Icon roundness */ | |
--font: sans-serif; | |
--font-size: 15px; | |
--text: #eee; /* Text colour. */ | |
--block: none; /* Show/Hide blocked msgs */ | |
--size: 35px; /* Guild Icon Size */ | |
} | |
.appMount-3VJmYg { background: url("https://i.imgur.com/up29hBM.jpg") center/cover no-repeat; } | |
svg.homeIcon-1FoKUJ { background: url("https://pre00.deviantart.net/2a76/th/pre/f/2014/184/1/a/rx_78_2_ver_2_0_by_cr3ative-d7p3uno.jpg") no-repeat center/cover; } | |
/* Channels */ | |
.contentSelectedText-3wUhMi, .contentSelectedVoice-1WDIBM { background-color: #A0A0A0; } | |
.nameConnectedText-3CzNQn, .nameConnectedVoice-MHUX5F, .nameSelectedText-sp_EUw, .nameSelectedVoice-1qSph5 { color: #F0F0F0; } | |
.iconHovered-2L3-fB, .iconHoveredCollapsed-3caIIZ, .nameHovered-1gxhWH, .nameHoveredCollapsed-2orEWB { color: #FFFFFF; } | |
.theme-dark .colorUnreadText-2t7XRb, .theme-dark .colorUnreadVoice-137o4S, | |
.theme-dark .nameUnreadText-DfkrI4, .theme-dark .nameUnreadVoice-EVo-wI { color: #FFFFFF; } | |
.theme-dark .guildsError-3cFMtY { | |
width: var(--size); | |
height: var(--size); | |
} | |
/* Menus */ | |
.theme-dark .item-1GzJrl:hover { | |
background-color: #A2A2A2; | |
color: #FFFFFF; | |
} | |
/* Chat -> Mentions */ | |
.theme-dark .isMentioned-N-h9aa { background-color: #A9A9A9; } | |
.isMentionedCozy-3isp7y:after { | |
background: none; | |
border-left: 4px solid #A9A9A9; | |
} | |
.theme-dark .isMentioned-N-h9aa .mention, .theme-light .isMentioned-N-h9aa .mention { color: #FFFFFF; } | |
.theme-dark .isMentioned-N-h9aa .mention:hover, .theme-light .isMentioned-N-h9aa .mention:hover { color: #020202; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment