Skip to content

Instantly share code, notes, and snippets.

@Shadows-of-Fire
Created February 21, 2018 02:50
Show Gist options
  • Save Shadows-of-Fire/c712ada70781a448d4fe2254c6c83870 to your computer and use it in GitHub Desktop.
Save Shadows-of-Fire/c712ada70781a448d4fe2254c6c83870 to your computer and use it in GitHub Desktop.
#site div#site-main,
#site .atf,
#content,
ul.e-drop-menu,
li {
background: #333333;
color: #ffffff;
border-bottom: 0px;
}
.e-header-nav .e-wrapper .e-menu>li>a,
.e-header-nav .e-wrapper .e-menu>li span,
.p-header-b .project-details-container,
.p-header-b .project-details-container .project-user h1,
.p-header-b .project-details-container .project-user h1 a,
.p-header-b .project-details-container .project-user h1 a:link h1 a:visited,
.p-header-b .project-details-container .project-user h1 a:hover,
.p-header-b .project-details-container .project-user h1 a:active,
.p-header-b .project-details-container .project-user>h2 a,
body.body-project #site div#site-main #content .primary-content .project-description,
body.body-projectsettings #site div#site-main #content .primary-content .project-description,
.content-container h1 a,
.content-container h1 a:active,
.content-container h1 a:visited,
.content-container h2 a,
.content-container h2 a:active,
.content-container h2 a:visited,
.content-container h3 a,
.content-container h3 a:active,
.content-container h3 a:visited,
.content-container h4 a,
.content-container h4 a:active,
.content-container h4 a:visited,
.content-container h5 a,
.content-container h5 a:active,
.content-container h5 a:visited,
.content-container h6 a,
.content-container h6 a:active,
.content-container h6 a:visited,
body.body-project #site div#site-main #content .primary-content h2,
.content-container h1,
.content-container h2,
.content-container h3,
.content-container h4,
.content-container h5,
.content-container h6,
.transactions .transaction-listing-header h3,
.project-list-item .details .info.name a,
.project-list-item .details .info.stats,
body .ui-dialog .poll-form-container .field-list .form-field+.field-list-new-entry:visited,
.e-header-nav,
.button span,
.b-table-a td,
.project-file-listing .project-file-list-item .project-file-game-version .additional-versions,
.transactions .transaction-box .reward-item>a {
color: #ddd!important;
}
.user-tag-large,
.cf-sidebar-wrapper .cf-recentfiles .file-tag,
body.body-project-details .project-details-header.fixed,
body.body-project #site div#site-main #content .primary-content h3,
body.body-projectsettings #site div#site-main #content .primary-content h3,
.mce-content-body,
.mce-panel,
.project-file-list-item,
#site table.b-table-a:not(.forum-listing):not(.project-listing):not(.forum-thread-listing):not(.conversation-listing) tr:nth-child(odd),
#site table.b-table-a:not(.forum-listing):not(.project-listing):not(.forum-thread-listing):not(.conversation-listing) tr,
.transactions .transaction-box .item-color:nth-child(odd),
.transactions .transaction-box .item-color:nth-child(even),
div.store-itemlisting-a ul li,
div.store-itemlisting-a ul li .checkout,
.listing-attachment .e-thumbnail-container,
.e-nav-sidebar ul,
.e-nav-sidebar ul li.e-selected a,
.e-nav-sidebar ul li a,
.e-settings-container,
.mce-container,
.mce-container *,
.project-license-body .project-license-body-standard,
body.body-user.responsive-enabled .p-user-interaction .profile-nav-container nav,
body.body-user.responsive-enabled .p-user-interaction .profile-nav-container nav .p-nav .b-list-item a,
.p-user-a.s_myProfile .p-user-interaction .p-user-content,
.p-user-a .p-user-interaction .p-user-content,
.p-user-a.s_myProfile .listing .latest-post-item .post-activity a,
.p-user-a.s_myProfile .listing .latest-post-item .post-date,
.p-user-a.s_myProfile .listing .latest-post-item .post-location,
.p-user-a.s_myProfile .p-user-stats,
.p-user-a .p-user-stats>li,
.scroll-container,
.listing-container-table table:not(.mceLayout):not(.mceToolbar):not(.mceListBox):not(.mceSplitButton):not(.deck) tr,
.listing-container-table table:not(.mceLayout):not(.mceToolbar):not(.mceListBox):not(.mceSplitButton):not(.deck) tr,
.alert.no-results,
.e-myApiTokens-create,
.e-myApiTokens .listing-body li,
.e-tile-container li,
.e-tile-container li .e-tile-footer,
.logbox,
.details-versions,
.details-content,
ul,
li,
.p-comment-wrapper,
.body-forum,
.single-column,
#content,
p,
td,
body.body-home .home-call-to-action-container,
body.body-home .home-client-promo-contianer,
body.body-home .home-our-project-container,
body.body-home .home-news-container {
color: #fff!important;
background-color: #333!important;
border-color: #aaa!important;
}
.e-header-nav .e-wrapper {
border-top: 0px;
}
#site table.b-table-a:not(.forum-listing):not(.project-listing):not(.forum-thread-listing):not(.conversation-listing) {
border-top: 1px solid #ddd;
}
.mce-btn i {
text-shadow: 1px 1px #111;
}
.content-container a,
.content-container a:visited,
.content-container a:active {
color: #d35114!important;
}
.p-user-a.s_myProfile .p-user-stats {
background-image: linear-gradient(to bottom, #333, #333);
}
body.body-user.responsive-enabled .p-user-interaction .profile-nav-container a#leftArrow,
body.body-user.responsive-enabled .p-user-interaction .profile-nav-container a#rightArrow {
background-image: linear-gradient(to right, #333 60%, rgba(255, 255, 255, 0) 100%);
}
code, blockquote, blockquote p {
color: #fff!important;
background-color: #355!important;
border-color: #355!important;
fill: #355;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment