@namespace url(http://www.w3.org/1999/xhtml);
@namespace svg url(http://www.w3.org/2000/svg);
-/* Github Dark Theme v1.8.29 (8/9/2014)
+/* Github Dark Theme v1.8.33 (8/25/2014)
* https://github.com/StylishThemes/GitHub-Dark
* http://userstyles.org/styles/37035
* License: http://sam.zoy.org/wtfpl/
/*[[bg-options2]]*/
}
/* Base link/panel colors - text */
- a:not([href*="/labels/"]), .profilecols ul.stats li a:hover strong, .plans-row .plan, .filters li.selected,
+ a:not([href*="/labels/"]), .profilecols ul.stats li a:hover strong, .plans-row .plan, .filters li.selected, .vcard-stat,
.repo_list span.css-truncate-target, strong.css-truncate-target, .zeroclipboard-button, .creator a, button#logout:hover,
#user-links > li > a:hover, #user-links .sign-out-button:hover, .numbers-summary a:hover, .numbers-summary a:hover span,
.tag-info a:hover, .tag-info a:hover span, #forkqueue .instructions, .addon h4, .header a:hover, .header a:hover .mini-icon,
.api-status a:hover, .header a:hover .mega-icon:before, #footer a, #userbox a:hover, .header-logo-wordmark:hover span,
#userbox a:hover .mini-icon, .gist-item ul.meta>li>a:hover, #userbox a:hover, .sidebar-module h3 a:hover,
- #userbox a:hover .mini-icon, a.browse-button:hover, a.browse-button:hover span, .team-mention, .add-line-comment:before,
+ #userbox a:hover .mini-icon, a.browse-button:hover, a.browse-button:hover span, .team-mention,
.header-logo-invertocat:hover, .comment-header-actions li:hover , .zeroclipboard-link .octicon, .commit .commit-title .issue-link,
.octofication .mega-octicon:before, .octofication-more strong, .org-repo-stats a:hover, a.muted-link:hover,
.org-repo-stats a:hover .octicon:before,.org-module-link:hover,.org-module-link:hover .org-stats,
span.discussion-item-entity:hover, .issues-listing .table-list-issues .issue-comments-link:hover,
.issues-listing .table-list-issues .issue-title-link:hover, .issues-listing .table-list-issues .issue-meta-section a:hover,
.issues-reset-query:hover, .issues-listing .table-list-issues .milestone-link:hover .octicon, .labels-list-action:hover,
- .commits-list-item .commits-comments-link:hover, .discussion-item-ref-title .title-link:hover, .box-action:hover, .box-action:active {
+ .commits-list-item .commits-comments-link:hover, .discussion-item-ref-title .title-link:hover, .box-action:hover, .box-action:active,
+ input[type="text"]:focus+.scope-badge {
color: /*[[base-color]]*/ #4183C4 !important;
}
/* Base color panel */
.button:hover, .button:active, option:hover, .minibutton:not(.disabled):hover, .minibutton:active, .minibutton:hover code,
- .file-minibutton:hover, .add_file:hover, .pagination a:hover, .tip-box a.next:hover,
- .clone-url-button:hover a, .listings-layout .nav li a:hover, .state-merged, .url-box .zeroclipboard-is-hover,
- ul.filter-list .filter-item.selected, #fork-select .target:not(.disabled):hover, .flash-notice,
- table.upgrades tr:hover td, .email-format .email-hidden-toggle:hover a, .notification-indicator .unread,
+ .file-minibutton:hover, .add_file:hover, .pagination a:hover, .tip-box a.next:hover, .clone-url-button:hover a,
+ .listings-layout .nav li a:hover, .state-merged, .url-box .zeroclipboard-is-hover, ul.filter-list .filter-item.selected,
+ #fork-select .target:not(.disabled):hover, .flash-notice, table.upgrades tr:hover td, .email-format .email-hidden-toggle:hover a,
.gist-item .bubble:hover, .dashboard-tabs a:hover, .dropdown-menu > li > a:hover, .documentation-results a:hover,
input[type=submit]:hover, .hidden-text-expander a:hover, .blog-search-results em, .codesearch-cols em,
.select-menu-item.navigation-focus, .subnav-item.selected, .subnav-item.selected:hover, .subnav-item.selected:focus,
- .example-nav li a.selected, .button-outline:hover, .typeahead-result.navigation-focus, .typeahead-result:hover {
+ .example-nav li a.selected, .button-outline:hover, .typeahead-result.navigation-focus, .typeahead-result:hover,
+ .add-line-comment, .issues-reset-query:hover .octicon-x {
background: /*[[base-color]]*/ #4183C4 !important;
}
.context-button:after {
border-color: /*[[base-color]]*/ #4183C4 !important;
}
/* === Notification icon === */
- .notification-indicator .unread {
+ .notification-indicator .mail-status {
background: /*[[base-color]]*/ #4183C4 !important;
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(0, 0, 0, 0.1), 0 0 10px /*[[base-color]]*/ #4183C4 !important;
+ border-color: #222 !important;
}
/* text selection */
::selection {
- background: rgba(112,112,112,.5) !important;
+ background: /*[[base-color]]*/ #4183C4 !important;
+ color: #fff !important;
}
::-moz-selection {
- background: #383838 !important;
+ background: /*[[base-color]]*/ #4183C4 !important;
+ color: #fff !important;
}
.ace_selection {
- background: #383838 !important;
+ background: /*[[base-color]]*/ #4183C4 !important;
+ color: #fff !important;
}
/* input focus hightlight */
input.focus[type="text"], #adv_code_search .focus.search-page-label, input[type="text"]:focus:not(.js-color-editor-input),
select, input:not(.js-color-editor-input), textarea {
-moz-appearance: none !important;
background: #181818 !important;
- border: 1px solid #555 !important;
+ border: 1px solid #444 !important;
color: #eee !important;
}
/* custom checkbox and radio styles. We need a full set of styles here as WebKit removes all of them when
-webkit-appearance: none is set. */
input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], input[type="radio"]:focus,
- input[type="checkbox"]:hover:active, input[type="radio"]:hover:active {
+ input[type="checkbox"]:hover:active, input[type="radio"]:hover:active, input[type="checkbox"]:disabled,
+ input[type="checkbox"]:hover:disabled, input[type="checkbox"]:hover:active:disabled {
-webkit-appearance: none !important;
background-color: #181818 !important;
border: 1px solid #555 !important;
code {
overflow: visible !important;
}
-
+ div.search-form.small input {
+ width: auto !important;
+ }
.markdown-body code {
white-space: pre-wrap;
}
color: #555 !important;
}
/* === needs padding === */
- div.blog, #page-settings {
+ #page-settings {
margin-top: 20px !important;
}
+ #network, .blog-post-body {
+ padding: .5em !important;
+ }
.conversation-list-heading .inner {
padding: 3px 10px !important;
}
.diffstat {
font-size: 14px !important;
}
+ .branch-infobar {
+ font-weight: normal !important;
+ }
/* === Remove shadow === */
h1, h2, h3, h4, pre, pre *, code, tt, ul, li, p, input, a, th, .news, #footer ul.sosueme li.main, .more-repos, .button,
.metabox em.placeholder, table.notifications, #download_button, .comment-count, em.date, input.search, #user-links,
.select-menu-button:after, #repo-message, .times, .sunken-menu-contents, .sunken-menu a .counter, .usage-bar dt,
#user-links .name img, #common-issues, .upload-progress, .svg-tip, .meta, .flash, .flash-global, .ace_fold-widget:hover,
#files .file .meta .info span, .file-box .meta .info span, body#com #header, .search-filters, .usage-bar dd,
- .notification-indicator .all-read, .avatar-stack.multiple-avatars .avatar:last-child, .avatar-stack.multiple-avatars:before,
+ .avatar-stack.multiple-avatars .avatar:last-child, .avatar-stack.multiple-avatars:before,
.box-action, .file-diff-line, .file-code-lines, #adv_code_search input.search-page-input, li.ssh-key .ssh-key-state-indicator.not-recent,
#gist-form .gist-name-textbox, .labels .label {
text-shadow: none !important;
.minibutton span, span.name, .diff-line-code, .num, .user-list em, .diff-expander .octicon-unfold:hover,
.select-menu-loading-overlay:before, .select-menu-item a, .minibutton, .mini-icon, .mini-icon:before, .list-tip:before,
.line-num-content, .diff-expander .octicon-unfold, .minibutton i, .comment-header-author, .header, .gist .gist-file .gist-meta,
- .logo-placeholder, .branch-group-heading {
+ .logo-placeholder, .branch-group-heading, .render-bar {
text-shadow: none !important;
}
/* === transparent background only === */
.gravatar, .topsearch span.search-input, p.meta, .sidebar .milestone, .commit-desc pre, #facebox,
.profilecols .filter-bar, .button-group, div.content-header .search-form, .file-code,
.gist-advanced-options .select-menu-button:after, #wrapper, li.commit, li.public, .gravatar img,
- .commit-comments-header-sha, .tmp-reusable-bubble .bubble-inner, pre.headers code,
+ .commit-comments-header-sha, .tmp-reusable-bubble .bubble-inner, pre.headers code, .audit-search-form,
.columns.equacols.bordered, .gist-item ul.meta>li>a:hover, .commits li img, a.minibutton code, .milestone, .more-repos,
- #network .repo span, .previewable-comment-form, .keyboard-mappings th, .api #header-wrapper .nav,
+ .previewable-comment-form, .keyboard-mappings th, .api #header-wrapper .nav, .ace_gutter,
.marketing-nav a.selected, #graph_data .tabs, .org-nav-item.selected, .edit-team-member:hover, tr.commit,
.release-timeline .js-details-container, .section-heading-title a.js-selected-navigation-item, .featured-callout .screenshot,
- .sidebar-module h3 a:hover, .timeline-commits .commit-meta .status,
+ .sidebar-module h3 a:hover, .timeline-commits .commit-meta .status, .theme-picker-spinner,
.timeline-commits .commit-meta .octicon, .file .meta-divider, .avatar-stack.multiple-avatars:before,
#feedHandler, .discussion-sidebar-item .thread-subscription-status, .boxed-group.application-show-group .logo-upload,
.diagram-icon-small, .commits-listing .commit-group-title .octicon-git-commit, #readme .highlight,
- .emoji[title=":copyright:"], .ace-github, .add-member-team-list.table-list {
+ .ace-github, .add-member-team-list.table-list, .theme-picker, .avatar-stack .avatar, .boxed-group {
background: transparent !important;
}
/* Redeem Page */
box-shadow: none !important;
border: 1px solid #666 !important;
}
- .coupons .coupon-form-body .coupon-icon {
- border: 1px solid #555 !important;
- }
/* === Remove background gradient === */
#directory .repo, #dashboard .repo, #categories li, .sosueme li.main, #commit .separator, .big-notice, .clean td,
.legend .clean, .avatar .overlay.size-48, .listing.closed, .gist .gist-file .gist-data, .gist-syntax,
border-radius: 2px !important;
}
/* invisible border */
- .gisttabs a:not(.selected), .gisttabs a:not(.selected):hover, .timeline-comment-wrapper,
+ .gisttabs a:not(.selected), .gisttabs a:not(.selected):hover, .timeline-comment-wrapper, .avatar-stack .avatar,
.full-commit .commit-desc + .commit-branches, .full-commit .commit-meta, .list-group-item {
border-color: transparent !important;
}
.wiki-wrapper .wiki-empty-box:hover {
border-color: #777 !important;
}
-
pre, table, table th, hr, img, #browser table, #browser table th, #issues .menu ul li,
.counter, .issues td, ul.main_nav li.selected, .browser_header, .issue-head, .bootcamp-help .image, ul.hook-list,
.clone-url-button, .list-tip li, .section-nav a, .search-menu-container,
.cheatsheet, .pagehead.settings-area, .release-body, .suggester, .pull-state, .pull-number, .merge-pr, .gist-file,
#footer .container, #graph-shots li, .sidebar, .release-timeline, .explore h2, ul.color-label-list .color, #head,
.leaderboard-list-item, .release-timeline-tags .main, .search-result-item, .sort-bar, .details, .jobs-list,
- .content-header, .user-list-item, .markdown-body, ul#categories li h5,
+ .content-header, .user-list-item, .markdown-body, ul#categories li h5, .render-view-modes li,
.gobutton.with-comments .sha, #gollum-editor-function-bar, .capped-box, .steps li, #common-issues,
.steps, #graphs, .previewable-comment-form .comment, .org-module, .org-repo, .table-list,
.table-list-cell, .org-add-footer, .auto-search-group .search-filter, #notification-center li, .branch-status,
#contributions-calendar .contrib-details div, .branch-action-body, .setup-form .tos-info, .setup-form .setup-organization-next,
.setup-info-module .features-list .list-divider, .collection-page .other-content, .bubble-wrap, .release-show,
.file-wrap, .branches .branch-summary, .branches .no-results-message, .branch-a-b-count .count-half:last-child,
- .tabnav-tab.selected, .panel-nav, .file {
+ .tabnav-tab.selected, .panel-nav, .file, .full-commit .sha-block > a, .theme-selector-thumbnail,
+ .ace-github .ace_marker-layer .ace_selected-word, .overall-summary, .boxed-group-inner, .search-form button, .file-box .meta,
+ .auth-form-header, .branches .branch-group-heading, .boxed-group > h3, .boxed-group .heading, .box-header, .issues-list-actions {
border-color: #555 !important;
}
- .discusion-topic-infobar, .box-header, .box-body, .timeline-comment-label, .logo-box, .suggester li {
+ .button:not(img), .minibutton, .social-count, .discusion-topic-infobar, .box-header, .box-body, .timeline-comment-label, .logo-box,
+ .suggester li {
border-color: #444 !important;
}
- h1, h2, h3, #footer, .pagehead, table tr, table td, blockquote, .pagination a:first-child, .team,
- .pagination a:last-child, .pagination span:first-child, .boxed-group-list > li, .toolbar-bordered,
+ h1, h2, h3, #footer, .pagehead, table tr, table td, blockquote, .pagination a:first-child, .pulse-graph, .audit-search-clear,
+ .pagination a:last-child, .pagination span:first-child, .boxed-group-list > li, .toolbar-bordered, .new-issue-form,
.pagination span:last-child, .dashboard-tabs, .graphs, .graph, .featured-callout .rule, .sub-nav,
ul.sunken-menu-group a.selected, .vcard-details, .vcard-stats, .repo-list-item, .email-signature-reply,
.grid .col, .composer-infobar, .email-quoted-reply, .summary-stats li, .columns.equacols.bordered,
- .file-diffstat, ul.filter-list, .news .alert, table.files td, .explore-section, .repolist > li,
- .new-discussion-timeline .sidebar-item+.sidebar-item,.gh-header-meta,
+ .file-diffstat, ul.filter-list, .news .alert, table.files td, .explore-section, .repolist > li, .featured-grid-outer,
+ .new-discussion-timeline .sidebar-item+.sidebar-item,.gh-header-meta, .theme-picker-thumbs, .team, .billing-section,
.sidebar-module ul h3, .headlines li, .discussion-sidebar-item + .discussion-sidebar-item, .markdown-format img,
div#common-issues ul li, .setup-wrapper .oauth-permissions, .about-facts, .starred-repo, .markdown-example,
.traffic-graph-stats, .discussion-item + .discussion-item, .bubble, .tree-browser, .simple-box-footer, .team-grid .team-members,
.org-list .list-item, .stats-group .stat, .team-info-card .team-stats, .table-of-contents li, .commit-grou,
.table-list-bordered .table-list-cell:first-child, .table-list-bordered .table-list-cell:last-child, .table-list-cell,
.table-list, .table-list-header, .blankslate, .labels-list-item, .subnav-divider-right, .subnav-bordered,
- .content table th, #search-results li, .ace_gutter, .subhead {
+ .content table th, #search-results li, .ace_gutter, .subhead, #pages-composer, .render-bar, #gollum-editor-help,
+ #gollum-editor-help-parent, #gollum-editor-help-list, .markdown-format code, .auth-section, .commit-sha,
+ .comment-body {
border-color: #333 !important;
}
.pagination a, .pagination span.gap, .discussion-item-icon, .date:after {
.linkable-line-number {
border-right: #555 1px solid !important;
}
- .diff-line-num, .blob-line-nums {
- vertical-align: middle !important;
- }
.gist .gist-file .gist-data .line-number {
line-height: 19px !important;
}
.markdown-format pre {
font-size: 14px !important;
}
- /* code editor padding */
- .file .file-code-line .blob-line-code, .file .file-code-line .blob-line-nums, .file .highlight, .file-data .lines td,
- .file-data .line-data, #readme {
- padding-bottom: 0 !important;
- padding-top: 0 !important;
- }
- .news .alert {
- padding-top: 1px !important;
- }
/* File listings - fix date truncation */
table.files td.age .css-truncate {
max-width: none !important;
background-color: #003 !important;
border-color: #006 !important;
}
- /* === #111 === */
- pre, .diff-line-code, .list-browser-item.closed, body.windows #header, .markdown-body code,
- #footer .site, .jumbotron, #adv_code_search .search-page-label, .content .verseblock-content,
- .content .sectionbody .dlist dt, #facebox pre, .commit-preview .message pre, .content p > tt, .markdown-body tt,
- .markdown-format code, .commit-sha, .integrations-quality, .showcase-featured .mo-info .featured-grid-outer,
- .collection-card, .content .verseblock-content, .content .sectionbody .dlist dt, .content p > tt, .content dl code,
- .content ul code, p code {
- background: #111 none !important;
- border-color: #333 !important;
+ /* === #000 === */
+ #network {
+ background: #000 !important;
}
/* === #181818 === */
/* needed background inbetween #111 and #222 :P */
- .commitinfo, .gc .diff-line-code, .social-count, .featured-commit-activity-graph, .featured-repo-logo,
- .gobutton>.sha .octicon, #feedBody, .commit.file-history-tease .participation,
- .search-result-header, .file-data .line-numbers, .accessibility-aid:focus,
- .blob-line-nums, .file-data, .signup-plans th, .signup-plans td, .signup-plans-orgs th, .signup-plans-orgs td,
- .line-number, .commits td, .featured-callout, .compare-pr-placeholder, .sidebar-module ul ul li,
- .native-download, .setup-info-module, div#common-issues ul, .boxed-group-inner, #gist-form .name, .subnav-item,
+ .commitinfo, .gc .diff-line-code, .featured-commit-activity-graph, .featured-repo-logo,
+ .gobutton>.sha .octicon, #feedBody, .commit.file-history-tease .participation, .search-result-header, .accessibility-aid:focus,
+ .file-data, .signup-plans th, .signup-plans td, .signup-plans-orgs th, .signup-plans-orgs td,
+ .commits td, .featured-callout, .compare-pr-placeholder, .sidebar-module ul ul li,
+ .native-download, .setup-info-module, div#common-issues ul, #gist-form .name, .subnav-item,
.button-outline, .render-notice, .simple-box, .table-list, .label-edit.edit-color-label-form .color-editor .color-editor-input,
.date_selector, .date_selector td, .new-label {
background: #181818 !important;
border-color: #333 !important;
border-width: 1px !important;
}
- .divider .blob-line-code div.highlight, .octofication .broadcast-icon-mask, .file-box .file .image,
- pre div[style^="background-color: rgb(255, 255, 204);"], .highlight td[style^="background-color: rgb(255, 255, 204);"] {
+ .divider .blob-code div.highlight, .octofication .broadcast-icon-mask, .file-box .file .image,
+ pre div[style^="background-color: rgb(248, 238, 199);"], .highlight td[style^="background-color: rgb(248, 238, 199);"] {
background: #181818 !important;
border: 0 !important;
}
- .markdown-body, .file, .box-body, .markdown-body table tr:nth-child(2n), .explore-section:nth-child(2n), .blog-feedback,
- .list-group-item, .chromed-list-browser .none p, .chromed-list-browser .error p, .list-browser-footer,
- .diff-line-num, .file-data .line-numbers span, #readme .plain, #readme .plain pre, .commandbar .choice:hover,
+ .social-count, .markdown-body, .file, .box-body, .markdown-body table tr:nth-child(2n), .explore-section:nth-child(2n), .blog-feedback,
+ .markdown-format table, .list-group-item, .chromed-list-browser .none p, .chromed-list-browser .error p, .list-browser-footer,
+ #readme .plain, #readme .plain pre, .commandbar .choice:hover, .render-bar, #gollum-editor-help,
.search-filter:hover, #wiki-history table tr:nth-child(2n) td, .display tr:hover, .octofication .message,
- .commandbar .loading:hover, .comment-content, .commandbar .message, .tabnav-tab.selected,
+ .commandbar .loading:hover, .comment-content, .commandbar .message, .tabnav-tab.selected, .boxed-group-inner,
#commits_bucket .timeline-commits td, .timeline-comment, .sidebar-module, #contributors-master svg|svg.viz,
svg|svg.spark, svg|svg.capped-card-content, body.api .content tbody, .markdown-format img,
#common-issues, .full-commit .commit-meta, .setup-wrapper .oauth-permissions-details, .milestone-list,
.setup-form .setup-plans, .prose-diff > .markdown-body, .revision .gu, .tree-browser td, .tree-browser .alt td,
.branches .branch-summary, .branches .no-results-message, .simple-box-footer, .team-grid .team, .commit-group,
.blankslate, .content table tr, #search-results, table.files, .mergeable, .org-module, .org-add-footer, .fullscreen-overlay,
- .commit-tease, .branch-infobar, .table-list-header, table.capped-list tr:nth-child(2n), .boxed-group {
+ .commit-tease, .branch-infobar, .table-list-header, table.capped-list tr:nth-child(2n),
+ #gollum-editor-help-wrapper, .integrations-quality, .showcase-featured .mo-info .featured-grid-outer, .collection-card {
background: #181818 !important;
}
- .markdown-body table tr, .ace_gutter {
+ .markdown-body table tr {
background: #141414 !important;
}
+ .blob-expanded .blob-num, .blob-expanded .blob-code {
+ background: #1b1b1b !important;
+ }
.social-count:before {
border-right-color: #333 !important;
border-width: 5px !important;
/* === #222 === */
/* Darkest background color (#222), no image, leave border */
- #main, .capped-box, .unread_count, #browser table th, .session-device, .profilecols ul.stats li strong, #files .file .data,
- table.upgrades tr.current td, .definitions, .commit-tease .commit-meta, .discussion-topic-header, .facebox-popup,
- .timeline-commits-minimal .commit-icon .octicon, .upload-progress, .search-results-listing em, .discussion-bubble-inner,
- .inline-comments, ol.steps li, .repository-sidebar a.js-selected-navigation-item.selected,
+ #main, .capped-box, .unread_count, #browser table th, .markdown-format table th, .session-device, .profilecols ul.stats li strong,
+ #files .file .data, table.upgrades tr.current td, .definitions, .commit-tease .commit-meta, .discussion-topic-header, .facebox-popup,
+ .timeline-commits-minimal .commit-icon .octicon, .timeline-commits .commit-icon .octicon, .upload-progress, .search-results-listing em,
+ .inline-comments, ol.steps li, .repository-sidebar a.js-selected-navigation-item.selected, .discussion-bubble-inner,
#wiki-history table td, .commit.file-history-tease, .menu a.selected, .gist .gist-file .gist-data, .repository-lang-stats,
#message.major, .branch-status, .logo-box, .commit-form, .markdown-example .rendered, .team-grid .team-members,
- .diagram-icon:not(.active), table.capped-list th, .ace_active-line, .ace_gutter-active-line {
+ .diagram-icon:not(.active), table.capped-list th, .ace_active-line, .ace_gutter-active-line, .overall-summary,
+ .scope-badge, .filter-bar, .audit-search-clear, .country-info {
background: #222 !important;
}
/* Darkest background color (#222), no image, with border & radius */
.boxed-group-list > li:hover, .js-details-container.navigation-focus:nth-child(2n), .menu a:hover,.team-grid .team-members,
.new-discussion-timeline .branch-action-body, .subnav-item:hover, .subnav-item:focus, .tree-browser tr.navigation-focus td,
.issues-listing .table-list-issues .selectable:hover, .issues-listing .table-list-issues .navigation-focus,
- .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover, .notifications .navigation-focu,
- .sidebar-module ul ul li a:hover, .typeahead-result, .no-results {
+ .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover, .notifications .navigation-focus,
+ .sidebar-module ul ul li a:hover, .typeahead-result, .no-results, .link-overlay .link, #gollum-editor-help-list {
background: #282828 !important;
}
.rss-subscribe:hover, div#common-issues ul li a:hover {
background-color: #282828 !important;
}
+ /* inline code */
+ pre, .markdown-body code, .list-browser-item.closed, #adv_code_search .search-page-label, .content .verseblock-content,
+ .content .sectionbody .dlist dt, #facebox pre, .commit-preview .message pre, .content p > tt, .markdown-body tt,
+ .markdown-format code, .commit-sha, .content .verseblock-content, .content .sectionbody .dlist dt, .content p > tt,
+ .content dl code, .content ul code, .markdown-body .highlight pre, .markdown-body pre {
+ background: #242424 !important;
+ }
/* === #333 === */
/* Panel background (#333) only */
.progress-bar, .select-menu-modal .select-menu-tabs a.selected, .discusion-topic-infobar, .commits-listing:before,
.discussion-item-ref .discussion-item-icon, .range-editor .range, .range-editor span.flag,
.octicon-repo-push.discussion-item-icon, .octicon-code.discussion-item-icon, .new-discussion-timeline .discussion-item-icon,
.menu-container, .bubble, .bubble-contents, .ellipsis-button, .filter-list li span.bar, .selectable_day.today,
- .billing-plans .current, .markdown-body hr, .commits-listing:before {
+ .billing-plans .current, .markdown-body hr, .commits-listing:before, #network .current-repository,
+ .ace-github .ace_marker-layer .ace_selected-word, .billing-section .usage-bar {
background: #333 !important;
}
/* Panel background (#333), leave image, no border, with radius */
}
/* Panel background (#333), leave image, with border, no radius */
.metabox .rule, .comment-form, #issues .labels, #gollum-editor select, .listings .odd, .feed, #files .description,
- #files .file, #message .envelope .header .info .title.unread, li.contextswitch ul li.current, .watcher-widget,
+ #message .envelope .header .info .title.unread, li.contextswitch ul li.current, .watcher-widget,
ul.main_nav li.selected a, ul.states li, .add_file, .inset, li.label, .filterbar,
.divider-vertical, #footer .upper_footer, .user-commits td,
.starting-comment .infobar, #issues_next .infobar, .formbody, .commandbar .display, .none p, .display div.choice,
border: 0 !important;
}
/* Panel background (#333), no image, with border */
- #files .file .data .line_numbers, .editbox, .editbox .body, .commentstyle, #issues .display, .inline-comment-form,
+ .editbox, .editbox .body, .commentstyle, #issues .display, .inline-comment-form,
#issues .display .admin, #issues .labels .list li, .issue .summary, .plain, .hidden-text-expander a, .view-modes,
.standard_form, #reply_body, #commit div, #commit td, #commit tr, #commit .envelope, .file-minibutton,
.context-pane .title, .browser .listing:hover, #dashboard .repos, .date_selector .button,
.file-box .icon, .list-module .list-body, .list-module a, .label-permissions, .tree-browser th,
- .filter-bar, .browser .listing.closed, .starting-comment, .section-nav a:hover, .chzn-drop, .full-width-divider,
+ .browser .listing.closed, .starting-comment, .section-nav a:hover, .chzn-drop, .full-width-divider,
.module .inner, .inline-comment-form a.selected, .team-repositories-blankslate,
.discussion-event-status-head_ref_deleted .discussion-item-icon, .pull-head {
background: #333 none !important;
.contrib-legend li[style="background-color: #44a340"] { background-color: #48c !important }
.contrib-legend li[style="background-color: #1e6823"] { background-color: #5af !important }
/* invert (rgb) */
- #graph-shots li>a, #network .repo img:not(.gravatar), #header .logo, img[src="/images/logo@2x.png"], .site-logo a,
- .github-jobs-promotion a.jobs-logo strong, iframe[src*="polldaddy.com"], .emoji[title=":copyright:"] {
+ #network .repo img:not(.gravatar), #header .logo, img[src="/images/logo@2x.png"], .site-logo a, .github-jobs-promotion a.jobs-logo strong,
+ iframe[src*="polldaddy.com"] {
filter: url("data:image/svg+xml;utf8, <svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'i\'><feColorMatrix color-interpolation-filters=\'srgb\' values=\'-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0\'/></filter></svg>#i");
-webkit-filter: invert(100%) !important;
}
- #graph-shots li>a:hover {
- filter: url("data:image/svg+xml;utf8, <svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'i\'><feColorMatrix type=\'saturate\' values=\'0\'/><feColorMatrix color-interpolation-filters=\'srgb\' values=\'-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0\'/></filter></svg>#i") !important;
- -webkit-filter: invert(100%) grayscale(100%) !important;
- }
- .js-gshot {
- background: #000 !important;
+ .emoji[title=":soon:"], .emoji[title=":on:"], .emoji[title=":end:"], .emoji[title=":heavy_dollar_sign:"], .emoji[title=":registered:"],
+ .emoji[title=":tm:"], .emoji[title=":heavy_multiplication_x:"], .emoji[title=":heavy_plus_sign:"], .emoji[title=":heavy_minus_sign:"],
+ .emoji[title=":heavy_division_sign:"], .emoji[title=":heavy_check_mark:"], .emoji[title=":arrows_clockwise:"], .emoji[title=":wavy_dash:"],
+ .emoji[title=":curly_loop:"], .emoji[title=":copyright:"], .emoji[title=":currency_exchange:"] {
+ filter: url("data:image/svg+xml;utf8, <svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'i\'><feColorMatrix color-interpolation-filters=\'srgb\' values=\'-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0\'/></filter></svg>#i");
+ -webkit-filter: invert(100%) !important;
+ background: transparent !important;
}
/* soft badges */
.box-title-count {
.features-branch-diagram svg|circle[stroke="#ffffff"] {
stroke: #222 !important;
}
+ svg|rect.map-background, .audit-log-map {
+ fill: #1e4062 !important;
+ background: #1e4062 !important;
+ }
+ svg|path.land {
+ stroke: #17334f !important;
+ }
+ svg|circle.audit-point {
+ fill: #742d14 !important;
+ stroke: #57210f !important;
+ }
/* === #444 === */
/* Light Panel background (#444), no image, no border, with radius */
ul.sidetabs li a:hover, .editbox h1, #issues .labels .admin, p.breadcrumb, #issues .display .sortbar,
#facebox .close, #issues_search .wrapper, .ranked-repositories .meta a, .range-editor h3, .actor,
.range-editor .chooser, ul.nav.logged_out, .tip-box a.next, #inbox .list .unread, .main .filterbar,
.browser-content .footerbar, ul.smalltabs, .snippet, .supportstaffer, .discussion-form, .chooser-box,
- .chooser-box h3, #forkqueue .instructions, .input, .ac_results, .selector-item.clear:hover,
+ .chooser-box h3, #forkqueue .instructions, .selector-item.clear:hover,
#contributors-master svg, .inset-callout h2, .documentation ul.nav, .date_selector td.selected,
#contributors-master, .flash-messages, .context-title, .list-module h2, .bootcamp-help h1 {
background: #444 none !important;
}
/* === gradient === */
/* dark grey gradient */
- kbd, .minibutton, a.feed, .button:not(img), button.classy, a.button.classy, .pagination a, .list-browser-filterbar,
- .gobutton, .header, .pagination .gap, .comment-header, .pagehead ul.tabs li a, .login_form input[type="submit"],
- .top-bar, ul#bootcamp li a h4, .minibutton:disabled, .pull-info, .notification-indicator,
- #gists .context-menu-container, .zeroclipboard-button, pre.headers, .branch-link,
- body#com #header, .white-nav .selected span, .select-menu-header, .clone-url-button a,
- .filter-tab, #header-wrapper, #header-wrapper .nav, pre div:hover, .diff-table tr:hover pre, .pagination span,
- .commit-ref, .cheatsheet h2, .highlight tr:not(.inline-comments):hover td, .section a.section-head,
- .dashboard-tabs li a, .full-commit .browse-button, a.function-button, .capped-box h3,
- .expandable-line-num .diff-expander:hover, .boxed-group .heading, #contributors .capped-card h3,
- .comment-form-head.tabnav, .add-pill-form, .gist .gist-file .gist-meta, .file .meta {
+ kbd, a.feed, .pagination a, .list-browser-filterbar, .gobutton, .header, .pagination .gap, .comment-header, .pagehead ul.tabs li a,
+ .login_form input[type="submit"], .top-bar, ul#bootcamp li a h4, .pull-info, #gists .context-menu-container,
+ .zeroclipboard-button, pre.headers, .branch-link, body#com #header, .white-nav .selected span, .select-menu-header, .clone-url-button a,
+ .filter-tab, #header-wrapper, #header-wrapper .nav, pre div:hover, .diff-table tr:hover pre, .pagination span, .commit-ref,
+ .cheatsheet h2, .file-box .highlight tr:not(.inline-comments):hover td, .section a.section-head, .dashboard-tabs li a,
+ .full-commit .browse-button, a.function-button, .capped-box h3, .expandable-line-num .diff-expander:hover, #contributors .capped-card h3,
+ .audit-results-header, .comment-form-head.tabnav, .add-pill-form, .gist .gist-file .gist-meta, .file .meta, .blob-num-hunk,
+ .blob-num-expandable, .blob-code-hunk, .blob-code-expandable {
background: linear-gradient(to bottom, #282828, #181818) !important;
border-color: #333 !important;
}
- .box-header, .issues-list-actions {
+ .button:not(img), .minibutton, .search-form button, .file-box .meta, .auth-form-header, .branches .branch-group-heading,
+ .boxed-group > h3, .boxed-group .heading, .box-header, .issues-list-actions {
background: linear-gradient(to bottom, #282828, #181818) !important;
}
- .boxed-group > h3, .search-form button, .file-box .meta, .auth-form-header, .branches .branch-group-heading {
- background: linear-gradient(to bottom, #282828, #181818) !important;
- border-color: #555 !important;
- }
/* inverted dark grey gradient */
.pagination .current, .asc .sort-type, .desc .sort-type, .mini-bar-graph, .issues-list>ul>li.unread, .timeline-commits-header,
.usage-bar dd {
}
/* === Text Color === */
/* ProTip(tm) */
- p.tip strong.protip, .boxed-profile .profile-preview .vcard-fullname, .button.primary:hover, .minibutton.primary:hover,
+ kbd, .kbd, p.tip strong.protip, .boxed-profile .profile-preview .vcard-fullname, .button.primary:hover, .minibutton.primary:hover,
.integrations .site-footer a, .integrations .site-footer .mega-octicon:before, .diagram-icon.active .mega-octicon:before,
- .select-menu-item.select-menu-action .octicon {
+ .select-menu-item.select-menu-action .octicon, .add-line-comment {
color: #fff !important;
}
/* Bright text */
h1, h2, a.button, span.button, button.button, a.minibutton, span.minibutton, button.minibutton, .button.primary, .minibutton.primary,
- .button .octicon:before, .minibutton .octicon:before, #gist-form label, h2 span, ul.repo-stats li a:hover,
+ .button .octicon:before, .minibutton .octicon:before, #gist-form label, h2 span, ul.repo-stats li a:hover, .text-emphasized,
.subnav li a:hover, .filters li.selected a, .filters li a:hover, .code-list em, .header-anchor, .commandbar .choice .command,
.search-term, .codesearch-cols em, .image, .selector-item:hover .mini-icon:before, .selector-item.selected .mini-icon:before,
.new-repo .octicon, .select-menu-item.selected>.octicon, .sunken-menu a.selected .octicon,
.collection-card-image:hover, .explore-page .see-more-link, .mute, .pull-request-link:hover, .expandable:hover:before,
.sunken-menu .sunken-menu-item.selected, .follow-list .follow-list-name a, .member-list-item .member-info a,
a.comment-header-author, .callout strong, .select-menu-item.navigation-focus .octicon:before, .wiki-edit-link:hover, .infotip p,
- .form-actions .tip, dl.form.warn dd.warning, .page-notice, .kbd, .subnav-item.selected, .subnav-item.selected:hover,
+ .form-actions .tip, dl.form.warn dd.warning, .page-notice, .subnav-item.selected, .subnav-item.selected:hover,
.subnav-item.selected:focus, .article-heading .wrap .mega-octicon:before, ol.toc > li a.active, .example-nav li a.selected,
- .guide-cover a .mega-octicon:before, .facebox-alert, .typeahead-result, .no-results,
+ .guide-cover a .mega-octicon:before, .facebox-alert, .typeahead-result, .no-results, #user-links > li * button,
.timeline-commits .hidden-text-expander a:hover, .color-editor-input, .state .octicon, #user-links .sign-out-button,
- .table-list-item label {
+ .table-list-item label, .audit-action-info .context, .token-scope {
color: #e4e4e4 !important;
}
- pre, body, h3, h4, a.social-count, span.social-count, #languages a.bar, dl.form dt, .lineoption p, .vcard-stat-count,
+ pre, body, h3, h4, a.social-count, span.social-count, #languages a.bar, dl.form dt, .lineoption p,
table.notifications th, .usagestats dl dt.numbers, .commit-preview p.name .date, .download-list h4, .fieldgroup p.explain.planusage,
ol.repository-lang-stats-numbers li .lang, .explore h2, .tabnav .active a, .vcard-username, #markdown-toc li a,
.tag-info .tag-name, .language, .featured-callout h2, .header a, .commit-title .message, .files .message,
.revision .creator, .mini-icon.search-input, #header ul.top-nav li a, .lines-changed, .lines-changed:hover,
- .highlight .file-diff-line:hover *, .keyboard-mappings, .accessibility-aid:focus,
.discussion-topic-author a, .boxed-group-table td, .graph .data .number, .files-bubble, .content, .box-title, a.box-action, .lead,
- #blog-main .pagehead h1 a.title, .octofication .message p, .repolist .description, .addon p,
+ #blog-main .pagehead h1 a.title, .octofication .message p, .repolist .description, .addon p, .keyboard-mappings, .accessibility-aid:focus,
.list-group-item .list-group-item-name a, .list-group-item .list-group-item-meta a, .list-browser-sorts .sort-type,
.select-menu-header .select-menu-title, #commits_tab_counter, .auto-search-group .search-filter, .usage-bar dt,
.auto-search-group .search-filter .octicon:before, .github-jobs-promotion p a, .notification-actions .age,
.form-checkbox .note, .commit-tease .authorship .author-name, .gh-header-meta .author, .timeline-comment-header .author,
.timeline-commits .commit-message a, .timeline-commits .author, .new-discussion-timeline .sidebar-milestone .milestone-name,
.sidebar-assignee .assignee, .rss-subscribe, .sidebar-module h3 a, .sidebar-module h3.disable span, .menu a, .octotip, .graph-canvas .activity,
- .boxed-group .boxed-group-inner, .highlight tr:hover .blob-line-num, .ace_gutter-active-line,
- #readme span.name, .steps li.current, .discussion-item-entity, .blog-post-body,
+ .boxed-group .boxed-group-inner, .highlight tr:hover .blob-num, .ace_gutter-active-line, .billing-section .section-content,
+ #readme span.name, .steps li.current, .discussion-item-entity, .blog-post-body, .subnav-search-context .button,
h3.conversation-list-heading strong, .context-loader, ul.color-label-list .color-label.selected .name, .box-title a,
.merge-pr-more-commits a, .branch-infobar .lightweight-actions > li a:hover, .dashboard-notice, ul.color-label-list .name a,
.minibutton.danger:hover, .button.danger:hover, .minibutton.danger:hover .octicon:before, .button.danger:hover .octicon:before,
.subnav-search-context .select-menu-item-icon, a.wiki-edit-link, .ace-github, a.pagehead-nav-item.selected,
a.pagehead-nav-item:hover, a.pagehead-nav-item:hover .octicon:before, .repo-collection .collection-stat, a.subscribe-feed,
header ul.links a:hover, .team-info-card .stat .stat-number, .team-info-card .stats-group .stat.no-link:hover .stat-number,
- div.container > p, .commits-list-item .commit-author,
+ div.container > p, .commits-list-item .commit-author, .commit-tease .sha-block > .sha, .full-commit .sha-block > .sha,
.discussion-item .renamed-was, .discussion-item .renamed-is, a.discussion-item-entity, span.discussion-item-entity,
.table-list-header-toggle .button-link.selected, .table-list-header-toggle .button-link.selected:hover,
.table-list-header-toggle .button-link:hover, .issues-listing .table-list-issues a.issue-title-link, .table-list-item p,
- .table-list-milestones .milestone-title-link a, .org-header .edit-org, .blob-line-code, .diff-line-code {
+ .table-list-milestones .milestone-title-link a, .org-header .edit-org, .blob-code, .diff-line-code {
color: #c4c4c4 !important;
}
h5, h6, table th, .edit-repository-meta, .field label, .boxed-group-list li, .capped-box,
.header-logo-invertocat, .repository-meta .repository-description, .gist-item .description, p.explain,
- .news .alert .simple .title, #network .graph-date, .tabnav-widget.text, .site-footer, .feature .intro,
+ .news .alert .simple .title, #network .graph-date, .tabnav-widget.text, .feature .intro,
span.diffstat, span.diffstat a, .commit .commit-branches a, #readme .plain, .select-menu-tabs a,
.news blockquote, .news blockquote p, .collection-stat, .overall-summary .graphs .desc, .ace_gutter,
.flash-global a, #contributions-calendar .contrib-details div .lbl, .tag-info a, a.browse-button,
.discussion-topic-header .discussion-topic-author, .gist-description, .explain, p.subtext, .filter-item,
.member-list-item .member-meta, .team-grid .team-description, .orgs-nav .org-nav-item,
.discussion-item, .form-actions-protip .protip, .discussion-item .author,
- .inline-comments .comment-count, .sidebar-heading, .clear-issue-filters a,
+ .inline-comments .comment-count, .sidebar-heading, .clear-issue-filters a, .render-view-modes li.active:before,
ul.comparison-list > li em, .marketing-benefits .column p, .sub-nav li a, .headlines a .date, .commit.file-history-tease,
.sidebar-module ul ul li a, .sidebar-module ul ul li span, .merge-branch-description, .timeline-commits .commit-id,
- .gist-item ul.meta > li > a, ul#categories li h5 a,
+ .gist-item ul.meta > li > a, ul#categories li h5 a, .render-view-modes li.active,
.user-leaderboard-list .repo-list-item .repo, .repo-stats li a, .about p, dl.form > dd p.note, p.subdued,
.team-header .team-description, .hfields dl.form > dt label, .boxed-group > h3 a.boxed-group-breadcrumb,
.boxed-group .heading a.boxed-group-breadcrumb, .subscriptions-sidebar .note, .thread-subscription-status,
.news .alert .branch-link, .release .release-authorship a, .contributing, .wiki-wrapper .wiki-empty-box:hover,
.select-menu.is-showing-clear-item .select-menu-clear-item .octicon, .diffstat-summary a, a.subnav-item,
.branches .branch-group-heading .branch-group-name, .render-notice, .discussion-sidebar-heading, .dashboard-notice .title p,
- .table-list-milestones .stat, .date_selector td, .commits-listing .commit-group-title .octicon-git-commit {
+ .table-list-milestones .stat, .date_selector td, .commits-listing .commit-group-title .octicon-git-commit,
+ .select-menu-header .octicon:hover, .markdown-format code {
color: #a4a4a4 !important;
}
/* content text */
- #contributions-calendar .contrib-details div, .mini-icon-remove-close:hover, .tabnav-tabs a, a.vcard-stat, .time,
+ #contributions-calendar .contrib-details div, .mini-icon-remove-close:hover, .tabnav-tabs a, .time,
.pagination .disabled, .diffstat-bar, .gist-item .metadata .datetime, .list-group-item-meta,
a.keyboard-shortcuts, .simple-conversation-list, .simple-conversation-list > li .title .num, .drag-and-drop,
.starred-repo .sort-info, .org-stats, .commandbar .choice, .commandbar .loading, .commandbar .description,
.commits-list-item .commit-meta, .table-list-header-toggle .button-link, .issues-listing .table-list-issues .issue-comments-link,
.issues-listing .table-list-issues .issue-meta-section a, a.issues-reset-query, .labels-list-action, .table.files td.icon,
table.tag-list p a, table.tag-list td.date a, a.status-error, .file .meta .octicon-button, .markdown-body blockquote,
- a.muted-link {
+ a.muted-link, .render-view-modes li, .scope-badge, .site-footer, .site-footer .octicon-mark-github:hover {
color: #888 !important;
}
.vcard-detail .octicon, .command-bar .octicon-question:before, .auto-search-group .octicon:before, .news .alert .time,
.branches .branch-summary, .branches .no-results-message, header ul.links > li a, .team-info-card .stats-group .stat,
.team-info-card .stats-group .stat.no-link:hover, .discussion-sidebar-item, .text-muted, .issues-listing .table-list-issues .issue-meta,
.task-progress, .table-list-milestones .stat-label, .table-list, .date_selector td.unselected_month, #blog-home,
- .blog-post-meta, .blog-post-meta a, .blog-post-meta .octicon, .diff-line-num, .blob-line-num, .file-data .line-numbers span, .blob-line-nums,
+ .blog-post-meta, .blog-post-meta a, .blog-post-meta .octicon, .diff-line-num, .blob-num, .file-data .line-numbers span,
.discussion-item .timestamp, .branch-status a, .branch-status .divider, .news .alert .octicon, .news .alert .mega-octicon {
color: #666 !important;
}
.context-pane .selector-item:hover a, .mega-icon:before, .mini-icon-public-repo:before, .mini-icon-pull-request, .mini-icon-remove-close,
- .mini-icon-link, .panel-nav.disabled .mega-octicon:before, .task-progress .octicon, .milestone-link .octicon {
+ .mini-icon-link, .panel-nav.disabled .mega-octicon:before, .task-progress .octicon, .milestone-link .octicon,
+ .site-footer .octicon-mark-github, .select-menu-header .octicon {
color: #444 !important;
}
- .svg-tip:after, .bootcamp .desc h2 {
+ .svg-tip:after, .bootcamp .desc h2, .issues-listing .table-list-issues .issue-comments-link.no-comment {
color: #333 !important;
}
.list-tip:before, .selector-item .mini-icon:before, .browser .mini-icon-arr-right, .selected .select-menu-checkmark,
.issue-list em, .octicon-person-team:before, .issues-reset-query .octicon-x {
color: #222 !important;
}
- .timeline-comment-header .timestamp, .timeline-comment-header .comment-type-icon {
+ .timeline-comment-header .timestamp, .timeline-comment-header .comment-type-icon, .timeline-comment-header-text code a,
+ .vcard-stat:hover .text-muted {
color: inherit !important;
}
/* placeholder */
color: #c31e16 !important;
}
- /* === Brown panel === */
- .infotip, .form-actions .tip, .mini-callout, .snippet em, #message .sent, .notification, .callout, .contributing,
- .ejector, #issues_search .results em, .bootcamp-help ul li, .btn-download, .feature-tabs .tab-button, .plan.free,
- #message.minor, .chzn-results li em, #missing-readme, .warning, .page-notice, a.button.classy, .signed-out-comment,
+ /* === Yellow panel === */
+ #feedHeaderContainer, .feedBackground, .infotip, .form-actions .tip, .mini-callout, .snippet em, #message .sent, .notification,
+ .callout, .contributing, .ejector, #issues_search .results em, .bootcamp-help ul li, .btn-download, .feature-tabs .tab-button,
+ .plan.free, #message.minor, .chzn-results li em, #missing-readme, .warning, .page-notice, a.button.classy, .signed-out-comment,
.facebox-alert, .branch-status.status-pending .discussion-item-icon, .discussion-event-status-renamed .discussion-item-icon,
- .state-indicator.renamed {
- background: linear-gradient(#402c17,#5e4022) !important;
- border-color: #5e4022 !important;
- }
- .status-pending, .discussion-topic .branch-status.status-pending, .status-pending .octicon {
- background: #402c17 !important;
- color: #9C6A38 !important;
- border-color: #5e4022 !important;
- }
- #feedHeaderContainer, .feedBackground {
- background-color: #402c17 !important;
- border-color: #5e4022 !important;
- color: #ddd !important;
- }
- /* === Yellow panel=== */
- .recently-touched-branches {
- background: linear-gradient(#220,#331) !important;
- border-color: #773 !important;
+ .state-indicator.renamed, .status-pending, .discussion-topic .branch-status.status-pending, .status-pending .octicon,
+ .recently-touched-branches, .secret .repo-label span {
+ background: #383812 !important;
+ border-color: #884 !important;
+ color: #884;
}
- .recently-pushed-branch-details, #toc .octicon-diff-modified {
+ .recently-pushed-branch-details, #toc .octicon-diff-modified, .secret .repo-label span {
color: #884 !important;
}
.recently-pushed-branch-details a {
color: #6CC644 !important;
}
/* interactive button - bright border */
- button.primary, .minibutton.primary:not([href$="compare"]), a.primary.button {
+ button.primary, .minibutton.primary:not([href*="compare"]), a.primary.button {
background: linear-gradient(to bottom, #407045, #305530) !important;
border-color: #083 !important;
}
.noproblems .pageheader_wrap, a.new-repo:hover {
background: #373 !important;
}
- button.primary:not(:disabled):hover, .minibutton.primary:not(:disabled):not([href$="compare"]):hover,
+ button.primary:not(:disabled):hover, .minibutton.primary:not(:disabled):not([href*="compare"]):hover,
a.primary.button:hover {
background: linear-gradient(to bottom, #508055, #407045) !important;
}
.pjax-loading {
background: rgba(64, 64, 64, 0.8) !important;
}
- /* === Repository Network Tree === */
- #network .repo img[alt="T"], #network .repo img[alt="I"], #network .repo img[alt="L"] {
- width: 26px !important;
- height: 0 !important;
- padding-top: 22px !important;
- }
- #network .repo img[alt="T"] {
- background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAaAQMAAACNTe4+AAAABlBMVEUAAABPT09PI3z5AAAAAnRSTlMAslP8H5gAAAATSURBVAjXYwADBwbS6NAAUvUBALZSA6Z3hy6MAAAAAElFTkSuQmCC') no-repeat !important;
- }
- #network .repo img[alt="I"] {
- background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAaAQMAAACNTe4+AAAABlBMVEUAAABPT09PI3z5AAAAAnRSTlMAslP8H5gAAAAOSURBVAjXYwADBwZa0wCi6ANBB33CVwAAAABJRU5ErkJggg==') no-repeat !important;
- }
- #network .repo img[alt="L"] {
- background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAaAQMAAACNTe4+AAAABlBMVEUAAABPT09PI3z5AAAAAnRSTlMAslP8H5gAAAATSURBVAjXYwADBwbS6NAABhIBAJVSAiYmyPmYAAAAAElFTkSuQmCC') no-repeat !important;
- }
+
ul.view-modes-menu {
background-image: url('data:image/gif;base64,R0lGODlhBwAEAIAAACIiIv///yH5BAEAAAEALAAAAAAHAAQAAAIIhA+BGWoNWSgAOw==') !important;
}
#issues_search .comment {
background: url(https://stylishthemes.github.io/GitHub-Dark/images/bubble-arrow.png) 2px 21px no-repeat !important;
}
- /* gist logo */
- .header-logo-wordmark[href*="gist.github.com"] {
- background-image: url(https://stylishthemes.github.io/GitHub-Dark/images/gist-logo-white.png) !important;
- }
/* octocat loading spinner */
.commandbar .loading .description, .context-loader, .pagination.ajax_paginate.loading a, .more-repos-link.is-loading,
.repohead .page-context-loader, .pull-heading.loading span.flag, .addon.loading .indicator, .mergeable .spinner, .slow-loading-overlay,
}
/* no border */
.multiple-avatars, .multiple-avatars:before, table.files, table.files tr, .simple-conversation-list>li:first-child,
- .gobutton.with-comments .sha, .blob-line-nums, .commit, .menu a, .menu li, .usage-bar dd,
+ .gobutton.with-comments .sha, .commit, .menu a, .menu li, .usage-bar dd,
.setup-form-container .fieldgroup .fields, .inline-comments .line-comments, #gist-form .gist-name-textbox {
border: 0 !important;
}
border: 1px solid #555 !important;
}
/* add border */
- .capped-card, .inline-comment, .image, .commit.file-history-tease, .issues-list, .pulls-list-group,
- .commit-tease, .branch-infobar, .pagehead.repohead h1 .repo-label span {
+ #network, .capped-card, .inline-comment, .image, .commit.file-history-tease, .issues-list, .pulls-list-group,
+ .commit-tease, .branch-infobar, .pagehead.repohead h1 .repo-label span, .coupons .coupon-form-body .coupon-icon,
+ .markdown-format table {
border: 1px solid #555 !important;
}
#graph-shots li>p, .select-menu-item, .auth-form-header, .logo-box, .commit-tease, .branch-infobar {
color: #D26911 !important;
}
/* secret gists */
- .gist-item.vis-secret .bubble {
- background-color: #a1882b !important;
- }
- .gist-item.vis-secret .file-box {
- border: 1px solid #a1882b !important;
- }
- .gist-item.vis-secret .line-numbers {
- background-color: #a1882b !important;
- border-color: #a1882b !important;
- }
- .gist-item.vis-secret .line-numbers span, .secret .mega-octicon:before, .secret .repo-label span,
- .page-new-repo div.form-checkbox .octicon-lock:before, .gist .highlight tr span.gu {
+ .secret .mega-octicon:before, .page-new-repo div.form-checkbox .octicon-lock:before, .gist .highlight tr span.gu {
color:#a1882b !important;
}
/* diff highlighting (no syntax highlight) */
color: #888 !important;
}
/* git diff line additions (dark green) */
- .highlight tr.gi, .highlight tr .gi, .highlight tr .gi pre, .gi .diff-line-code, .gi .diff-line-code pre,
- .markdown-body ins, .markdown-body ins > *, .markdown-body .added, .highlight .diff-line-num-addition,
- .highlight .diff-line-code-addition {
+ .highlight .gi, .gi .diff-line-code, .gi .diff-line-code pre, .markdown-body ins, .markdown-body ins > *, .markdown-body .added,
+ .blob-code-addition, .blob-num-addition {
background: #030 !important;
border-color: #080 !important;
}
/* git diff line deletions (dark red) */
- .highlight tr.gd, .highlight tr .gd, .gd .diff-line-code, .gd .diff-line-code pre,
- .markdown-body .removed, .highlight .diff-line-num-deletion, .highlight .diff-line-code-deletion {
+ .highlight .gd, .gd .diff-line-code, .gd .diff-line-code pre, .markdown-body .removed, .blob-num-deletion, .blob-code-deletion {
background: #400 !important;
border-color: #800 !important;
}
border-color: #880 !important;
}
/* git diff inline additions (green) */
- .highlight tr.gi, .highlight tr .gi {
+ .highlight .gi {
color:#589819 !important;
}
- .highlight tr.gi .x, .highlight tr .gi .x, .highlight .diff-line-code-addition .x {
+ .highlight tr.gi .x, .highlight tr .gi .x, .blob-code-addition .x {
background: #252 !important;
color: #eee !important;
}
/* git diff inline deletions (red) */
- .highlight tr.gd, .highlight tr .gd {
+ .highlight .gd {
color: #d22323 !important;
}
- .highlight tr.gd .x, .highlight tr .gd .x, .highlight .diff-line-code-deletion .x {
+ .highlight tr.gd .x, .highlight tr .gd .x, .blob-code-deletion .x {
background: #622 !important;
color: #eee !important;
}
/*[[pygments-theme]]*/
/* GitHub-Dark syntax highlighting */
- .highlight, .highlight pre:not(.diff-line-pre),
+ .highlight, .highlight pre,
.highlight table { background-color:#111 !important; color:#d0d0d0 !important; }
.highlight .hll { background-color:#404040 !important; }
.highlight .err { color:#a61717 !important; background-color:#311 !important; }
.highlight .nc, .highlight .nn { color:#447fcf !important; }
.highlight .no, .highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi { color:#4ca !important; }
.highlight .nd, .highlight .sx { color:orange !important; }
-
/* Wombat VIM theme */
-.highlight, .highlight pre:not(.diff-line-pre), .highlight table { background: #242424 !important; color: #f6f3e8 !important; }
+.highlight, .highlight pre, .highlight table { background: #242424 !important; color: #f6f3e8 !important; }
.highlight .hll { background-color: #ffffcc !important; }
.highlight .c { color: #99968b !important; font-style: italic !important; } /* Comment */
.highlight .err { color: #f6f3e8 !important; } /* Error */
--- /dev/null
+body {
+ background-color : #1c1c1c !important
+}
+
+.listing-chooser.grippy {
+ border-left : none !important
+}
+
+.title a:visited {
+ color : #4c4c4c !important
+}
+
+.listing-chooser {
+ background-color : #1c1c1c !important
+}
+
+body.with-listing-chooser .listing-chooser .grippy {
+ background-color : #1c1c1c !important;
+ border-left : 1px solid #222 !important;
+}
+
+body.with-listing-chooser .listing-chooser .grippy:hover:after {
+ background-color : #333 !important
+}
+
+body.with-listing-chooser .listing-chooser .grippy:after {
+ border-right : 1px solid #1c1c1c !important
+}
+
+body.with-listing-chooser .listing-chooser li {
+ background-color : #1c1c1c !important;
+ border-color : #333 !important
+}
+
+body.with-listing-chooser .listing-chooser ul.multis li:hover {
+ background : #333 !important
+}
+
+body.with-listing-chooser .listing-chooser a {
+ color : #bbb !important
+}
+
+body.with-listing-chooser .listing-chooser ul.multis li:hover a {
+ color : #ccc !important
+}
+
+.create button {
+ color : #ccc !important
+}
+
+.intro {
+ background : #1c1c1c !important
+}
+
+.listing-page.entry {
+ padding : 0.40000000000000002em !important
+}
+
+.listing-page.entry.md, .comments-page.entry.md {
+ padding : 1em !important
+}
+
+#header-bottom-left {
+ border : none !important;
+ background : none !important;
+ box-shadow : none !important;
+ -webkit-box-shadow : none !important;
+ height : 48px !important;
+ padding : 0 !important;
+ margin : 0 !important
+}
+
+#header-bottom-right {
+ background-color : #222 !important;
+ color : #aaa !important;
+ font-weight : 600 !important
+}
+
+#header-bottom-right a {
+ color : #aaa !important;
+ font-weight : 600 !important
+}
+
+#header {
+ border-bottom : 0 !important;
+ border : none !important;
+ box-shadow : none !important;
+ -webkit-box-shadow : none !important;
+ padding : 0 !important;
+ margin : 0 !important
+}
+
+#sr-header-area {
+ background : #1c1c1c !important;
+ text-transform : capitalize !important;
+ border-bottom : 0 !important;
+ height : 8px !important;
+ font-size : 12px !important;
+ font-weight : 600;
+ padding : 0 0 12px !important
+}
+
+.sr-bar a {
+ color : #aaa !important
+}
+
+#sr-more-link {
+ background : #1c1c1c !important;
+ font-size : 12px;
+ font-weight : 600 !important;
+ color : #aaa !important
+}
+
+.sr-list {
+ width : 38em !important
+}
+
+.commentarea.score {
+ color : #CD5555 !important
+}
+
+.commentarea.usertext-edit.livePreview.md.RESDialogContents, .commentarea.usertext-edit.livePreview {
+ background : #333 !important
+}
+
+.messages-page.usertext-edit.livePreview.md.RESDialogContents, .messages-page.commentarea.usertext-edit.livePreview {
+ background : #333 !important
+}
+
+.dropdown.srdrop.selected {
+ color : #aaa !important;
+ font-size : 12px;
+ font-weight : 600 !important
+}
+
+.drop-choices {
+ background : #1c1c1c !important;
+ color : #bbb !important;
+ -webkit-border-radius : 10px;
+ border-radius : 10px;
+ padding : 0.69999999999999996em !important;
+ border : none !important;
+ position : absolute !important;
+ z-index : 99 !important;
+ border : 0 !important
+}
+
+.drop-choices a.choice {
+ color : #ccc !important
+}
+
+.drop-choices a.choice:hover {
+ color : #aaa !important;
+ border-radius : 5px !important;
+ -webkit-border-radius : 5px !important;
+ background-color : #333 !important
+}
+
+body.with-listing-chooser #header .tabmenu {
+ margin-left: 14px !important;
+}
+
+.tabmenu li a {
+ color : #555 !important;
+ background-color: #222 !important;
+ padding: 2px 6px 9px 6px !important;
+}
+
+.tabmenu li.selected a {
+ padding : 9px 9px 10px 9px !important;
+ color : #a1a1a1 !important;
+ margin : 3px !important;
+ font-weight : 800 !important;
+ background : #1c1c1c !important;
+ border : 2px solid #222 !important;
+ border-bottom : none !important;
+}
+
+.tabmenu a:hover {
+ color : #a1a1a1 !important;
+ /* padding : 5px 7px 5px 7px !important */
+}
+
+.tabmenu.selected a:hover {
+ color : #6f6f6f !important;
+ /* padding : 9px 10px 5px 10px !important */
+}
+
+.pagename {
+ display : none !important
+}
+
+.content {
+ background : #1c1c1c !important;
+ /* padding : 1em !important */
+ border : 5px solid #222 !important;
+ border-bottom : none !important;
+ margin: 0 !important;
+ /* padding: 0 !important; */
+ /* height: 1000px !important; */
+ /* min-height: 100% !important; */
+ bottom: 40px !important;
+ margin: 0 auto -20px !important
+}
+
+.promotedlink {
+ display: none !important;
+}
+
+body.with-listing-chooser>.content,
+body.with-listing-chooser>.footer-parent {
+ margin-left: 148px !important;
+}
+
+.linkflairlabel {
+ color : #bbb !important;
+ background : #444 !important;
+ border : 0 !important;
+ -webkit-border-radius : 5px;
+ border-radius : 5px
+}
+
+.flair {
+ background-color : #4c4000 !important;
+ color : #bbb !important;
+ border : 0 !important;
+ border-radius : 5px !important;
+ -webkit-border-radius : 5px !important;
+ padding : 1px !important
+}
+
+.title {
+ color : #ccc !important
+}
+
+.subreddit {
+ color : #aaa !important
+}
+
+.help.help-cover.promoted {
+ background : #111 !important;
+ border-radius : 10px !important;
+ -webkit-border-radius : 10px !important
+}
+
+.thumbnail {
+ border-radius : 3px !important;
+ -webkit-border-radius : 3px !important
+}
+
+.organic-listing.link {
+ background-color : #111 !important
+}
+
+.organic-listing {
+ background : #111 !important;
+ border : 1px solid #222 !important;
+ -webkit-border-radius : 5px;
+ border-radius : 5px
+}
+
+.rank {
+ display : none !important
+}
+
+.thing {
+ border : none !important
+}
+
+.flat-list.buttons a {
+ color : #666 !important;
+ font-size : 0.94999999999999996em
+}
+
+.flat-list.buttons {
+ font-size : 1.05em !important
+}
+
+.tagline {
+ font-size : 0.90000000000000002em !important
+}
+
+.entry.unvoted {
+ background : #1c1c1c !important;
+ border-radius : 5px !important;
+ -webkit-border-radius : 5px !important;
+ border : none !important
+}
+
+.entry.likes {
+ background : #1c1c1c !important
+}
+
+.help-help-cover.organic {
+ background : none !important
+}
+
+.nextprev a {
+ color : #ccc !important;
+ background : #1c1c1c !important;
+ border : none !important
+}
+
+.nextprev a:hover {
+ color : #ddd !important;
+ background : #3c3c3c !important;
+ border : 0 !important
+}
+
+.usertext-edit textarea {
+ -moz-appearance : none !important;
+ background-color : #2a2a2a !important;
+ color : #aaa !important;
+ -webkit-border-radius : 10px;
+ border-radius : 10px;
+ border : none !important
+}
+
+.commentarea.usertext-body.md {
+ margin-top : 0 !important
+}
+
+.entry.md.commentImg {
+ margin : 0 !important
+}
+
+.commentarea.markdownEditor a {
+ color : #bbb !important
+}
+
+blockquote p {
+ color : #ccc !important
+}
+
+.commentarea.md a {
+ color : #ffffaa !important
+}
+
+.commentarea.thing.child {
+ border-left : 1px solid #333 !important
+}
+
+.commentarea blockquote {
+ margin : 1em !important;
+ color : #ffff9a !important
+}
+
+.commentarea.author {
+ color : #ddd !important;
+ font-weight : bold !important
+}
+
+.commentarea.submitter.author {
+ background : #336699 !important;
+ -webkit-border-radius : 5px !important;
+ border-radius : 5px !important;
+ padding : 2px !important
+}
+
+.commentarea code {
+ background : #1c1c1c !important
+}
+
+.link.self.md {
+ border : 1px solid #333 !important
+}
+
+.commentarea.collapsed.author {
+ background : #3a3a3a !important;
+ -webkit-border-radius : 3px !important;
+ border-radius : 3px !important
+}
+
+.voteWeight {
+ background : none !important;
+ color : #aaa !important
+}
+
+#shortlink-text {
+ -moz-appearance : none !important;
+ color : #555 !important;
+ background-color : #2a2a2a !important;
+ -webkit-border-radius : 5px;
+ border-radius : 5px;
+ border : #aaa !important
+}
+
+#shortlink-text:hover {
+ background : #333 !important;
+ color : #aaa !important
+}
+
+.usertext-body {
+ background : none !important
+}
+
+.spacer.usertext-body.md {
+ border : 1px solid #333 !important
+}
+
+.usertext-body.md {
+ background : #222 !important;
+ border-left : 2px solid #333 !important;
+ -webkit-border-radius : 5px !important;
+ border-radius : 5px !important;
+ margin-top : 1em !important
+}
+
+.expand {
+ color : #555 !important
+}
+
+.expand:hover {
+ background : #333 !important
+}
+
+blockquote {
+ border-color : #ccc !important;
+ border-left : 1px solid !important
+}
+
+.side {
+ margin : 1em !important;
+ background : none !important
+}
+
+.side.spacer.titlebox.usertext.md ol {
+ background-color : #222 !important
+}
+
+.side.md {
+ padding : 1em !important
+}
+
+.side#ad_main {
+ padding-bottom : 0em !important;
+ padding-top : 0.80000000000000004em !important
+}
+
+.flairtoggle {
+ background : #222 !important
+}
+
+.side.more {
+ background : #222 !important
+}
+
+.sidebox.create, .sidebox.submit, .sidebox.gold, #search {
+ padding : 0.69999999999999996em !important;
+ border-radius : 10px;
+ -webkit-border-radius : 10px
+}
+
+.sidebox.create.spacer, .sidebox.submit.spacer {
+ box-shadow : none;
+ -webkit-box-shadow : none
+}
+
+.side img {
+ border-bottom-right-radius : 10px !important;
+ border-bottom-left-radius : 10px !important;
+ -webkit-border-bottom-right-radius : 10px !important;
+ -webkit-border-bottom-left-radius : 10px !important
+}
+
+.side div {
+ border : none !important
+}
+
+.side.spacer {
+ background : #222 !important;
+ border-radius : 10px;
+ -webkit-border-radius : 10px
+}
+
+#search input {
+ color : #6a6a6a !important;
+ background-color : #2a2a2a !important;
+ width : 18.649999999999999em !important;
+ font-family : Helvetica, Arial, Verdana, sans-serif !important;
+ font-size : 15px !important;
+ border : none !important;
+ border-radius : 5px !important;
+ -webkit-border-radius : 5px !important
+}
+
+#searchexpando.infobar {
+ background : #222 !important;
+ color : #bbb !important;
+ -webkit-border-radius : 10px !important;
+ border-radius : 10px !important
+}
+
+#searchexpando.infobar a {
+ color : #a1a1a1 !important
+}
+
+.searchfacets {
+ background : #1c1c1c !important;
+ border-radius : 10px !important;
+ -webkit-border-radius : 10px !important
+}
+
+.sidecontentbox {
+ padding : 10px 0 !important
+}
+
+.sidecontentbox li {
+ background : #222 !important
+}
+
+.sidecontentbox a {
+ color : #6a6a6a !important
+}
+
+.sidecontentbox.title, .helplink {
+ margin : 1em !important
+}
+
+.sidecontentbox.content {
+ width : auto !important;
+ border : 0 !important;
+ box-shadow : none;
+ -webkit-box-shadow : none
+}
+
+.goldvertisement {
+ border-radius : 7px !important;
+ -webkit-border-radius : 7px !important;
+ color : #555 !important;
+ font-size : 9px !important;
+ box-shadow : none !important;
+ -webkit-box-shadow : none !important
+}
+
+.titlebox ol {
+ background : #222 !important;
+ border : none !important
+}
+
+.titlebox p, .titlebox li, .titlebox em, .titlebox.md {
+ color : #bbb !important;
+ background : #222 !important;
+ margin : 1em !important
+}
+
+.titlebox.md {
+ padding : 1em !important
+}
+
+.titlebox h1 {
+ color : #ccc !important;
+ background : #222 !important
+}
+
+.titlebox.number, .titlebox.word {
+ color : #bbb !important;
+ font-weight : 700 !important;
+ font-size : 12px !important
+}
+
+.titlebox.bottom {
+ border-top : 1px solid #bbb !important;
+ padding : 10px 0 0 !important
+}
+
+.titlebox {
+ background : #222 !important;
+ padding-top : 1em !important;
+ padding-bottom : 1em !important;
+ border : none !important;
+ color : #bbb !important;
+ border-radius : 10px;
+ -webkit-border-radius : 10px;
+ margin : 1em !important
+}
+
+.titlebox a {
+ color : #6a6a6a !important
+}
+
+.titlebox.md {
+ border-radius : 10px !important;
+ -webkit-border-radius : 10px !important;
+ margin : 0 !important;
+ border : 0 !important
+}
+
+.nub {
+ display : none !important
+}
+
+.morelink {
+ background : #2a2a2a !important;
+ border : 0 !important;
+ border-radius : 5px !important;
+ -webkit-border-radius : 5px !important;
+ width : 15.76em !important
+}
+
+.morelink a {
+ color : #a1a1a1 !important
+}
+
+.morelink:hover {
+ background : #2d2d2d !important
+}
+
+.morelink a:hover {
+ color : #bbb !important
+}
+
+.linkinfo {
+ color: #eee !important;
+ background : #222 !important;
+ border : 0 !important;
+ border-radius : 5px !important;
+ -webkit-border-radius : 5px !important;
+ margin : 1em !important;
+ padding-top : 1em !important;
+ padding-bottom : 1em !important
+}
+
+.linkinfo span {
+ color : #bbb !important
+}
+
+.login-required {
+ color : #bbb !important
+}
+
+.login-required:hover {
+ color : #eee !important
+}
+
+#ad-frame {
+ -webkit-border-top-left-radius : 10px;
+ -webkit-border-top-right-radius : 10px;
+ border-top-left-radius : 10px;
+ border-top-right-radius : 10px
+}
+
+.account-activity-box a {
+ color : #6a6a6a !important
+}
+
+.trophy-name {
+ color : #bbb !important
+}
+
+.side.content {
+ padding : 0 !important
+}
+
+.fancy-toggle-button.remove {
+ color : #000 !important;
+ background : #aaa !important
+}
+
+.fancy-toggle-button.add {
+ color : #bbb !important;
+ background : maroon !important
+}
+
+.searchpane.raisedbox {
+ background-color : #1c1c1c !important;
+ border-color : #555 !important;
+ -webkit-border-radius : 10px;
+ border-radius : 10px;
+ border : none !important
+}
+
+.infobar {
+ background-color : #1c1c1c !important;
+ color : #ccc !important;
+ border-color : #333 !important;
+ -webkit-border-radius : 10px;
+ border-radius : 10px;
+ border : none !important;
+ width : 50% !important
+}
+
+.commentarea.noncollapsed.usertext-body.md {
+ background : #1c1c1c !important
+}
+
+.RES-keyNav-activeElement {
+ outline : 1px dashed rgba(255, 255, 255, 0.10000000000000001) !important
+}
+
+.entry {
+ background-color : #1c1c1c !important;
+ border : none !important
+}
+
+.RESImage {
+ border : 1px solid #1c1c1c !important;
+ -webkit-border-radius : 5px;
+ border-radius : 5px
+}
+
+#RESSettingsButton {
+ height : 13px !important
+}
+
+.RESGalleryControls {
+ background : #1c1c1c;
+ color : #fff;
+ padding : 1px !important
+}
+
+#RESShortcutsAddFormContainer, #RESShortcutsEditContainer, #RESShortcutsRight, #RESShortcutsAdd, #RESShortcutsLeft {
+ background : #1c1c1c !important;
+ color : #bbb !important
+}
+
+.res#userbarToggle {
+ background : none !important;
+ color : #aaa !important;
+ border : none !important
+}
+
+.RESDialogSmall>h3 {
+ color : #ccc !important;
+ background-color : #444 !important;
+ border : none !important;
+ -webkit-border-radius : 5px !important;
+ border-radius : 5px
+}
+
+.RESDialogSmall.livePreview {
+ width : 41.5em !important;
+ color : #ccc !important;
+ background-color : #333 !important;
+ border : 1px solid #3a3a3a !important;
+ border : none !important;
+ -webkit-border-radius : 10px !important;
+ border-radius : 10px !important
+}
+
+#srList {
+ background : #1c1c1c !important
+}
+
+#srList tr:hover {
+ background : #333 !important
+}
+
+.RESDialogSmall.livePreview p {
+ color : #ccc !important;
+ background-color : #333 !important
+}
+
+#progressIndicator {
+ background-color : #1c1c1c !important;
+ color : #ccc !important;
+ border : 0 !important
+}
+
+#RESHoverContainer {
+ border : 1px solid #111 !important;
+ border-radius : 10px !important;
+ -webkit-border-radius : 10px !important
+}
+
+.usertext-edit.RESDialogSmall.md.RESDialogContents {
+ background-color : #333 !important
+}
+
+.md.RESDialogContents blockquote p {
+ background : #333 !important
+}
+
+.md.RESDialogContents p {
+ background : #333 !important
+}
+
+.RESDialogContents {
+ color : #ccc !important;
+ background-color : #1c1c1c !important;
+ -webkit-border-radius : 10px !important;
+ border-radius : 10px !important;
+ border : 0 !important
+}
+
+.md.RESDialogContents blockquote p {
+ background : #333 !important
+}
+
+.expando-button {
+ border-radius : 4px !important;
+ -webkit-border-radius : 4px !important;
+ padding : 0 !important
+}
+
+.author.submitter {
+ color : #ccc !important
+}
+
+#RESConsole.slideIn {
+ border-radius : 10px !important;
+ -webkit-border-radius : 10px !important
+}
+
+.RESSubscriptionButton {
+ border : 0 !important;
+ background-color : #333 !important
+}
+
+.RESSubscriptionButton:hover {
+ border : 0 !important;
+ background-color : #444 !important
+}
+
+.commentarea.sitetable.thing.comment.comment.comment.comment.comment.comment.comment.comment.comment.comment {
+ background-color : #1c1c1c !important
+}
+
+.commentarea.sitetable.thing.comment.comment.comment.comment.comment.comment.comment.comment.comment {
+ background-color : #1c1c1c !important
+}
+
+.commentarea.sitetable.thing.comment.comment.comment.comment.comment.comment.comment.comment {
+ background-color : #1c1c1c !important
+}
+
+.commentarea.sitetable.thing.comment.comment.comment.comment.comment.comment.comment {
+ background-color : #1c1c1c !important
+}
+
+.commentarea.sitetable.thing.comment.comment.comment.comment.comment.comment {
+ background-color : #1c1c1c !important
+}
+
+.commentarea.sitetable.thing.comment.comment.comment.comment.comment {
+ background-color : #1c1c1c !important
+}
+
+.commentarea.sitetable.thing.comment.comment.comment.comment {
+ background-color : #1c1c1c !important
+}
+
+.commentarea.sitetable.thing.comment.comment.comment {
+ background-color : #1c1c1c !important
+}
+
+.commentarea.sitetable.thing.comment.comment {
+ background-color : #1c1c1c !important
+}
+
+.commentarea.sitetable.thing.comment {
+ background-color : #1c1c1c !important
+}
+
+.res-commentBoxes.res-commentBoxes-rounded.comment {
+ border : 1px solid #333 !important;
+ border-radius : 5px !important;
+ -webkit-border-radius : 5px !important
+}
+
+.thing.child.entry.noncollapsed {
+ background : #1c1c1c !important
+}
+
+.commentarea.thing.entry.noncollapsed {
+ background : #1c1c1c !important
+}
+
+.roundfield {
+ background : #222 !important;
+ -webkit-border-radius : 10px;
+ border-radius : 10px !important;
+ color : #ccc !important;
+ border : 1px solid #1a1a1a !important
+}
+
+.roundfield a {
+ color : #aaa !important
+}
+
+.roundfield.content, .roundfield.content p {
+ background-color : #222 !important
+}
+
+.roundfield textarea {
+ -webkit-border-radius : 10px;
+ border-radius : 10px;
+ color : #aaa !important;
+ background : #2a2a2a !important;
+ border : none !important
+}
+
+.textarea {
+ color : #aaa !important;
+ background : #2a2a2a !important;
+ border : none !important
+}
+
+#link-desc.infobar {
+ background-color : #222 !important;
+ color : #bbb !important;
+ border-color : #555 !important;
+ -webkit-border-radius : 10px;
+ border-radius : 10px;
+ border : none !important
+}
+
+.infobar {
+ background : #111 !important;
+ border : #333 1px solid !important;
+ -webkit-border-radius : 10px;
+ border-radius : 10px
+}
+
+#url {
+ color : #ccc !important;
+ background : #333 !important;
+ -webkit-border-radius : 5px;
+ border-radius : 5px
+}
+
+#sr-autocomplete {
+ color : #bbb !important;
+ background : #333 !important;
+ -webkit-border-radius : 5px;
+ border-radius : 5px
+}
+
+#text-desc.infobar {
+ background : #222 !important;
+ color : #bbb !important
+}
+
+.linefield {
+ color : #bbb !important;
+ background : #222 !important;
+ border-radius : 10px !important;
+ -webkit-border-radius : 10px !important
+}
+
+#name.text {
+ color : #bbb !important;
+ background : #333 !important;
+ -webkit-border-radius : 5px;
+ border-radius : 5px
+}
+
+#title.text {
+ color : #bbb !important;
+ background : #333 !important;
+ -webkit-border-radius : 5px;
+ border-radius : 5px
+}
+
+.option {
+ color : #bbb !important
+}
+
+.col {
+ border-left : 1px solid #333 !important
+}
+
+.flat-vert.title {
+ color : #666 !important
+}
+
+.footer {
+ border : none !important;
+ margin-left : auto !important;
+ margin-right : auto !important;
+ font-size : 0.78000000000000003em !important
+}
+
+.giftgold {
+ margin-left : 1em !important
+}
+
+.gilded-comments-link {
+ margin-left : 1em !important;
+ padding-bottom : 1em !important
+}
+
+.footer li a {
+ color : #6a6a6a !important
+}
+
+.bottommenu {
+ color : #555 !important;
+ font-size : 0.69999999999999996em !important
+}
+
+.popup {
+ background : #222 !important
+}
+
+.NERPageMarker {
+ background : #222 !important;
+ border : none !important
+}
+
+#modalOverlay.fadeIn {
+ background : #1c1c1c !important
+}
+
+.login-form.login-form-side {
+ background : none !important;
+ -webkit-border-radius : 10px !important;
+ border-radius : 10px !important;
+ border : none !important
+}
+
+input {
+ background : #2a2a2a !important;
+ color : #bbb !important;
+ -webkit-border-radius : 5px !important;
+ border-radius : 5px !important;
+ border : none !important
+}
+
+.menuarea.selected a {
+ color : #ccc !important
+}
+
+.menuarea a {
+ color : #555 !important
+}
+
+.noncollapsed.md {
+ border-radius : 10px !important;
+ -webkit-border-radius : 10px !important
+}
+
+.parent.rounded {
+ border : none !important
+}
+
+.noncollapsed.author.submitter {
+ color : #ccc !important;
+ background : #336699 !important;
+ -webkit-border-radius : 5px !important;
+ border-radius : 5px !important;
+ padding : 2px !important
+}
+
+.footer {
+ border : none !important;
+ margin-left : auto !important;
+ margin-right : auto !important;
+ font-size : 0.78000000000000003em !important
+}
+
+.footer a {
+ color : #6a6a6a !important
+}
+
+.bottommenu {
+ font-size : 0.69999999999999996em !important
+}
+
+.wiki-page h3 {
+ color : #a1a1a1 !important
+}
+
+h1, h1 a {
+ color : #ccc !important
+}
+
+.wikipage.searchable h1 {
+ color : #ccc !important
+}
+
+ol.events.timeline.event-content span.title {
+ color : #111 !important
+}
+
+.messages-page.md {
+ border-left : 3px solid #333 !important;
+ background-color : #222 !important;
+ padding : 0.5em !important;
+ margin : 0.5em !important;
+ border-top : 0 !important;
+ border-bottom : 0 !important;
+ border-right : 0 !important
+}
+
+.link.promotedlink {
+ border : 1px solid #222 !important;
+ border-radius : 10px !important;
+ -webkit-border-radius : 10px !important;
+ background : #1c1c1c !important;
+ width : auto !important
+}
+
+.md {
+ color : #ccc !important;
+ background : #222 !important
+}
+
+.md hr {
+ background-color: #444 !important;
+ border-color: #444 !important;
+ color: #444 !important;
+}
+
+.side {
+ border : none !important;
+ box-shadow : none !important
+}
+
+.odd.link {
+ background : #1c1c1c !important
+}
+
+.even.link {
+ background : #1c1c1c !important
+}
+
+.side {
+ padding : 0 !important
+}
+
+.titlebox ol {
+ background : #111 !important
+}
+
+.comment {
+ background : #1c1c1c !important
+}
+
+.morecomments a {
+ color : #ffffaa !important
+}
+
+.sidecontentbox {
+ margin-left : 1em !important;
+ margin-left : 1em !important
+}
+
+.author.admin {
+ color : #fff !important
+}
+
+#RESShortcuts.sr-bar {
+ display : none !important
+}
+
+.nextprev {
+ margin-left : 1em !important;
+ padding : 0.59999999999999998em !important
+}
+
+.nextprev a {
+ color : #aaa !important;
+ background : #2a2a2a !important;
+ border : none !important;
+ font-weight : normal !important
+}
+
+.next-suggestions a:hover {
+ background : #2c2c2c !important
+}
+
+.next-suggestions a {
+ border : none !important;
+ color : #aaa !important
+}
+
+.nextprev a:hover {
+ color : #ccc !important;
+ background : #444 !important;
+ border : 0 #eee !important
+}
+
+.rounded.gold-accent.title {
+ color : #555 !important
+}
+
+.new-comment.usertext-body {
+ border : 1px solid #998100 !important;
+ border-radius : 7px !important;
+ -webkit-border-radius : 7px !important;
+ margin : 0.5em !important;
+ padding : 2px !important
+}
+
+a.subreddit {
+ color : #87CEEB !important
+}
+
+.md.imgScanned {
+ color : #ffffaa !important
+}
+
+.commentarea.infobar a {
+ color : #ffffaa !important
+}
+
+.res.spacer.usertext.RESDialogSmall.RESDialogContents {
+ background-color : #333 !important
+}
+
+#headdit-box.open-frame {
+ background-color : #2a2a2a !important;
+ border : 0 !important;
+ border-radius : 10px !important;
+ -webkit-border-radius : 10px !important
+}
+
+.spacer.server-seconds {
+ background-color : #222 !important
+}
+
+.reddit-entry {
+ margin : 10px !important
+}
+
+#header {
+ background : #333 !important
+}
+
+a.subreddit {
+ color : #87CEEB !important
+}
+
+.author {
+ color : #445555 !important
+}