Last active
July 29, 2018 15:42
-
-
Save AnomalousUnderdog/f95a68064f5df1865ceceb1e117a27c1 to your computer and use it in GitHub Desktop.
Dark skin userstyle for the Unity Forums, compatible as of July 2018
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
/* ==UserStyle== | |
@name Unity Forum Dark | |
@namespace AnomalousUnderdog | |
@description Dark skin for the Unity Forums, compatible as of July 2018 | |
@version 1.0.0 | |
@author Anomalous Underdog <[email protected]> | |
@license CC0 (https://creativecommons.org/publicdomain/zero/1.0/) | |
==/UserStyle== */ | |
@-moz-document domain("forum.unity.com") { | |
body | |
{ | |
color: #b7b7b7; | |
background: #2a2c31; | |
} | |
section#section-content | |
{ | |
background: #2a2c31; | |
} | |
#content .pageContent | |
{ | |
background: #2a2c31; | |
} | |
/* ------------------------- */ | |
.nodeList .categoryStrip | |
{ | |
background-color: #404040; | |
} | |
.nodeList .categoryStrip .nodeTitle a | |
{ | |
color: #d9d9d9; | |
} | |
.nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList .linkNodeInfo | |
{ | |
border-bottom-color: rgb(66, 66, 66); | |
} | |
.nodeList .nodeIcon | |
{ | |
-webkit-filter: invert(82%); | |
filter: invert(82%); | |
} | |
/* ------------------------- */ | |
a | |
{ | |
color: #777; | |
} | |
a:link, a:visited | |
{ | |
color: rgb(173, 173, 173); | |
} | |
/* ------------------------- */ | |
.forum_view .filterByTag .tagList .tag | |
{ | |
background-color: rgb(72, 72, 72); | |
border-color: rgb(105, 105, 105) !important; | |
color: #b6b6b6; | |
} | |
.tagList .tag | |
{ | |
background-color: rgb(72, 72, 72); | |
border-color: rgb(105, 105, 105) !important; | |
color: #b6b6b6; | |
} | |
/* ------------------------- */ | |
.discussionListItem.visible.sticky | |
{ | |
background-color: rgb(34, 35, 36); | |
} | |
.discussionListItem | |
{ | |
border-bottom-color: rgb(89, 89, 89); | |
} | |
.discussionListItem:nth-of-type(even) | |
{ | |
background-color: rgb(55, 55, 55); | |
} | |
.discussionList .sectionHeaders | |
{ | |
background-color: #414141; | |
} | |
.discussionList .sectionHeaders a | |
{ | |
color: #b5b5b5; | |
} | |
/* ------------------------- */ | |
.tagList .tag | |
{ | |
background-color: rgb(55, 55, 55); | |
} | |
.discussionList .tagList .tag | |
{ | |
color: rgb(173, 173, 173); | |
border-color: rgb(93, 93, 93) !important; | |
} | |
/* ------------------------- */ | |
.prefix.prefixPrimary | |
{ | |
color: rgb(191, 191, 191)!important; | |
background-color: #6d6d6d!important; | |
border-color: #a3a5a7!important; | |
} | |
.prefix.prefixSkyBlue | |
{ | |
color: rgb(95, 144, 178)!important; | |
background-color: #284153!important; | |
border-color: #6786a4!important; | |
} | |
/* ------------------------- */ | |
.searchResult .snippet a | |
{ | |
color: rgb(142, 142, 142); | |
} | |
.searchResult .meta a | |
{ | |
color: rgb(210, 210, 210); | |
} | |
.searchResult | |
{ | |
border-bottom-color: rgb(70, 70, 70); | |
} | |
/* ------------------------- */ | |
.itemPageNav a, .itemPageNav span | |
{ | |
color: rgb(148, 148, 148); | |
} | |
body .itemPageNav a | |
{ | |
color: rgb(148, 148, 148); | |
} | |
/* ------------------------- */ | |
.sectionFooter | |
{ | |
background-color: #2a2c31; | |
border-top: 0px; | |
border-color: rgb(89, 89, 89); | |
} | |
/* ------------------------- */ | |
.messageList .message:nth-of-type(even) | |
{ | |
background: #2d2d2d; | |
} | |
.messageList .message | |
{ | |
border-top-color: #363636; | |
} | |
/* ------------------------- */ | |
.breadcrumb | |
{ | |
background-color: rgb(51, 51, 51); | |
border-color: rgb(70, 70, 70); | |
} | |
.breadcrumb .crust a.crumb | |
{ | |
background-color: rgb(51, 51, 51); | |
} | |
.breadcrumb .crust .arrow span | |
{ | |
border-left-color: rgb(51, 51, 51); | |
} | |
.breadcrumb .crust .arrow | |
{ | |
border-left-color: rgb(70, 70, 70); | |
} | |
.breadcrumb .crust:hover a.crumb | |
{ | |
background-color: rgb(26, 26, 26); | |
} | |
.breadcrumb .crust:hover .arrow span | |
{ | |
border-left-color: rgb(26, 26, 26); | |
} | |
a[href]:hover | |
{ | |
color: rgb(99, 166, 242); | |
} | |
/* ------------------------- */ | |
.navTabs .navTab.selected .tabLinks a | |
{ | |
color: rgb(162, 162, 162); | |
} | |
.navTabs .navTab.PopupClosed .navLink | |
{ | |
color: rgb(183, 183, 183); | |
} | |
.navTabs .navTab.selected .tabLinks a:hover, .navTabs .navTab.selected .tabLinks a:focus | |
{ | |
color: rgb(162, 162, 162); | |
background-color: rgb(26, 26, 26); | |
} | |
.navTabs .navTab .tabLinks .subMenu | |
{ | |
background: rgb(51, 51, 51); | |
} | |
/* ------------------------- */ | |
div.primaryContent.menuHeader | |
{ | |
background-color: rgb(56, 56, 56); | |
} | |
.primaryContent | |
{ | |
border-color: rgb(61, 61, 61); | |
} | |
.Menu .secondaryContent | |
{ | |
background-color: rgba(37, 37, 37); | |
} | |
.secondaryContent | |
{ | |
border-color: rgb(61, 61, 61); | |
} | |
.Menu .sectionFooter | |
{ | |
background-color: rgba(37, 37, 37); | |
} | |
.navPopup .PopupItemLinkActive:hover | |
{ | |
background-color: rgb(70, 70, 70); | |
} | |
.blockLinksList a, .blockLinksList label | |
{ | |
color: rgb(167, 167, 167); | |
} | |
/* ------------------------- */ | |
.titleBar h1 | |
{ | |
color: #d2d2d2; | |
} | |
/* ------------------------- */ | |
.thread_view .threadAlerts | |
{ | |
border-color: rgb(144, 144, 144); | |
} | |
.thread_view .threadAlerts dd | |
{ | |
color: #b2b2b2; | |
} | |
/* ------------------------- */ | |
.bbCodeBlock | |
{ | |
border-color: rgb(105, 105, 105); | |
} | |
.bbCodeBlock .type | |
{ | |
background-color: rgb(72, 72, 72); | |
} | |
.bbCodeBlock pre, .bbCodeBlock .code | |
{ | |
background-color: rgb(58, 58, 58); | |
} | |
/* ------------------------- */ | |
.bbCodeQuote .attribution | |
{ | |
color: rgb(165, 165, 165); | |
} | |
.bbCodeQuote .quoteContainer | |
{ | |
background-color: rgb(84, 84, 84); | |
} | |
.bbCodeQuote .quoteContainer .quoteExpand | |
{ | |
color: rgb(125, 125, 125); | |
background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgb(58, 58, 58) 80%); | |
} | |
/* ------------------------- */ | |
.hasJs .bbCodeSpoilerText | |
{ | |
background-color: rgb(72, 72, 72); | |
border-color: rgb(88, 88, 88); | |
} | |
/* ------------------------- */ | |
.attachedFiles .attachedFilesHeader | |
{ | |
color: rgb(191, 191, 191); | |
background-color: rgb(92, 92, 92); | |
} | |
.attachedFiles | |
{ | |
border-color: rgb(105, 105, 105); | |
} | |
.attachedFiles .attachmentList | |
{ | |
background-color: rgb(93, 93, 93); | |
} | |
.attachment .boxModelFixer | |
{ | |
background-color: rgb(60, 60, 60); | |
border-color: rgb(103, 105, 105); | |
} | |
.attachment .thumbnail | |
{ | |
border-color: rgb(105, 105, 105); | |
} | |
/* ------------------------- */ | |
.messageInfo .DateTime | |
{ | |
color: #d2d2d2; | |
} | |
.message .likesSummary | |
{ | |
border-color: rgb(105, 105, 105); | |
} | |
/* ------------------------- */ | |
.secondaryContent | |
{ | |
background-color: rgb(75, 75, 75); | |
} | |
.PageNav a | |
{ | |
background-color: rgb(51, 51, 51); | |
} | |
/* ------------------------- */ | |
.xenPreviewTooltip.xenPreviewTooltip | |
{ | |
background-color: #2d2d2d; | |
} | |
.xenPreviewTooltip .arrow span | |
{ | |
color: #2d2d2d; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment