From: Samir Benmendil Date: Sat, 18 Jan 2014 13:26:10 +0000 (+0100) Subject: dwb/userstyles: add github.com X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/c927282f3c2fdb575a45a931c404820720f00356 dwb/userstyles: add github.com --- diff --git a/dwb/userscripts/extension_loader.js b/dwb/userscripts/extension_loader.js index 5bb6d94..cf46e59 100644 --- a/dwb/userscripts/extension_loader.js +++ b/dwb/userscripts/extension_loader.js @@ -103,7 +103,8 @@ defaults: { }, // Settings applied based on the second level domain domains : { - "humblebundle.com" : { "user-stylesheet-uri" : "" } + "humblebundle.com" : { "user-stylesheet-uri" : "" }, + "github.com" : { "user-stylesheet-uri" : "file:///home/ramsi/.config/dwb/userstyles/github.com.css" }, }, //Settings applied based on the hostname hosts : { diff --git a/dwb/userstyles/github.com.css b/dwb/userstyles/github.com.css new file mode 100644 index 0000000..7c1ef36 --- /dev/null +++ b/dwb/userstyles/github.com.css @@ -0,0 +1,1384 @@ +@namespace url(http://www.w3.org/1999/xhtml); +@namespace svg url(http://www.w3.org/2000/svg); +/* Github Dark Theme v1.7.9 (1/15/2014) + * https://github.com/StylishThemes/Github-Dark + * http://userstyles.org/styles/37035 + * License: http://sam.zoy.org/wtfpl/ + */ +#main, .unread_count, #browser table th, .session-device, .profilecols ul.stats li strong, #files .file .data, +table.upgrades tr.current td, .definitions { + background: #222 !important; + color: #ddd !important; +} +/* let some background image show */ +.pagehead, .context-loader.large-format-loader, #graphs .loader { + background: rgba(34,34,34,0.4) !important; + color: #ddd !important; +} +body { + background-color: #222 !important; + background-image: url(/*[[bg-url]]*/) !important; + background-clip: border-box !important; + background-origin: padding-box !important; + background-position: center center !important; + /*[[bg-options]]*/ + /*[[bg-options2]]*/ +} +/* Base link/panel colors - text */ +body a, .profilecols ul.stats li a:hover strong, .plans-row .plan, .filters li.selected, +#gollum-editor-submit, .repo_list span.css-truncate-target, strong.css-truncate-target, .zeroclipboard-button, +.header .mega-octicon:hover:before, .creator a, button#logout:hover .octicon, .numbers-summary a:hover, +.numbers-summary a:hover span, .octicon-file-directory, .tag-info a:hover, .tag-info a:hover span, +#forkqueue .instructions, .addon h4, #wiki-wrapper h1, #wiki-wrapper h2, #wiki-wrapper h3, #wiki-wrapper h2 strong, +#wiki-wrapper h3 strong, .wikistyle h1, .wikistyle h2, .header a:hover, .header a:hover .mini-icon, +.header a:hover .mega-icon:before, #footer a, #userbox a:hover, .header-logo-wordmark:hover span, +#userbox a:hover .mini-icon, a:not(.minibutton) code, .gist-item ul.meta>li>a:hover, #userbox a:hover, +#userbox a:hover .mini-icon, a.browse-button:hover, a.browse-button:hover span, .full-word, .team-mention, +.add-line-comment:before, .octicon-mark-github:hover:before, .header a:hover .octicon, +.comment-header-actions li:hover .octicon, .zeroclipboard-link .octicon { + color: /*[[base-color]]*/ #4183C4 !important; +} + +/* Base color panel */ +option:hover, .minibutton:not(.disabled):hover, .minibutton:hover code, .file-minibutton:hover, .add_file:hover, +.gollum-minibutton:hover, .pagination a:hover, .gollum-minibutton a:hover, #gollum-editor-submit:hover, +.tip-box a.next:hover, .sidebar-module h3:hover a, a.feed:hover, a.feed:hover span, .clone-url-button:hover a, +.listings-layout .nav li a:hover, .search-form button:hover, .state-merged, .url-box .zeroclipboard-is-hover, +.select-menu-item.navigation-focus, .select-menu-item.navigation-focus.selected, .notification-indicator .unread, +ul.filter-list .filter-item.selected, #fork-select .target:not(.disabled):hover, .flash-notice, .ace_selection, +table.upgrades tr:hover td, #notification-center li.unread, .email-format .email-hidden-toggle:hover a, +.js-topic a:hover, .gist-item .bubble:hover, .dashboard-tabs a:hover, .dropdown-menu > li > a:hover, +div.news .pagination a:hover { + background: /*[[base-color]]*/ #4183C4 !important; + color: #eee !important; +} +.context-button:after, .bubble:hover .file-box { + border-color: /*[[base-color]]*/ #4183C4 transparent transparent !important; +} +/* === Notification icon === */ +.notification-indicator .unread { + background: /*[[base-color]]*/ #4183C4 !important; + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(0, 0, 0, 0.1), 0 0 10px /*[[base-color]]*/ #4183C4 !important; +} +/* text selection */ +::selection { + background: /*[[base-color]]*/ #4183C4 !important; + color: #fff !important; +} +::-moz-selection { + background: /*[[base-color]]*/ #4183C4 !important; + color: #fff !important; +} +/* input focus hightlight */ +input.focus[type="text"], #adv_code_search .focus.search-page-label, input[type="text"]:focus, +.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 { + border-color: /*[[base-color]]*/ #4183C4 !important; + box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.075) inset, 0px 0px 5px rgba(255, 255, 255, .075) !important; +} +/* === Inputs === */ +select, input, textarea, .commandbar .choice:hover, .commandbar .loading:hover { + -moz-appearance: none !important; + background: #181818 !important; + border-color: #666 !important; + border-style: solid !important; + color: #ddd !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 { + -webkit-appearance: none !important; + background-color: #181818 !important; + border: 1px solid #666 !important; + color: #ddd !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; +} +/* === logo === */ +.header .site, #adv_code_search .search-page-input { + background: #111 !important; + border: 0 !important; + padding-bottom: 1px !important; +} +#footer .mega-icon:hover:before, #last-edit { + color: #555 !important; +} +/* help.github.com */ +body#com div#header .site-logo a { + background-image: url(http://StylishThemes.github.io/Github-Dark/images/logo.png) !important; +} +/* remove gist logo transition */ +.header-logo-wordmark { + transition: none !important; +} +/* === needs padding === */ +.content, .wikistyle, #gollum-footer .gollum-minibutton a { + padding: 10px !important; +} +.markdown-body code { + padding: 2px 4px !important; +} +div.blog, #page-settings { + margin-top: 20px !important; +} +/* === show === */ +.color-label.selected .color { + display: block !important; +} +/* === no margin === */ +#dashboard, table.branches { + margin: 0 !important; +} +/* gist diff stats - fix alignment */ +.diffstat { + font-size: 14px !important; +} +/* === Remove shadow === */ +h1, h2, h3, h4, pre, pre *, code, ul, li, p, input, a, th, .news, #footer ul.sosueme li.main, .more-repos, .button, +.metabox em.placeholder, table.notifications, #download_button, .comment-count, em.date, input.search, #user-links, +#header.gc .diff-line-code, .upper_footer, .switcher > span:after, .upgrades td, .blog-feedback, .description, +.blankslate, .commit-ref, .pagination span, .mini-icon-advanced-search, .count, .select-menu-title, .sunken-menu a, +.select-menu-button:after, #repo-message, .times, .sunken-menu-contents, .sunken-menu a .counter, .usage-bar dt, +#user-links .name img, #common-issues, .upload-progress, .svg-tip, .meta, .flash, .flash-global, +#files .file .meta .info span, .file-box .meta .info span { + color: #ccc !important; + text-shadow: none !important; + box-shadow: none !important; +} +a, button, p, ul, li, #gollum-editor-submit, dl.form label, .formbody label, .js-context-button, .footer-text, +.minibutton span, span.name, .diff-line-code, .num, .button, .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 { + text-shadow: none !important; +} +/* === transparent background only === */ +#footer, table tr, .textographic a.repo, .stars-browser .filter-bar, .highlight .file-diff-line:hover pre, .gravatar, +.topsearch span.search-input, p.meta, .js-menu-container, .sidebar .milestone, .commit-desc pre, #facebox, +.profilecols .filter-bar, .button-group, div.content-header .search-form, .file-code, .branch-infobar, +.gist-advanced-options .select-menu-button:after, #wrapper, #com .wikistyle, #com .wikistyle p, li.commit, +.css-truncate:hover .css-truncate-target, li.public, .gravatar img, .facebox-popup, .commit-comments-header-sha, +.tmp-reusable-bubble .bubble-inner, .commit-group-item .authorship, pre.headers code, .columns.equacols.bordered, +.gist-item ul.meta>li>a:hover, .commits li img, a.minibutton code, .menu-container, .milestone, .more-repos, +#network .repo span, .previewable-comment-form, .keyboard-mappings th, .api #header-wrapper .nav, +.marketing-nav a.selected, #graph_data .tabs { + background: transparent !important; +} +.js-topic .arrow-btn { + background-color: transparent !important; +} +.select-menu-item .octicon { + color: transparent !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, div.sunken-menu-contents, +.sunken-menu-contents:before, .sunken-menu-separator, .sunken-menu-contents:after { + background-color: transparent !important; + background-image: none !important; +} +.context-loader.large-format-loader { + background-image: none !important; +} +/* === Just rounded corners === */ +#wrapper, #your-repos-filter, .topsearch ul.nav { + border-radius: 3px !important; + background-clip: padding-box !important; +} +/* remove border-radius */ +.dashboard-tabs a { + border-radius: 0 !important; +} +/* === No huge text === */ +.topsearch form input.search { + font-size: 12px !important; +} +/* repo labels, private repo lists */ +.repo-label span, .private .repo-list-item { + background: #222 !important; + color: #777 !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 { + border-radius: 0 !important; + border-bottom: #eee 2px solid !important; +} +.section-nav .active a, .menu a.selected, .sunken-menu a:focus, .sunken-menu a:hover { + border-radius: 0 !important; + border-left: #eee 1px solid !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: /*[[base-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; +} + +/* === Darken border === */ +pre, table, table th, h1, h2, h3, hr, img, #browser table, #browser table th, #issues .menu ul li, +.counter, .issues td, ul.main_nav li.selected, .browser_header, .issue-head, .bootcamp-help .image, ul.hook-list, +.clone-url-button, #wiki-wrapper h2, .list-tip li, .boxed-group-list > 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, .blog-feedback, +.chromed-list-browser, .js-activate-link, .chromed-list-browser div, .filter-bar, .columns.sidebar, .title, .lbl, +.participation-graph canvas, #contributors .person, .tabnav, #commit-activity-master, .mini-repo-list a, #services, +.top-rule, .blog-post, #services .service, ul.stats, .select-menu-filters, .select-menu-item, .select-menu-tabs, +.release-list > li, .url-box, .select-menu-button:after, .context-body, .range-editor-head, .code-list-item, +.cheatsheet, .pagehead.settings-area, .release-body, .suggester, .pull-state, .pull-number, .merge-pr, .gist-file, +#footer .container, #graph-shots li, .sidebar, .release-timeline, .explore h2, ul.color-label-list .color, #head, +.leaderboard-list-item, .release-timeline-tags .main, .search-result-item, .sort-bar, .details, +.content-header, .user-list-item, .commit-group-item .gobutton .comment-count, .markdown-body, ul#categories li h5, +.gobutton.with-comments .sha, #gollum-editor-function-bar, #gollum-editor-title-field, .capped-box, .steps li, +.steps, .setup-info-module, #graphs { + border-color: #555 !important; +} +.command-bar:not(.command-bar-focus) input[type="text"], #top_search_form input[type="text"], .discusion-topic-infobar, +.box-header, .box-body { + border-color: #444 !important; +} +#footer, table tr, table td, blockquote, .pagination a:first-child, .pagination a:last-child, .pagination span:first-child +.pagination span:last-child, .range-editor span.flag, .range-editor .range, .dashboard-tabs, .graphs, .graph, +ul.sunken-menu-group a.selected, .vcard-details, .vcard-stats, .repo-list-item, .email-signature-reply, +.grid .col, .composer-infobar, .email-quoted-reply, .summary-stats li, .columns.equacols.bordered,table.branches td, +.file-diffstat, ul.filter-list, .news .alert, table.files td, .explore-section, .repolist > li { + border-color: #333 !important; +} +.pagination a, .pagination span.current, .pagination span.gap, .menu a { + 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, #common-issues li { + border-bottom: #333 1px solid !important; +} +.more-repos, .simple-conversation-list>li, #contributions-calendar .contrib-details div .lbl, .site-footer, +.blame .section-first td { + border-top: #333 1px solid !important; +} +.listings div.listing { + border-left: #333 2px solid !important; + border-right: #333 2px solid !important; +} +.issue-head { + border-bottom-width: 1px !important; +} +ul.sunken-menu-group a.selected { + border-left: transparent 1px solid !important; +} +.gisttabs a:not(.selected), .gisttabs a:not(.selected):hover { + border-color: transparent !important; +} +.context-button:hover:after, .switcher > span:before { + border-color: #eee transparent transparent !important; +} +/* branch selector button - uses borders to make select button */ +.select-menu-button::before { + border-top-color: #eee !important; +} + +/* code */ +.linkable-line-number { + border-right: #555 1px solid !important; +} +.diff-line-num, .blob-line-nums { + vertical-align: middle !important; +} +.gist .gist-file .gist-data .line-number { + line-height: 19px !important; +} +.markdown-format pre span { + font-size: 14px !important; +} +/* code editor padding */ +.file .file-code-line .blob-line-code, .file .highlight, .file .highlight pre, .file-data .highlight pre { + padding-bottom: 0 !important; + padding-top: 0 !important; + border: none !important; +} +.file .file-code-line .blob-line-nums, .file-data .lines td, .file-data .line-data, #readme, .markdown-body code { + padding: 0 !important; +} +.lines .line-numbers span { + padding: 0 6px !important; +} +.diff-line-code, .diff-line-num .expandable-line-num { + padding-left: 0 !important; + padding-right: 0 !important; +} +/* Inline comments need +18px width to fit. Default value: 842px */ +.inline-comment-form { + max-width: 860px !important; +} +/* File listings - fix date truncation */ +table.files td.age .css-truncate { + max-width: none !important; +} +/* Remove padding on the pre and add it to the spans inside the line to fix the row highlight */ +.blob-line-code pre, .line-data pre { + padding-left: 0 !important; +} +.blob-line-code .line, .line-data .line { + padding-left: 12px !important; +} +.file-data.diff-data .line > *:first-child { + margin-left: 0px !important; +} +/* ace (gist editor) */ +.ace_cursor { + border-left-color: #ddd !important; +} +/* language statistics */ +.repository-lang-stats-graph { + height: 5px !important; +} +/* === tooltip === */ +.octotip { + background-color: #003 !important; + border-color: #006 !important; +} +.list-tip:before, .selector-item .mini-icon:before, .browser .mini-icon-arr-right, .selected .select-menu-checkmark, +.issue-list em { + color: #222 !important; /* tip pointer */ +} +/* === #111 === */ +.wikistyle pre, .wikistyle pre code, #facebox pre, .commit-preview .message pre, +#wiki-wrapper pre, pre.prettyprint, .list-browser-item.closed, body.windows #header, +#footer .site, .ace_gutter, .jumbotron, #adv_code_search .search-page-label { + background: #111 none !important; + font-size: 12px !important; + border-color: #555 !important; +} +/* === #181818 === */ +/* needed background inbetween #111 and #222 :P */ +pre, code:not(.commit-comments-header-sha), .commitinfo, .comment-content, .gc .diff-line-code, .diff-line-code, +.list-group-item.navigation-focus, .social-count, .counter, .featured-commit-activity-graph, .featured-repo-logo, +.gobutton>.sha .octicon, .navigation-focus .gobutton>.sha .octicon, .full-commit .commit-meta, .participation, +.filter-list li span.bar, .codesearch-cols em, .search-result-header, .branch-infobar, .file-data .line-numbers, +.blob-line-nums, .file-data, .signup-plans th, .signup-plans td, .signup-plans-orgs th, .signup-plans-orgs td, +.line-data, .line-number, .commits td, .commits code { + background: #181818 !important; + border-color: #333 !important; + border-width: 1px !important; +} +.commit-group-item:nth-child(2n) { + background: #181818 !important; + border: 0 !important; +} +.capped-box, .markdown-body table tr:nth-child(2n), .explore-section:nth-child(2n) { + background: #181818 !important; +} +/* slightly darker background than #222 */ +.box-body, #readme .markdown-body, table.files, .mergeable { + background: #1b1b1b !important; +} + +.markdown-body { + background: transparent !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; +} +.blob-line-nums, .diff-line-num, .file-data .line-numbers span, #readme .plain { + background: #181818 !important; + color: #444 !important; +} + +/* === #222 === */ +/* Darkest background color (#222), no image, no border */ +option, .commit-tease .commit-meta, .discussion-topic-header, +.section-heading-title a.js-selected-navigation-item, .facebox-content, .upload-progress, .tag-info.commit, +.search-results-listing em { + background: #222 none !important; + border: 0 !important; +} +/* Darkest background color (#222), no image, with border & radius */ +svg, #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, .gollum-minibutton, .ranked-repositories > li, .file-box .meta, +.pagehead ul.actions, #issues_search .comment, #header-wrapper, .fieldgroup .fields, ul.feature-tabs li.highlight, +.pagination, .gist-meta, .commit-group, .filterbar .filters li, .starting-comment .body, .list-tip, +.expandable h3 a:last-child, .commit_oneline, .markdown-body tt, .filterbox, .conversation-list-heading .inner, +.autocomplete-results, .new-comments .body, .subscription-row, .release-timeline .js-details-container, +.pulse-sections .meta, .blog-post .meta, .discussion-bubble-inner { + background: #222 none !important; + border-color: #444 !important; + border-radius: 3px !important; + background-clip: padding-box !important; +} +/* Darkest background (#222), leave image, no border */ +.locales, .add-bubble, .select-menu-filters, .native-download span, .notification-settings, +#files > .description, #network .repo, li.contextswitch ul, .native-download, .search-results, +.fieldgroup .edit_hook .fields, .mini-repo-list, .dashboard-tabs { + background-color: #222 !important; + color: #eee !important; + border: 0 !important; +} +/* Darkest background (#222), leave image, with border */ +#watchers li, .tree-browser .alt td, .browser .listing, .item, .context-pane, .context-loader, .sidebar .module, +.tip-body, .issue.even, .listing.even, #assignee, .rule, +.sidebar-module > ul, .commit_oneline td, #footer .lower_footer, #footer-push, div#common-issues ul, +.notifications th, #notification-center li.read, .repo_list li, .tree-browser td, .ace_scroller, a.selected, .file, +.issues-list li.js-navigation-item, .list-group-item, .inline-comments .tabnav, .comparison-list, +.comparison-list .title, .repo-collection>ul, .expandable .js-topic h3:hover a, #graph_data .tab.selected, +.line-comments { + background-color: #222 !important; + color: #eee !important; + border-color: #555 !important; +} +table th, .repository-sidebar a.js-selected-navigation-item.selected { + background: #222 !important; +} +/* Darkest background (#222), leave image, add border */ +.image, .fieldgroup .fields, .expandable .js-topic h3 { + background-color: #222 !important; + color: #eee !important; + border: #555 1px solid !important; +} +/* page overlay */ +.select-menu-loading-overlay, .slow-loading-overlay { + background-color: rgba(34, 34, 34, 0.8) !important; +} + +/* === Join page === */ +ol.steps li { + background: #222 !important; +} + +/* === #333 === */ +/* Panel background (#333) only */ +.commit, .select-menu-modal .select-menu-tabs a.selected, .discusion-topic-infobar, table.branches tr:hover td, +ul.filter-list .filter-item:hover, ol.steps li.current, div.setup-info-module, .dropdown-menu { + background: #333 !important; +} + +/* Panel background (#333), leave image, no border, with radius */ +.pagehead ul.actions a.feed, .explore h2 .feed, #code_search_instructions h2, td.inst, .metabox-loader, .pull-flag, +.browser-content, .wikistyle p, .filterbar ul.filters li, .pagehead ul.tabs li.contextswitch, ul.fieldpills li, +.pagehead ul.tabs li.contextswitch:hover, .bigbutton a, #new_message, #gollum-editor, .blog-feedback p, +#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, +.blankslate, .bubble:not(.files-bubble), .bubble-contents, #wiki-header > div, +div#common-issues h3, #commit-activity-master-head, .file-box, #wiki-footer > div, #gist-form .name, +.auth-form-body, .range-editor-form, .action-indicator, .repository-lang-stats, .divider .blob-line-code .highlight, +.branch-name, .pull-head .diffstat, ul.suggestions, .accordion, .numbers-summary, .accordion-container { + background-color: #333 !important; + border: 0 !important; + border-radius: 3px !important; + background-clip: padding-box !important; + color: #ddd !important; +} +/* Panel background (#333), leave image, with border, no radius */ +.metabox .rule, .comment-form, #issues .labels, #gollum-editor select, .listings .odd, .feed, #files .description, +#files .file, #message .envelope .header .info .title.unread, li.contextswitch ul li.current, .watcher-widget, +ul.main_nav li.selected a, ul.states li, .add_file, .tree-browser, .inset, li.label, .filterbar, +.divider-vertical, #footer .upper_footer, .user-commits td, tr.inline-comments, .thread-subscription-status, +.starting-comment .infobar, #issues_next .infobar, .formbody, .commandbar .display, .none p, .display div.choice, +.display tr, div#common-issues ul li a:hover, #contributors h3, .select-menu-modal, +.select-menu-modal > div, .issues-list > ul > li.selectable:hover, .issues-list > ul > li.navigation-focus, +.issues-list-actions, pre div[style^="background-color: rgb(255, 255, 204);"], .plans-pricing-callout, +button.button:hover, #wiki-rightbar, .sidebar-module, .svg-tip, .comment { + background-color: #333 !important; + color: #eee !important; + border-color: #555 !important; +} +/* Panel background (#333), no image, no border */ +.pagehead ul.tabs li a:hover, .repos .bottom-bar, #languages .popular, .color-label-list a.selected, .tip-box h4, +table.upgrades td, .commit-preview .message, .wikistyle, .commit-preview p.error, .date_selector, +.pagehead ul.tabs li.contextswitch, #browser tr th, .status-box h4, .line_numbers, .date_selector table th, +#files span.icon, #issues_list .actions, .list-browser-footer, #repos .public, .inset-callout, #repo-message, +.summary-stats li a:hover, #files .file .meta, .boxed-group { + background: #333 none !important; + color: #eee !important; + border: 0 !important; +} +/* Panel background (#333), no image, with border */ +#files .file .data .line_numbers, .editbox, .editbox .body, .commentstyle, #issues .display, .inline-comment-form, +#issues .display .admin, #issues .labels .list li, .issue .summary, .plain, #notification-center li:hover, .issue, +#ng canvas, .standard_form, #reply_body, #commit div, #commit td, #commit tr, #commit .envelope, .file-minibutton, +.gollum-minibutton a, .gollum-minibutton span, #wiki-history table td, .tree-browser th, .js-toggle-list li, +.context-pane .title, .flash, .browser .listing:hover, #dashboard .repos, .date_selector .button, .selectable_day, +.file-box .icon, .list-module .list-body, .list-module a, .bootcamp-body, +.filter-bar, .browser .listing.closed, .starting-comment, .section-nav a:hover, .chzn-drop, .full-width-divider, +.starred-repo.navigation-focus, #issues_next .labels .label a, .module .inner, .inline-comment-form a.selected, +.pull-head { + background: #333 none !important; + color: #eee !important; + border-color: #555 !important; +} +#issues_next > .browser_header ul.actions li.selected { + background: #333 !important; + margin-top: 3px !important; + padding: 5px 5px 2px 5px !important; + border-color: #333 !important; + border-radius: 3px 3px 0 0 !important; + background-clip: padding-box !important; +} +/* blame heats */ +.heat1, .heat2 { background-color: #5af !important } +.heat3, .heat4 { background-color: #48c !important } +.heat5, .heat6 { background-color: #369 !important } +.heat7, .heat8 { background-color: #246 !important } +.heat9, .heat10 { background-color: #282828 !important } + +/* contributions-calendar coloring */ +#contributions-calendar svg|rect[style="fill: rgb(238, 238, 238);"], +#contributions-calendar svg|rect[style="fill: #eeeeee;"] { fill: #282828 !important } +#contributions-calendar svg|rect[style="fill: rgb(214, 230, 133);"], +#contributions-calendar svg|rect[style="fill: #d6e685;"] { fill: #246 !important } +#contributions-calendar svg|rect[style="fill: rgb(140, 198, 101);"], +#contributions-calendar svg|rect[style="fill: #8cc665;"] { fill: #369 !important } +#contributions-calendar svg|rect[style="fill: rgb(68, 163, 64);"], +#contributions-calendar svg|rect[style="fill: #44a340;"] { fill: #48c !important } +#contributions-calendar svg|rect[style="fill: rgb(30, 104, 35);"], +#contributions-calendar svg|rect[style="fill: #1e6823;"] { fill: #5af !important } +.contrib-legend li[style="background-color: #eee"] { background-color: #282828 !important } +.contrib-legend li[style="background-color: #d6e685"] { background-color: #246 !important } +.contrib-legend li[style="background-color: #8cc665"] { background-color: #369 !important } +.contrib-legend li[style="background-color: #44a340"] { background-color: #48c !important } +.contrib-legend li[style="background-color: #1e6823"] { background-color: #5af !important } +/* invert images */ +#graph-shots li>a, #network .repo img:not(.gravatar) { + filter: url("data:image/svg+xml;utf8, #i"); + -webkit-filter: invert(100%); +} +#graph-shots li>a:hover { + filter: url("data:image/svg+xml;utf8, #i") !important; + -webkit-filter: invert(100%) grayscale(100%) !important; +} +#graph-shots li>p, .select-menu-item { + border-bottom: none !important; +} +.js-gshot { + background: #000 !important; +} +/* svg styling */ +svg|line, svg|rect, svg|path { + shape-rendering: geometricPrecision !important; +} +#contributors-master svg|svg.viz, svg|svg.spark, svg|svg.capped-card-content { + background: #181818 !important; +} +#contributors-master svg|svg.viz { + border: 1px solid #555 !important; +} +.js-graph-punchcard svg|svg.viz { + background: transparent !important; + border: none !important; +} +svg|text, svg|circle.day { + fill: #ccc !important; +} +svg|circle.day:hover { + fill: #fff !important; +} +#contributors-master svg|svg.viz { + display: block !important; +} +svg|g.dots svg|circle { + stroke: #222 !important; +} +.traffic-graph svg|g.axis:not(.views):not(.unique) svg|g.tick:not(:nth-child(14)):not(:first-child) svg|line, +svg|g.axis svg|path, svg|line.axis, svg|svg:not(.vis) svg|g.axis svg|line { + stroke: #444 !important; +} +svg|path.path:not(.total):not(.unique):not(.views) { + stroke: #aaa !important; +} +#commit-activity-detail svg|path.path { + stroke: #1DB34F !important; +} +svg|svg.tick { + fill: #444 !important; +} +/* Fix for overly wide inline comment form */ +.js-inline-comment-form { + width: 96% !important; +} +/* === #444 === */ +/* Light Panel background (#444), no image, no border, with radius */ +ul.sidetabs li a:hover, .editbox h1, #issues .labels .admin, p.breadcrumb, #issues .display .sortbar, .addon:hover, +#facebox .close, #issues_search .wrapper, .featured-callout, .ranked-repositories .meta a, .range-editor h3, .actor, +.range-editor .chooser, ul.nav.logged_out, .tip-box a.next, #inbox .list .unread, #preview_bucket, .main .filterbar, +.browser-content .footerbar, ul.smalltabs, .snippet, .supportstaffer, .discussion-form, ul.js-guides, .chooser-box, +.chooser-box h3, #forkqueue .instructions, .input, .ac_results, .selector-item.clear:hover, +.menu .selected, #issues_search .comment-body, #contributors-master svg, .inset-callout h2, .documentation ul.nav, +#contributors-master, .flash-messages, .context-title, .list-module h2, .bootcamp-help h1 { + background: #444 none !important; + border: 0 !important; + border-radius: 3px !important; + background-clip: padding-box !important; +} +/* Light Panel background (#444), no image, with border, no radius */ +.tabs, #browser td, #issues_next li.selected, .selectable_day.selected, .avatarname img, #readme .name, +div#common-issues, .diffstat, #wiki-history .author img, .options-content h3, .display div.choice:nth-child(2n+1), +#issues-dashboard .actions,.list-tip a:hover, .boxed-group-list > li:hover, .display tr:nth-child(2n+1), +.preview-selected .preview-tab, .menu a:hover, .select-menu-tabs a.selected, .list-browser-item.navigation-focus, +.hidden-text-expander a, .sunken-menu .sunken-menu-item.selected:after { + background: #444 none !important; + border-color: #555 !important; + color: #eee !important; +} +/* Light Panel background (#444), leave image and border */ +ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .filter-item:not(.color-label):hover, +.subnav-bar > ul > li > ul > li > a:hover, ol.download-list li:nth-child(2n), .issue.active, .range-editor .range, +.select-menu-button:after, .range-editor span.flag, #wiki-history table tr:nth-child(2n) td { + background-color: #444 !important; +} +/* === #555 === */ +/* Highlight Panel background (#555), leave image, no border, with radius */ +.paging, .button-pager, #integration-branch, .selectable_day.hover, .switcher > span:after, .list-module a:hover, +.js-guides a:hover, .section-nav .active a, .add-pill-form, #dashboard .filter-bar li a.filter_selected:after, +.hidden-text-expander a:hover { + background-color: #555 !important; + border: 0 !important; + border-radius: 3px !important; + background-clip: padding-box !important; +} +.settings-email .label:not(.default), .key { + background: #555 !important; +} +a.merged-pulls { + background: #aaa !important; +} +.diverge-widget .separator { + background: #ccc !important; +} +.state-widget .behind .bar { + background: #555 !important; +} +.state-widget .ahead .bar { + background: #999 !important; +} +/* actions in issues - this style needs to be after .bubble */ +.action-bubble .bubble { + background: transparent !important; +} +/* timeline dots */ +.date:after { + background: #555 !important; + border-color: #222 !important; +} +/* === gradient === */ +/* dark grey gradient */ +kbd, .minibutton, a.feed, .button:not(img), button.classy, a.button.classy, .pagination a, .list-browser-filterbar, +.gobutton, .header, .pagination .gap, .comment-header, .pagehead ul.tabs li a, .login_form input[type="submit"], +.top-bar, div.news .pagination a, ul#bootcamp li a h4, .minibutton:disabled, .pull-info, .notification-indicator, +#gists .context-menu-container, .zeroclipboard-button, .search-form button, pre.headers, .branch-link, +.recently-touched-branches, body#com #header, .white-nav .selected span, .select-menu-header, .clone-url-button a, +.filter-tab, #header-wrapper, #header-wrapper .nav, pre div:hover, .diff-table tr:hover pre, .pagination span, +.commit-ref, .cheatsheet h2, .blog-feedback-header, .highlight .file-diff-line:hover td, .section a.section-head, +.dashboard-tabs li a, .full-commit .browse-button, a.function-button, .capped-box h3, +.expandable-line-num .diff-expander:hover, .boxed-group .heading, #contributors .capped-card h3 { + background: -webkit-linear-gradient(bottom, #282828, #181818) !important; + border-color: #333 !important; +} +.box-header { + background: -webkit-linear-gradient(bottom, #282828, #181818) !important; +} +.boxed-group > h3 { + background: -webkit-linear-gradient(bottom, #282828, #181818) !important; + border-color: #555 !important; +} +/* inverted dark grey gradient */ +.progress-bar, .pagination .current, .clone-url-button.selected a, .asc .sort-type, .desc .sort-type, .mini-bar-graph, +.minibutton.selected, .issues-list>ul>li.unread { + background: -webkit-linear-gradient(bottom, #181818, #282828) !important; + border-color: #333 !important; +} +/* inverted vertical dark grey gradient */ +.sunken-menu-contents { + box-shadow: inset 1px 0 0 #333 !important; + background: -webkit-linear-gradient(right, #333 0%, #222 5px) !important; + border-color: #333 !important; +} +/* === Text Color === */ +/* Brightest text */ +.minibutton, strong, .url-box p strong, .avatarexplain p strong, .feature-overview strong, .revision .creator strong, +h2 span, ul.repo-stats li a:hover, .subnav li a:hover, .filters li.selected a, .filters li a:hover, .code-list em, +.commandbar .choice .command, .navigation-focus .mini-icon:before, .search-term, .codesearch-cols em, +.selector-item:hover .mini-icon:before, .selector-item.selected .mini-icon:before, .new-repo .octicon, .header a, .header span, +.select-menu-item.selected>.mini-icon, .sunken-menu a.selected .octicon, .feed-icon a .octicon, .release-label a, +.minibutton i, .minibutton:hover .octicon, .tabnav-tab.selected .octicon, .merge-status-icon .mega-octicon:before, +.commit .mini-icon:before, .sidebar-milestone-widget .title, .notifications .pull-request-notification .type-icon, +.notifications-list a, div.select-menu-modal a.select-menu-item-text, .full-commit .browse-button, +.numbers-summary .num, .select-menu-item.selected > .octicon, #network .explain b, .repo-menu a.selected:after, +.navigation-focus .octicon:not(.octicon-arrow-right):not(.type-icon), .sunken-menu-group li:hover .octicon, +.select-menu-item.select-menu-action > .octicon,.select-menu-item.selected > .octicon,.select-menu-item-text, +.dashboard-tabs a.selected,.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, +.dropdown-menu > li > a:hover >.octicon, .message .time, #graph_data .tab.selected a, .explore-section .mega-octicon:before, +.explore-collection .see-more-link { + color: #eee !important; +} +/* slightly darker text */ +#languages a.bar, dl.form dt, .lineoption p, .vcard-stat-count, .fieldgroup p.explain.planusage, table.notifications th, +.usagestats dl dt.numbers, .commit-preview p.name .date, .download-list h4, ol.repository-lang-stats-numbers li .lang, +.commit .sha, .explore h2, a.tabnav-tab.selected, .tabnav .active a, .vcard-username, #readme .octicon-link, +.tag-info .tag-name, .language, .featured-callout h2, .header a, .commit-title .message, .files .message, .numbers-summary a, +.revision .creator, .mini-icon.search-input, #header ul.top-nav li a, .lines-changed, .lines-changed:hover, +.highlight .file-diff-line:hover *, .keyboard-mappings, .comment-header-author, .comment-header-author a, +.discussion-topic-author a, .boxed-group-table td, .graph .data .number, .files-bubble, .social-count { + color: #ccc !important; +} +.markdown-body, .markdown-body li, .markdown-body p { + color: #bbb !important; +} +table th, .edit-repository-meta, .field label, .boxed-group-list li, .capped-box, .comment-body { + color: #aaa !important; +} +/* shade darker */ +option, .news blockquote, .news blockquote p, #contributions-calendar .contrib-details div .num, .collection-stat, +.flash-global a, #contributions-calendar .contrib-details div .lbl, .tag-info a, .authorship, a.browse-button, +.ghead .dir, .octicon, .repository-lang-stats .percent, .diffstat-summary, .diff-expander .octicon-unfold, +.comment-header-action-text a, .comment-header-right a, .gist-item .creator, .dashboard-tabs a, #graph_data .tab a, +.pull-info, .sha-block { + color: #999 !important; +} +/* content text */ +#contributions-calendar .contrib-details div, .mini-icon-remove-close:hover, .tabnav-tabs a, a.vcard-stat, .time, +.pagination .disabled, .diffstat-bar, .news .alert .octicon { + color: #777 !important; +} +.vcard-detail .octicon, .mega-octicon:before { + color: #555 !important; +} +/* darkest text; Context pane highlight item */ +.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 { + color: #444 !important; +} +.svg-tip:after { + color: #333 !important; +} + +/*just needs to be somewhere after mega-octicon:before*/ +.octicon-person-team::before { + color: #222 !important; +} +/* placeholder */ +::-webkit-input-placeholder { + color: #444 !important; +} +:-moz-placeholder { + color: #444 !important; +} +::-moz-placeholder { + color: #444 !important; + opacity: 1 !important; +} +:-ms-input-placeholder { + color: #444 !important; +} +/* Alerts and activity, remove background gradient */ +.news .alert .title span, .metabox .editable-text:hover, #inbox .list .item .title span { + color: #eee !important; + background-color: transparent !important; + border: 0 !important; +} +/* Panel's */ +#posts #rss, .github-jobs-promotion p, .signup-button, .hero h1, .plan.personal, .caption, .centered-graphic, +.login_form h1, .auth-form-header { + background: /*[[base-color]]*/ #1b1b1b !important; + border-color: /*[[base-color]]*/ #1b1b1b !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"], .flash-error, #message.major, .minibutton.danger:hover, +.minibutton.danger:hover span, .comment-form-error, .closed-issues, .state-indicator.closed, +.branch-status.status-error, .branch-status.status-failure, .state-closed { + background: #c31e16 !important; + border-color: #333 !important; + color: #ccc !important; +} +.btn-close-issue:hover, button.classy[name="comment_and_close"]:hover, .button.danger:hover { + background: #a31e16 !important; + color: #ccc !important; + border: #b00 1px solid !important; +} +.mergeable-dirty .bubble, .mergeable-dirty .merge-status-icon { + background: #a31e16 !important; +} +/* red border */ +.mergeable-dirty .bubble .mergeable { + border-color: #c31e16 !important; +} +.mergeable-dirty .bubble:after { + border-right-color: #a31e16 !important; +} +/* red gradient */ +.dangerzone > h3 { + background: -webkit-linear-gradient(#a33,#722) !important; + border-radius: 0 !important; +} +/* bright red text */ +.minibutton.danger, .button.danger, .minibutton.danger span, .closed.mini-icon, .closed.mega-octicon, .deletions, +.closed.mega-octicon:before, .closed.octicon, .cdel, .gd .diff-line-num, .status-failure { + color: #c31e16 !important; +} +/* === Yellow panel === */ +.infotip, .form-actions .tip, .mini-callout, .snippet em, #message .sent, .notification, .callout, .contributing, +.ejector, #issues_search .results em, .bootcamp-help ul li, .btn-download, .feature-tabs .tab-button, .plan.free, +#message.minor, .chzn-results li em, #missing-readme, .warning, .page-notice, a.button.classy, .signed-out-comment, +.discussion-topic .branch-status.status-pending, .facebox-alert { + background: #362607 !important; + border-color: #440 !important; + color: #ddd !important; +} +/* === Green panel === */ +/* labels */ +#forkqueue .legend .clean, #revisions ul li.current, .excerpt, .selectable_day.today, .plan.business, .popout, +#statusbar, .clean td, #download_button, .status-box.good a, button.classy.primary, +.progress-bar .progress, .new-issues, .new-pulls, .mergeable-clean .merge-status-icon, .settings-email .default, +.repo-owner-comment .comment-header-tag, .mergeable-clean .bubble { + background: #305530 !important; + border-color: #060 !important; +} +/* Green border */ +.mergeable-clean .bubble .mergeable { + border-color: #6cc644 !important; +} +.mergeable-clean .bubble:after { + border-right-color: #305530 !important; +} +/* Green text */ +.insertions, .open.mini-icon, .open.mega-octicon, .open.mega-octicon:before, .open.octicon, .octicon-check, .cadd, +.gi .diff-line-num { + color: #6cc644 !important; +} +/* interactive button - bright border */ +a.new-repo, .state-open, .state-proposed, .big-notice, .branch-status, .button.primary, .state-indicator.open, +.state-indicator.proposed, .status-success:not(.octicon-check), .state-indicator.reopened, .octofication .message, +#message.good, .release-downloads a.primary { + background: #305530 !important; + border-color: #080 !important; + color: #ddd !important; +} +/* New additions */ +.repo-owner-tag .tag, .gist-owner-tag .tag { + background: #070 !important; + color: #ddd !important; +} +/* Green hovered */ +#download_button:hover, .noproblems .pageheader_wrap, a.new-repo:hover, button.classy.primary:hover, +.release-downloads a.primary:hover, .button.primary:not(:disabled):hover { + background: #373 !important; +} +/* === silver panel/button === */ +.kbd, .signup-button:hover, .hero .textographic, .hero .screenographic, .dashboard-notice, +#readme span.name, .markdown-format .alert, .commit-group-heading { + background: -webkit-linear-gradient(bottom, #444, #333) !important; + border-color: #555 !important; +} +/* Red */ +.dangerzone-module h4, .minibutton .octicon-mute { + color: #a00 !important; +} +/* === orange notification === */ +#user-links .unread_count, .minorproblem .pageheader_wrap, .flash-warn { + background: rgba(203, 108, 0, 0.8) !important; +} +/* Dark blue merge status icon, seen in merged issues with an existing branch */ +.merge-status-icon, .merged-pulls, .state-indicator.merged { + background: #246 !important; +} +/* ajax loading */ +.pjax-loading { + background: rgba(64, 64, 64, 0.8) !important; +} +/* === Repository Network Tree === */ +#network .repo img[alt="T"], #network .repo img[alt="I"], #network .repo img[alt="L"] { + width: 26px !important; + height: 0 !important; + padding-top: 22px !important; +} +#network .repo img[alt="T"] { + background: url(http://StylishThemes.github.io/Github-Dark/images/t.png) no-repeat !important; +} +#network .repo img[alt="I"] { + background: url(http://StylishThemes.github.io/Github-Dark/images/i.png) no-repeat !important; +} +#network .repo img[alt="L"] { + background: url(http://StylishThemes.github.io/Github-Dark/images/l.png) no-repeat !important; +} +/* === Images === */ +/* broadcast icon */ +.octofication .message { + background-image: url(https://a248.e.akamai.net/assets.github.com/images/modules/dashboard/octofication.png) !important; + background-repeat: no-repeat !important; + background-position: 0 50% !important; +} +.mini-icon-windows:before { + background-position: -18px 0 !important; +} +/* Repo canvas */ +.participation-graph { + z-index: 0 !important; +} +ul.repolist h3, ul.repolist .description, ul.repolist .updated-at, ul.repolist .fork-flag { + position: relative !important; + z-index: 1 !important; +} +.participation-graph canvas { + background: #222 !important; + opacity: 0.1 !important; +} +#ng canvas { + background: #fff !important; + opacity: .75 !important; +} +.closed-banner { + background-image: url(http://StylishThemes.github.io/Github-Dark/images/closed_pattern.gif) !important; +} +.search .minibutton span { + background-position: center -95px !important; +} +.js-comment-field { + border: 1px solid #555 !important; + border-bottom: none !important; +} +.drag-and-drop { + background: #282828 !important; + border-color: #555 !important; + border-top: 1px dashed #444 !important; +} +.boxed-group-inner { + background: #282828 !important; + border-color: #555 !important; +} +/* issue labels manager */ +#issues_next .sidebar .labels-editable .label-target .delete a { + background-image: url(http://StylishThemes.github.io/Github-Dark/images/delete.png) !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; +} +.mini-avatar-bubble { + background-image: url(http://StylishThemes.github.io/Github-Dark/images/bubble-arrow-up.png) !important; +} +/* pull request avatar bubble */ +#issues_search .comment { + background: url(http://StylishThemes.github.io/Github-Dark/images/bubble-arrow.png) 2px 21px no-repeat !important; +} + +/* octocat loading spinner */ +.commandbar .loading .description, .context-loader, .pagination.ajax_paginate.loading a, +.more-repos-link.is-loading { + background-image:url(http://StylishThemes.github.io/Github-Dark/images/octocat-spinner-16-dark.gif) !important; +} +.mergeable .spinner, .pull-heading.loading span.flag, .addon.loading .indicator { + background-image:url(http://StylishThemes.github.io/Github-Dark/images/octocat-spinner-32-dark.gif) !important; +} +@media screen and (min-resolution: 2dppx), screen and (-webkit-min-device-pixel-ratio: 2) { + .context-loader, .pagination.ajax_paginate.loading a { + background-image:url(http://StylishThemes.github.io/Github-Dark/images/octocat-spinner-32-dark.gif) !important; + } + .more-repos-link.is-loading{ + background-image:url(http://StylishThemes.github.io/Github-Dark/images/octocat-spinner-32-dark.gif) !important; + } + .mergeable .spinner{ + background-image:url(http://StylishThemes.github.io/Github-Dark/images/octocat-spinner-64-dark.gif) !important; + } +} +.slow-loading-overlay, #graphs .loader { + background-image:url(http://StylishThemes.github.io/Github-Dark/images/octocat-spinner-64-dark.gif) !important; + background-position: center 50px !important; + background-repeat: no-repeat !important; +} +/* hide original loader */ +#graphs .loader img { + display: none !important; +} + +/* no border */ +.multiple-avatars, .multiple-avatars:before, table.files, table.files tr, .simple-conversation-list>li:first-child, +.gobutton.with-comments .sha, .commit-group-item, .blob-line-nums, .commit, +.setup-form-container .fieldgroup .fields { + border: 0 !important; +} +.dashboard-tabs a { + border-left: 0 !important; + border-right: 0 !important; +} +/* commit List focus */ +.js-details-container.navigation-focus, .js-details-container.navigation-focus:nth-child(2n) { + background: #333 !important; +} +.js-details-container.navigation-focus .gobutton { + background: -webkit-linear-gradient(#444, #222) !important; +} +/* no top border radius */ +table.files { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; +} +/* file browser - add border */ +.files-bubble { + background: transparent !important; + padding: 0 !important; + border: 1px solid #555 !important; +} +/* commit header - add border */ +.full-commit, .repository-content > .commit, .capped-card, .inline-comment { + border: 1px solid #555 !important; +} +.pull-info, .branch-link { + border: 1px solid #444 !important; +} +/* prefs menu - add border */ +.menu, .uploaded-files { + background: #282828 !important; + border: 1px solid #555 !important; +} +/* gist header vertical lines */ +.header .divider-vertical { + border-right: 0 !important; +} +.pull-head, .commit-tease .commit-meta, .capped-box, .select-menu-text-filter:first-child:last-child { + border-bottom: #555 1px solid !important; +} +.dropdown-menu:after { + border-bottom: #333 8px solid !important; +} +/* orange rss icon */ +.blog-aside .octicon-rss, .dashboard-feed-icon.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 */ +.gist-item.vis-secret .bubble { + background-color: #a1882b !important; +} +.gist-item.vis-secret .file-box { + border: 1px solid #a1882b !important; +} +.gist-item.vis-secret .line-numbers { + background-color: #a1882b !important; + border-color: #a1882b !important; +} +.gist-item.vis-secret .line-numbers span, .secret .mega-octicon:before, .secret .repo-label span { + color:#a1882b !important; +} +/* diff highlighting (no syntax highlight) */ +/* main diff text color */ +.diff-line-pre { + color: #ccc !important; +} +.highlight .gc td { + border-top: 1px solid #333 !important; + 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 .gc td, .highlight .gc pre, .highlight .gu { + background: #222 !important; + color: #888 !important; +} +/* git diff line additions (dark green) */ +.highlight .gi, .highlight .gi pre, .gi .diff-line-code, .gi .diff-line-code pre { + background: #030 !important; + border-color: #080 !important; +} +/* git diff line deletions (dark red) */ +.highlight .gd, .gd .diff-line-code, .gd .diff-line-code pre { + background: #400 !important; + border-color: #800 !important; +} +/* git diff inline additions (green) */ +.highlight .gi .x { + background: #252 !important; + color: #eee !important; +} +/* git diff inline deletions (red) */ +.highlight .gd .x { + background: #622 !important; + color: #eee !important; +} +/* git diff line numbers (med green) */ +.gi .diff-line-num { + background: #020 !important; + border-color: #040 !important; +} +/* git diff line deletions (med red) */ +.gd .diff-line-num { + background: #300 !important; + border-color: #500 !important; +} +/* custom language colors */ +.language-color[style$="#9DC3FF;"] {background-color: #ae8e00 !important} +.language-color[style$="#6a40fd;"] {background-color: #00d7ae !important} +.language-color[style$="#e3491a;"] {background-color: #bb8091 !important} +.language-color[style$="#02f88c;"] {background-color: #ff6522 !important} +.language-color[style$="#ca2afe;"] {background-color: #00a8bb !important} +.language-color[style$="#bd79d1;"] {background-color: #d1d1d1 !important} +.language-color[style$="#a67219;"] {background-color: #92bc82 !important} +.language-color[style$="#6594b9;"] {background-color: #d1db00 !important} +.language-color[style$="#36699B;"] {background-color: #d17d00 !important} +.language-color[style$="#d4bec1;"] {background-color: #ffacd3 !important} +.language-color[style$="#555555;"] {background-color: #ffbe74 !important} +.language-color[style$="#5a25a2;"] {background-color: #c957ff !important} +.language-color[style$="#f34b7d;"] {background-color: #ff0095 !important} +.language-color[style$="#1f085e;"] {background-color: #7493bc !important} +.language-color[style$="#3a81ad;"] {background-color: #ff8b78 !important} +.language-color[style$="#db5855;"] {background-color: #00bdff !important} +.language-color[style$="#244776;"] {background-color: #00b7e7 !important} +.language-color[style$="#ed2cd6;"] {background-color: #869a00 !important} +.language-color[style$="#3fb68b;"] {background-color: #a0bb50 !important} +.language-color[style$="#fcd46d;"] {background-color: #ff00eb !important} +.language-color[style$="#075ff1;"] {background-color: #ea9e84 !important} +.language-color[style$="#98BAD6;"] {background-color: #ff6bb3 !important} +.language-color[style$="#3ebc27;"] {background-color: #ff8da7 !important} +.language-color[style$="#8a1267;"] {background-color: #00a4ff !important} +.language-color[style$="#946d57;"] {background-color: #f48ddf !important} +.language-color[style$="#6e4a7e;"] {background-color: #729c63 !important} +.language-color[style$="#c065db;"] {background-color: #f29d55 !important} +.language-color[style$="#0faf8d;"] {background-color: #e450ea !important} +.language-color[style$="#b845fc;"] {background-color: #f64abe !important} +.language-color[style$="#4d41b1;"] {background-color: #00b38e !important} +.language-color[style$="#636746;"] {background-color: #c1af83 !important} +.language-color[style$="#7b9db4;"] {background-color: #56a400 !important} +.language-color[style$="#dbded5;"] {background-color: #ff4593 !important} +.language-color[style$="#341708;"] {background-color: #a08f65 !important} +.language-color[style$="#e4cc98;"] {background-color: #ffaaa5 !important} +.language-color[style$="#a89b4d;"] {background-color: #9576ff !important} +.language-color[style$="#82937f;"] {background-color: #cd7e37 !important} +.language-color[style$="#e69f56;"] {background-color: #ff0041 !important} +.language-color[style$="#29b544;"] {background-color: #f79c0d !important} +.language-color[style$="#346d51;"] {background-color: #ff4169 !important} +.language-color[style$="#a9188d;"] {background-color: #809b31 !important} +.language-color[style$="#078193;"] {background-color: #00e0ff !important} +.language-color[style$="#b07219;"] {background-color: #ee663a !important} +.language-color[style$="#f15501;"] {background-color: #a0e700 !important} +.language-color[style$="#a270ba;"] {background-color: #ff006b !important} +.language-color[style$="#f5c800;"] {background-color: #3fbfdd !important} +.language-color[style$="#004200;"] {background-color: #00d400 !important} +.language-color[style$="#2584c3;"] {background-color: #c9a2de !important} +.language-color[style$="#499886;"] {background-color: #008fff !important} +.language-color[style$="#fa1fa1;"] {background-color: #b995ff !important} +.language-color[style$="#bb92ac;"] {background-color: #ff97ff !important} +.language-color[style$="#ce279c;"] {background-color: #00f824 !important} +.language-color[style$="#c7a938;"] {background-color: #ccae53 !important} +.language-color[style$="#0d3c6e;"] {background-color: #dd91ff !important} +.language-color[style$="#ff2b2b;"] {background-color: #9d60ff !important} +.language-color[style$="#37775b;"] {background-color: #ffa876 !important} +.language-color[style$="#c9df40;"] {background-color: #00d400 !important} +.language-color[style$="#3be133;"] {background-color: #00b5bb !important} +.language-color[style$="#438eff;"] {background-color: #ff8a44 !important} +.language-color[style$="#ff0c5a;"] {background-color: #d428ff !important} +.language-color[style$="#cabbff;"] {background-color: #447cff !important} +.language-color[style$="#5a63a3;"] {background-color: #d2ad00 !important} +.language-color[style$="#6e03c1;"] {background-color: #95b3de !important} +.language-color[style$="#f3ca0a;"] {background-color: #dda0b1 !important} +.language-color[style$="#b0ce4e;"] {background-color: #7a9bff !important} +.language-color[style$="#0298c3;"] {background-color: #00b261 !important} +.language-color[style$="#066ab2;"] {background-color: #71a9ff !important} +.language-color[style$="#d80074;"] {background-color: #ff6fe0 !important} +.language-color[style$="#2779ab;"] {background-color: #ff6887 !important} +.language-color[style$="#74283c;"] {background-color: #ffbfa4 !important} +.language-color[style$="#cc5555;"] {background-color: #ff8618 !important} +.language-color[style$="#91de79;"] {background-color: #f16600 !important} +.language-color[style$="#3581ba;"] {background-color: #d16dbe !important} +.language-color[style$="#44a51c;"] {background-color: #00b22b !important} +.language-color[style$="#198ce7;"] {background-color: #00d54c !important} +.language-color[style$="#ae17ff;"] {background-color: #ff3e00 !important} +.language-color[style$="#ff9c2e;"] {background-color: #a9ba00 !important} +.language-color[style$="#358a5b;"] {background-color: #ccc6ff !important} +.language-color[style$="#cc0088;"] {background-color: #ed7aff !important} +.language-color[style$="#701516;"] {background-color: #ff665a !important} +.language-color[style$="#dea584;"] {background-color: #919191 !important} +.language-color[style$="#7dd3b0;"] {background-color: #ff8757 !important} +.language-color[style$="#1e4aec;"] {background-color: #a883bd !important} +.language-color[style$="#0579aa;"] {background-color: #fbce00 !important} +.language-color[style$="#5861ce;"] {background-color: #df6a92 !important} +.language-color[style$="#007eff;"] {background-color: #ffb2ff !important} +.language-color[style$="#596706;"] {background-color: #ff00bf !important} +.language-color[style$="#dc566d;"] {background-color: #589d90 !important} +.language-color[style$="#46390b;"] {background-color: #00b1ff !important} +.language-color[style$="#e4cc98;"] {background-color: #68c64f !important} +.language-color[style$="#45f715;"] {background-color: #b0b0b0 !important} +.language-color[style$="#31859c;"] {background-color: #e96867 !important} +.language-color[style$="#755223;"] {background-color: #c67f66 !important} +.language-color[style$="#a54c4d;"] {background-color: #ba71ea !important} +.language-color[style$="#543978;"] {background-color: #8886e9 !important} +.language-color[style$="#ee7d06;"] {background-color: #a98e34 !important} +.language-color[style$="#848bf3;"] {background-color: #ff0003 !important} +.language-color[style$="#199c4b;"] {background-color: #a7bbff !important} +.language-color[style$="#945db7;"] {background-color: #78bdb0 !important} +.language-color[style$="#0098db;"] {background-color: #aaa5ff !important} +.language-color[style$="#2700e2;"] {background-color: #87d6ff !important} +.language-color[style$="#db5855;"] {background-color: #75c500 !important} +.language-color[style$="#ffce3b;"] {background-color: #ffbd3a !important} +.language-color[style$="#b0b77e;"] {background-color: #00d8dc !important} +.language-color[style$="#7582D1;"] {background-color: #70e9a0 !important} +.language-color[style$="#3a4040;"] {background-color: #44a42f !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; + } +} + +/* +/*[[pygments-theme]]*/ +/* Github-Dark syntax highlighting */ +.highlight, .highlight pre:not(.diff-line-pre), +.highlight table { background-color:#111 !important; color:#d0d0d0 !important; } +.highlight .hll { background-color:#404040 !important; } +.highlight .err { color:#a61717 !important; background-color:#311 !important; } +.highlight .o { color:#777 !important; } +.highlight .p { color:#E9B96E !important; } +.highlight .cs { color:#e50808 !important; background-color:#520000 !important; } +.highlight .gi { color:#589819 !important; } +.highlight .gp { color:#aaa !important; } +.highlight .nf { color:#098 !important; } +.highlight .w { color:#666 !important; } +.highlight .c, .highlight .cm, .highlight .c1 { color:#3677a9 !important; } +.highlight .g, .highlight .l, .highlight .x, .highlight .ge, .highlight .gs, .highlight .ld, .highlight .ni, +.highlight .nl, .highlight .nx, .highlight .py { color:#d0d0d0 !important; } +.highlight .k, .highlight .n, .highlight .go { color:#ccc !important; } +.highlight .cp, .highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .se, +.highlight .sh, .highlight .si, .highlight .s1, .highlight .ss { color:#D2691E !important; } +.highlight .gd, .highlight .gr, .highlight .gt { color:#d22323 !important; } +.highlight .gh, .highlight .gu { color:#fff !important; } +.highlight .kc, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kt, .highlight .nt, +.highlight .ow { color:#6ab825 !important; } +.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo, .highlight .sr, +.highlight .il { color:#cd2828 !important; } +.highlight .na, .highlight .ne { color:#bbb !important; } +.highlight .nb, .highlight .bp { color:#24909d !important; } +.highlight .nc, .highlight .nn { color:#447fcf !important; } +.highlight .no, .highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi { color:#4ca !important; } +.highlight .nd, .highlight .sx { color:orange !important; } + +/* Wombat VIM theme */ +.highlight, .highlight pre:not(.diff-line-pre), .highlight table { background: #242424 !important; color: #f6f3e8 !important; } +.highlight .hll { background-color: #ffffcc !important; } +.highlight .c { color: #99968b !important; font-style: italic !important; } /* Comment */ +.highlight .err { color: #f6f3e8 !important; } /* Error */ +.highlight .g { color: #f6f3e8 !important; } /* Generic */ +.highlight .k { color: #8ac6f2 !important; } /* Keyword */ +.highlight .l { color: #f6f3e8 !important; } /* Literal */ +.highlight .n { color: #f6f3e8 !important; } /* Name */ +.highlight .o { color: #f6f3e8 !important; } /* Operator */ +.highlight .x { color: #f6f3e8 !important; } /* Other */ +.highlight .p { color: #f6f3e8 !important; } /* Punctuation */ +.highlight .cm { color: #99968b !important; font-style: italic !important; } /* Comment.Multiline */ +.highlight .cp { color: #e5786d !important; } /* Comment.Preproc */ +.highlight .c1 { color: #99968b !important; font-style: italic !important; } /* Comment.Single */ +.highlight .cs { color: #99968b !important; font-style: italic !important; } /* Comment.Special */ +.highlight .gd { color: #f6f3e8 !important; } /* Generic.Deleted */ +.highlight .ge { color: #f6f3e8 !important; } /* Generic.Emph */ +.highlight .gr { color: #f6f3e8 !important; } /* Generic.Error */ +.highlight .gh { color: #f6f3e8 !important; font-weight: bold !important; } /* Generic.Heading */ +.highlight .gi { color: #f6f3e8 !important; } /* Generic.Inserted */ +.highlight .go { color: #808080 !important; background-color: #303030 !important; } /* Generic.Output */ +.highlight .gp { color: #f6f3e8 !important; } /* Generic.Prompt */ +.highlight .gs { color: #f6f3e8 !important; } /* Generic.Strong */ +.highlight .gu { color: #f6f3e8 !important; font-weight: bold !important; } /* Generic.Subheading */ +.highlight .gt { color: #f6f3e8 !important; } /* Generic.Traceback */ +.highlight .kc { color: #8ac6f2 !important; } /* Keyword.Constant */ +.highlight .kd { color: #8ac6f2 !important; } /* Keyword.Declaration */ +.highlight .kn { color: #8ac6f2 !important; } /* Keyword.Namespace */ +.highlight .kp { color: #8ac6f2 !important; } /* Keyword.Pseudo */ +.highlight .kr { color: #8ac6f2 !important; } /* Keyword.Reserved */ +.highlight .kt { color: #cae682 !important; } /* Keyword.Type */ +.highlight .ld { color: #f6f3e8 !important; } /* Literal.Date */ +.highlight .m { color: #e5786d !important; } /* Literal.Number */ +.highlight .s { color: #95e454 !important; font-style: italic !important; } /* Literal.String */ +.highlight .na { color: #cae682 !important; } /* Name.Attribute */ +.highlight .nb { color: #f6f3e8 !important; } /* Name.Builtin */ +.highlight .nc { color: #f6f3e8 !important; } /* Name.Class */ +.highlight .no { color: #e5786d !important; } /* Name.Constant */ +.highlight .nd { color: #f6f3e8 !important; } /* Name.Decorator */ +.highlight .ni { color: #e7f6da !important; } /* Name.Entity */ +.highlight .ne { color: #f6f3e8 !important; } /* Name.Exception */ +.highlight .nf { color: #cae682 !important; } /* Name.Function */ +.highlight .nl { color: #f6f3e8 !important; } /* Name.Label */ +.highlight .nn { color: #f6f3e8 !important; } /* Name.Namespace */ +.highlight .nx { color: #f6f3e8 !important; } /* Name.Other */ +.highlight .py { color: #f6f3e8 !important; } /* Name.Property */ +.highlight .nt { color: #8ac6f2 !important; } /* Name.Tag */ +.highlight .nv { color: #cae682 !important; } /* Name.Variable */ +.highlight .ow { color: #f6f3e8 !important; } /* Operator.Word */ +.highlight .w { color: #f6f3e8 !important; } /* Text.Whitespace */ +.highlight .mf { color: #e5786d !important; } /* Literal.Number.Float */ +.highlight .mh { color: #e5786d !important; } /* Literal.Number.Hex */ +.highlight .mi { color: #e5786d !important; } /* Literal.Number.Integer */ +.highlight .mo { color: #e5786d !important; } /* Literal.Number.Oct */ +.highlight .sb { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Backtick */ +.highlight .sc { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Char */ +.highlight .sd { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Doc */ +.highlight .s2 { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Double */ +.highlight .se { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Escape */ +.highlight .sh { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Heredoc */ +.highlight .si { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Interpol */ +.highlight .sx { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Other */ +.highlight .sr { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Regex */ +.highlight .s1 { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Single */ +.highlight .ss { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Symbol */ +.highlight .bp { color: #f6f3e8 !important; } /* Name.Builtin.Pseudo */ +.highlight .vc { color: #cae682 !important; } /* Name.Variable.Class */ +.highlight .vg { color: #cae682 !important; } /* Name.Variable.Global */ +.highlight .vi { color: #cae682 !important; } /* Name.Variable.Instance */ +.highlight .il { color: #e5786d !important; } /* Literal.Number.Integer.Long */