Skip to content

Instantly share code, notes, and snippets.

@osirisgothra
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osirisgothra/4f3fc3aabb37e9e60d94 to your computer and use it in GitHub Desktop.
Save osirisgothra/4f3fc3aabb37e9e60d94 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("metacpan.org") {
/*
Meta CPAN Dark
Custom Content
Dark
by Gabriel Sharp <osirisgothra@hotmail.com>
*/
/* that annoying border */
.content
{
margin-left: 190px !important; /* the new nav buttons need +15px more */
border-left: 1px solid #444 !important;
}
/* quick transitions on animatables - comment out if you hate em */
*{ transition: all 500ms ease-in-out !important; }
/* missed nth alt table items */
tr:nth-child(2n+1)>td
{
background-color: rgba(0,0,0,0.25) !important;
}
/*
index header (documentation)
convert (overuse of) html5 button to rollover
that auto-expands when moused over. Just because
you /can/ use buttons doesnt mean you should.
*/
.index-border
{
border: none !important;
opacity: 0.5;
max-height: 2em !important;
overflow: hidden;
transition: all ease-in-out 4s;
}
.index-border:hover
{
opacity: 1.0;
/* cause the control to finish it's re/coil
halfway through opacity change
NB: max-height will NOT be animated unless it has values
to animate TO and FROM, and since 'initial' is not a numeric
value (and it doesnt translate to one), it will not animate.
Setting this to the expected 'initial' makes it pretty ugly
960px - recoil halfway through the opacity change *default*
480px - recoil matches opacity, takes longer to recoil
*/
max-height: 960px !important;
}
.index-border button
{
display: none !important;
}
.index-header
{
color: transparent !important;
}
.index-header b
{
color: white !important;
text-decoration: underline !important;
margin-left: -20px;
}
/*navigation bar (top)*/
nav
{
background-color: hsla(0,0%,15%,0.55) !important;
border: hsla(0,0%,15%,1.0) dotted 1px !important;
border-radius: 0px 0px 12px 12px !important;;
}
li.active
{
background-color: hsla(0,0%,35%,0.5) !important;
border: 2px dotted white !important;
border-image: repeating-linear-gradient(to right, black,red,black) 30 30 stretch !important;
}
.nav > li:hover
{
background-color: hsla(0,0%,35%,0.5) !important;
border: none !important;
border-radius: 5px !important;
}
.nav > li *
{
background: none transparent !important;
border: none !important;
}
/* code viewer */
.keyword
{
color: cyan !important;
}
.plain
{
color: silver !important;
}
.variable
{
color: skyblue !important;
}
.functions
{
color: yellowgreen !important;
}
.string
{
color: forestgreen !important;
}
.operator
{
color: darkgray !important;
}
.pod-line
{
color: silver !important;
background-color: #012 !important;
}
.comments
{
color: #555 !important;
}
/* autocomplete drop-down container & friends */
.autocomplete-suggestions
{
color: white !important;
background: linear-gradient(to bottom, rgba(48,48,48,0.9),rgba(16,16,16,1.0)) !important;
margin-left: 6px !important;
border-radius: 0px 0px 12px 12px !important;
border: rgba(120,120,120,0.34) dotted 1px !important;
box-shadow: black 2px 2px 4px !important;
}
.autocomplete-suggestion { background: none transparent !important; }
.autocomplete-suggestion strong
{
color: cornflowerblue !important;
}
/*!
The following is source from
Github Dark Theme v1.13.2 (5/31/2015) *//*
* https://github.com/StylishThemes/GitHub-Dark
* http://userstyles.org/styles/37035
* License: http://sam.zoy.org/wtfpl/
Applied to non-github components, so the style IS needed
Please Direct Credit To Those Destinations Given
Their License Applies from Here Down!
*/
/* AGENT_SHEET */
body {
background-color: #222 !important;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAgMAAAANjH3HAAAACVBMVEUaGhohISElJSUh9lebAAAB20lEQVRIx4XWuZXDMAwE0C0SAQtggIIYoAAEU+aKOHhYojTrYP2+QfOW/5QIJOih/q8HwF/pb3EX+UPIveYcQGgEHiu9hI+ihEc5Jz5KBIlRRRaJ1JtoSAl5Hw96hLB1/up1tnIXOck5jZQy+3iU2hAOKSH1JvwxHsp+5TLF5MOl1/MQXsVs1miXc+KDbYydyMeUgpPQreZ7fWidbNhkXNJSeAhc6qHmHD8AYovunYyEACWEbyIhNeB9fRrH3hFi0bGPLuEW7xCNaohw1vAlS805nfsrTspclB/hVdoqusg53eH7FWot+wjYpOViX8KbFFKTwlnzvj65P9H/vD0/hibYBGhPwlPO8TmxRsaxsNnrUmUXpNhirlJMPr6Hqq9k5Xn/8iYQHYIuQsWFC6Z87IOxLxHphSY4SpuiU87xJnJr5axfeRd+lnMExXpEWPpuZ1v7qZdNBOjiHzDREHX5fs5Zz9p6X0vVKbKKchlSl5rv+3p//FJ/PYvoKryI8vs+2G9lzRmnEKkh+BU8yDk515jDj/HAswu7CCz6U/Mxb/PnC9N41ndpU4hUU7JGk/C9PmP/M2xZYdvBW2PObyf1IUiIzoHmHW9yTncliYs9A9tVNppdShfgQaTLMf+j3X723tLeHgAAAABJRU5ErkJggg==) !important;
background-clip: border-box !important;
background-origin: padding-box !important;
background-attachment: scroll !important;
background-repeat: repeat !important;
background-size: auto !important;
background-position: left top !important;
}
/* custom code font */
pre, code, tt, kbd:not(.badmono), pre, samp, .blob-code, .file-data pre, .line-data, #gist-form .file .input textarea,
.ace_editor.ace-github-light, .ace_editor {
font-family: "Menlo", Monaco, Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
}
/* Base link/panel colors - text */
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-nav-link:hover, .header-nav-link:focus,
.api-status a:hover, #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, a.octotree_opts:hover,
.header .header-logo-invertocat:hover span, .comment-header-actions li:hover, .commit .commit-title .issue-link,
.octofication .mega-octicon:before, .octofication-more strong, .org-repo-stats a:hover, .muted-link:hover, a.muted-link:hover,
.org-repo-stats a:hover .octicon:before,.org-module-link:hover,.org-module-link:hover .org-stats, .blog .title a,
.org-module-link:hover .octicon, .org-header-info .name-link:hover, .social-count:hover, .new-file-link span,
.org-repo-name a:hover .repo-prefix, .timeline-commits .commit-meta .octicon-comment-discussion:before,
.numbers-summary a:hover .octicon:before, .steps li.current .mega-octicon:before,
.oauth-permissions-details .permission-title, .permission-help .octicon:before, .btn-link,
.owner-name, .timeline-comment-action:hover, .discussion-sidebar-toggle:hover,
.discussion-sidebar-toggle:hover .octicon, .sidebar-assignee .assignee:hover, .timeline-commits .commit-message a:hover,
.timeline-commits .commit-id:hover, #markdown-toc li a:hover, .sidebar-module ul ul li a:hover, .btn.btn-outline,
.org-teams-list .team:hover .team-name, .gh-header-back:hover span:before, a.lock-toggle-link:hover,
.org-header .edit-org:hover .octicon, .diagram-icon-small:not(.active) .mega-octicon:before,
.diagram-icon:not(.active) .mega-octicon:before, .panel-nav:not(.disabled) .mega-octicon:before,
.team-info-card .stats-group .stat:hover, .team-info-card .stats-group .stat:hover .stat-number, .octicon-btn:hover,
a.discussion-item-entity:hover, 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, input[type="text"]:focus+.scope-badge, .repo-list-stats .repo-list-stat-item:hover,
.octotree_views .octotree_treeview .jstree-anchor, .jstree-icon.tree::before, .octicon-file-directory,
.branch-status-details, .notification-actions .btn-link:hover, a.discussion-item-toggle-open:hover,
a.discussion-item-toggle-closed:hover, .task-list a, .full-commit .btn.btn-outline:hover, .zeroclipboard-link,
.stats-group-stat:hover, .stats-group-stat:hover .stat-number, .tag-references > li a:hover,
.two-factor-toggle .two-factor-status button, .homepage .mega-octicon:before,
.tree-browser tr.navigation-focus .octicon-chevron-right, #header ul.top-nav > li > a:hover,
#header ul.top-nav > li > button:hover, .new-file-form, .date_selector td, .pagination a, .pagination span, .pagination em,
.timeline-comment-actions .octicon:hover, a.org-link:hover, a.commit-link, a.commit-link tt, .team-grid .team-name:focus,
.team-grid .team-name:hover, a.tabnav-extra:hover, .tabnav .tabnav-extras:hover,
.application-authorizations .oauth-app-owner:hover {
color: #4183C4 !important;
}
/* Base color panel */
.btn:active, option:hover, .listings-layout .nav li a:hover, .state-merged,
#fork-select .target:not(.disabled):hover, .flash-notice, table.upgrades tr:hover td, .email-format .email-hidden-toggle:hover a,
.dashboard-tabs a:hover, .dropdown-menu > li > a:hover, .documentation-results a:hover,
input[type=submit]:hover, .hidden-text-expander a:hover,
.select-menu-item.navigation-focus, .subnav-item.selected, .subnav-item.selected:hover, .subnav-item.selected:focus,
.example-nav li a.selected, .typeahead-result.navigation-focus, .typeahead-result:hover,
.add-line-comment, .issues-reset-query:hover .octicon-x, .segmented-nav li.active, .diff-expander:hover,
.pagination .current, .owner-select-target:hover, .btn.btn-outline:hover, .filter-item.selected,
.release-timeline-tags .expander-text:hover .expander-dots, a.gollum-minibutton:hover, a.gollum-minibutton:visited:hover,
.search-result-item.navigation-focus {
background: #4183C4 !important;
}
.context-button:after {
border-color: #4183C4 transparent transparent !important;
}
.octofication .message, .panel-nav:not(.disabled):active, .diagram-icon:not(.active), .full-commit .btn.btn-outline:hover,
.btn.btn-outline:hover, .btn.btn-outline.zeroclipboard-is-hover, :checked + .radio-label {
border-color: #4183C4 !important;
}
.header-nav-link:hover .dropdown-caret, .header-nav-link:focus .dropdown-caret {
border-top-color: #4183C4 !important;
}
.table-list .table-list-item.unread .table-list-cell-checkbox {
border-left-color: #4183C4 !important;
box-shadow: 2px 0px 0px #4183C4 inset !important;
}
/* === Notification icon === */
.notification-indicator .mail-status {
background-color: #4183C4 !important;
border-color: #1d1d1d !important;
}
/* text selection */
::selection {
background-color: #4183C4 !important;
color: #fff !important;
}
::-moz-selection {
background-color: #4183C4 !important;
color: #fff !important;
}
.ace_selection {
background-color: #4183C4 !important;
color: #fff !important;
}
/* placeholder */
::-webkit-input-placeholder {
color: #444 !important;
}
::-moz-placeholder {
color: #444 !important;
opacity: 1 !important;
}
/* input focus hightlight */
input.focus[type="text"], #adv_code_search .focus.search-page-label, .js-chromeless-input-container.focus,
input[type="text"]:focus:not(.js-color-editor-input):not(.tree-finder-input):not(.js-site-search-focus),
.focused .drag-and-drop, #adv_code_search .search-page-label:focus, input.focus[type="password"],
input[type="password"]:focus, input.focus[type="email"], input[type="email"]:focus, input.focus[type="number"],
input[type="number"]:focus, input.focus[type="tel"], input[type="tel"]:focus, input.focus[type="url"],
input[type="url"]:focus, textarea.focus, textarea:focus, #q:focus ~ button, input.color-editor-input:focus {
border-color: #4183C4 !important;
box-shadow: inset 0 1px 2px rgba(0,0,0,0.075), 0 0 2px #4183C4 !important;
}
/* === Inputs === */
select, input:not(.js-color-editor-input), textarea {
-moz-appearance: none !important;
background: #181818 !important;
border: 1px solid #343434 !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"]:disabled,
input[type="checkbox"]:hover:disabled, input[type="checkbox"]:hover:active:disabled {
-webkit-appearance: none !important;
background-color: #181818 !important;
border: 1px solid #484848 !important;
color: #eee !important;
height: 1em !important;
width: 1em !important;
}
input[type=radio] {
border-radius: 100% !important;
}
input[type="checkbox"]:checked {
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxwYXRoIGQ9Im05OC43OTk5ODggMjEzbC0wLjc5OTk4OCA4OWMwIDAgMTAzIDEwMiAxMDQgMTAyYzEgMCAyMDUgLTIwMSAyMDUgLTIwMWMwIDAgMCAtOTAgMCAtOTFjLTAuNzk5OTg4IDAgLTIwNCAyMDMgLTIwNCAyMDNsLTEwNCAtMTAyeiIgZmlsbD0iI2RkZGRkZCIvPjwvZz48L3N2Zz4KCg==) !important;
background-size: cover !important;
}
input[type="checkbox"]:indeterminate {
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxyZWN0IGhlaWdodD0iMTI4IiB3aWR0aD0iMzg0IiB5PSIxOTIiIHg9IjY0IiBmaWxsPSIjZGRkZGRkIi8+PC9nPjwvc3ZnPg==) !important;
background-size: cover !important;
}
input[type=radio]:checked {
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxjaXJjbGUgY3g9IjI1NiIgY3k9IjI1NiIgcj0iNjQiIGZpbGw9IiNkZGRkZGQiLz48L2c+PC9zdmc+) !important;
background-size: cover !important;
}
/* === Prevent overflow issues === */
#dashboard, div.highlight, svg {
width: 100% !important;
}
.vcard-fullname, .vcard-username {
overflow-y: hidden !important;
}
.scrollable-diagram {
overflow-x: hidden !important;
}
code {
overflow: visible !important;
}
div.search-form.small input {
width: auto !important;
}
pre, .highlight, .diff-table, .tab-size-1, .tab-size-2, .tab-size-3, .tab-size-4, .tab-size-5,
.tab-size-6, .tab-size-7, .tab-size-8, .tab-size-9, .tab-size-10, .tab-size-11, .tab-size-12 {
tab-size: 4 !important;
-moz-tab-size: 4 !important;
}
.repository-sidebar, .blog-aside, .gist-sidebar {
position: sticky !important;
top: 8px !important;
z-index: 1 !important;
}
/* HACK: Label colors */
a.label[href*="/issues?"][style*=" color: #f"], a.label[href*="/pulls?"][style*=" color: #f"] { color: #e8e8e8 !important }
a.label[href*="/issues?"][style*=" color: #e"], a.label[href*="/pulls?"][style*=" color: #e"] { color: #e8e8e8 !important }
a.label[href*="/issues?"][style*=" color: #d"], a.label[href*="/pulls?"][style*=" color: #d"] { color: #e8e8e8 !important }
a.label[href*="/issues?"][style*=" color: #c"], a.label[href*="/pulls?"][style*=" color: #c"] { color: #e8e8e8 !important }
a.label[href*="/issues?"][style*=" color: #3"], a.label[href*="/pulls?"][style*=" color: #3"] { color: #181818 !important }
a.label[href*="/issues?"][style*=" color: #2"], a.label[href*="/pulls?"][style*=" color: #2"] { color: #181818 !important }
a.label[href*="/issues?"][style*=" color: #1"], a.label[href*="/pulls?"][style*=" color: #1"] { color: #181818 !important }
a.label[href*="/issues?"][style*=" color: #0"], a.label[href*="/pulls?"][style*=" color: #0"] { color: #181818 !important }
/* HACK: Center emoji vertically on the line */
.emoji {
position: relative;
top: -1.5px;
}
/* HACK: Fix image swipe handle misalignment */
.swipe .swipe-frame .swipe-bar .top-handle, .swipe .swipe-frame .swipe-bar .bottom-handle {
left: -6px !important;
}
/* HACK: Fix annoying text selection bug in Firefox */
.markdown-body code, .markdown-body tt {
padding: 0 .3em !important;
display: inline-block !important;
}
.markdown-body pre code, .markdown-body pre tt {
padding: .2em 0 !important;
border: none !important;
}
.markdown-body code::before, .markdown-body code::after, .markdown-body tt::before, .markdown-body tt::after {
display: none !important;
}
.markdown-body pre code::before, .markdown-body pre code::after, .markdown-body pre tt::before, .markdown-body pre tt::after {
display: none !important;
}
.markdown-body a:hover * {
text-decoration: inherit !important;
}
.branch-infobar {
font-weight: normal !important;
}
.merge-pr-more-commits {
padding: 2px 5px !important;
}
input.tree-finder-input, input.tree-finder-input:focus, input.js-site-search-focus {
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
.markdown-body a:not([href]), .markdown-body a code {
color: inherit !important;
text-decoration: none !important;
}
.markdown-body strike code, .markdown-body strike tt {
text-decoration: line-through !important
}
/* === Remove shadow === */
h1, h2, h3, h4, pre, pre *, code, tt, li, p, input, a, th, kbd, .news, #footer ul.sosueme li.main, .more-repos, .btn,
.metabox em.placeholder, table.notifications, #download_button, .comment-count, em.date, input.search, #user-links,
.upper_footer, .switcher > span:after, .upgrades td, .blog-feedback, .description, .nav-bar-tabs,
.commit-ref, .pagination span, .mini-icon-advanced-search, .count, .select-menu-title, .sunken-menu a,
.select-menu-button:after, #repo-message, .times, .sunken-menu, .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,
#files .file .meta .info span, .file-box .meta .info span, body#com #header, .search-filters, .usage-bar dd,
.avatar-stack.multiple-avatars .avatar:last-child, .avatar-stack.multiple-avatars:before,
.box-action, .file-diff-line, .file-code-lines, #adv_code_search .search-page-input, li.ssh-key .ssh-key-state-indicator.not-recent,
#gist-form .gist-name-textbox, .labels .label, .octotree_views .octotree_view .octotree_view_header,
.fullscreen-overlay textarea, .avatar-child, .discussion-item .label-color, .coupons .coupon-form-body {
text-shadow: none !important;
box-shadow: none !important;
}
a, button, p, ul, li, dl.form label, .formbody label, .js-context-button, .footer-text, .octicon-mark-github,
.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, .render-bar, .auth-form-header .octicon, .render-info .symbol {
text-shadow: none !important;
}
/* === transparent background only === */
body > pre, #footer, .textographic a.repo, .stars-browser .filter-bar, .highlight .file-diff-line:hover pre,
.gravatar, .topsearch span.search-input, p.meta, .sidebar .milestone, .commit-desc pre, #facebox,
.profilecols .filter-bar, .btn-group, div.content-header .search-form, .file-code, .org-header .edit-org:hover,
.gist-advanced-options .select-menu-button:after, #wrapper, li.commit, li.public, .gravatar img,
.commit-comments-header-sha, 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,
.keyboard-mappings th, .api #header-wrapper .nav,
.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, .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,
.ace-github, .add-member-team-list.table-list, .theme-picker, .avatar-stack .avatar, .boxed-group, .full-commit .btn.btn-outline,
.prose-diff > .markdown-body ins, .header .divider-vertical, .ace-github-base16, .markdown-body pre code, .markdown-body pre tt,
#readme .plain pre, .uploaded-files, .merge-pr-more-commits code, .two-factor-toggle .two-factor-status button, .input_area,
#notebook .highlight, #notebook .highlight pre, .output_area pre {
background: transparent !important;
}
.render-container.is-render-ready.is-render-requested:not(.is-render-failed) {
background: none !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,
.gist .gist-file .gist-data .line-numbers, .listing .repo, .sunken-menu-separator:before, .sunken-menu:before,
.sunken-menu-separator, .sunken-menu:after, .sunken-menu-contents:before, .sunken-menu-contents:after,
.render-shell .leaflet-marker-pane img {
background-color: transparent !important;
background-image: none !important;
}
/* border-radius */
#wrapper, #your-repos-filter, .topsearch ul.nav, .merge-pr-more-commits, .oauth-org-access-details .boxed-group-list > li.on {
border-radius: 3px !important;
}
body[data-render-url], .render-viewer, .comment-content, .gist .gist-file .gist-meta {
border-radius: 0 0 3px 3px !important;
}
.dashboard-tabs a, .search-filters {
border-radius: 0 !important;
}
.discussion-topic-header {
border-radius: 3px 3px 0 0 !important;
}
/* repo labels, private repo lists */
.repo-label span, .private .repo-list-item, .hook-delivery-guid {
background: #222 !important;
color: #777 !important;
}
.private .mini-repo-list-item {
background: #221 !important;
}
/* previously orange border bottom */
.pagehead ul.tabs li a.selected, .pagehead > ul.tabs li a:hover, .filter-selected, div.listing.navigation-focus,
div.issues.navigation-focus, .repo-filter:hover, .dashboard-tabs a.selected, .marketing-nav a.selected,
.orgs-nav .org-nav-item.selected, a.pagehead-nav-item.selected {
border-radius: 0 !important;
border-bottom: #eee 2px solid !important;
}
.section-nav .active a, .sunken-menu a:focus, .sunken-menu a:hover {
border-radius: 0 !important;
border-left: #eee 1px solid !important;
}
.tabs > a.selected {
border-color: transparent !important;
border-top: 2px #eee solid !important;
}
.menu-item.selected:before {
background-color: #eee !important;
}
/* ace find highlight */
.ace_editor .ace_marker-layer .ace_selected-word {
background: transparent !important;
border: 1px solid #4183C4 !important;
}
/* dropdown arrows are css triangles, so we can't just apply color to all four borders */
.dropdown-arrow {
border-top-color: #eee !important;
transition: none !important;
}
.js-menu-target:hover .dropdown-arrow {
border-top-color: #4183C4 !important;
}
/* GitHub Bug: The focused + in the header has an ugly underline from a:active */
.js-menu-target:focus, .js-menu-target:active {
text-decoration: none !important;
}
/* GitHub Bug: Properly center the pull request tabs header counters vertically. Also match the border-radius to
match other similar counters on the site */
#conversation_tab_counter, #commits_tab_counter, #files_tab_counter {
vertical-align: middle !important;
border-radius: 2px !important;
}
/* invisible border */
.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, .breadcrumb, .tabs > a,
.header .divider-vertical {
border-color: transparent !important;
}
/* === Darken border === */
.wiki-wrapper .wiki-empty-box:hover {
border-color: #777 !important;
}
img, #browser table, #browser table th, #issues .menu ul li, .branches .more-branches,
.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,
.repo_list li a, .graphs .axis, .switcher > span:after, a.assignee-bit, .menu li, .notifications td, .filter-tab,
ul.hook-list li, .repo .border, .box-action, ul.repo-stats li a, .footer_nav h4, .footer-divider,
.chromed-list-browser, .js-activate-link, .chromed-list-browser div, .filter-bar, .columns.sidebar, .title, .lbl,
#contributors .person, .tabnav, #commit-activity-master, #services,
.top-rule, .blog-post, #services .service, ul.stats, .select-menu-filters, .select-menu-item, .select-menu-tabs,
.release-list > li, .url-box, .context-body, .code-list-item, .api li:before, .library-list .feature, .lower_footer,
.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, #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, .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,
.org-add-footer, .auto-search-group .search-filter, #notification-center li, .branch-status,
.commit-tease .commit-meta, .comment + .comment, .discussion-bubble-inner, .member-row, .press-info,
.timeline-comment, .timeline-comment-header, .timeline-commits .timeline-commits-header,
.marketing-section, .featured-callout .screenshot, .page-new-repo .license-container,
.sidebar-module, #footer .wrapper, .collapsed, .expanded, .discussion-topic, .bubble-inner, .team-org-group,
div.article div.helper div.content, .boxed-group-inner .help, dl.new-email-form, .file .meta-divider,
.avatar-stack.multiple-avatars:before, .file-box, .file-actions .btn-group li, .gist .gist-file .gist-data,
#contributions-calendar .contrib-details div, .branch-action-body, .setup-form .tos-info, .setup-form .setup-organization-next,
.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, .full-commit .sha-block > a, .theme-selector-thumbnail,.segmented-nav li,
.overall-summary, .boxed-group-inner, .search-form button,
.branches .branch-group-heading, .boxed-group > h3, .boxed-group .heading, .box-header,
.issues-list-actions, p code, code, .wiki-wrapper .wiki-empty-box, #adv_code_search .search-page-label, pre.headers,
.inline-comment-form, .history-link, .oauth-permissions-details, .setup-info-module .features-list .list-divider,
.setup-wrapper .oauth-permissions, .setup-info-module h2, .swipe .swipe-frame .swipe-shell, ul.search-results,
.orgs-help-shelf-content .orgs-help-divider, .repository-lang-stats-graph {
border-color: #484848 !important;
}
pre, h1, h2, h3, .header, #footer, .pagehead, table, table tr, table td, table th, blockquote, .pulse-graph,
.btn:not(img), .minibutton, .social-count, .discusion-topic-infobar, .box-header, .box-body, .timeline-comment-label, .logo-box,
.suggester li, .developer-program-badge, .vcard-details, .vcard-stats, .auth-form-header, .nav-bar-tabs .section-title,
.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, .sub-nav, .audit-search-clear,
ul.sunken-menu-group a.selected, .repo-list-item, .email-signature-reply, footer, .bubble .bubble-expand,
.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, .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, .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 tr th, #search-results li, .subhead, #pages-composer, .render-bar, #gollum-editor-help,
#gollum-editor-help-parent, #gollum-editor-help-list, .auth-section, .commit-sha,
.comment-body, .mini-repo-list-item, .advanced-search-form fieldset, .contrib-column, .org-header .edit-org,
.pulse-summary .summary-box, .pulse-summary .summary-box li:first-child, .list-item + .list-item, .list-item + .list-heading,
.list-heading + .list-item, .issue-list-item, .ace_gutter, .collection-card, .setup-header, body.api pre,
.stats-group-stat:first-child, .build-statuses-list, #gollum-dialog-dialog-buttons, #gollum-dialog-dialog h4,
a.gollum-minibutton, a.gollum-minibutton:visited, .two-factor-toggle .two-factor-status, .two-factor-settings-group,
.member-badge, ul.comparison-list > li, .markdown-format ol > li::before, .release-downloads, .release-downloads li,
.blob-interaction-bar, .file-header, input.subnav-search-input, .select-menu-header, .search-results,
.select-menu-text-filter:first-child:last-child, .select-menu-modal, #gist-form .file .meta, .file .meta,
.file-box .meta, .capped-card, .audit-results-header, .pagination a, .pagination span, .pagination em,
.input_area, .output_area .rendered_html table, .render-info .message, .dashboard-notice, .radio-label,
.subnav .btn + .issues-search {
border-color: #343434 !important;
}
.discussion-item-icon, .date:after, .render-shell img, img.asset, ul.color-label-list .color {
border-color: #222 !important;
}
.filter-tab.selected {
border: #444 1px solid !important;
border-bottom: #333 1px solid !important;
}
.summary-stats, .sunken-menu-separator, .pagehead, .follow-list .follow-list-item, .facebox-header, .org-header {
border-bottom: #333 1px solid !important;
}
.more-repos, .simple-conversation-list>li, .site-footer, .blame .section-first td {
border-top: #333 1px solid !important;
}
/* discussion timeline tweaks */
.closed-banner {
border-top: 2px solid #444 !important;
border-bottom-color: transparent !important;
height: 2px !important;
}
.discussion-timeline-actions, .closed-banner {
background: transparent !important;
border-top: 2px solid #444 !important;
}
.discussion-timeline:before {
margin-top: 2px !important;
background: #444 !important;
height: calc(100% - 387px) !important;
}
.listings div.listing {
border-left: 2px solid #333 !important;
border-right: 2px solid #333 !important;
}
#org-members .member-listing {
border-left: 1px solid #333 !important;
border-right: 1px solid #333 !important;
}
.timeline-comment:after, .commit-form:after {
border-right-color: #1d1d1d !important;
}
.branch-action-body:after, .timeline-comment-wrapper > .timeline-comment:after,
.timeline-new-comment .timeline-comment:after {
border-right-color: #181818 !important;
}
.timeline-comment:before, .branch-action-body:before {
border-right-color: #484848 !important;
}
.issue-head {
border-bottom-width: 1px !important;
}
.sunken-menu.vertical-right .sunken-menu-item.selected {
border-left: transparent 1px solid !important;
}
.context-button:hover:after, .switcher > span:before, .dropdown-caret {
border-color: #eee transparent transparent !important;
}
/* branch selector button - uses borders to make select button */
.select-menu-button::before {
border-top-color: #eee !important;
}
.branches .branch-summary + .branch-summary {
border-top-color: #333 !important;
}
/* code */
.linkable-line-number {
border-right: #484848 1px solid !important;
}
.gist .gist-file .gist-data .line-number {
line-height: 19px !important;
}
/* File listings - fix date truncation */
table.files td.age .css-truncate {
max-width: none !important;
}
/* ace (gist editor) */
.ace_cursor {
border-left-color: #ddd !important;
}
/* === tooltip === */
.octotip {
background-color: #003 !important;
border-color: #006 !important;
}
/* === #000 === */
#network {
background: #000 !important;
}
/* === #181818 === */
/* needed background inbetween #111 and #222 :P */
.commitinfo, .gc .diff-line-code, .gc .diff-line-num, .gc .diff-line-pre, .featured-commit-activity-graph, .featured-repo-logo,
.outline-box, .gobutton>.sha .octicon, .markdown-body .csv-data .blob-num,
#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, .sidebar-module ul ul li,
.native-download, .setup-info-module, div#common-issues ul, #gist-form .name, .subnav-item, .render-notice,
.simple-box, .label-edit.edit-color-label-form .color-editor .color-editor-input, .date_selector td,
.new-label, .range-editor .range, .range-editor .flag, .octotree_sidebar, .auth-form-body, div.border-wrap,
.profile-header, .btn.btn-outline, .highlight .gc, .uploaded-files.is-populated, .range-editor,
#gollum-editor-help-parent li a.selected, #gollum-editor-help-list li a.selected, #gollum-editor-help-parent li a:hover,
#gollum-editor-help-list li a:hover, .github-access-banner, .protip-callout, ul.comparison-list, .wiki-custom-sidebar,
.invitation-container, .orgs-help-shelf, .orgs-help-item-octicon, .form-control, input[type="text"]:not(.tree-finder-input),
input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"], textarea, .two-factor-help {
background: #181818 !important;
border-color: #343434 !important;
}
#readme .plain, .readme .markdown-body, .readme .plain, .pull-request-composer, .drag-and-drop,
.octofication .broadcast-icon-mask, .file .image, .merge-pr-more-commits, .release-timeline-tags .expander-dots,
.coupons .coupon-form-body {
background: #181818 !important;
border-color: #484848 !important;
}
.header, .headers, #readme .markdown-body, .social-count, .file, .box-body, .markdown-body table tr:nth-child(2n), .steps li,
.explore-section:nth-child(2n), .markdown-format table, .list-group-item, .chromed-list-browser .none p,
.chromed-list-browser .error p, .list-browser-footer, .commandbar .choice:hover, #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, .boxed-group-inner, #adv_code_search .search-page-label,
.timeline-comment, .sidebar-module, #contributors-master svg.viz, .diff-table .line-comments, .menu,
svg.spark, svg.capped-card-content, body.api .content tbody, .markdown-format img, .mini-repo-list,
#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, .commit-group,
.blankslate, .content table tr, #search-results, table.files, .mergeable, .org-module, .org-add-footer,
.commit-tease, .branch-infobar, table.capped-list tr:nth-child(2n), .team-org-group,
#gollum-editor-help-wrapper, .integrations-quality, .showcase-featured .mo-info .featured-grid-outer,
.render-shell, .list, .latest-commit .commit-author, .bubble, .tabs > a.selected, .pagination .gap, .pagination .disabled,
.pagination .gap:hover, .pagination .disabled:hover, .comment-form-head .tabnav-tab.selected,
.table-list, .oauth-org-access-details .boxed-group-list > li.on, #fullscreen_overlay,
.timeline-new-comment .discussion-topic-header, .branch-action-body, .inline-comment-form {
background: #181818 !important;
}
.markdown-body table tr {
background: #141414 !important;
}
.blame .blob-num, .blame-blob-num, .overall-summary, .repository-lang-stats, .collection-card, .team-grid .team,
.blob-num-hunk, .blob-code-hunk, .blob-code-expandable, .code-list .divider .blob-num, .code-list .divider .blob-code,
.blob-num-expandable, .expandable-line-num .diff-expander:hover, .select-menu-filters, .select-menu-modal, .pagination a,
.blob-num[colspan] {
background: #1b1b1b !important;
}
/* headers */
.table-list-header, .timeline-comment-header, .boxed-group > h3, .boxed-group .heading, .file-header, .capped-card h3,
.select-menu-header, #gist-form .file .meta, .file .meta, .file-box .meta, .menu-heading,
.audit-results-header, .branches .branch-group-heading, .auth-form-header, .commit-form,
.comment-form-head.tabnav, .dashboard-notice {
background: #1d1d1d !important;
}
/* Navigation focus */
.list-group-item.navigation-focus, .list-browser-item.navigation-focus, .headlines li:hover, .js-details-container.navigation-focus,
.boxed-group-list > li:hover, .js-details-container.navigation-focus:nth-child(2n), .menu a:hover,.team-grid .team-members,
.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, .setup-plans tr.selected, .notifications .navigation-focus,
.sidebar-module ul ul li a:hover, .typeahead-result, .no-results, .link-overlay .link, #gollum-editor-help-list,
.owner-select-target, .divider .blob-code div.highlight, pre div[style^="background-color: rgb(248, 238, 199)"],
.highlight td[style^="background-color: rgb(248, 238, 199)"], .line[style^="background-color: rgb(255, 255, 204)"],
.oauth-org-access-details .boxed-group-list > li.on:hover, pre div:hover, .diff-table tr:hover > pre,
.highlight:not(.lines) tr:not(.inline-comments):hover td:not(.line-age) {
background: #242424 !important;
}
#main, .capped-box, .unread_count, #browser table th, .markdown-format table th, .session-device, .profilecols ul.stats li strong,
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,
.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, #message.major, .logo-box,
.markdown-example .rendered, .team-grid .team-members, .diagram-icon:not(.active), table.capped-list th, .scope-badge, .filter-bar,
.audit-search-clear, .country-info, .tabnav-tab.selected, .file-diff-split .empty-cell, .composer-infobar {
background: #222 !important;
}
hr, .rule, #browser, .repos, .options-group, .pagehead ul.tabs li a.selected, .subnav-bar, .options-content, span.gravatar, .browsered,
.browsered .inner, .subnav-bar > ul > li > ul, .comment-form ul.tabs a.selected, .issue.open.read .summary, .unselected_month,
.commits th, #MathJax_Message, #header .userbox, .chzn-single, .user-commits, .user-commits th, .metabox, .ranked-repositories > li,
.pagehead ul.actions, #issues_search .comment, #header-wrapper, ul.feature-tabs li.highlight, .pagination, .filterbar .filters li,
.starting-comment .body, .list-tip, .commit_oneline, .filterbox, .conversation-list-heading .inner, .autocomplete-results,
.new-comments .body, .display tr, .render-container, .sunken-menu-item.selected, .boxed-group-table th, .features-highlight,
.outline-box-highlighted, .nav-bar-tabs, #watchers li, .browser .listing, .item, .context-pane, .context-loader, .sidebar .module,
.tip-body, #assignee, .sidebar-module > ul, .commit_oneline td, #footer-push, .notifications th, .content table th,
.repo-collection>ul, #graph_data .tab.selected, .full-width-divider, .markdown-body .csv-data th,
h3.conversation-list-heading strong, .file-commit-form .commit-form, .thread-subscription-status, .blog-feedback, .facebox-footer,
.invited-banner, .build-status-item {
background: #222 !important;
border-color: #343434 !important;
}
.btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover, button.button:disabled, button.button:disabled:hover,
button.button.disabled, button.button.disabled:hover, button.minibutton:disabled, button.minibutton:disabled:hover,
button.minibutton.disabled, span.minibutton.disabled, a.minibutton.disabled, button.minibutton.disabled:hover,
a.minibutton:disabled:hover, a.minibutton.disabled:hover, span.minibutton:disabled:hover, span.minibutton.disabled:hover,
.search-result-group {
background: #222 !important;
border-color: #282828 !important;
color: #444 !important;
}
.list-browser-item.closed, .content .verseblock-content, .content .verseblock-content,
.simple-stacked-bar, .rss-subscribe:hover, div#common-issues ul li a:hover, .date_selector td.selectable_day:hover,
.date_selector td.selectable_day.hover, .pagination a:hover, .pagination a:focus, .pagination span:hover,
.pagination span:focus, .pagination em:hover, .pagination em:focus {
background: #282828 !important;
}
/*** semi-transparent #222 ***/
/* let some background image show */
.pagehead, .context-loader.large-format-loader, #graphs .loader, .sunken-menu, .org-header, .sunken-menu-contents {
background: rgba(24,24,24,0.4) !important;
}
.starred-repo.navigation-focus, .marketing-section-stripe, .blob-expanded .blob-num, .blob-expanded .blob-code {
background: rgba(50,50,50,.5) !important;
}
/* page overlay */
.select-menu-loading-overlay, .slow-loading-overlay, .branches .loading-overlay {
background-color: rgba(24,24,24,.6) !important;
}
/* === #333 === */
.pagehead ul.actions a.feed, .explore h2 .feed, #code_search_instructions h2, td.inst, .metabox-loader, .pull-flag,
.browser-content, .filterbar ul.filters li, .pagehead ul.tabs li.contextswitch, #wiki-header > div,
.pagehead ul.tabs li.contextswitch:hover, .bigbutton a, #new_message, #issues_next ul.sorts li, ul.sorts li.asc,
ul.sorts li.desc, .listings-layout .columns.main .content, .fieldswrap, .filterbar li.selected,
#issues_next ul.filters li, table.instruction tr:nth-child(2n), .email-hidden-toggle a, #commit-activity-master-head,
.action-indicator, .pull-head .diffstat, ul.suggestions, .progress-bar, .discusion-topic-infobar, .commits-listing:before,
ol.steps li.current, .dropdown-menu, .outdated-diff-comment-container .discussion-item-icon,
.discussion-item-ref .discussion-item-icon, .jstree-wholerow-hovered, .octicon-repo-push.discussion-item-icon,
.octicon-code.discussion-item-icon, .new-discussion-timeline .discussion-item-icon, .bubble-contents, .ellipsis-button,
.filter-list li span.bar, .selectable_day.today, .billing-plans .current, .commits-listing:before,
#network .current-repository, .billing-section .usage-bar, .issue-list em, .file-info-divider,
.pagehead ul.tabs li a:hover, .repos .bottom-bar, #languages .popular, .tip-box h4, table.upgrades td,
.commit-preview .message, .commit-preview p.error, .pagehead ul.tabs li.contextswitch, #browser tr th, .status-box h4,
.line_numbers, #files span.icon, #issues_list .actions, #repos .public, .inset-callout, #repo-message,
.summary-stats li a:hover, .repo-private-label, .label-admin, a.team-member-ellipsis {
background: #333 !important;
}
.comment-form, #issues .labels, #gollum-editor select, .listings .odd, .feed, #files .description,
#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, ul.fieldpills li,
.access-form-wrapper, .documentation-results a, .plans-pricing-callout, .svg-tip,
.auto-search-group .search-filters, .editbox, .editbox .body, .commentstyle, #issues .display, #issues .display .admin,
#issues .labels .list li, .issue .summary, .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 .btn, .file-box .icon, .list-module .list-body,
.list-module a, .label-permissions, .tree-browser th, .browser .listing.closed, .starting-comment,
.section-nav a:hover, .chzn-drop, .module .inner, .team-repositories-blankslate,
.discussion-event-status-head_ref_deleted .discussion-item-icon, .pull-head, .tabs, #browser td,
#issues_next li.selected, .avatarname img, #readme .name, #wiki-history .author img, .options-content h3,
.display div.choice:nth-child(2n+1), #issues-dashboard .actions,.list-tip a:hover, .select-menu-tabs a.selected {
background-color: #333 !important;
border-color: #484848 !important;
}
/* blame heats */
.heat1, .heat2, .heat3, .heat4, .heat5, .heat6, .heat7, .heat8, .heat9, .heat10, .contrib-legend li,
#contributions-calendar rect[fill="#d6e685"], #contributions-calendar rect[fill="#8cc665"],
#contributions-calendar rect[fill="#44a340"], #contributions-calendar rect[fill="#1e6823"] {
background-color: #4183C4 !important;
fill: #4183C4 !important;
}
#contributions-calendar rect[fill="#eeeeee"], .contrib-legend li[style*="#eee"] {
background-color: #282828 !important;
fill: #282828 !important;
}
.heat1, .heat2, #contributions-calendar rect[fill="#d6e685"], .contrib-legend li[style*="#d6e685"] { opacity: .2 !important; }
.heat3, .heat4, #contributions-calendar rect[fill="#8cc665"], .contrib-legend li[style*="#8cc665"] { opacity: .4 !important; }
.heat5, .heat6, #contributions-calendar rect[fill="#44a340"], .contrib-legend li[style*="#44a340"] { opacity: .6 !important; }
.heat7, .heat8, #contributions-calendar rect[fill="#1e6823"], .contrib-legend li[style*="#1e6823"] { opacity: .8 !important; }
#contributions-calendar .days-selected rect.day.active { stroke: #ddd !important; } /* selected calendar day */
/* invert (rgb) */
#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"], .jstree-icon.jstree-ocl, .octotree_toggle .loader, .swipe .swipe-frame .swipe-bar .top-handle,
.swipe .swipe-frame .swipe-bar .bottom-handle, .onion-skin .controls .transparent, .onion-skin .controls .opaque,
.onion-skin .controls .slider .slider-track, .onion-skin .controls .slider .slider-track .dragger {
-webkit-filter: invert(100%) !important;
filter: invert(100%) !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:"],
.emoji[title=":top:"], .emoji[title=":back:"] {
-webkit-filter: invert(100%) !important;
filter: invert(100%) !important;
background: transparent !important;
}
/* match white to #181818 */
.output_area img {
-webkit-filter: invert(90%) !important;
filter: invert(90%) !important;
}
/* brighten language colors */
.language-color {
-webkit-filter: brightness(150%) !important;
filter: brightness(150%) !important;
}
/* slightly darker */
.more-repos-link {
-webkit-filter: brightness(.666) !important;
filter: brightness(.666) !important;
}
/* filter reset */
.more-repos-link:hover {
-webkit-filter: brightness(1) !important;
filter: brightness(1) !important;
}
/* soft badges */
.box-title-count {
background-color: #484848 !important;
color: #ccc !important;
}
/* svg styling */
line, rect, path {
shape-rendering: geometricPrecision !important;
}
.js-graph-punchcard svg.viz {
background: transparent !important;
border: none !important;
}
/* Firefox: Exclude text inside an svg loaded through an img, as seen in svg badges */
*:not(img) text, circle.day {
fill: #ccc !important;
}
circle.day:hover {
fill: #fff !important;
}
#contributors-master svg.viz {
display: block !important;
}
g.dots circle {
stroke: #222 !important;
}
.traffic-graph g.axis:not(.views):not(.unique) g.tick:not(:nth-child(14)):not(:first-child) line,
g.axis path, line.axis, svg:not(.vis) g.axis line {
stroke: #444 !important;
}
svg .path:not(.total):not(.unique):not(.views) {
stroke: #aaa !important;
}
#commit-activity-detail path.path, .traffic-graph g.x.axis g.tick:first-child line {
stroke: #1DB34F !important;
}
.traffic-graph g.x.axis g.tick:nth-child(14) line {
stroke: #1d7fb3 !important;
}
svg.tick {
fill: #444 !important;
}
.features-branch-diagram path[stroke="#c6d9ed"], .features-branch-diagram path[stroke="#4182C4"] {
stroke: #4183C4 !important;
}
.features-branch-diagram circle[fill="#4183c4"] {
fill: #4183C4 !important;
}
.features-branch-diagram circle[stroke="#ffffff"] {
stroke: #222 !important;
}
rect.map-background, .audit-log-map {
fill: #1e4062 !important;
background: #1e4062 !important;
}
path.land {
stroke: #17334f !important;
}
circle.audit-point {
fill: #742d14 !important;
stroke: #57210f !important;
}
ul.sidetabs li a:hover, .editbox h1, #issues .labels .admin, #issues .display .sortbar, #facebox .close, #issues_search .wrapper,
.ranked-repositories .meta a, .actor, .dropdown-divider, 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, .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,
table.files tr.up-tree a:hover, .ellipsis-button:hover, .codesearch-results .repo-list-name em, .codesearch-results .repo-list-description em,
.blog-search-results em, .codesearch-cols em, ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace,
.subnav-bar > ul > li > ul > li > a:hover, ol.download-list li:nth-child(2n), .issue.active, .counter, .orgs-nav .count,
.filter-item:not(.selected):hover, .task-progress .progress-bar .progress, .oauth-connection-illustration .oauth-image {
background: #444 !important;
}
.markdown-body hr {
background: #383838 !important;
}
.switcher > span:after, .list-module a:hover, .section-nav .active a, #dashboard .filter-bar li a.filter_selected:after {
background-color: #555 !important;
}
.state-widget .behind .bar, .settings-email .label:not(.default), .key, .date:after, .branch-a-b-count .bar,
.branch-a-b-count .meter, .branch-action-state-dirty .branch-action-icon, .branch-action-state-closed-dirty .branch-action-icon {
background: #555 !important;
}
.labels .label-neutral, li.ssh-key .ssh-key-state-indicator.not-recent {
background: #666 !important;
}
.diverge-widget .separator {
background: #ccc !important;
}
.sunken-menu .sunken-menu-item.selected:after {
background: #fff !important;
opacity: 1 !important;
}
.state-widget .ahead .bar {
background: #999 !important;
}
/* actions in issues - this style needs to be after .bubble */
.action-bubble .bubble, .suggester {
background: transparent !important;
}
/* blue box */
.timeline-comment.current-user .timeline-comment-header, .github-jobs-promotion p, .octotip,
.markdown-format .alert:not(.warning), .full-commit.commit, .flash, .bootcamp h1, .bootcamp-body, .owners-notice,
.full-commit .browse-button, .blob-history, a.branch-name, .branch-name, .new-user-avatar-cta,
.jstree-wholerow-clicked, .commit-ref, .api .alert {
background: #182030 !important;
}
.timeline-comment.current-user .timeline-comment-header, .new-user-avatar-cta, .full-commit .browse-button,
.markdown-format .alert p, .blob-history {
color: #8195BE !important;
}
.timeline-comment.current-user, .github-jobs-promotion p, .octotip, .markdown-format .alert:not(.warning),
.full-commit.commit, .bootcamp .bootcamp-body, .bootcamp h1, .owners-notice, .new-user-avatar-cta, .full-commit .browse-button,
.commit-ref, .full-commit .btn.btn-outline, a.branch-name, .branch-name,
.timeline-comment.current-user .timeline-comment-header .timeline-comment-label {
border: 1px solid #246 !important;
}
.timeline-comment.current-user .timeline-comment-header, .blob-history {
border-bottom-color: #246 !important;
}
.blob-history {
border-top: 1px solid #246 !important;
}
.timeline-comment.current-user:before {
border-right-color: #246 !important;
}
.timeline-comment.current-user:after {
border-right-color: #182030 !important;
}
.flash, .markdown-format .alert a, .api .alert, a.branch-name, .branch-name {
border-color: #264c72 !important;
color: #abb8d3 !important;
}
.social-count:before {
border-right-color: #333 !important;
border-width: 5px !important;
margin-top: -4px !important;
}
.social-count:after, #new_hook .fields {
border-width: 0 !important;
}
.commit-icon .octicon {
border-radius: 100% !important;
}
/* notebooks */
.input_prompt {
color: hsla(234, 100%, 65%, 1) !important;
}
.output_prompt {
color: hsla(0, 100%, 65%, 1) !important;
}
/* === gradient === */
/* light grey gradient */
.btn:hover, .btn:active, .btn.zeroclipboard-is-hover, .btn.zeroclipboard-is-active, .minibutton:hover, .minibutton:active,
.minibutton.zeroclipboard-is-hover, .minibutton.zeroclipboard-is-active.kbd, .signup-button:hover, a.signin:hover,
.hero .textographic, .hero .screenographic, .pagination span.current, .box-action:active, .btn:active,
.btn.selected, .btn.selected:hover, .btn.zeroclipboard-is-active, .minibutton:active, .minibutton.selected,
.minibutton.selected:hover, .minibutton.zeroclipboard-is-active, .clone-url-button.selected > a,
.clone-url-button.selected > a:hover, .octotree_toggle:hover, button.button:hover, a.button:hover, span.button:hover,
button.minibutton:hover, a.minibutton:hover, span.minibutton:hover {
background: linear-gradient(to bottom, #444, #333) !important;
border-color: #484848 !important;
}
/* dark grey gradient */
.btn, header.nav-bar, .bubble .bubble-title, kbd, a.feed, .list-browser-filterbar, .gobutton, .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, .branch-link, body#com #header, .white-nav .selected span, .clone-url-button a, .filter-tab,
#header-wrapper, #header-wrapper .nav, .pagination span, .cheatsheet h2, .section a.section-head, .octotree_view_header,
.list-heading, .dashboard-tabs li a, a.function-button, .add-pill-form, .gist .gist-file .gist-meta, .octotree_toggle,
ul.comparison-list > li.title, button.button, a.button, span.button, button.minibutton, a.minibutton,
span.minibutton {
background: linear-gradient(to bottom, #282828, #181818) !important;
border-color: #383838 !important;
}
.search-form button, .box-header, .issues-list-actions, .branches .more-branches, a.gollum-minibutton, a.gollum-minibutton:visited {
background: linear-gradient(to bottom, #282828, #181818) !important;
}
/* inverted dark grey gradient */
.asc .sort-type, .desc .sort-type, .mini-bar-graph, .issues-list>ul>li.unread, .timeline-commits-header,
.usage-bar dd, .render-bar {
background: linear-gradient(to bottom, #181818, #282828) !important;
border-color: #383838 !important;
}
/* vertical left border for side menu */
.sunken-menu, .sunken-menu-contents {
box-shadow: inset 1px 0 0 #333 !important;
}
.blankslate {
box-shadow: inset 0 0 10px rgba(255,255,255,.05) !important;
}
.ace_indent-guide {
box-shadow: -1px 0 0 rgba(255,255,255,.4) inset !important;
}
/* commits page - committer icon */
.commits-list-item .committer-avatar {
box-shadow: -2px -2px 0 rgba(0,0,0,.4) !important;
}
/* === Text Color === */
/* Bright text */
h1, h2, .btn, a.btn, .btn.btn-primary, .button.primary, .minibutton.primary, .btn-danger:hover, #gist-form label,
ul.repo-stats li a:hover, .text-emphasized, .minibutton.danger:hover,
.subnav li a:hover, .filters li.selected a, .filters li a:hover, .code-list em, a.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, #header .nav a,
.feed-icon a .octicon, .release-label a, .minibutton i, .minibutton,
.merge-status-icon .mega-octicon:before, .commit .mini-icon:before, .sidebar-milestone-widget .title,
.select-menu-modal a.select-menu-item-text, .facebox-user-list-item a,
.numbers-summary .num, #network .explain b,.sunken-menu-group li:hover .octicon, .featured-callout, h3 strong,
.dashboard-tabs a.selected,.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4,
.dropdown-menu > li > a:hover, .message .time, #graph_data .tab.selected a, .explore-section .mega-octicon:before,
.explore-collection .see-more-link, ul.color-label-list .count, a.filter-tab.selected,
.commit .commit-title, .commit .commit-title a, .counter, .orgs-nav .count,
a.org-module-link, .org-header-info .name-link, #contributions-calendar .contrib-details div .num,
.commandbar .display table td:first-child, .select-menu-item h4,
.commit.file-history-tease .participation a, .commit.file-history-tease .author a,
.overall-summary .graphs .num, ul.summary-stats li .num, .pull-head-meta .pull-number a,
.mini-discussion-bubble .mini-discussion-bubble-action, .sub-nav h2, .sub-nav h2 a, .boxed-group .boxed-group-inner strong,
.accordion .section a.section-head, .commit-tease .authorship a, .orgs-nav .org-nav-item.selected, .sub-nav li a.active,
a.org-link, .gh-header-status .octicon:before, a.tabnav-tab.selected, .view-modes-menu li.active,
span.discussion-item-icon, a.signin:hover, .marketing-benefits .mega-octicon:before,
.thread-subscription-status .mega-octicon:before, .infobar-widget .text a, .dropdown-menu > li > a:hover > .octicon:before,
.dropdown-menu > li > a.zeroclipboard-is-hover > .octicon:before, .highlight-module .mega-icon:before,
.headlines li a, .repository-sidebar .clone-options .octicon:before,
#wiki-rightbar li, .i-am-error p, .select-menu-item-text, .markdown-body .octicon-link, .team-org-group strong,
.gist-item ul.meta > li > a:hover, .native-download .mega-icon:before, #article-platform-nav ul li.selected a,
.section-heading-title a.selected, .marketing-nav a.selected,
.boxed-group .boxed-group-inner h4, .dashboard-tabs a:hover, .hidden-text-expander a:hover,
.codesearch-cols em,.branch-action-state-clean .branch-action-icon:before, .hook-list li.selected a,
.diffstat-summary strong, .oauth-permissions-details .permission-title, p.read-it, .about-fact .mega-octicon:before,
.commit.file-history-tease .participation p.quickstat strong, .branch-action-state-dirty .branch-action-icon:before,
.branch-action-state-closed-dirty.branch-action-icon:before, .branch-action-state-merged .branch-action-icon:before,
a.user-mention, a.team-mention, .full-commit .authorship a, #fork-select .target:hover:not(.disabled),
.full-commit .authorship .author-name, .showcase-featured .featured-grid-link, .collection-card-title,
.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, p.tip strong.protip,
a.comment-header-author, .callout strong, .select-menu-item.navigation-focus, .wiki-edit-link:hover, .infotip p,
.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,
.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, .audit-action-info .context,
.token-scope, .segmented-nav li.active a, a.octotree_toggle:hover, a.octotree_opts, a.octotree_toggle.selected,
a.octotree_opts.selected, .tabs > a.selected, .highlight tr:hover .blob-num:not(.non-expandable),
.highlight tr:hover .blob-num:not(.non-expandable):before, a .mega-octicon, .member-username, .invited-banner p, kbd, .kbd,
.boxed-profile .profile-preview .vcard-fullname, .btn.btn-primary:hover, .minibutton.btn-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,
.add-line-comment, a.state, .btn.btn-outline:hover, .prose-diff.collapsed .rich-diff-level-zero.expandable:hover:before,
ul.filter-list .filter-item.selected, .blob-num-expandable .diff-expander:hover, .email-format .email-hidden-toggle a:hover,
#gollum-editor-help-parent li a.selected, #gollum-editor-help-list li a.selected, a.gollum-minibutton,
a.gollum-minibutton:visited, a.token-warning, a.lightertooltipped, .org-team-sidebar .team-note .note-emphasis,
.select-menu-tabs a.selected, #com .dropdown-menu a:hover, #com h1 span, #com h2 span, .breadcrumb strong.final-path,
button.button, a.button, span.button, button.minibutton, a.minibutton, .button.primary:hover, .pagination .current,
.pagination .current:hover, .repo-private-label, a.repo_filter.js-repo-filter-tab.filter-selected, .keyboard-mappings th,
.rendered_html, .render-health:hover .symbol, .radio-label {
color: #e0e0e0 !important;
}
pre, body, h3, h4, a.social-count, span.social-count, #languages a.bar, dl.form dt, .lineoption p, a.select-menu-button, a.blog-title,
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, .lines-changed, .lines-changed:hover,
.discussion-topic-author a, .boxed-group-table td, .graph .data .number, .content, .box-title, a.box-action, .lead,
#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,
.select-menu-item .description, .issue-head .number strong, .file-info .file-name, .explain strong, .file-box .meta,
.commit-tease .authorship .author-name, .gh-header-meta .author, .timeline-comment-header .author,
.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, .ace_gutter-active-line, .billing-section .section-content,
#readme span.name, .steps li.current, .discussion-item-entity, .blog-post-body, .subnav-search-context .btn,
h3.conversation-list-heading strong, .context-loader, .box-title a,
.merge-pr-more-commits a, .branch-infobar .lightweight-actions > li a:hover, .dashboard-notice,
.discussion-item-ref-title .title-link, .org-teams-list .team, .clone-url-button.selected > a, .clone-url-button.selected > a:hover,
.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 .stats-group .stat.no-link:hover .stat-number,
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 .btn-link.selected, .table-list-header-toggle .btn-link.selected:hover,
.table-list-header-toggle .btn-link:hover, a.issue-title-link, .table-list-item p,
.table-list-milestones .milestone-title-link a, .org-header .edit-org, .blob-code, .blob-code-inner, .diff-line-code, .clone-url-button > a,
.contrib-number, .pulse-summary .summary-box .count, .list-options .selected .list-item-title,
.nav-bar-inner .brand-logo-invertocat .octicon-mark-github, .menu a .octicon, .issue-list-meta a, .stat-number,
div.search-form button span, .fullscreen-overlay .octicon:hover:before, .fullscreen-overlay .mega-octicon:hover:before,
.protip-callout, .fullscreen-overlay textarea:focus, .fullscreen-overlay textarea:hover,
#header ul.top-nav > li > a, #header ul.top-nav > li > button, a.octotree_toggle, a.team-member-ellipsis:hover,
.rendered_html pre, .rendered_html code, .team-grid .team-name {
color: #c0c0c0 !important;
}
h5, h6, .edit-repository-meta, .field label, .boxed-group-list li, .capped-box, .marketing-nav a,
.header .header-logo-invertocat span, .repository-meta .repository-description, .gist-item .description, p.explain,
.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,
.flash-global a, #contributions-calendar .contrib-details div .lbl, .tag-info a, a.browse-button,
.ghead .dir, .repository-lang-stats .percent, .comment-header-action-text a, .comment-header-right a,
.gist-item .creator, .dashboard-tabs a, #graph_data .tab a, .pull-info, .list-group-item .list-group-item-summary a,
#contributors .capped-card .cmt, .boxed-group-list .access-level, .commit-tease .comment-count,
h3.conversation-list-heading, a.filter-tab, .starred-repo p.description, .commit .commit-desc pre, .org-repo-stats a,
.org-repo-updated a, .org-header-meta .meta-item .meta-link, .org-repo-description, .org-repo-forked a,
.commandbar .display table td span, .clone-options, .pulse-section, .discussion-sidebar p,
.discussion-topic-header .discussion-topic-author, .gist-description, .explain, p.subtext,
.team-grid .team-description, .orgs-nav .org-nav-item, .timeline-comment-header-text code a,
.form-actions-protip .protip, .discussion-item .author, span.branch-name,
.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 span, .merge-branch-description, .timeline-commits .commit-id,
.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,
a.ellipsis-button, .ellipsis-button, .follow-list .follow-list-info, form.btn .count,
.blame .commitinfo .date, .gist .gist-file .gist-meta a, .merge-pr-more-commits, .hidden-text-expander a,
.news div.message, .news li blockquote, .news .alert .pull-info,
.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, .commits-listing .commit-group-title .octicon-git-commit,
.select-menu-header .octicon:hover, .repo-list-description,
.latest-commit .bubble-content strong, .file .meta, .email-format .email-hidden-toggle a, .file-diffstat,
.program-info-column .mega-octicon, .octofication .notice-dismiss:hover, .timeline-commits .commit-message a, .markdown-format .intro, .markdown-format code,
.markdown-format ol > li::before, a.tabnav-extra, .tabnav .tabnav-extras, .label-admin, .program-info-column p,
.form-checkbox .note {
color: #a0a0a0 !important;
}
/* content text */
#contributions-calendar .contrib-details div, .mini-icon-remove-close:hover, .tabnav-tabs a, .time,
.diffstat-bar, .gist-item .metadata .datetime, .list-group-item-meta,
a.keyboard-shortcuts, button.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,
ul.summary-stats li a, .authorship, .sha-block, .gh-header-meta, #last-edit, .setup-header .lead a,
.repository-meta .edit-link a, .api-status a, .meta li, .who_when a,.numbers-summary a, .numbers-summary .octicon:before,
.section-heading-title .separator, .blog-aside .rss, .hook-list a, .github-jobs-promotion a.jobs-logo,
.org-teams-list .team-meta, .repo-list-item .repo-description, .branch-infobar .lightweight-actions > li a,
.repo-leaderboard-list .repo-leaderboard-meta-item a, .changed .moved-up:before, .changed .moved-down:before,
.commit-tease .sha-block, .comment-header .octicon, a.section-heading-back, .list-group-item-meta .octicon,
.repo-leaderboard-title .title-meta, a.pagehead-nav-item, a.lock-toggle-link, .wiki-wrapper .wiki-empty-box,
.commits-list-item .commits-comments-link, .timeline-comment-header,
.commits-list-item .commit-meta, .table-list-header-toggle .btn-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.octicon-btn, .markdown-body blockquote,
.muted-link, a.muted-link, .render-view-modes li, .scope-badge, .site-footer, .site-footer .octicon-mark-github:hover,
.repo-list-stats .repo-list-stat-item, .range-editor span.flag .octicon, .commit-info .commit-meta a,
.notifications .issue-notification.read .type-icon, .notifications .read a, .auth-form-header .octicon,
.releases-tag-list p a, .history-link a, a.issue-nwo-link, ul.filter-list .filter-item, .blob-num, .blob-num:before,
.member-meta .teams-link, .member-meta .btn-link, a.stats-group-stat, ul.comparison-list > li em, ul.comparison-list > li.title,
.diffstat-summary, a.team-member-ellipsis, a.discussion-item-toggle-open, a.discussion-item-toggle-closed {
color: #808080 !important;
}
.vcard-detail .octicon, .command-bar .octicon-question:before, .auto-search-group .octicon:before, .news .alert .time,
ul.color-label-list .color-label.zeroed, ul.color-label-list .color-label.zeroed .count, .gh-header-title .issue-number,
a.leaderboard-list-rank, .bootcamp ul li a, .ssh-key-fingerprint, .tag-references > li a, .release .release-authorship,
.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, #blog-home,
.blog-post-meta, .blog-post-meta a, .blog-post-meta .octicon, .diff-line-num, .file-data .line-numbers span,
.discussion-item .timestamp, .branch-status .divider, .news .alert .octicon, .news .alert .mega-octicon,
.blankslate > .mega-octicon, .repo-list-meta, #footer .mega-icon:hover:before, a.discussion-item-help, .page-new-repo .license-info,
.notification-actions .btn-link, .commit-info .commit-meta, .notifications .read .type-icon, .notification-actions .age,
.list-item .byline, .issue-list-meta, .prose-diff.collapsed .rich-diff-level-zero.expandable:before,
.blob-num-expandable .diff-expander, .file-type-icon, .uploaded-files .remove, .releases-tag-list td.date a,
.fullscreen-overlay .octicon:before, .fullscreen-overlay .mega-octicon:before, .collaborators .collab-remove .remove-link,
.octofication .notice-dismiss, ul.comparison-list > li .octicon, div.content-header h6, .fullscreen-overlay textarea,
#com h2.search-title, .blob-num.non-expandable:hover, .breadcrumb, #footer .mega-octicon, .application-authorizations .oauth-app-list-meta,
.application-authorizations .oauth-app-owner, .boxed-group-inner .help, .thread-subscription-status .reason, .clone-url input.input-mini {
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,
.site-footer .octicon-mark-github, .select-menu-header .octicon, .steps li, .pagination .gap, .pagination .disabled,
.octicon-btn.disabled, .octicon-btn.disabled:hover, .branch-delete.disabled, .date_selector td.unselected_month,
.pagination .disabled, .svg-tip:after, .bootcamp .desc h2, .issues-listing .table-list-issues .issue-comments-link.no-comment {
color: #383838 !important;
}
.list-tip:before, .selector-item .mini-icon:before, .browser .mini-icon-arr-right, .selected .select-menu-checkmark,
.octicon-person-team:before, .issues-reset-query .octicon-x, a.darkertooltipped {
color: #222 !important;
}
.timeline-comment-header .timestamp, .vcard-stat:hover .text-muted, .boxed-group > h3 a,
.boxed-group .heading a, .select-menu-item a, .list-heading a, .close-button, .timeline-comment-action, a.timeline-comment-action,
a.comment-type-icon, .timeline-comment-actions .octicon {
color: inherit !important;
}
/* Alerts and activity, remove background gradient */
.news .alert .title span, .metabox .editable-text:hover, #inbox .list .item .title span {
background-color: transparent !important;
border: 0 !important;
}
/* Panels */
#posts #rss, .signup-button, .hero h1, .plan.personal, .caption, .centered-graphic,
.login_form h1 {
background-color: #4183C4 !important;
border-color: #4183C4 !important;
}
/* === red === */
/* Red panel */
#forkqueue .legend .unclean, .unclean td, .chzn-results .no-results, .majorproblem .pageheader_wrap, .error_box,
.btn-close-issue, button.classy[name="comment_and_close"],
.comment-form-error, .closed-issues, .state-indicator.closed, .state-closed,
.discussion-item-closed .discussion-item-icon {
background: #c31e16 !important;
border-color: #383838 !important;
}
.btn-close-issue:hover, button.classy[name="comment_and_close"]:hover, .btn-danger:hover,
.minibutton.danger:hover {
background: #a31e16 !important;
border: #b00 1px solid !important;
}
.mergeable-dirty .bubble, .mergeable-dirty .merge-status-icon {
background: #a31e16 !important;
}
/* red border */
.mergeable-dirty .bubble .mergeable, #message.major {
border-color: #c31e16 !important;
}
.mergeable-dirty .bubble:after {
border-right-color: #a31e16 !important;
}
/* red gradient */
.dangerzone > h3 {
background: linear-gradient(#a33,#722) !important;
border-radius: 0 !important;
}
/* bright red text */
.btn-danger, a.btn-danger, a.text-failure, a.text-error, a:not(.octicon-btn).danger, .closed.mini-icon,
.closed.mega-octicon, .deletions, .closed.mega-octicon:before, .closed.octicon, .cdel, .gd .diff-line-num,
.authors-and-code .deletions, .diffstat .diffstat-bar.diff-deleted, span.diffstat .diffstat-bar i.minus,
.icon-for-failure, ul.summary-stats li .octicon-issue-closed, .branch-delete, #toc .octicon-diff-removed,
.pagehead-actions .octicon-mute, .highlight .gd, .settings-email .email-actions .settings-remove-email,
.uploaded-files .remove:hover, .collaborators .collab-remove .remove-link:hover, .minibutton.danger,
.octicon-btn-danger:hover {
color: #c31e16 !important;
}
/* === Brown 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.btn.classy, .signed-out-comment,
.facebox-alert, .recently-touched-branches, .form-checkbox label em.highlight {
background: #321 !important;
border-color: #542 !important;
color: #b74 !important;
}
.recently-touched-branches li {
border-color: #542 !important;
}
.recently-pushed-branch-details, #toc .octicon-diff-modified, .secret .repo-label span, .api .s2 {
color: #b74 !important;
}
.recently-pushed-branch-details a {
color: #da6 !important;
}
/* === Yellow panel === */
.branch-status.status-pending .discussion-item-icon, .discussion-event-status-renamed .discussion-item-icon,
.state-indicator.renamed, .discussion-topic .branch-status.status-pending, .secret .repo-label span, .compare-pr-placeholder,
.compare-cutoff, .diff-cutoff, .flash.flash-warn, .flash-global.flash-warn {
background: #383812 !important;
border-color: #884 !important;
color: #aa6 !important;
}
/* Yellow border (travis) */
.branch-action-state-unknown .branch-action-body, .branch-action-state-unknown .branch-status,
.branch-action-state-unstable .branch-action-body, .branch-action-state-unstable .branch-status {
border-color: #884 !important;
}
.branch-action-state-unknown .branch-action-body::before, .branch-action-state-unstable .branch-action-body::before {
border-right-color: #884 !important;
}
a.text-pending, .compare-pr-placeholder p, .compare-pr-placeholder .help-link {
color: #cc5 !important;
}
/* === Green panel === */
/* labels */
#forkqueue .legend .clean, #revisions ul li.current, .excerpt, .plan.business, .popout,
#statusbar, .clean td, #download_button, .status-box.good a, .discussion-item-reopened .discussion-item-icon,
.progress-bar .progress, .new-issues, .new-pulls, .mergeable-clean .merge-status-icon, .settings-email .default,
.repo-owner-comment .comment-header-tag, .mergeable-clean .bubble, .gh-header-status.open,
.branch-status.status-success .discussion-item-icon, .state-open, .state-proposed, .big-notice, .state-indicator.open,
.state-indicator.proposed, .state-indicator.reopened, .boxed-group-success,
.branch-action-state-clean .branch-action-icon {
background: #163 !important;
border-color: #062 !important;
}
/* Green border */
.mergeable-clean .bubble .mergeable, .branch-action-state-clean .branch-action-body {
border-color: #163 !important;
}
.mergeable-clean .bubble:after, .branch-action-state-clean .branch-action-body:before {
border-right-color: #207038 !important;
}
/* status.github.com */
#message.good {
background: #103015 !important;
border-color: #062 !important;
}
/* Green text */
a.text-open, a.text-success, .insertions, .open.mini-icon, .open.mega-octicon, .open.mega-octicon:before,
.open.octicon, .cadd, .gi .diff-line-num, .notifications .issue-notification .type-icon, .authors-and-code .insertions,
span.diffstat .diffstat-bar.diff-added, span.diffstat .diffstat-bar i.plus, .steps .complete .mega-octicon:before,
ul.summary-stats li .octicon-git-branch-create, ul.summary-stats li .octicon-issue-opened, #toc .octicon-diff-added,
.boxed-group-success, .setup-info-module .features-list .octicon, .setup-form-container .secure, .highlight .gi {
color: #6CC644 !important;
}
/* interactive button - bright border */
.btn-primary:not(.compare-button), .button.primary {
background: linear-gradient(to bottom, #407045, #305530) !important;
border-color: #083 !important;
}
.btn-primary:disabled, .button.primary:disabled {
background: linear-gradient(to bottom, #203522, #152715) !important;
border-color: #041 !important;
}
/* New additions */
.repo-owner-tag .tag, .gist-owner-tag .tag {
background: #070 !important;
color: #ddd !important;
}
/* Green hovered */
.noproblems .pageheader_wrap, a.new-repo:hover {
background: #373 !important;
}
.btn-primary:not(:disabled):not(.compare-button):hover,
.button.primary:not(:disabled):hover {
background: linear-gradient(to bottom, #508055, #407045) !important;
}
/* Red */
.dangerzone-module h4 {
color: #a00 !important;
}
/* === orange notification === */
#user-links .unread_count, .minorproblem .pageheader_wrap {
background: rgba(203, 108, 0, 0.8) !important;
}
/* purple merge status icon, seen in merged issues with an existing branch */
.merge-status-icon, .merged-pulls, .state-indicator.merged, .state-merged, .discussion-item-merged .discussion-item-icon {
background: #6E5494 !important;
}
/* purple text */
ul.summary-stats li .octicon-git-pull-request, .pull-request-notification .type-icon .type-icon-state-merged {
color: #6E5494 !important;
}
.diagram-icon-small.active .mega-octicon:before {
color: #932d70 !important;
}
/* ajax loading */
.pjax-loading {
background: rgba(64, 64, 64, 0.8) !important;
}
ul.view-modes-menu {
background-image: url('data:image/gif;base64,R0lGODlhBwAEAIAAACIiIv///yH5BAEAAAEALAAAAAAHAAQAAAIIhA+BGWoNWSgAOw==') !important;
}
/* === Images === */
.mini-icon-windows:before {
background-position: -18px 0 !important;
}
/* Repo list (https://github.com/{user}?tab=repositories) */
.repo-list-item p, .repo-list-item .repo-list-stats {
position: relative !important;
z-index: 1 !important;
}
.participation-graph svg {
background: transparent !important;
opacity: 0.1 !important;
z-index: 0 !important;
}
#network canvas {
background: #fff !important;
opacity: .85 !important;
}
.inbox-zero-octocat {
opacity: .6 !important;
}
/* ACE Editor: Darken indent guides */
.ace_indent-guide {
opacity: .25 !important;
}
.search .minibutton span {
background-position: center -95px !important;
}
.upload-enabled textarea {
border-bottom: 1px dashed #444 !important;
}
/* history expand buttons */
.commit .minibutton.expander-minibutton span {
background-position: 50% -45px !important;
}
.commit.open .minibutton.expander-minibutton span {
background-position: 50% -145px !important;
}
/* pull request avatar bubble */
.avatar-bubble:before, .discussion-bubble-content:before {
border-color: transparent #333 transparent transparent !important;
}
/* octocat spinners */
img[src*="octocat-spinner"], img[src="/images/spinner.gif"] {
width: 0 !important;
height: 0 !important;
}
img[src*="octocat-spinner"], img[src="/images/spinner.gif"], .facebox-loading, .branch-action-body .spinner,
.status-indicator-loading {
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PHBhdGggZmlsbD0iIzMzMyIgZD0ibTMzMi4yODk0MjkgODcuMDg3MjE5YzYwLjAzMzI5NSAtMjAgMTE0IC0yMSAxNzIgMS4wNDcyNDFsLTExLjQwMzU5NSAzMi44NTA5NTJjLTQzLjMzMzM0NCAtMTUgLTEwNCAtMTUgLTE0OCAwIiB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0MTguNzU3IDk2LjE4ODUpIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9IiMzMzM7I2VlZTsjMzMzOyMzMzMiIGJlZ2luPSIwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PHBhdGggZmlsbD0iIzMzMyIgZD0ibTM5OC41Mjc0NjYgMjQ2LjM4ODU5NmM2MC4wMzMzMjUgLTIwIDExNCAtMjEgMTcyIDEuMDQ3MjQxbC0xMS40MDM1NjQgMzIuODUwOTY3Yy00My4zMzMzNzQgLTE1IC0xMDQgLTE1IC0xNDggMCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNDg0Ljk5NSAyNTUuNDkpIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9IiMzMzM7I2VlZTsjMzMzOyMzMzMiIGJlZ2luPSIwLjEyNXMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Im0zMzEuMzMyMjE0IDQwNC44MjM2NjljNjAuMDMzMzI1IC0yMCAxMTQgLTIxIDE3MiAxLjA0NzI0MWwtMTEuNDAzNTM0IDMyLjg1MDk1MmMtNDMuMzMzNDA1IC0xNSAtMTA0IC0xNSAtMTQ4IDAiIHRyYW5zZm9ybT0icm90YXRlKDEzNSA0MTcuOCA0MTMuOTI1KSI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbCIgdmFsdWVzPSIjMzMzOyNlZWU7IzMzMzsjMzMzIiBiZWdpbj0iMC4yNTBzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcGF0aD48cGF0aCBmaWxsPSIjMzMzIiBkPSJtMTcxLjU4MjIzIDQ3MC4zMjM2NjljNjAuMDMzMzEgLTIwIDExNCAtMjEgMTcyIDEuMDQ3MjQxbC0xMS40MDM1MzQgMzIuODUwOTUyYy00My4zMzM0MDUgLTE1IC0xMDQgLTE1IC0xNDggMCIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDI1OC4wNSA0NzkuNDI1KSI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbCIgdmFsdWVzPSIjMzMzOyNlZWU7IzMzMzsjMzMzIiBiZWdpbj0iMC4zNzVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcGF0aD48cGF0aCBmaWxsPSIjMzMzIiBkPSJtMTMuMDgyMiA0MDYuMDc0MDA1YzYwLjAzMzMwMSAtMjAgMTE0IC0yMSAxNzIgMS4wNDY5OTdsLTExLjQwNDAwNyAzMi44NTA5ODNjLTQzLjMzMjk5MyAtMTUgLTEwNCAtMTUgLTE0OCAwIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDk5LjU1IDQxNS4xNzUpIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9IiMzMzM7I2VlZTsjMzMzOyMzMzMiIGJlZ2luPSIwLjUwMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Im0tNTMuNzEzNDg2IDI0Ny4wOTE1NTNjNjAuMDMzMzEgLTIwIDExNCAtMjEgMTcyIDEuMDQ2OTk3bC0xMS40MDQwMjIgMzIuODUwOTgzYy00My4zMzI5NzcgLTE1IC0xMDQgLTE1IC0xNDggMCIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDMyLjc1NCAyNTYuMTkzKSI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbCIgdmFsdWVzPSIjMzMzOyNlZWU7IzMzMzsjMzMzIiBiZWdpbj0iMC42MjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcGF0aD48cGF0aCBmaWxsPSIjMzMzIiBkPSJtMTIuODgzNjIxIDg3LjA2MTQ4NWM2MC4wMzMyOTUgLTIwIDExNCAtMjEgMTcyIDEuMDQ3MjQ5bC0xMS40MDM1OTUgMzIuODUwOTUyYy00My4zMzMzNDQgLTE1IC0xMDQgLTE1IC0xNDggMCIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDk5LjM1MTQgOTYuMTYyOCkiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjAuNzUwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PHBhdGggZmlsbD0iIzMzMyIgZD0ibTE3Mi45MDY2MzEgMjAuOTI5NzQxYzYwLjAzMzMxIC0yMCAxMTQgLTIxIDE3MiAxLjA0NzIzbC0xMS40MDM1OTUgMzIuODUwOTZjLTQzLjMzMzM0NCAtMTUgLTEwNCAtMTUgLTE0OCAwIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9IiMzMzM7I2VlZTsjMzMzOyMzMzMiIGJlZ2luPSIwLjg3NXMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjxwYXRoIGZpbGw9IiNlZWUiIGQ9Im0gMTk3IDQ1OSBjIDAgMCAwIC00OCAwIC00OCAwIDAgLTQgLTQgLTMzIC0xIC0yOCAzIC02MiAtNjYgLTY1IC02OSAyNCAtMTAgNDMgMjYgNjUgMzggMCAwIDMxIDAgMzEgMCAwIDAgMyAtNDQgMjAgLTM3IDE3IDYgLTcyIDEgLTk3IC02MSAtMjUgLTYyIDE5IC0xMjYgMjAgLTExNSAwIDkgLTE3IC0zNSAtMTAgLTQ2IDIwIC0yNCA1MCAxMSA2OSAxNSA1IDAgMTggLTggNTkgLTcgNDEgMCA1NSA4IDYwIDYgMjIgLTEwIDUxIC0zMiA2NSAtMTcgMTAgMTIgLTEgNjEgLTEgNDkgMCAtMTIgNDMgODEgNiAxMzIgQyAzNTcgMzQ0IDI5MSAzNDEgMzAyIDM0NCBjIDIxIDE1IDE0IDkxIDE0IDExNSBsIC0yMiA0IDAgLTc0IGMgMCAtOSAtOSAtMTAgLTkgLTkgbCAwIDg1IC0yMSAxIDAgLTg2IC0xMCAwIDAgODYgLTIwIC0xIDAgLTgzIGMgMCAwIC04IC0xIC04IDEwIGwgMCA3MiIvPjwvc3ZnPg==) !important;
background-size: contain !important;
}
img[src*="octocat-spinner"][width="128"] { padding: 64px !important }
img[src*="octocat-spinner"][width="64"] { padding: 32px !important }
img[src*="octocat-spinner"][width="32"] { padding: 16px !important }
img[src*="octocat-spinner"][width="16"] { padding: 8px !important }
img[src="/images/spinner.gif"] { padding: 32px !important }
.branch-action-body .spinner, div.facebox-loading, .status-indicator-loading {
background-position: center center !important;
width: 100% !important;
background-repeat: no-repeat !important;
}
/* image preview background */
.render-shell .img-view img, .file .image img, .file .image canvas {
background-image: url('data:image/gif;base64,R0lGODlhCgAKAIAAABoaGgAAACwAAAAACgAKAAACEYQdmYcaDNxjEspKndVZbc8UADs=') !important;
}
/* language stats bar */
.repository-lang-stats-graph {
height: 9px !important;
}
/* no border */
.multiple-avatars, .multiple-avatars:before, table.files, table.files tr, .simple-conversation-list>li:first-child,
.gobutton.with-comments .sha, .menu a, .menu li, .usage-bar dd, .setup-form-container .fieldgroup .fields,
.inline-comments .line-comments, #gist-form .gist-name-textbox, #adv_code_search .search-page-input,
.fullscreen-overlay textarea, .file .image .border-wrap {
border: 0 !important;
}
.dashboard-tabs a {
border-left: 0 !important;
border-right: 0 !important;
}
.js-details-container.navigation-focus .gobutton {
background: linear-gradient(#444, #222) !important;
}
/* no top border radius */
table.files {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
/* add border */
#network, .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, .menu, .merge-pr-more-commits {
border: 1px solid #484848 !important;
}
#graph-shots li>p, .select-menu-item, .logo-box, .commit-tease, .branch-infobar {
border-bottom: none !important;
}
.pull-info, .branch-link, .milestone-list .progress-bar {
border: 1px solid #444 !important;
}
.pull-head, .commit-tease .commit-meta, .capped-box {
border-bottom: #484848 1px solid !important;
}
.dropdown-menu:after {
border-bottom: #343434 8px solid !important;
}
/* inline code - add with border */
.markdown-format code, .markdown-body code, .markdown-body tt, .markdown-format pre,
.markdown-body pre, .markdown-format .highlight pre, .markdown-body .highlight pre,
body.blog pre {
border: 1px solid rgba(255,255,255,.1) !important;
}
#facebox pre, #contributors-master svg.viz {
border: 1px solid #343434 !important;
}
/* orange rss icon */
.blog-aside .octicon-rss, .dashboard-feed-icon.octicon-rss, .nav-rss a .octicon-rss {
color: #f93 !important;
}
.featured-label {
background: #F5B987 !important;
border: none !important;
padding: 6px !important;
color: #D26911 !important;
}
.featured-label .octicon {
color: #D26911 !important;
}
/* secret gists */
.secret .mega-octicon:before, .page-new-repo div.form-checkbox .octicon-lock:before {
color:#a1882b !important;
}
/* diff highlighting (no syntax highlight) */
/* main diff text color */
.diff-line-pre {
color: #ccc !important;
}
.diff-table .line-comments {
border-top: 1px solid #333 !important;
border-bottom: 1px solid #333 !important;
}
#header-wrapper, .menu li + li {
border-bottom: 1px solid #333 !important;
}
.js-release-form .drag-and-drop {
border-top: none !important;
}
/* light grey - breaks in diff (with line numbers) */
.highlight .expandable-line-num, .highlight .diff-line-num-hunk, .highlight .diff-line-code-hunk,
.highlight .expandable-line-code {
background: #222 !important;
color: #888 !important;
}
/* git diff line additions (dark green) */
.blob-code.blob-code-addition, .blob-num.blob-num-addition,
.prose-diff .changed ins, .prose-diff .changed ins code, .prose-diff .changed ins pre,
.prose-diff .changed .added, .prose-diff > .markdown-body ins pre,
.prose-diff > .markdown-body ins code, .prose-diff > .markdown-body ins > div,
.prose-diff > .markdown-body ins > p {
background: #030 !important;
border-color: #080 !important;
}
/* git diff line deletions (dark red) */
.blob-code.blob-code-deletion, .blob-num.blob-num-deletion,
.prose-diff > .markdown-body .changed del, .prose-diff > .markdown-body .changed del pre,
.prose-diff > .markdown-body .changed del code, .prose-diff > .markdown-body .changed del > div,
.prose-diff > .markdown-body .changed .removed, .prose-diff > .markdown-body .changed .removed pre,
.prose-diff > .markdown-body .changed .removed code, .prose-diff > .markdown-body .changed .removed > div {
background: #400 !important;
border-color: #800 !important;
}
/* moved diff - yellow */
.markdown-body li.added.moved {
background: #440 !important;
border-color: #880 !important;
}
.blob-code-addition .x , .highlight .blob-code-addition .x {
background: #252 !important;
color: #eee !important;
}
.blob-code-deletion .x, .highlight .blob-code-deletion .x {
background: #622 !important;
color: #eee !important;
}
/* git diff line numbers (med green) */
.gi .diff-line-num, .gi .diff-line-code, .gi .diff-line-pre {
background: #020 !important;
border-color: #040 !important;
}
/* git diff line deletions (med red) */
.gd .diff-line-num, .highlight .err, .gd .diff-line-code, .gd .diff-line-pre {
background: #300 !important;
border-color: #500 !important;
}
/* GitHub Enterprise Only
* _____..---========+*+==========---.._____
* ______________________ __,-='=====____ =================== _____=====`=
* (._____________________I__) - _-=_/ `---------=+=--------'
* / /__...---===='---+---_'
* '------'---.___ - _ = _.-'
* `--------'
*/
.enterprise #network canvas {
background: none transparent !important;
opacity: 1 !important;
}
.enterprise.page-profile .profilecols ul.stats li strong {
color: #CCC;
background: transparent !important;
}
.enterprise ul.selling-points li {
color: #FFF;
}
.enterprise .steps {
margin: 20px auto 0;
padding: 15px 10px;
border: 1px solid #ddd;
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
background: #222;
color: #FFF;
}
.enterprise .dashboard-notice {
background: #222 !important;
color: #CCC;
}
.enterprise .autocomplete-item {
color: #CCC;
}
.enterprise .repo-nav a:focus, .enterprise .repo-nav a:hover {
border-radius: 0 !important;
border-left: #eee 1px solid !important;
}
.enterprise .repo-nav a, .enterprise .repo-menu, .enterprise .repo-nav a .counter {
text-shadow: none !important;
box-shadow: none !important;
}
.enterprise .repo-nav li > .selected:after{
background: #333 none !important;
border-color: #484848 !important;
}
.enterprise .repo-nav-contents {
box-shadow: inset 1px 0 0 #333 !important;
}
.enterprise div.repo-nav-contents {
background: rgba(34,34,34,0.4) !important;
}
.enterprise ul.repo-menu a.selected {
border-left: transparent 1px solid !important;
}
.enterprise .repo-menu-separator {
border-bottom: #333 1px solid !important;
}
.enterprise .repo-nav a.selected .octicon, .enterprise .repo-menu a.selected:after, .enterprise .repo-menu li:hover .octicon {
color: #eee !important;
}
.enterprise .repo-menu-separator:before,.enterprise .repo-nav-contents:before, .enterprise .repo-menu-separator, .enterprise .repo-nav-contents:after {
background-color: transparent !important;
background-image: none !important;
}
.enterprise .repo-nav a:focus, .enterprise .repo-nav a:hover {
border-radius: 0 !important;
border-left: #eee 1px solid !important;
}
.enterprise ul.repo-menu a.selected {
border-color: #343434 !important;
}
/* ZenHub styling */
.zh-button {
background-color: #4183C4 !important;
border-color: #4183C4 !important;
color: #fff !important;
}
.zh-pipeline-issue-toggler:hover, .date_selector .date-button {
color: #4183C4 !important;
}
/* background */
.zh-overlay {
background-color: rgba(0,0,0,0.9) !important;
}
.zh-issue-placeholder {
background-color: #111 !important;
border-color: #484848 !important;
}
li.zh-pipeline, li.new-pipeline-column, .zh-schema-pipelines, .zh-pipeline-issue-heading {
background-color: #181818 !important;
border-color: #484848 !important;
}
li.zh-pipeline-issue, .zh-pipeline-issue-content, .zh-issue-meta, .zh-pipeline-issue-action,
.zh-pipeline-heading-container, .zh-button-grey, .zh-board-menu, .zh-schema-title,
.zh-burndown-chart .milestone-start-calendar-container {
background-color: #222 !important;
border-color: #484848 !important;
}
.zh-uploader-drop, .zh-button-grey.selected, .zh-button-grey:hover {
background: #333 !important;
}
/* border */
.zh-paw-btn-inner, .zh-schema, .zh-schema-pipeline-name, .popover, .zh-uploader-drop,
.zh-milestone-dates, .zh-burndown-chart-container, .zh-burndown-chart .stats-container {
border-color: #484848 !important;
}
.popover.right .arrow {
border-right-color: #484848 !important;
}
.file-commit-form .commit-form:before, .file-commit-form .commit-form:after, .zh-burndown .stats-item {
border-right-color: #343434 !important;
}
/* text */
.zh-uploader-container *, .zh-overlay-body, .zh-pipeline-issue-action {
color: #fff !important;
}
.zh-schema-pipeline-name, #zh-export-issue-json .octicon-file-directory {
color: #888 !important;
}
/* tooltip */
.popover {
background: #333 !important;
box-shadow: none !important;
text-shadow: none !important;
}
/* button tweaks */
.zh-repo-switcher .select-menu-button {
padding-bottom: 4px !important;
}
.zh-repo-switcher .select-menu-button:after {
margin-right: 4px !important;
}
.zh-board-menu-itemgroup .minibutton {
border: #343434 1px solid !important;
padding: 4px !important;
border-radius: 3px !important;
color: #c0c0c0 !important;
}
#zh-show-closed-pipeline-checkbox {
vertical-align: middle !important;
}
/* vote */
.is-pawed .zh-paw-btn-inner {
background: #207038 !important;
color: #333 !important;
box-shadow: none !important;
text-shadow: none !important;
}
.zh-paw-btn-count {
color: #ddd !important;
}
/* invert image */
.zh-upload-image {
-webkit-filter: invert(40%) !important;
filter: invert(40%) !important;
}
.zh-icon-burndown {
-webkit-filter: invert(100%) !important;
filter: invert(100%) !important;
}
/* webkit scrollbars */
.zh-pipeline-issues-wrapper::-webkit-scrollbar-track {
background: #181818 !important;
}
.zh-board-wrapper.horizontal-scrollbar::-webkit-scrollbar-track {
background: #181818 !important;
}
.zh-board-wrapper.horizontal-scrollbar::-webkit-scrollbar-thumb {
background: #444 !important;
}
.zh-pipeline-issues-wrapper::-webkit-scrollbar-thumb {
background: #444 !important;
}
/* OS X font rendering tweak, only active on sub-retina pixel ratios, might affect
* Chrome on other OSs too, see https://github.com/StylishThemes/GitHub-Dark/issues/86
*/
@media screen and (max-resolution: 1.99dppx) {
html {
-moz-osx-font-smoothing: grayscale !important;
-webkit-font-smoothing: antialiased !important;
}
}
/* inline code - single lines */
.markdown-body code, .markdown-body tt, .protip code, .content dl code, .content ul code, p code,
body.blog pre > code, .content .sectionbody .dlist dt, .content p > tt, .content .sectionbody .dlist dt,
.content p > tt, .commit-sha, .commit-preview .message pre, .rendered_html pre, .rendered_html code {
background: #202020 !important;
}
/* inline code - big blocks */
pre, .markdown-format pre, .markdown-body pre, .markdown-format .highlight pre, .markdown-body .highlight pre,
body.blog pre, #facebox pre, .blob-code-context, .blob-num-context, .blob-expanded, .terminal, .copyable-terminal,
#notebook .input_area,
/*! Tomorrow Night */.ace_editor,.highlight{background-color:#1D1F21!important;color:#C5C8C6!important}.pl-c{color:#969896!important;font-style:italic!important}.pl-c1,.pl-cce,.pl-cn,.pl-coc{color:#DE935F!important}.pl-cos{color:#B5BD68!important}.pl-e,.pl-ef,.pl-en{color:#F0C674!important}.pl-enc{color:#DE935F!important}.pl-enf,.pl-enm{color:#F0C674!important}.pl-ens{color:#DE935F!important}.pl-ent{color:#B294BB!important}.pl-entc{color:#F0C674!important}.pl-enti{color:#F0C674!important;font-weight:700!important}.pl-entm{color:#C66!important}.pl-eoa{color:#B294BB!important}.pl-eoac,.pl-eoac .pl-pde{color:#C66!important}.pl-eoai,.pl-eoai .pl-pde{color:#B294BB!important}.pl-eoi{color:#F0C674!important}.pl-k,.pl-ko,.pl-kolp{color:#B294BB!important}.pl-kos,.pl-kou{color:#DE935F!important}.pl-mai .pl-sf{color:#C66!important}.pl-mb{color:#B5BD68!important;font-weight:700!important}.pl-mc{color:#B294BB!important}.pl-mh .pl-pdh{color:#DE935F!important}.pl-mi{color:#B294BB!important;font-style:italic!important}.pl-ml{color:#B5BD68!important}.pl-mm{color:#C66!important}.pl-mp,.pl-mp1 .pl-sf{color:#81A2BE!important}.pl-mq{color:#DE935F!important}.pl-mr,.pl-ms{color:#B294BB!important}.pl-pdb{color:#B5BD68!important;font-weight:700!important}.pl-pdc{color:#969896!important;font-style:italic!important}.pl-pdc1,.pl-pde{color:#DE935F!important}.pl-pdi{color:#B294BB!important;font-style:italic!important}.pl-pds{color:#B5BD68!important}.pl-pdv{color:#C66!important}.pl-pse,.pl-pse .pl-s2{color:#DE935F!important}.pl-s{color:#B294BB!important}.pl-s1{color:#B5BD68!important}.pl-s2{color:#c5c8c6!important}.pl-mp .pl-s3{color:#B294BB!important}.pl-s3{color:#81a2be!important}.pl-sc{color:#c5c8c6!important}.pl-scp{color:#DE935F!important}.pl-sf{color:#DAD085!important}.pl-smc{color:#F0C674!important}.pl-smi,.pl-smp{color:#c5c8c6!important}.pl-sok{color:#B294BB!important}.pl-sol{color:#B5BD68!important}.pl-som,.pl-sr{color:#C66!important}.pl-sra,.pl-src,.pl-sre,.pl-st{color:#B294BB!important}.pl-stj{color:#c5c8c6!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#DE935F!important}.pl-vo{color:#C66!important}.pl-vpf{color:#DE935F!important}.pl-mdht,.pl-mi1{color:#8F9D6A!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#C66!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#DE935F!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#C66!important;font-weight:400!important}.pl-ib{background-color:#C66!important}.pl-id,.pl-ii{background-color:#C66!important;color:#fff!important}.pl-iu{background-color:#C66!important}.pl-mo{color:#c5c8c6!important}.pl-mri{color:#DE935F!important}.pl-ms1{background-color:#c5c8c6!important}.pl-va,.pl-vpu{color:#DE935F!important}.pl-entl{color:#c5c8c6!important}.ace_editor .ace_gutter{background:#25282c!important;color:#C5C8C6!important}.ace_editor .ace_print-margin{width:1px!important;background:#25282c!important}.ace_editor .ace_cursor{color:#AEAFAD!important}.ace_editor .ace_marker-layer .ace_selection{background:#373B41!important}.ace_editor.ace_multiselect .ace_selection.ace_start{box-shadow:0 0 3px 0 #1D1F21!important;border-radius:2px!important}.ace_editor .ace_marker-layer .ace_step{background:#665200!important}.ace_editor .ace_marker-layer .ace_bracket{margin:-1px 0 0 -1px!important;border:1px solid #4B4E55!important}.ace_editor .ace_marker-layer .ace_active-line{background:#282A2E!important}.ace_editor .ace_gutter-active-line{background-color:#282A2E!important}.ace_editor .ace_marker-layer .ace_selected-word{border:1px solid #373B41!important}.ace_editor .ace_invisible{color:#4B4E55!important}.ace_editor .ace_keyword,.ace_editor .ace_meta,.ace_editor .ace_storage,.ace_editor .ace_storage.ace_type,.ace_editor .ace_support.ace_type{color:#B294BB!important}.ace_editor .ace_keyword.ace_operator{color:#8ABEB7!important}.ace_editor .ace_constant.ace_character,.ace_editor .ace_constant.ace_language,.ace_editor .ace_constant.ace_numeric,.ace_editor .ace_keyword.ace_other.ace_unit,.ace_editor .ace_support.ace_constant,.ace_editor .ace_variable.ace_parameter{color:#DE935F!important}.ace_editor .ace_constant.ace_other{color:#CED1CF!important}.ace_editor .ace_invalid{color:#CED2CF!important;background-color:#DF5F5F!important}.ace_editor .ace_invalid.ace_deprecated{color:#CED2CF!important;background-color:#B798BF!important}.ace_editor .ace_fold{background-color:#81A2BE!important;border-color:#C5C8C6!important}.ace_editor .ace_entity.ace_name.ace_function,.ace_editor .ace_support.ace_function,.ace_editor .ace_variable{color:#81A2BE!important}.ace_editor .ace_support.ace_class,.ace_editor .ace_support.ace_type{color:#F0C674!important}.ace_editor .ace_heading,.ace_editor .ace_markup.ace_heading,.ace_editor .ace_string{color:#B5BD68!important}.ace_editor .ace_entity.ace_name.ace_tag,.ace_editor .ace_entity.ace_other.ace_attribute-name,.ace_editor .ace_meta.ace_tag,.ace_editor .ace_string.ace_regexp,.ace_editor .ace_variable{color:#C66!important}.ace_editor .ace_comment{color:#969896!important}.ace_editor .ace_indent-guide{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgYGBgYHB3d/8PAAOIAdULw8qMAAAAAElFTkSuQmCC) right repeat-y!important}/*! tomorrow night; https://github.com/MozMorris/tomorrow-pygments */#notebook .highlight,#notebook .highlight pre,#notebook .highlight table{background:#1d1f21!important;color:#c5c8c6!important}#notebook .highlight .hll{background-color:#373b41!important}#notebook .highlight .c{color:#969896!important}#notebook .highlight .err{color:#c66!important}#notebook .highlight .k{color:#b294bb!important}#notebook .highlight .l{color:#de935f!important}#notebook .highlight .h,#notebook .highlight .n{color:#c5c8c6!important}#notebook .highlight .o{color:#8abeb7!important}#notebook .highlight .p{color:#c5c8c6!important}#notebook .highlight .c1,#notebook .highlight .cm,#notebook .highlight .cp,#notebook .highlight .cs{color:#969896!important}#notebook .highlight .gd{color:#c66!important}#notebook .highlight .ge{font-style:italic!important}#notebook .highlight .gh{color:#c5c8c6!important;font-weight:700!important}#notebook .highlight .gi{color:#b5bd68!important}#notebook .highlight .gp{color:#969896!important;font-weight:700!important}#notebook .highlight .gs{font-weight:700!important}#notebook .highlight .gu{color:#8abeb7!important;font-weight:700!important}#notebook .highlight .kc,#notebook .highlight .kd{color:#b294bb!important}#notebook .highlight .kn{color:#8abeb7!important}#notebook .highlight .kp,#notebook .highlight .kr{color:#b294bb!important}#notebook .highlight .kt{color:#f0c674!important}#notebook .highlight .ld{color:#b5bd68!important}#notebook .highlight .m{color:#de935f!important}#notebook .highlight .s{color:#b5bd68!important}#notebook .highlight .na{color:#81a2be!important}#notebook .highlight .nb{color:#c5c8c6!important}#notebook .highlight .nc{color:#f0c674!important}#notebook .highlight .no{color:#c66!important}#notebook .highlight .nd{color:#8abeb7!important}#notebook .highlight .ni{color:#c5c8c6!important}#notebook .highlight .ne{color:#c66!important}#notebook .highlight .nf{color:#81a2be!important}#notebook .highlight .nl{color:#c5c8c6!important}#notebook .highlight .nn{color:#f0c674!important}#notebook .highlight .nx{color:#81a2be!important}#notebook .highlight .py{color:#c5c8c6!important}#notebook .highlight .nt{color:#8abeb7!important}#notebook .highlight .nv{color:#c66!important}#notebook .highlight .ow{color:#8abeb7!important}#notebook .highlight .w{color:#c5c8c6!important}#notebook .highlight .mf,#notebook .highlight .mh,#notebook .highlight .mi,#notebook .highlight .mo{color:#de935f!important}#notebook .highlight .sb{color:#b5bd68!important}#notebook .highlight .sc{color:#c5c8c6!important}#notebook .highlight .sd{color:#969896!important}#notebook .highlight .s2{color:#b5bd68!important}#notebook .highlight .se{color:#de935f!important}#notebook .highlight .sh{color:#b5bd68!important}#notebook .highlight .si{color:#de935f!important}#notebook .highlight .s1,#notebook .highlight .sr,#notebook .highlight .ss,#notebook .highlight .sx{color:#b5bd68!important}#notebook .highlight .bp{color:#c5c8c6!important}#notebook .highlight .vc,#notebook .highlight .vg,#notebook .highlight .vi{color:#c66!important}#notebook .highlight .il{color:#de935f!important}
}
@osirisgothra
Copy link
Author

This is the original style before cutting it's balls off by userstyles.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment