From f894926fc25ee2881be2caf18697fa2420168c8f Mon Sep 17 00:00:00 2001 From: Adam Beckmeyer Date: Wed, 14 Mar 2018 19:55:27 -0400 Subject: [PATCH] Generate CSS from apprentice theme --- css/apprentice/apprentice-all-sites.css | 1914 +++++++++++++++++ css/apprentice/apprentice-bigblow.css | 262 +++ css/apprentice/apprentice-disqus.com.css | 33 + css/apprentice/apprentice-duckduckgo.com.css | 87 + css/apprentice/apprentice-generic.css | 52 + css/apprentice/apprentice-github.css | 952 ++++++++ css/apprentice/apprentice-google.com.css | 74 + css/apprentice/apprentice-lwn.net.css | 76 + css/apprentice/apprentice-mediawiki.org.css | 144 ++ .../apprentice-news.ycombinator.com.css | 84 + .../apprentice-planet.emacsen.org.css | 61 + css/apprentice/apprentice-reddit.com.css | 117 + css/apprentice/apprentice-sakai.css | 74 + .../apprentice-stackexchange.com.css | 236 ++ 14 files changed, 4166 insertions(+) create mode 100644 css/apprentice/apprentice-all-sites.css create mode 100644 css/apprentice/apprentice-bigblow.css create mode 100644 css/apprentice/apprentice-disqus.com.css create mode 100644 css/apprentice/apprentice-duckduckgo.com.css create mode 100644 css/apprentice/apprentice-generic.css create mode 100644 css/apprentice/apprentice-github.css create mode 100644 css/apprentice/apprentice-google.com.css create mode 100644 css/apprentice/apprentice-lwn.net.css create mode 100644 css/apprentice/apprentice-mediawiki.org.css create mode 100644 css/apprentice/apprentice-news.ycombinator.com.css create mode 100644 css/apprentice/apprentice-planet.emacsen.org.css create mode 100644 css/apprentice/apprentice-reddit.com.css create mode 100644 css/apprentice/apprentice-sakai.css create mode 100644 css/apprentice/apprentice-stackexchange.com.css diff --git a/css/apprentice/apprentice-all-sites.css b/css/apprentice/apprentice-all-sites.css new file mode 100644 index 0000000..095ac8a --- /dev/null +++ b/css/apprentice/apprentice-all-sites.css @@ -0,0 +1,1914 @@ +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} +code { + font-size: 1.2em; +} +pre { + box-shadow: none; + background-color: #444 !important; + font-size: 1.2em; +} +img { + margin: 0.25em; +} +.buttons { + background-color: #272727 !important; + box-shadow: 0 0 10px #ff8700; + color: #ff8700 !important; + font-family: sans-serif; + font-size: 1.5rem; + position: fixed; + left: -4.5em; + top: 50%; + transform: rotate(90deg); + filter: opacity(50%); +} +.hsReviewPanel { + display: none; +} +.title { + border: 0; +} +#postamble { + display: none; +} +#banner { + text-align: center; +} +#tabs { + background-color: #272727 !important; + float: left; + margin: 0px 0px 20px 0px; + padding: 0; + width: 100%; + font-family: sans-serif; +} +#tabs ul { + margin: 0; + padding: 0; +} +#tabs li { + float: left; + list-style-type: none; + margin: 0px 2px 0px 0px; + padding: 0px 0px 0px 0px; + white-space: nowrap; +} +#tabs li a { + display: block; + font-size: 120%; + font-weight: bold; + margin: 0; + padding: 4px 10px 4px 10px; + text-decoration: none; +} +#tabs li a:hover { + color: #8080ff !important; +} +#tabs li.ui-tabs-active a { + background-color: #444 !important; + color: #4040ff !important; +} +#content { + clear: both; +} +#postamble { + text-align: right; +} +blockquote { + background-color: #272727 !important; + padding-left: 0.75em; + padding-right: 0.75em; + padding-top: 0.01em; + padding-bottom: 0.01em; + overflow: hidden; + margin-left: 0; +} +.outline-text-2, +.outline-text-3, +.outline-text-4, +.outline-text-5, +.outline-text-6 { + padding-left: 4%; +} +.outline-3 { + padding-left: 4%; +} +.outline-4 { + padding-left: 4%; +} +.outline-5 { + padding-left: 4%; +} +.outline-6 { + padding-left: 4%; +} +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: sans-serif; + border-bottom: 2px solid; + border-color: #444 !important; +} +a:hover { + text-decoration: underline; +} +#search { + display: block; + float: right; +} +.tag { + background-color: #262626 !important; + color: #ff8700 !important; + border: 0px; +} +.tag span { + background-color: #444 !important; + margin: 0.25em; + padding: 0.25em; +} +#table-of-contents { + display: table; + float: right; +} +#table-of-contents h2 { + display: none; +} +#table-of-contents li { + list-style-type: none; +} +#table-of-contents a:hover { + text-decoration: underline; +} +#minitoc { + background-color: #272727 !important; + position: fixed; + bottom: 5em; + left: -5.5em; + transform: rotate(90deg); + box-shadow: 0px 0px 10px #ff8700; + padding-top: 0.1em; + padding-bottom: 0.1em; + padding-left: 0.5em; + padding-right: 0.5em; + filter: opacity(50%); + z-index: 200; +} +#minitoc:hover { + padding: 1em; + filter: opacity(100%); + transform: rotate(0deg); + left: 0; +} +#minitoc h2 { + margin-top: 0; + margin-bottom: 0; +} +#minitoc a { + display: block; + font-family: sans-serif; + text-decoration: none; +} +#minitoc a:hover { + text-decoration: underline; +} +#minitoc a { + display: none; +} +#minitoc:hover a { + display: block; +} +#toTop { + top: -100px /* together with this to put the div at the top */; + position: fixed /* this is the magic */; + text-align: center; + z-index: 999; + display: none; +} +#toTop:hover { + text-decoration: underline; +} +#left-panel-wrapper { + display: none; + position: fixed; + z-index: 200; +} +#left-panel-contents { + display: none; + position: fixed; + text-align: left; + top: 0; + z-index: 200; +} +#left-panel-button { + transform: rotate(90deg); + left: -23px; + position: fixed; + top: 50%; + z-index: 200; +} +#right-panel-wrapper { + position: fixed; + z-index: 200; +} +#right-panel-contents { + display: none; + z-index: 200; + position: fixed; + text-align: left; + top: 0; +} +.snippet-copy-to-clipboard { + display: none; + position: absolute; + left: 50px; + top: 50px; +} +.org-ul { + margin-top: 1em; +} +.org-ul li { + margin-top: 0.5em; +} +.org-ul > li > a { + font-family: sans-serif; +} +.post-actions { + background-color: #272727 !important; +} +.textarea-wrapper { + background-color: #262626 !important; + color: #bcbcbc !important; +} +.search--adv { + background-color: #272727 !important; +} +.search__autocomplete > .acp-wrap { + background-color: #262626 !important; +} +.search__autocomplete > .acp-wrap > .acp--highlight { + background-color: #272727 !important; + color: #87875f !important; +} +.search__autocomplete > .acp-wrap strong { + color: #87875f !important; +} +.site-wrapper > #header_wrapper { + background-color: #262626 !important; +} +.site-wrapper > #header_wrapper > #header { + background-color: #262626 !important; +} +.search--header { + background-color: #272727 !important; +} +.zci { + background-color: #272727 !important; + color: #bcbcbc !important; +} +.tile--info { + background-color: #262626 !important; +} +.tile--info__expand { + background-color: #303030 !important; +} +.tile--c { + background-color: #303030 !important; + color: #87875f !important; +} +.module__text { + color: #bcbcbc !important; +} +.about-info-box__heading { + color: #ff8700 !important; +} +.result.highlight { + background-color: #272727 !important; +} +.result__snippet { + color: #bcbcbc !important; +} +.result__snippet b { + color: #ff8700 !important; +} +.btn--top { + background-color: #272727 !important; + color: #bcbcbc !important; +} +.btn--top:hover { + background-color: #303030 !important; +} +.result--sep--hr:before { + background-color: #303030 !important; +} +* { + border-color: #272727 !important; +} +.news .alert .pull-info { + background-color: #585858 !important; +} +.link-gray-dark, +.text-gray-dark { + color: #bcbcbc !important; +} +.bg-white { + background-color: #262626 !important; +} +.border { + border-color: #800080 !important; +} +.breadcrumb .repo-root.js-repo-root a { + color: #00f !important; +} +.breadcrumb strong.final-path { + color: #bcbcbc !important; +} +button.ajax-pagination-btn { + background-color: #272727 !important; + color: #ff8700 !important; +} +button.ajax-pagination-btn:hover { + background-color: #303030 !important; +} +.comment-reactions .btn-link { + color: #bcbcbc !important; +} +.comment-reactions .user-has-reacted { + background-color: #272727 !important; +} +.text-gray-dark { + color: #bcbcbc !important; +} +.contrib-number { + color: #ff8700 !important; +} +.counter { + background-color: #444 !important; + color: #ff8700 !important; +} +.diffstat-bar { + color: #bcbcbc !important; +} +.file-header { + background-color: #272727 !important; +} +.file-history-tease .participation { + background-color: #262626 !important; + color: #bcbcbc !important; +} +.file-history-tease .participation .quickstat strong { + color: #bcbcbc !important; +} +.file-history-tease .participation a { + color: #585858 !important; +} +.file-history-tease .author a { + color: #bcbcbc !important; +} +.file-history-tease-header { + background-color: #272727 !important; +} +.file-info-divider { + background-color: #303030 !important; +} +.file-wrap { + color: #bcbcbc !important; +} +.file-wrap * { + background-color: transparent !important; +} +.filter-bar { + background-color: #585858 !important; +} +a.filter-item, +.filter-item { + color: #bcbcbc !important; +} +a.filter-item.selected, +.filter-item.selected { + background-color: #272727 !important; + color: #ff8700 !important; +} +a.filter-item:hover, +.filter-item:hover { + background-color: #303030 !important; + color: #ff8700 !important; +} +.flash { + background-color: #272727 !important; + color: #ff8700 !important; +} +.gh-header-number { + color: #585858 !important; +} +.ellipsis-expander, +.hidden-text-expander a { + background-color: #272727 !important; +} +.issue-meta { + color: #585858 !important; +} +.issues-listing a { + color: #bcbcbc !important; +} +.muted-link { + color: #bcbcbc !important; +} +.new-user-avatar-cta { + background-color: #272727 !important; + border-color: #585858 !important; + color: #ff8700 !important; +} +.overall-summary { + border-color: #303030 !important; +} +.pinned-repo-item.border { + border-color: #585858 !important; +} +.progress-bar { + background-color: #303030 !important; +} +.simple-box { + background-color: #272727 !important; +} +.social-count { + background-color: #272727 !important; + border-color: #303030 !important; + color: #ff8700 !important; +} +.scope-badge { + background-color: #303030 !important; + color: #ff8700 !important; +} +.stats-switcher-wrapper { + background-color: #262626 !important; +} +.stats-switcher-wrapper .numbers-summary li a { + color: #bcbcbc !important; +} +.table-list-header-toggle .btn-link { + color: #585858 !important; +} +.table-list-header-toggle .btn-link.selected { + color: #bcbcbc !important; +} +.text-emphasized { + color: #ff8700 !important; +} +.text-diff-added { + color: #008000 !important; +} +.text-diff-deleted { + color: #f00 !important; +} +.avatar, +.timeline-comment-avatar { + filter: opacity(75%); +} +.blob-code { + background-color: #262626 !important; + color: #bcbcbc !important; +} +.blob-code-addition { + background-color: rgba(64,255,64,0.1) !important; +} +.blob-code-addition .x { + background-color: #006000 !important; + color: #dedede !important; +} +.blob-code-deletion { + background-color: rgba(255,0,0,0.2) !important; +} +.blob-code-deletion .x { + background-color: #800000 !important; + color: #dedede !important; +} +.blob-code-hunk { + background-color: #272727 !important; + border-color: #585858 !important; +} +.blob-code-inner { + color: #bcbcbc !important; +} +.blob-num { + background-color: #262626 !important; + color: #585858 !important; +} +.file { + color: #bcbcbc !important; +} +.form-control { + background-color: #272727 !important; + border-color: #303030 !important; +} +.pl-c { + color: #585858 !important; +} +.pl-c1 { + color: #00f !important; +} +.pl-e { + color: #ff0 !important; +} +.pl-en { + color: #00f !important; +} +.pl-k { + color: #008000 !important; + font-weight: bold !important; +} +.pl-pds { + color: #0ff !important; +} +.pl-s { + color: #0ff !important; +} +.pl-smi { + color: #bcbcbc !important; +} +.pl-v { + color: #008000 !important; + font-weight: bold !important; +} +.pl-mi1 { + color: #008000 !important; + background-color: transparent !important; +} +.pl-md { + color: #f00 !important; + background-color: transparent !important; +} +.border-bottom, +.border-top { + border-color: #272727 !important; +} +.boxed-group * { + border-color: #303030 !important; +} +.boxed-group article { + background-color: #262626 !important; + color: #bcbcbc !important; +} +.boxed-group > h3 { + background-color: #444 !important; + color: #ff8700 !important; +} +.more-repos { + background-color: #444 !important; + box-shadow: inset 0 1px 0 #303030 !important; +} +.boxed-group-inner { + background-color: #262626 !important; +} +.branch-action-body { + background-color: #272727 !important; + border-color: #585858 !important; +} +.branch-action-body div { + border-color: #585858 !important; +} +.branch-action-state-clean .branch-action-icon { + background-color: #008000 !important; +} +.branch-action-state-dirty .branch-action-icon, +.branch-action-state-unstable .branch-action-icon, +.branch-action-state-unknown .branch-action-icon { + background-color: #ff0 !important; + color: #fff !important; +} +.text-shadow-light, +.branch-group-name, +.branch-summary { + color: #bcbcbc !important; + text-shadow: none !important; +} +.branch-a-b-count .meter { + background-color: #ff0 !important; +} +.more-branches, +.branch-group-heading, +.branch-infobar, +.branch-name { + border-color: #585858 !important; + background-color: #272727 !important; +} +.State, +.State:visited { + color: #fff !important; +} +.State--red { + background-color: #f00 !important; + color: #262626 !important; +} +.State--green { + background-color: #008000 !important; + color: #262626 !important; +} +.select-menu-filters { + background-color: #585858 !important; + color: #ff8700 !important; +} +.js-select-menu-tab { + background-color: #444 !important; + color: #ff8700 !important; +} +.select-menu-tabs a.selected, +.select-menu-tab-nav.selected { + background-color: #303030 !important; + color: #262626 !important; +} +.signed-commit-header { + background-color: #262626 !important; +} +.build-status-item { + background-color: #444 !important; + color: #ff8700 !important; +} +.build-status-item .build-status-details { + color: #00f !important; +} +.capped-card h3 { + background-color: #444 !important; +} +.capped-card h3 a { + color: #ff8700 !important; +} +.capped-card-content { + background-color: #262626 !important; +} +.capped-list th { + background-color: #585858 !important; + color: #ff8700 !important; +} +.capped-list tr:nth-child(2n) { + background-color: #272727 !important; +} +.commit, +.commit-meta, +.commit-icon .octicon, +.commit-group-title .octicon-git-commit { + background-color: #262626 !important; +} +.commit *, +.commit-meta *, +.commit-icon .octicon *, +.commit-group-title .octicon-git-commit * { + border-color: #303030 !important; +} +.commit-author { + color: #bcbcbc !important; +} +.commit-author-section { + color: #bcbcbc !important; +} +.commit-meta { + color: #585858 !important; +} +.commit-meta .sha-block { + color: #585858 !important; +} +.commit-meta .sha-block .sha { + color: #bcbcbc !important; +} +.commit-ref, +code.commit-sha { + background-color: #272727 !important; + color: #ff8700 !important; +} +.commit-ref .user, +code.commit-sha .user { + color: #0ff !important; +} +.commit-branches *, +.commit-tease, +.commit-title { + background-color: rgba(0,0,255,0.2) !important; + border: none !important; +} +.commit-branches * *, +.commit-tease *, +.commit-title * { + color: #ff8700 !important; +} +.commit-tease-contributors { + background-color: #272727 !important; +} +div.commit-branches, +div.commit.full-commit p.commit-title, +qul.branches-list { + background-color: #272727 !important; + color: #ff8700 !important; +} +div.commit-branches *, +div.commit.full-commit p.commit-title *, +qul.branches-list * { + background-color: #272727 !important; + color: #ff8700 !important; +} +.commit-meta { + background-color: #272727 !important; + color: #bcbcbc !important; +} +.commits-listing:before { + background-color: #272727 !important; +} +.full-commit { + background-color: #272727 !important; + border-color: #585858 !important; +} +.full-commit * { + text-shadow: none !important; +} +.commit-desc pre { + background-color: transparent !important; + color: #bcbcbc !important; +} +.commit.table-list-item { + border-color: #272727 !important; +} +.commit-meta.commit-author-section { + background-color: transparent !important; + color: #bcbcbc !important; +} +.table-list-cell .commit-title { + background-color: transparent !important; + color: #bcbcbc !important; +} +.completeness-indicator-success { + background-color: #008000 !important; +} +.completeness-indicator-problem { + background-color: #ff0 !important; + color: #fff !important; +} +.copyable-terminal { + background-color: #272727 !important; +} +.blankslate { + background-color: #272727 !important; + color: #ff8700 !important; +} +.comment-form-head.tabnav { + background-color: #262626 !important; +} +.conversation-list-heading .inner { + background-color: #262626 !important; +} +.discussion-item-closed .discussion-item-icon { + background-color: #f00 !important; + color: #ff8700 !important; +} +.discussion-item-icon { + background-color: #303030 !important; + color: #ff8700 !important; +} +.discussion-item-icon.octicon { + color: #ff8700 !important; +} +.discussion-item-entity, +.discussion-item .renamed-was, +.discussion-item .renamed-is { + color: #ff8700 !important; +} +.discussion-timeline:before { + background-color: #800080 !important; +} +.discussion-timeline-actions { + background-color: #262626 !important; +} +.drag-and-drop { + background-color: #272727 !important; +} +.new-discussion-timeline .closed-banner { + background-color: #800080 !important; + border-color: #262626 !important; +} +.timeline-comment { + background-color: #262626 !important; + border-color: #303030 !important; +} +.timeline-comment-header { + background-color: #272727 !important; +} +.timeline-comment-wrapper { + border-color: #262626 !important; +} +.donut-chart > .pending { + fill: #ff0 !important; +} +.dropdown-divider { + background-color: #800080 !important; +} +.dropdown-item { + color: #bcbcbc !important; +} +.dropdown-item:hover { + background-color: #303030 !important; + color: #ff8700 !important; +} +.dropdown-menu { + background-color: #444 !important; + color: #ff8700 !important; + border-color: #800080 !important; +} +.files * { + color: #bcbcbc !important; +} +.files tbody tr { + border-color: #272727 !important; +} +.files tbody tr:nth-child(even) { + background-color: #242424 !important; +} +.files tbody tr:nth-child(odd) { + background-color: #262626 !important; +} +.files tbody tr:hover * { + background-color: #444 !important; +} +.btn { + background-image: linear-gradient(to bottom, #303030, #272727) !important; + border-color: #303030 !important; + color: #ff8700 !important; +} +.btn:hover { + background-color: #585858 !important; +} +.btn-primary, +.issues-listing .btn-primary { + background-color: #008000 !important; + background-image: linear-gradient(#008000, #004000) !important; + color: #000 !important; + filter: opacity(62.5%); +} +.entry-title a { + color: #00f !important; +} +.Header { + background-color: #585858 !important; + border-bottom-color: #303030 !important; +} +.Header a { + color: #ff8700 !important; +} +.lang { + color: #ff8700 !important; +} +.reponav-item, +.pagehead-tabs-item { + background-color: #272727 !important; + border-color: transparent !important; + color: #bcbcbc !important; +} +.reponav-item:visited, +.pagehead-tabs-item:visited { + color: #bcbcbc !important; +} +.reponav-item.selected, +.pagehead-tabs-item.selected { + background-color: #262626 !important; + border-color: #f00 #444 transparent !important; +} +.site-footer-links * { + color: #bcbcbc !important; +} +.Box-row--focus-gray.navigation-focus { + background-color: #585858 !important; + color: #ff8700 !important; +} +.js-directory-link { + color: #5f87af !important; +} +.js-site-search-form input, +.js-chromeless-input-container { + background-color: #262626 !important; + border-color: #303030 !important; +} +a.label { + color: #000 !important; + filter: opacity(75%); +} +.notifications-list a { + color: #bcbcbc !important; +} +.notifications-list li { + background-color: #262626 !important; +} +.octicon, +.octicon-repo { + color: base1 !important; +} +.octicon.type-icon-state-closed, +.octicon-repo.type-icon-state-closed { + color: rgba(255,0,0,0.65) !important; +} +.octicon.type-icon-state-merged, +.octicon-repo.type-icon-state-merged { + color: #ee82ee !important; +} +.octicon.type-icon-state-open, +.octicon-repo.type-icon-state-open { + color: rgba(0,176,0,0.65) !important; +} +.octicon-alert { + color: #fff !important; +} +.octicon-x { + color: #f00 !important; +} +.octicon-check { + color: #008000 !important; +} +.octicon-primitive-dot { + color: #ff0 !important; +} +.octicon-clippy { + color: #ff8700 !important; +} +.octicon-git-pull-request, +.octicon-diff { + color: #fff !important; +} +.octicon-markdown { + color: #585858 !important; +} +.orghead { + background-color: #272727 !important; + border-color: #800080 !important; + border-bottom: 0px !important; + color: #ff8700 !important; +} +.org-name { + color: #ff8700 !important; +} +.pagehead.orghead { + background-color: #272727 !important; +} +.outline-box-highlighted { + background-color: #272727 !important; + color: #ff8700 !important; +} +.pagination .current { + background-color: #303030 !important; + color: #ff8700 !important; +} +.pagination .disabled { + background-color: #272727 !important; + color: #585858 !important; +} +.pagination .disabled:hover { + background-color: #272727 !important; +} +.pagination .gap { + background-color: #272727 !important; + color: #585858 !important; +} +.pagination a { + background-color: #272727 !important; + border-color: #262626 !important; + color: #bcbcbc !important; +} +.pagination a:hover { + background-color: #303030 !important; + color: #262626 !important; +} +.empty-cell, +.diffbar { + background-color: #262626 !important; +} +.merge-status-item { + background-color: #444 !important; +} +.merge-message { + background-color: #585858 !important; +} +.pr-toolbar { + background-color: #262626 !important; +} +.review-thread-reply { + background-color: #272727 !important; +} +.review-thread-reply .inline-comment-form { + background-color: #262626 !important; +} +.octicon-git-merge { + color: #fff !important; +} +.uploaded-files { + background-color: #262626 !important; +} +.upload-progress { + background-color: #272727 !important; + box-shadow: 1px 0px 0px #272727 inset; +} +#readme .plain { + background-color: #262626 !important; +} +.markdown-body, +.markdown-body table * { + background-color: #262626 !important; + border-color: #800080 !important; + color: #bcbcbc !important; +} +.markdown-body a, +.markdown-body table * a { + color: #5f87af !important; +} +.markdown-body code, +.markdown-body table * code, +.markdown-body pre, +.markdown-body table * pre { + background-color: #272727 !important; +} +.markdown-body hr, +.markdown-body table * hr { + background-color: #303030 !important; +} +.markdown-body img, +.markdown-body table * img { + background-color: #262626 !important; +} +.task-list-item.hovered { + background-color: #272727 !important; +} +.range-editor { + background-color: #272727 !important; +} +.compare-pr-placeholder { + background-color: #585858 !important; +} +ul.comparison-list > li.title { + background-color: #444 !important; +} +ul.comparison-list { + background-color: #585858 !important; +} +.repository-description { + color: #bcbcbc !important; +} +.repository-meta .edit-repository-meta label { + color: #bcbcbc !important; +} +.pagehead.repohead { + background-color: #272727 !important; +} +.repository-content .RecentBranches { + background-color: #272727 !important; + border-color: #800080 !important; +} +.repohead-details-container a { + color: #bcbcbc !important; +} +.select-menu-modal { + border-color: #bcbcbc !important; +} +.select-menu-modal * { + color: #bcbcbc !important; +} +.select-menu-header, +.select-menu-header * { + background-color: #272727 !important; + color: #ff8700 !important; + text-shadow: none !important; +} +.select-menu-item { + background-color: #262626 !important; +} +.select-menu-item.navigation-focus, +.select-menu-item.navigation-focus.selected, +.select-menu-item.navigation-focus.select-menu-action, +.select-menu-item-text.navigation-focus { + background-color: #303030 !important; + color: #ff8700 !important; +} +.repository-sidebar { + background-color: #262626 !important; +} +.thread-subscription-status { + background-color: #262626 !important; +} +.sunken-menu { + background-image: linear-gradient(to right, #272727 0%, #262626 8px) !important; + box-shadow: 1px 0px 0px #272727 inset; +} +.sunken-menu:before { + background-image: linear-gradient(#262626, transparent) !important; +} +.sunken-menu:after { + background-image: linear-gradient(transparent, #262626) !important; +} +.sunken-menu-item { + border-color: #262626 !important; +} +.sunken-menu-item.selected { + background-color: #262626 !important; + border-color: #444 !important; + color: #ff8700 !important; +} +.sunken-menu-item.selected:after { + background-color: #ff8700 !important; +} +.sunken-menu-separator:before { + background-image: linear-gradient(to right, #272727 70%, #262626 100%) !important; +} +.state { + color: #ff8700 !important; +} +.state-closed { + background-color: #f00 !important; +} +.state-open { + background-color: #008000 !important; +} +.subnav-item { + color: #bcbcbc !important; +} +.subnav-item:hover { + background-color: #585858 !important; +} +.subnav-item:visited { + color: #bcbcbc !important; +} +.subnav-item.selected { + background-color: #272727 !important; +} +.subnav-links a:hover { + background-color: #272727 !important; +} +.subnav-search input { + border-color: #585858 !important; +} +.right .tabnav-extra { + color: #585858 !important; +} +a.tabnav-tab, +.tabnav-tab { + border-color: transparent !important; + color: #585858 !important; +} +a.tabnav-tab.selected, +.tabnav-tab.selected { + background-color: #262626 !important; + background-image: linear-gradient(#272727, #262626) !important; + border-color: #800080 !important; + color: #ff8700 !important; +} +.table-list tr, +.table-list li { + background-color: #262626 !important; +} +.table-list tr:hover, +.table-list li:hover { + background-color: #444 !important; +} +.table-list-header { + background-color: #272727 !important; +} +.text-pending { + color: #ff0 !important; +} +.text-pending .octicon-primitive-dot { + color: #ff0 !important; +} +.text-red { + color: #f00 !important; +} +.timeline-commits .commit-meta { + background-color: #262626 !important; +} +.timeline-commits .commit-meta .commit-id { + color: #585858 !important; +} +.topic-tag.topic-tag-link { + background-color: #272727 !important; + color: #bcbcbc !important; +} +.underline-nav-item { + color: #bcbcbc !important; +} +.underline-nav-item.selected { + border-bottom-color: #f00 !important; + color: #bcbcbc !important; +} +.user-profile-nav { + background-color: #272727 !important; + border-color: #800080 !important; +} +.user-profile-sticky-bar:after { + background-color: #272727 !important; + border-color: #800080 !important; +} +.graphs .area { + fill: #008000; +} +.summary-stats li .num { + color: #ff8700 !important; +} +.viz { + background-color: #585858 !important; +} +.facebox-popup { + color: #bcbcbc !important; + background-color: #262626 !important; +} +.facebox-popup .octicon { + color: #fff !important; +} +.facebox-popup .owner-select-target { + color: #bcbcbc !important; + background-color: #272727 !important; +} +.facebox-popup .owner-select-target:hover { + background-color: #303030 !important; +} +.suggester { + background-color: #444 !important; +} +.suggester li.navigation-focus { + background-color: #303030 !important; +} +.sfbgg { + background-color: #272727 !important; +} +.sbib_a { + background: linear-gradient(to bottom, #272727, #262626) !important; +} +input#lst-ib, +#sb_ifc0.sbib_b, +#gs_taif0 { + background: transparent !important; +} +#lst-ib, +.sbsb_a { + background-color: #262626 !important; +} +.kpbb { + background-image: linear-gradient(to bottom, #4040ff, #00f) !important; +} +#hdtbSum { + background-color: #262626 !important; +} +#hdtbMenus.hdtb-td-o { + background-color: #262626 !important; +} +#hdtb-tls.hdtb-tl { + background-image: linear-gradient(to bottom, #262626, #272727) !important; +} +#hdtb-tls.hdtb-tl.hdtb-tl-sel { + background-image: linear-gradient(to bottom, #272727, #262626) !important; +} +#abar_button_opt.ab_button { + background: linear-gradient(to bottom, #262626, #272727) !important; +} +#appbar { + background-color: #262626 !important; +} +cite { + color: #008000 !important; +} +.ab_dropdown { + background-color: #262626 !important; +} +div.crp { + background-color: #262626 !important; +} +#fbar { + background-color: #272727 !important; +} +tr.Even { + background-color: #272727 !important; +} +.BigQuote { + background-color: #272727 !important; + color: #ff8700 !important; +} +.Cat1HL { + background-color: #303030 !important; + color: #ff8700 !important; +} +.Cat2HL { + background-color: #444 !important; +} +.Cat3HL { + background-color: #585858 !important; +} +.FeatureByline { + background-color: #272727 !important; + border: none !important; +} +.Headline { + background-color: #444 !important; +} +.QuotedText { + color: #ee82ee !important; +} +DIV.GAByline { + background-color: #272727 !important; + border: none !important; +} +table.OddEven tr:nth-child(even) { + background-color: #242424 !important; +} +table.OddEven tr:nth-child(odd) { + background-color: #262626 !important; +} +DIV.CommentBox { + border-color: #272727 !important; +} +DIV.CommentBox P.CommentTitle { + background-color: #444 !important; +} +#menu, +.topnav-container { + background-color: #272727 !important; +} +.navmenu ul { + background-color: #272727 !important; +} +body * { + border-color: #444 !important; +} +#content { + background-color: #262626 !important; + color: #bcbcbc !important; +} +#mw-head, +#mw-panel { + background-color: #272727 !important; + color: #ff8700 !important; +} +#mw-head div.portal, +#mw-panel div.portal { + background-image: none !important; +} +#mw-head { + background-color: #272727 !important; + background-image: linear-gradient(to bottom, #262626, #272727) !important; +} +#mw-panel, +#p-logo { + background-image: linear-gradient(to right, #262626, #272727) !important; +} +div.vectorTabs { + background-image: linear-gradient(to bottom, #262626, #272727) !important; +} +div.vectorTabs ul { + background-image: linear-gradient(to bottom, #262626, #272727) !important; +} +div.vectorTabs ul li { + background-color: #272727 !important; + background-image: none !important; + padding: 0px 1px 0px 1px !important; +} +div.vectorTabs span { + background-color: #272727 !important; + background-image: linear-gradient(to bottom, #262626, #272727) !important; +} +div.vectorTabs li.selected, +div.vectorTabs li.selected span { + background-color: transparent !important; + background-image: linear-gradient(to bottom, #272727, #262626) !important; +} +.mw-wiki-logo { + filter: opacity(50%); +} +div#simpleSearch #searchInput { + background-color: #262626 !important; + padding: 0.05em 0px 0.2em 0.2em !important; +} +.ambox, +.infobox, +#toc, +#toctitle, +.toclevel-1 { + background-color: #272727 !important; + border-color: #444 !important; + color: #ff8700 !important; +} +.catlinks { + background-color: #272727 !important; + border-color: #444 !important; + color: #ff8700 !important; +} +.navbox { + background-color: #272727 !important; + border-color: #444 !important; + color: #ff8700 !important; +} +.navbox .th, +.navbox .navbox-title { + background-color: #444 !important; +} +.navbox-abovebelow, +th.navbox-group, +.navbox-subgroup, +.navbox-title { + background-color: #585858 !important; +} +.navbox-even { + background-color: #262626 !important; +} +h1, +h2, +h3, +h4, +h5, +h6 { + border-color: #444 !important; + color: #ff8700 !important; +} +code { + background-color: #444 !important; + border-color: #444 !important; + color: #ff8700 !important; +} +div.thumbinner { + background-color: #272727 !important; + border-color: #444 !important; +} +img { + filter: opacity(75%); +} +img.thumbimage { + border-color: #444 !important; +} +.mw-body .external { + opacity: 0.5 !important; +} +table.wikitable { + background-color: #262626 !important; + border-color: #444 !important; + color: #bcbcbc !important; +} +table.wikitable > * > tr > th { + background-color: #272727 !important; +} +table { + background-color: #262626 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table, +#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table { + background-color: #ff8700 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) a, +#hnmain > tbody:nth-child(1) > tr:nth-child(1) a { + color: #000 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2), +#hnmain > tbody:nth-child(1) > tr:nth-child(2) { + background-color: #262626 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(2) { + background-color: #262626 !important; +} +.title a { + color: #bcbcbc !important; +} +.title a:visited { + color: #585858 !important; +} +a.storylink { + color: #ff8700 !important; + font-weight: bold; +} +.sitestr { + color: #00f !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) { + background-color: #262626 !important; +} +#hnmain .comhead { + color: #ff8700 !important; +} +#hnmain .c00 { + color: #bcbcbc !important; +} +#hnmain a.hnuser { + color: #ff0 !important; +} +#hnmain span.age a { + color: #585858 !important; +} +.cdd { + color: rgba(255,0,0,0.65) !important; +} +.comment i { + color: #585858 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(4) { + background-color: #262626 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) { + background-color: #ff8700 !important; +} +div#page div#header { + background-color: #262626 !important; +} +div#page div#header a { + color: #ee82ee !important; +} +.post { + background-color: #262626 !important; +} +.post * { + overflow: auto !important; +} +.post h2 { + background-color: #272727 !important; +} +.post h2 a { + color: #ff8700 !important; +} +.post div.entry { + background-color: #262626 !important; + color: #bcbcbc !important; +} +.post div.entry blockquote { + background-color: #272727 !important; +} +.post div.entry kbd { + background-color: #272727 !important; + border-color: #585858 !important; + box-shadow: none !important; + color: #ff8700 !important; + text-shadow: 0px 1px 0px #000 !important; +} +.post pre.mode-line { + overflow: visible !important; +} +#sr-header-area { + background-color: #272727 !important; +} +#sr-header-area .srdrop .selected { + color: #bcbcbc !important; +} +#sr-header-area #sr-more-link { + background-color: #272727 !important; +} +.link.promotedlink.promoted { + background-color: #272727 !important; +} +.link .usertext .md { + background-color: #272727 !important; +} +.linkinfo { + background-color: #272727 !important; +} +.linklisting .odd { + background-color: #272727 !important; +} +.thing .title { + color: #bcbcbc !important; +} +div.md { + color: #bcbcbc !important; +} +body.comment { + background-color: #262626 !important; +} +.commentarea > .usertext { + background-color: #262626 !important; +} +.commentarea .menuarea { + background-color: #262626 !important; +} +.comments-page .panestack-title { + background-color: #262626 !important; +} +.listing-chooser { + background-color: #262626 !important; +} +.listing-chooser .intro { + background-color: #303030 !important; + color: #ff8700 !important; +} +.listing-chooser .grippy { + background-color: #262626 !important; +} +.listing-chooser .grippy:after { + border-right: none !important; +} +.listing-chooser li { + background-color: #272727 !important; +} +.listing-chooser li.selected { + background-color: #303030 !important; + box-shadow: none; +} +.listing-chooser li a { + color: #bcbcbc !important; +} +.listing-chooser li a .description { + color: #ff8700 !important; +} +.titlebox { + background-color: #272727 !important; +} +.titlebox form.toggle { + background-color: #272727 !important; + color: #bcbcbc !important; +} +.side .usertext-body .md { + background-color: #272727 !important; +} +.side { + background-color: #272727 !important; +} +.sidebox .spacer { + background-color: #272727 !important; + color: #ff8700 !important; +} +.tabmenu li a { + background-color: #272727 !important; +} +#header-bottom-right { + background-color: #272727 !important; +} +.morelink .nub { + background-color: #272727 !important; +} +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +tr:hover, +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} +#toolMenu li { + background-color: #262626 !important; +} +.navPanel, +.navIntraTool { + background-color: #262626 !important; +} +.instruction, +.sakaiCopyrightInfo { + color: #bcbcbc !important; +} +.listHier th { + background-color: #444 !important; +} +ul.makeMenu { + background-color: #444 !important; + border: 1px solid #444 !important; +} +tr.external { + background-color: #444 !important; +} +hr { + background-color: #444 !important; + color: #444 !important; +} +.bounty-indicator, +.bounty-indicator-tab { + background-color: #ee82ee !important; +} +.bottom-notice { + background-color: #272727 !important; +} +.comments-link { + color: #008000 !important; +} +.page-numbers { + background-color: #008000 !important; + color: #87875f !important; +} +.page-numbers.current { + background-color: #ff8700 !important; + color: #262626 !important; +} +.post-menu a { + color: #ee82ee !important; +} +.question-status { + background-color: #272727 !important; +} +pre code { + background-color: #272727 !important; + color: #ff8700 !important; +} +pre code .atn { + color: #00f !important; +} +pre code .atv { + color: #0ff !important; +} +pre code .com { + color: #585858 !important; +} +pre code .kwd { + color: #008000 !important; +} +pre code .lit { + color: #f0f !important; +} +pre code .pln, +pre code .pun { + color: #bcbcbc !important; +} +pre code .str { + color: #0ff !important; +} +pre code .tag { + color: #008000 !important; +} +pre code .typ { + color: #ff0 !important; +} +#footer { + background-color: #585858 !important; + color: #bcbcbc !important; +} +#footer #footer-sites th { + color: #ff8700 !important; +} +.top-footer-links a { + color: #008000 !important; +} +.so-header { + background-color: #444 !important; + color: #ff8700 !important; +} +.so-header a { + color: #008000 !important; +} +.so-header .navigation .-list .-item :hover { + background-color: #008000 !important; + color: #ffffaf !important; +} +.topbar-dialog { + background-color: #262626 !important; + box-shadow: #303030 5px 5px 5px; +} +.topbar-dialog .current-site-container { + background-color: #262626 !important; +} +.topbar-dialog .header { + background-color: #272727 !important; +} +.topbar-dialog .header a { + color: #ff8700 !important; +} +.topbar-dialog .site-link { + color: #ff8700 !important; +} +#header { + background-color: #444 !important; +} +#question-header .question-hyperlink { + color: #ff8700 !important; +} +#hlogo a { + filter: opacity(75%); +} +.new-post-activity { + background-color: #272727 !important; +} +.tagged-interesting { + background-color: #444 !important; +} +div.answered-accepted { + background-color: #008000 !important; + color: #87875f !important; +} +div.answered-accepted .mini-counts { + background-color: #008000 !important; + color: #87875f !important; +} +.answered .mini-counts span { + color: #008000 !important; +} +.unanswered .mini-counts span { + color: #bcbcbc !important; +} +#hot-network-questions a { + color: #0ff !important; +} +#hot-network-questions h4 a.js-gps-track { + color: #ff8700 !important; +} +#sidebar .community-bulletin .bulletin-item-content a { + color: #ff8700 !important; +} +#sidebar .module.community-bulletin { + background-color: #272727 !important; + color: #ff8700 !important; +} +#sidebar .question-hyperlink { + color: #0ff !important; +} +.newuser { + background-color: #272727 !important; + color: #ff8700 !important; +} +.label-key { + color: #bcbcbc !important; +} +.label-key b { + color: #ff8700 !important; +} +#h-chat-link { + color: #ff8700 !important; +} +.ad502-room { + background-color: #272727 !important; + box-shadow: #303030 0px 1px 3px; + color: #ff8700 !important; +} +#tabs a { + background-color: transparent !important; + background-image: linear-gradient(to bottom, #262626, #272727); + color: #ff8700 !important; +} +#tabs a.youarehere { + background-image: linear-gradient(to bottom, #ff8700, #262626); + color: #ffffaf !important; +} +.post-tag { + background-color: #303030 !important; + color: #262626 !important; +} +.post-tag::before { + background-color: #262626 !important; +} +a.comment-user.owner { + background-color: #008000 !important; + color: #87875f !important; +} +.post-signature { + background-color: #272727 !important; + color: #ff8700 !important; +} +.post-signature a { + color: #0ff !important; +} +.post-signature.owner .user-info .user-details a { + color: #008000 !important; +} +.post-signature span.relativetime { + color: #ff8700 !important; +} +.vote { + background-color: #272727 !important; +} +.vote .star-off { + filter: opacity(75%); +} +.vote .star-on { + filter: opacity(50%) !important; +} +.vote .vote-down-off, +.vote .vote-up-off { + filter: opacity(50%); +} +.answer-votes { + background-color: #303030 !important; + color: #262626 !important; +} diff --git a/css/apprentice/apprentice-bigblow.css b/css/apprentice/apprentice-bigblow.css new file mode 100644 index 0000000..806c405 --- /dev/null +++ b/css/apprentice/apprentice-bigblow.css @@ -0,0 +1,262 @@ +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} +code { + font-size: 1.2em; +} +pre { + box-shadow: none; + background-color: #444 !important; + font-size: 1.2em; +} +img { + margin: 0.25em; +} +.buttons { + background-color: #272727 !important; + box-shadow: 0 0 10px #ff8700; + color: #ff8700 !important; + font-family: sans-serif; + font-size: 1.5rem; + position: fixed; + left: -4.5em; + top: 50%; + transform: rotate(90deg); + filter: opacity(50%); +} +.hsReviewPanel { + display: none; +} +.title { + border: 0; +} +#postamble { + display: none; +} +#banner { + text-align: center; +} +#tabs { + background-color: #272727 !important; + float: left; + margin: 0px 0px 20px 0px; + padding: 0; + width: 100%; + font-family: sans-serif; +} +#tabs ul { + margin: 0; + padding: 0; +} +#tabs li { + float: left; + list-style-type: none; + margin: 0px 2px 0px 0px; + padding: 0px 0px 0px 0px; + white-space: nowrap; +} +#tabs li a { + display: block; + font-size: 120%; + font-weight: bold; + margin: 0; + padding: 4px 10px 4px 10px; + text-decoration: none; +} +#tabs li a:hover { + color: #8080ff !important; +} +#tabs li.ui-tabs-active a { + background-color: #444 !important; + color: #4040ff !important; +} +#content { + clear: both; +} +#postamble { + text-align: right; +} +blockquote { + background-color: #272727 !important; + padding-left: 0.75em; + padding-right: 0.75em; + padding-top: 0.01em; + padding-bottom: 0.01em; + overflow: hidden; + margin-left: 0; +} +.outline-text-2, +.outline-text-3, +.outline-text-4, +.outline-text-5, +.outline-text-6 { + padding-left: 4%; +} +.outline-3 { + padding-left: 4%; +} +.outline-4 { + padding-left: 4%; +} +.outline-5 { + padding-left: 4%; +} +.outline-6 { + padding-left: 4%; +} +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: sans-serif; + border-bottom: 2px solid; + border-color: #444 !important; +} +a:hover { + text-decoration: underline; +} +#search { + display: block; + float: right; +} +.tag { + background-color: #262626 !important; + color: #ff8700 !important; + border: 0px; +} +.tag span { + background-color: #444 !important; + margin: 0.25em; + padding: 0.25em; +} +#table-of-contents { + display: table; + float: right; +} +#table-of-contents h2 { + display: none; +} +#table-of-contents li { + list-style-type: none; +} +#table-of-contents a:hover { + text-decoration: underline; +} +#minitoc { + background-color: #272727 !important; + position: fixed; + bottom: 5em; + left: -5.5em; + transform: rotate(90deg); + box-shadow: 0px 0px 10px #ff8700; + padding-top: 0.1em; + padding-bottom: 0.1em; + padding-left: 0.5em; + padding-right: 0.5em; + filter: opacity(50%); + z-index: 200; +} +#minitoc:hover { + padding: 1em; + filter: opacity(100%); + transform: rotate(0deg); + left: 0; +} +#minitoc h2 { + margin-top: 0; + margin-bottom: 0; +} +#minitoc a { + display: block; + font-family: sans-serif; + text-decoration: none; +} +#minitoc a:hover { + text-decoration: underline; +} +#minitoc a { + display: none; +} +#minitoc:hover a { + display: block; +} +#toTop { + top: -100px /* together with this to put the div at the top */; + position: fixed /* this is the magic */; + text-align: center; + z-index: 999; + display: none; +} +#toTop:hover { + text-decoration: underline; +} +#left-panel-wrapper { + display: none; + position: fixed; + z-index: 200; +} +#left-panel-contents { + display: none; + position: fixed; + text-align: left; + top: 0; + z-index: 200; +} +#left-panel-button { + transform: rotate(90deg); + left: -23px; + position: fixed; + top: 50%; + z-index: 200; +} +#right-panel-wrapper { + position: fixed; + z-index: 200; +} +#right-panel-contents { + display: none; + z-index: 200; + position: fixed; + text-align: left; + top: 0; +} +.snippet-copy-to-clipboard { + display: none; + position: absolute; + left: 50px; + top: 50px; +} +.org-ul { + margin-top: 1em; +} +.org-ul li { + margin-top: 0.5em; +} +.org-ul > li > a { + font-family: sans-serif; +} diff --git a/css/apprentice/apprentice-disqus.com.css b/css/apprentice/apprentice-disqus.com.css new file mode 100644 index 0000000..06a83ee --- /dev/null +++ b/css/apprentice/apprentice-disqus.com.css @@ -0,0 +1,33 @@ +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} +.post-actions { + background-color: #272727 !important; +} +.textarea-wrapper { + background-color: #262626 !important; + color: #bcbcbc !important; +} diff --git a/css/apprentice/apprentice-duckduckgo.com.css b/css/apprentice/apprentice-duckduckgo.com.css new file mode 100644 index 0000000..4254225 --- /dev/null +++ b/css/apprentice/apprentice-duckduckgo.com.css @@ -0,0 +1,87 @@ +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} +.search--adv { + background-color: #272727 !important; +} +.search__autocomplete > .acp-wrap { + background-color: #262626 !important; +} +.search__autocomplete > .acp-wrap > .acp--highlight { + background-color: #272727 !important; + color: #87875f !important; +} +.search__autocomplete > .acp-wrap strong { + color: #87875f !important; +} +.site-wrapper > #header_wrapper { + background-color: #262626 !important; +} +.site-wrapper > #header_wrapper > #header { + background-color: #262626 !important; +} +.search--header { + background-color: #272727 !important; +} +.zci { + background-color: #272727 !important; + color: #bcbcbc !important; +} +.tile--info { + background-color: #262626 !important; +} +.tile--info__expand { + background-color: #303030 !important; +} +.tile--c { + background-color: #303030 !important; + color: #87875f !important; +} +.module__text { + color: #bcbcbc !important; +} +.about-info-box__heading { + color: #ff8700 !important; +} +.result.highlight { + background-color: #272727 !important; +} +.result__snippet { + color: #bcbcbc !important; +} +.result__snippet b { + color: #ff8700 !important; +} +.btn--top { + background-color: #272727 !important; + color: #bcbcbc !important; +} +.btn--top:hover { + background-color: #303030 !important; +} +.result--sep--hr:before { + background-color: #303030 !important; +} diff --git a/css/apprentice/apprentice-generic.css b/css/apprentice/apprentice-generic.css new file mode 100644 index 0000000..25a324e --- /dev/null +++ b/css/apprentice/apprentice-generic.css @@ -0,0 +1,52 @@ +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} diff --git a/css/apprentice/apprentice-github.css b/css/apprentice/apprentice-github.css new file mode 100644 index 0000000..79cafcf --- /dev/null +++ b/css/apprentice/apprentice-github.css @@ -0,0 +1,952 @@ +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} +* { + border-color: #272727 !important; +} +.news .alert .pull-info { + background-color: #585858 !important; +} +.link-gray-dark, +.text-gray-dark { + color: #bcbcbc !important; +} +.bg-white { + background-color: #262626 !important; +} +.border { + border-color: #800080 !important; +} +.breadcrumb .repo-root.js-repo-root a { + color: #00f !important; +} +.breadcrumb strong.final-path { + color: #bcbcbc !important; +} +button.ajax-pagination-btn { + background-color: #272727 !important; + color: #ff8700 !important; +} +button.ajax-pagination-btn:hover { + background-color: #303030 !important; +} +.comment-reactions .btn-link { + color: #bcbcbc !important; +} +.comment-reactions .user-has-reacted { + background-color: #272727 !important; +} +.text-gray-dark { + color: #bcbcbc !important; +} +.contrib-number { + color: #ff8700 !important; +} +.counter { + background-color: #444 !important; + color: #ff8700 !important; +} +.diffstat-bar { + color: #bcbcbc !important; +} +.file-header { + background-color: #272727 !important; +} +.file-history-tease .participation { + background-color: #262626 !important; + color: #bcbcbc !important; +} +.file-history-tease .participation .quickstat strong { + color: #bcbcbc !important; +} +.file-history-tease .participation a { + color: #585858 !important; +} +.file-history-tease .author a { + color: #bcbcbc !important; +} +.file-history-tease-header { + background-color: #272727 !important; +} +.file-info-divider { + background-color: #303030 !important; +} +.file-wrap { + color: #bcbcbc !important; +} +.file-wrap * { + background-color: transparent !important; +} +.filter-bar { + background-color: #585858 !important; +} +a.filter-item, +.filter-item { + color: #bcbcbc !important; +} +a.filter-item.selected, +.filter-item.selected { + background-color: #272727 !important; + color: #ff8700 !important; +} +a.filter-item:hover, +.filter-item:hover { + background-color: #303030 !important; + color: #ff8700 !important; +} +.flash { + background-color: #272727 !important; + color: #ff8700 !important; +} +.gh-header-number { + color: #585858 !important; +} +.ellipsis-expander, +.hidden-text-expander a { + background-color: #272727 !important; +} +.issue-meta { + color: #585858 !important; +} +.issues-listing a { + color: #bcbcbc !important; +} +.muted-link { + color: #bcbcbc !important; +} +.new-user-avatar-cta { + background-color: #272727 !important; + border-color: #585858 !important; + color: #ff8700 !important; +} +.overall-summary { + border-color: #303030 !important; +} +.pinned-repo-item.border { + border-color: #585858 !important; +} +.progress-bar { + background-color: #303030 !important; +} +.simple-box { + background-color: #272727 !important; +} +.social-count { + background-color: #272727 !important; + border-color: #303030 !important; + color: #ff8700 !important; +} +.scope-badge { + background-color: #303030 !important; + color: #ff8700 !important; +} +.stats-switcher-wrapper { + background-color: #262626 !important; +} +.stats-switcher-wrapper .numbers-summary li a { + color: #bcbcbc !important; +} +.table-list-header-toggle .btn-link { + color: #585858 !important; +} +.table-list-header-toggle .btn-link.selected { + color: #bcbcbc !important; +} +.text-emphasized { + color: #ff8700 !important; +} +.text-diff-added { + color: #008000 !important; +} +.text-diff-deleted { + color: #f00 !important; +} +.avatar, +.timeline-comment-avatar { + filter: opacity(75%); +} +.blob-code { + background-color: #262626 !important; + color: #bcbcbc !important; +} +.blob-code-addition { + background-color: rgba(64,255,64,0.1) !important; +} +.blob-code-addition .x { + background-color: #006000 !important; + color: #dedede !important; +} +.blob-code-deletion { + background-color: rgba(255,0,0,0.2) !important; +} +.blob-code-deletion .x { + background-color: #800000 !important; + color: #dedede !important; +} +.blob-code-hunk { + background-color: #272727 !important; + border-color: #585858 !important; +} +.blob-code-inner { + color: #bcbcbc !important; +} +.blob-num { + background-color: #262626 !important; + color: #585858 !important; +} +.file { + color: #bcbcbc !important; +} +.form-control { + background-color: #272727 !important; + border-color: #303030 !important; +} +.pl-c { + color: #585858 !important; +} +.pl-c1 { + color: #00f !important; +} +.pl-e { + color: #ff0 !important; +} +.pl-en { + color: #00f !important; +} +.pl-k { + color: #008000 !important; + font-weight: bold !important; +} +.pl-pds { + color: #0ff !important; +} +.pl-s { + color: #0ff !important; +} +.pl-smi { + color: #bcbcbc !important; +} +.pl-v { + color: #008000 !important; + font-weight: bold !important; +} +.pl-mi1 { + color: #008000 !important; + background-color: transparent !important; +} +.pl-md { + color: #f00 !important; + background-color: transparent !important; +} +.border-bottom, +.border-top { + border-color: #272727 !important; +} +.boxed-group * { + border-color: #303030 !important; +} +.boxed-group article { + background-color: #262626 !important; + color: #bcbcbc !important; +} +.boxed-group > h3 { + background-color: #444 !important; + color: #ff8700 !important; +} +.more-repos { + background-color: #444 !important; + box-shadow: inset 0 1px 0 #303030 !important; +} +.boxed-group-inner { + background-color: #262626 !important; +} +.branch-action-body { + background-color: #272727 !important; + border-color: #585858 !important; +} +.branch-action-body div { + border-color: #585858 !important; +} +.branch-action-state-clean .branch-action-icon { + background-color: #008000 !important; +} +.branch-action-state-dirty .branch-action-icon, +.branch-action-state-unstable .branch-action-icon, +.branch-action-state-unknown .branch-action-icon { + background-color: #ff0 !important; + color: #fff !important; +} +.text-shadow-light, +.branch-group-name, +.branch-summary { + color: #bcbcbc !important; + text-shadow: none !important; +} +.branch-a-b-count .meter { + background-color: #ff0 !important; +} +.more-branches, +.branch-group-heading, +.branch-infobar, +.branch-name { + border-color: #585858 !important; + background-color: #272727 !important; +} +.State, +.State:visited { + color: #fff !important; +} +.State--red { + background-color: #f00 !important; + color: #262626 !important; +} +.State--green { + background-color: #008000 !important; + color: #262626 !important; +} +.select-menu-filters { + background-color: #585858 !important; + color: #ff8700 !important; +} +.js-select-menu-tab { + background-color: #444 !important; + color: #ff8700 !important; +} +.select-menu-tabs a.selected, +.select-menu-tab-nav.selected { + background-color: #303030 !important; + color: #262626 !important; +} +.signed-commit-header { + background-color: #262626 !important; +} +.build-status-item { + background-color: #444 !important; + color: #ff8700 !important; +} +.build-status-item .build-status-details { + color: #00f !important; +} +.capped-card h3 { + background-color: #444 !important; +} +.capped-card h3 a { + color: #ff8700 !important; +} +.capped-card-content { + background-color: #262626 !important; +} +.capped-list th { + background-color: #585858 !important; + color: #ff8700 !important; +} +.capped-list tr:nth-child(2n) { + background-color: #272727 !important; +} +.commit, +.commit-meta, +.commit-icon .octicon, +.commit-group-title .octicon-git-commit { + background-color: #262626 !important; +} +.commit *, +.commit-meta *, +.commit-icon .octicon *, +.commit-group-title .octicon-git-commit * { + border-color: #303030 !important; +} +.commit-author { + color: #bcbcbc !important; +} +.commit-author-section { + color: #bcbcbc !important; +} +.commit-meta { + color: #585858 !important; +} +.commit-meta .sha-block { + color: #585858 !important; +} +.commit-meta .sha-block .sha { + color: #bcbcbc !important; +} +.commit-ref, +code.commit-sha { + background-color: #272727 !important; + color: #ff8700 !important; +} +.commit-ref .user, +code.commit-sha .user { + color: #0ff !important; +} +.commit-branches *, +.commit-tease, +.commit-title { + background-color: rgba(0,0,255,0.2) !important; + border: none !important; +} +.commit-branches * *, +.commit-tease *, +.commit-title * { + color: #ff8700 !important; +} +.commit-tease-contributors { + background-color: #272727 !important; +} +div.commit-branches, +div.commit.full-commit p.commit-title, +qul.branches-list { + background-color: #272727 !important; + color: #ff8700 !important; +} +div.commit-branches *, +div.commit.full-commit p.commit-title *, +qul.branches-list * { + background-color: #272727 !important; + color: #ff8700 !important; +} +.commit-meta { + background-color: #272727 !important; + color: #bcbcbc !important; +} +.commits-listing:before { + background-color: #272727 !important; +} +.full-commit { + background-color: #272727 !important; + border-color: #585858 !important; +} +.full-commit * { + text-shadow: none !important; +} +.commit-desc pre { + background-color: transparent !important; + color: #bcbcbc !important; +} +.commit.table-list-item { + border-color: #272727 !important; +} +.commit-meta.commit-author-section { + background-color: transparent !important; + color: #bcbcbc !important; +} +.table-list-cell .commit-title { + background-color: transparent !important; + color: #bcbcbc !important; +} +.completeness-indicator-success { + background-color: #008000 !important; +} +.completeness-indicator-problem { + background-color: #ff0 !important; + color: #fff !important; +} +.copyable-terminal { + background-color: #272727 !important; +} +.blankslate { + background-color: #272727 !important; + color: #ff8700 !important; +} +.comment-form-head.tabnav { + background-color: #262626 !important; +} +.conversation-list-heading .inner { + background-color: #262626 !important; +} +.discussion-item-closed .discussion-item-icon { + background-color: #f00 !important; + color: #ff8700 !important; +} +.discussion-item-icon { + background-color: #303030 !important; + color: #ff8700 !important; +} +.discussion-item-icon.octicon { + color: #ff8700 !important; +} +.discussion-item-entity, +.discussion-item .renamed-was, +.discussion-item .renamed-is { + color: #ff8700 !important; +} +.discussion-timeline:before { + background-color: #800080 !important; +} +.discussion-timeline-actions { + background-color: #262626 !important; +} +.drag-and-drop { + background-color: #272727 !important; +} +.new-discussion-timeline .closed-banner { + background-color: #800080 !important; + border-color: #262626 !important; +} +.timeline-comment { + background-color: #262626 !important; + border-color: #303030 !important; +} +.timeline-comment-header { + background-color: #272727 !important; +} +.timeline-comment-wrapper { + border-color: #262626 !important; +} +.donut-chart > .pending { + fill: #ff0 !important; +} +.dropdown-divider { + background-color: #800080 !important; +} +.dropdown-item { + color: #bcbcbc !important; +} +.dropdown-item:hover { + background-color: #303030 !important; + color: #ff8700 !important; +} +.dropdown-menu { + background-color: #444 !important; + color: #ff8700 !important; + border-color: #800080 !important; +} +.files * { + color: #bcbcbc !important; +} +.files tbody tr { + border-color: #272727 !important; +} +.files tbody tr:nth-child(even) { + background-color: #242424 !important; +} +.files tbody tr:nth-child(odd) { + background-color: #262626 !important; +} +.files tbody tr:hover * { + background-color: #444 !important; +} +.btn { + background-image: linear-gradient(to bottom, #303030, #272727) !important; + border-color: #303030 !important; + color: #ff8700 !important; +} +.btn:hover { + background-color: #585858 !important; +} +.btn-primary, +.issues-listing .btn-primary { + background-color: #008000 !important; + background-image: linear-gradient(#008000, #004000) !important; + color: #000 !important; + filter: opacity(62.5%); +} +.entry-title a { + color: #00f !important; +} +.Header { + background-color: #585858 !important; + border-bottom-color: #303030 !important; +} +.Header a { + color: #ff8700 !important; +} +.lang { + color: #ff8700 !important; +} +.reponav-item, +.pagehead-tabs-item { + background-color: #272727 !important; + border-color: transparent !important; + color: #bcbcbc !important; +} +.reponav-item:visited, +.pagehead-tabs-item:visited { + color: #bcbcbc !important; +} +.reponav-item.selected, +.pagehead-tabs-item.selected { + background-color: #262626 !important; + border-color: #f00 #444 transparent !important; +} +.site-footer-links * { + color: #bcbcbc !important; +} +.Box-row--focus-gray.navigation-focus { + background-color: #585858 !important; + color: #ff8700 !important; +} +.js-directory-link { + color: #5f87af !important; +} +.js-site-search-form input, +.js-chromeless-input-container { + background-color: #262626 !important; + border-color: #303030 !important; +} +a.label { + color: #000 !important; + filter: opacity(75%); +} +.notifications-list a { + color: #bcbcbc !important; +} +.notifications-list li { + background-color: #262626 !important; +} +.octicon, +.octicon-repo { + color: base1 !important; +} +.octicon.type-icon-state-closed, +.octicon-repo.type-icon-state-closed { + color: rgba(255,0,0,0.65) !important; +} +.octicon.type-icon-state-merged, +.octicon-repo.type-icon-state-merged { + color: #ee82ee !important; +} +.octicon.type-icon-state-open, +.octicon-repo.type-icon-state-open { + color: rgba(0,176,0,0.65) !important; +} +.octicon-alert { + color: #fff !important; +} +.octicon-x { + color: #f00 !important; +} +.octicon-check { + color: #008000 !important; +} +.octicon-primitive-dot { + color: #ff0 !important; +} +.octicon-clippy { + color: #ff8700 !important; +} +.octicon-git-pull-request, +.octicon-diff { + color: #fff !important; +} +.octicon-markdown { + color: #585858 !important; +} +.orghead { + background-color: #272727 !important; + border-color: #800080 !important; + border-bottom: 0px !important; + color: #ff8700 !important; +} +.org-name { + color: #ff8700 !important; +} +.pagehead.orghead { + background-color: #272727 !important; +} +.outline-box-highlighted { + background-color: #272727 !important; + color: #ff8700 !important; +} +.pagination .current { + background-color: #303030 !important; + color: #ff8700 !important; +} +.pagination .disabled { + background-color: #272727 !important; + color: #585858 !important; +} +.pagination .disabled:hover { + background-color: #272727 !important; +} +.pagination .gap { + background-color: #272727 !important; + color: #585858 !important; +} +.pagination a { + background-color: #272727 !important; + border-color: #262626 !important; + color: #bcbcbc !important; +} +.pagination a:hover { + background-color: #303030 !important; + color: #262626 !important; +} +.empty-cell, +.diffbar { + background-color: #262626 !important; +} +.merge-status-item { + background-color: #444 !important; +} +.merge-message { + background-color: #585858 !important; +} +.pr-toolbar { + background-color: #262626 !important; +} +.review-thread-reply { + background-color: #272727 !important; +} +.review-thread-reply .inline-comment-form { + background-color: #262626 !important; +} +.octicon-git-merge { + color: #fff !important; +} +.uploaded-files { + background-color: #262626 !important; +} +.upload-progress { + background-color: #272727 !important; + box-shadow: 1px 0px 0px #272727 inset; +} +#readme .plain { + background-color: #262626 !important; +} +.markdown-body, +.markdown-body table * { + background-color: #262626 !important; + border-color: #800080 !important; + color: #bcbcbc !important; +} +.markdown-body a, +.markdown-body table * a { + color: #5f87af !important; +} +.markdown-body code, +.markdown-body table * code, +.markdown-body pre, +.markdown-body table * pre { + background-color: #272727 !important; +} +.markdown-body hr, +.markdown-body table * hr { + background-color: #303030 !important; +} +.markdown-body img, +.markdown-body table * img { + background-color: #262626 !important; +} +.task-list-item.hovered { + background-color: #272727 !important; +} +.range-editor { + background-color: #272727 !important; +} +.compare-pr-placeholder { + background-color: #585858 !important; +} +ul.comparison-list > li.title { + background-color: #444 !important; +} +ul.comparison-list { + background-color: #585858 !important; +} +.repository-description { + color: #bcbcbc !important; +} +.repository-meta .edit-repository-meta label { + color: #bcbcbc !important; +} +.pagehead.repohead { + background-color: #272727 !important; +} +.repository-content .RecentBranches { + background-color: #272727 !important; + border-color: #800080 !important; +} +.repohead-details-container a { + color: #bcbcbc !important; +} +.select-menu-modal { + border-color: #bcbcbc !important; +} +.select-menu-modal * { + color: #bcbcbc !important; +} +.select-menu-header, +.select-menu-header * { + background-color: #272727 !important; + color: #ff8700 !important; + text-shadow: none !important; +} +.select-menu-item { + background-color: #262626 !important; +} +.select-menu-item.navigation-focus, +.select-menu-item.navigation-focus.selected, +.select-menu-item.navigation-focus.select-menu-action, +.select-menu-item-text.navigation-focus { + background-color: #303030 !important; + color: #ff8700 !important; +} +.repository-sidebar { + background-color: #262626 !important; +} +.thread-subscription-status { + background-color: #262626 !important; +} +.sunken-menu { + background-image: linear-gradient(to right, #272727 0%, #262626 8px) !important; + box-shadow: 1px 0px 0px #272727 inset; +} +.sunken-menu:before { + background-image: linear-gradient(#262626, transparent) !important; +} +.sunken-menu:after { + background-image: linear-gradient(transparent, #262626) !important; +} +.sunken-menu-item { + border-color: #262626 !important; +} +.sunken-menu-item.selected { + background-color: #262626 !important; + border-color: #444 !important; + color: #ff8700 !important; +} +.sunken-menu-item.selected:after { + background-color: #ff8700 !important; +} +.sunken-menu-separator:before { + background-image: linear-gradient(to right, #272727 70%, #262626 100%) !important; +} +.state { + color: #ff8700 !important; +} +.state-closed { + background-color: #f00 !important; +} +.state-open { + background-color: #008000 !important; +} +.subnav-item { + color: #bcbcbc !important; +} +.subnav-item:hover { + background-color: #585858 !important; +} +.subnav-item:visited { + color: #bcbcbc !important; +} +.subnav-item.selected { + background-color: #272727 !important; +} +.subnav-links a:hover { + background-color: #272727 !important; +} +.subnav-search input { + border-color: #585858 !important; +} +.right .tabnav-extra { + color: #585858 !important; +} +a.tabnav-tab, +.tabnav-tab { + border-color: transparent !important; + color: #585858 !important; +} +a.tabnav-tab.selected, +.tabnav-tab.selected { + background-color: #262626 !important; + background-image: linear-gradient(#272727, #262626) !important; + border-color: #800080 !important; + color: #ff8700 !important; +} +.table-list tr, +.table-list li { + background-color: #262626 !important; +} +.table-list tr:hover, +.table-list li:hover { + background-color: #444 !important; +} +.table-list-header { + background-color: #272727 !important; +} +.text-pending { + color: #ff0 !important; +} +.text-pending .octicon-primitive-dot { + color: #ff0 !important; +} +.text-red { + color: #f00 !important; +} +.timeline-commits .commit-meta { + background-color: #262626 !important; +} +.timeline-commits .commit-meta .commit-id { + color: #585858 !important; +} +.topic-tag.topic-tag-link { + background-color: #272727 !important; + color: #bcbcbc !important; +} +.underline-nav-item { + color: #bcbcbc !important; +} +.underline-nav-item.selected { + border-bottom-color: #f00 !important; + color: #bcbcbc !important; +} +.user-profile-nav { + background-color: #272727 !important; + border-color: #800080 !important; +} +.user-profile-sticky-bar:after { + background-color: #272727 !important; + border-color: #800080 !important; +} +.graphs .area { + fill: #008000; +} +.summary-stats li .num { + color: #ff8700 !important; +} +.viz { + background-color: #585858 !important; +} +.facebox-popup { + color: #bcbcbc !important; + background-color: #262626 !important; +} +.facebox-popup .octicon { + color: #fff !important; +} +.facebox-popup .owner-select-target { + color: #bcbcbc !important; + background-color: #272727 !important; +} +.facebox-popup .owner-select-target:hover { + background-color: #303030 !important; +} +.suggester { + background-color: #444 !important; +} +.suggester li.navigation-focus { + background-color: #303030 !important; +} diff --git a/css/apprentice/apprentice-google.com.css b/css/apprentice/apprentice-google.com.css new file mode 100644 index 0000000..02a33cd --- /dev/null +++ b/css/apprentice/apprentice-google.com.css @@ -0,0 +1,74 @@ +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} +.sfbgg { + background-color: #272727 !important; +} +.sbib_a { + background: linear-gradient(to bottom, #272727, #262626) !important; +} +input#lst-ib, +#sb_ifc0.sbib_b, +#gs_taif0 { + background: transparent !important; +} +#lst-ib, +.sbsb_a { + background-color: #262626 !important; +} +.kpbb { + background-image: linear-gradient(to bottom, #4040ff, #00f) !important; +} +#hdtbSum { + background-color: #262626 !important; +} +#hdtbMenus.hdtb-td-o { + background-color: #262626 !important; +} +#hdtb-tls.hdtb-tl { + background-image: linear-gradient(to bottom, #262626, #272727) !important; +} +#hdtb-tls.hdtb-tl.hdtb-tl-sel { + background-image: linear-gradient(to bottom, #272727, #262626) !important; +} +#abar_button_opt.ab_button { + background: linear-gradient(to bottom, #262626, #272727) !important; +} +#appbar { + background-color: #262626 !important; +} +cite { + color: #008000 !important; +} +.ab_dropdown { + background-color: #262626 !important; +} +div.crp { + background-color: #262626 !important; +} +#fbar { + background-color: #272727 !important; +} diff --git a/css/apprentice/apprentice-lwn.net.css b/css/apprentice/apprentice-lwn.net.css new file mode 100644 index 0000000..65f544b --- /dev/null +++ b/css/apprentice/apprentice-lwn.net.css @@ -0,0 +1,76 @@ +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} +tr.Even { + background-color: #272727 !important; +} +.BigQuote { + background-color: #272727 !important; + color: #ff8700 !important; +} +.Cat1HL { + background-color: #303030 !important; + color: #ff8700 !important; +} +.Cat2HL { + background-color: #444 !important; +} +.Cat3HL { + background-color: #585858 !important; +} +.FeatureByline { + background-color: #272727 !important; + border: none !important; +} +.Headline { + background-color: #444 !important; +} +.QuotedText { + color: #ee82ee !important; +} +DIV.GAByline { + background-color: #272727 !important; + border: none !important; +} +table.OddEven tr:nth-child(even) { + background-color: #242424 !important; +} +table.OddEven tr:nth-child(odd) { + background-color: #262626 !important; +} +DIV.CommentBox { + border-color: #272727 !important; +} +DIV.CommentBox P.CommentTitle { + background-color: #444 !important; +} +#menu, +.topnav-container { + background-color: #272727 !important; +} +.navmenu ul { + background-color: #272727 !important; +} diff --git a/css/apprentice/apprentice-mediawiki.org.css b/css/apprentice/apprentice-mediawiki.org.css new file mode 100644 index 0000000..0d134ee --- /dev/null +++ b/css/apprentice/apprentice-mediawiki.org.css @@ -0,0 +1,144 @@ +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} +body * { + border-color: #444 !important; +} +#content { + background-color: #262626 !important; + color: #bcbcbc !important; +} +#mw-head, +#mw-panel { + background-color: #272727 !important; + color: #ff8700 !important; +} +#mw-head div.portal, +#mw-panel div.portal { + background-image: none !important; +} +#mw-head { + background-color: #272727 !important; + background-image: linear-gradient(to bottom, #262626, #272727) !important; +} +#mw-panel, +#p-logo { + background-image: linear-gradient(to right, #262626, #272727) !important; +} +div.vectorTabs { + background-image: linear-gradient(to bottom, #262626, #272727) !important; +} +div.vectorTabs ul { + background-image: linear-gradient(to bottom, #262626, #272727) !important; +} +div.vectorTabs ul li { + background-color: #272727 !important; + background-image: none !important; + padding: 0px 1px 0px 1px !important; +} +div.vectorTabs span { + background-color: #272727 !important; + background-image: linear-gradient(to bottom, #262626, #272727) !important; +} +div.vectorTabs li.selected, +div.vectorTabs li.selected span { + background-color: transparent !important; + background-image: linear-gradient(to bottom, #272727, #262626) !important; +} +.mw-wiki-logo { + filter: opacity(50%); +} +div#simpleSearch #searchInput { + background-color: #262626 !important; + padding: 0.05em 0px 0.2em 0.2em !important; +} +.ambox, +.infobox, +#toc, +#toctitle, +.toclevel-1 { + background-color: #272727 !important; + border-color: #444 !important; + color: #ff8700 !important; +} +.catlinks { + background-color: #272727 !important; + border-color: #444 !important; + color: #ff8700 !important; +} +.navbox { + background-color: #272727 !important; + border-color: #444 !important; + color: #ff8700 !important; +} +.navbox .th, +.navbox .navbox-title { + background-color: #444 !important; +} +.navbox-abovebelow, +th.navbox-group, +.navbox-subgroup, +.navbox-title { + background-color: #585858 !important; +} +.navbox-even { + background-color: #262626 !important; +} +h1, +h2, +h3, +h4, +h5, +h6 { + border-color: #444 !important; + color: #ff8700 !important; +} +code { + background-color: #444 !important; + border-color: #444 !important; + color: #ff8700 !important; +} +div.thumbinner { + background-color: #272727 !important; + border-color: #444 !important; +} +img { + filter: opacity(75%); +} +img.thumbimage { + border-color: #444 !important; +} +.mw-body .external { + opacity: 0.5 !important; +} +table.wikitable { + background-color: #262626 !important; + border-color: #444 !important; + color: #bcbcbc !important; +} +table.wikitable > * > tr > th { + background-color: #272727 !important; +} diff --git a/css/apprentice/apprentice-news.ycombinator.com.css b/css/apprentice/apprentice-news.ycombinator.com.css new file mode 100644 index 0000000..868f148 --- /dev/null +++ b/css/apprentice/apprentice-news.ycombinator.com.css @@ -0,0 +1,84 @@ +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} +table { + background-color: #262626 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table, +#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table { + background-color: #ff8700 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) a, +#hnmain > tbody:nth-child(1) > tr:nth-child(1) a { + color: #000 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2), +#hnmain > tbody:nth-child(1) > tr:nth-child(2) { + background-color: #262626 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(2) { + background-color: #262626 !important; +} +.title a { + color: #bcbcbc !important; +} +.title a:visited { + color: #585858 !important; +} +a.storylink { + color: #ff8700 !important; + font-weight: bold; +} +.sitestr { + color: #00f !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) { + background-color: #262626 !important; +} +#hnmain .comhead { + color: #ff8700 !important; +} +#hnmain .c00 { + color: #bcbcbc !important; +} +#hnmain a.hnuser { + color: #ff0 !important; +} +#hnmain span.age a { + color: #585858 !important; +} +.cdd { + color: rgba(255,0,0,0.65) !important; +} +.comment i { + color: #585858 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(4) { + background-color: #262626 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) { + background-color: #ff8700 !important; +} diff --git a/css/apprentice/apprentice-planet.emacsen.org.css b/css/apprentice/apprentice-planet.emacsen.org.css new file mode 100644 index 0000000..04c3bcf --- /dev/null +++ b/css/apprentice/apprentice-planet.emacsen.org.css @@ -0,0 +1,61 @@ +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} +div#page div#header { + background-color: #262626 !important; +} +div#page div#header a { + color: #ee82ee !important; +} +.post { + background-color: #262626 !important; +} +.post * { + overflow: auto !important; +} +.post h2 { + background-color: #272727 !important; +} +.post h2 a { + color: #ff8700 !important; +} +.post div.entry { + background-color: #262626 !important; + color: #bcbcbc !important; +} +.post div.entry blockquote { + background-color: #272727 !important; +} +.post div.entry kbd { + background-color: #272727 !important; + border-color: #585858 !important; + box-shadow: none !important; + color: #ff8700 !important; + text-shadow: 0px 1px 0px #000 !important; +} +.post pre.mode-line { + overflow: visible !important; +} diff --git a/css/apprentice/apprentice-reddit.com.css b/css/apprentice/apprentice-reddit.com.css new file mode 100644 index 0000000..b3c5198 --- /dev/null +++ b/css/apprentice/apprentice-reddit.com.css @@ -0,0 +1,117 @@ +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} +#sr-header-area { + background-color: #272727 !important; +} +#sr-header-area .srdrop .selected { + color: #bcbcbc !important; +} +#sr-header-area #sr-more-link { + background-color: #272727 !important; +} +.link.promotedlink.promoted { + background-color: #272727 !important; +} +.link .usertext .md { + background-color: #272727 !important; +} +.linkinfo { + background-color: #272727 !important; +} +.linklisting .odd { + background-color: #272727 !important; +} +.thing .title { + color: #bcbcbc !important; +} +div.md { + color: #bcbcbc !important; +} +body.comment { + background-color: #262626 !important; +} +.commentarea > .usertext { + background-color: #262626 !important; +} +.commentarea .menuarea { + background-color: #262626 !important; +} +.comments-page .panestack-title { + background-color: #262626 !important; +} +.listing-chooser { + background-color: #262626 !important; +} +.listing-chooser .intro { + background-color: #303030 !important; + color: #ff8700 !important; +} +.listing-chooser .grippy { + background-color: #262626 !important; +} +.listing-chooser .grippy:after { + border-right: none !important; +} +.listing-chooser li { + background-color: #272727 !important; +} +.listing-chooser li.selected { + background-color: #303030 !important; + box-shadow: none; +} +.listing-chooser li a { + color: #bcbcbc !important; +} +.listing-chooser li a .description { + color: #ff8700 !important; +} +.titlebox { + background-color: #272727 !important; +} +.titlebox form.toggle { + background-color: #272727 !important; + color: #bcbcbc !important; +} +.side .usertext-body .md { + background-color: #272727 !important; +} +.side { + background-color: #272727 !important; +} +.sidebox .spacer { + background-color: #272727 !important; + color: #ff8700 !important; +} +.tabmenu li a { + background-color: #272727 !important; +} +#header-bottom-right { + background-color: #272727 !important; +} +.morelink .nub { + background-color: #272727 !important; +} diff --git a/css/apprentice/apprentice-sakai.css b/css/apprentice/apprentice-sakai.css new file mode 100644 index 0000000..854f8da --- /dev/null +++ b/css/apprentice/apprentice-sakai.css @@ -0,0 +1,74 @@ +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +tr:hover, +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} +#toolMenu li { + background-color: #262626 !important; +} +.navPanel, +.navIntraTool { + background-color: #262626 !important; +} +.instruction, +.sakaiCopyrightInfo { + color: #bcbcbc !important; +} +.listHier th { + background-color: #444 !important; +} +ul.makeMenu { + background-color: #444 !important; + border: 1px solid #444 !important; +} +tr.external { + background-color: #444 !important; +} diff --git a/css/apprentice/apprentice-stackexchange.com.css b/css/apprentice/apprentice-stackexchange.com.css new file mode 100644 index 0000000..1f50c61 --- /dev/null +++ b/css/apprentice/apprentice-stackexchange.com.css @@ -0,0 +1,236 @@ +* { + border-color: #800080 !important; +} +a { + color: #5f87af !important; +} +a:visited { + color: #87af87 !important; +} +body { + background-color: #262626 !important; + color: #bcbcbc !important; +} +html { + background-color: #262626 !important; +} +input, +textarea { + background-color: #272727 !important; + color: #bcbcbc !important; +} +blockquote, +pre { + background-color: #272727 !important; + color: #bcbcbc !important; +} +hr { + background-color: #444 !important; + color: #444 !important; +} +.bounty-indicator, +.bounty-indicator-tab { + background-color: #ee82ee !important; +} +.bottom-notice { + background-color: #272727 !important; +} +.comments-link { + color: #008000 !important; +} +.page-numbers { + background-color: #008000 !important; + color: #87875f !important; +} +.page-numbers.current { + background-color: #ff8700 !important; + color: #262626 !important; +} +.post-menu a { + color: #ee82ee !important; +} +.question-status { + background-color: #272727 !important; +} +pre code { + background-color: #272727 !important; + color: #ff8700 !important; +} +pre code .atn { + color: #00f !important; +} +pre code .atv { + color: #0ff !important; +} +pre code .com { + color: #585858 !important; +} +pre code .kwd { + color: #008000 !important; +} +pre code .lit { + color: #f0f !important; +} +pre code .pln, +pre code .pun { + color: #bcbcbc !important; +} +pre code .str { + color: #0ff !important; +} +pre code .tag { + color: #008000 !important; +} +pre code .typ { + color: #ff0 !important; +} +#footer { + background-color: #585858 !important; + color: #bcbcbc !important; +} +#footer #footer-sites th { + color: #ff8700 !important; +} +.top-footer-links a { + color: #008000 !important; +} +.so-header { + background-color: #444 !important; + color: #ff8700 !important; +} +.so-header a { + color: #008000 !important; +} +.so-header .navigation .-list .-item :hover { + background-color: #008000 !important; + color: #ffffaf !important; +} +.topbar-dialog { + background-color: #262626 !important; + box-shadow: #303030 5px 5px 5px; +} +.topbar-dialog .current-site-container { + background-color: #262626 !important; +} +.topbar-dialog .header { + background-color: #272727 !important; +} +.topbar-dialog .header a { + color: #ff8700 !important; +} +.topbar-dialog .site-link { + color: #ff8700 !important; +} +#header { + background-color: #444 !important; +} +#question-header .question-hyperlink { + color: #ff8700 !important; +} +#hlogo a { + filter: opacity(75%); +} +.new-post-activity { + background-color: #272727 !important; +} +.tagged-interesting { + background-color: #444 !important; +} +div.answered-accepted { + background-color: #008000 !important; + color: #87875f !important; +} +div.answered-accepted .mini-counts { + background-color: #008000 !important; + color: #87875f !important; +} +.answered .mini-counts span { + color: #008000 !important; +} +.unanswered .mini-counts span { + color: #bcbcbc !important; +} +#hot-network-questions a { + color: #0ff !important; +} +#hot-network-questions h4 a.js-gps-track { + color: #ff8700 !important; +} +#sidebar .community-bulletin .bulletin-item-content a { + color: #ff8700 !important; +} +#sidebar .module.community-bulletin { + background-color: #272727 !important; + color: #ff8700 !important; +} +#sidebar .question-hyperlink { + color: #0ff !important; +} +.newuser { + background-color: #272727 !important; + color: #ff8700 !important; +} +.label-key { + color: #bcbcbc !important; +} +.label-key b { + color: #ff8700 !important; +} +#h-chat-link { + color: #ff8700 !important; +} +.ad502-room { + background-color: #272727 !important; + box-shadow: #303030 0px 1px 3px; + color: #ff8700 !important; +} +#tabs a { + background-color: transparent !important; + background-image: linear-gradient(to bottom, #262626, #272727); + color: #ff8700 !important; +} +#tabs a.youarehere { + background-image: linear-gradient(to bottom, #ff8700, #262626); + color: #ffffaf !important; +} +.post-tag { + background-color: #303030 !important; + color: #262626 !important; +} +.post-tag::before { + background-color: #262626 !important; +} +a.comment-user.owner { + background-color: #008000 !important; + color: #87875f !important; +} +.post-signature { + background-color: #272727 !important; + color: #ff8700 !important; +} +.post-signature a { + color: #0ff !important; +} +.post-signature.owner .user-info .user-details a { + color: #008000 !important; +} +.post-signature span.relativetime { + color: #ff8700 !important; +} +.vote { + background-color: #272727 !important; +} +.vote .star-off { + filter: opacity(75%); +} +.vote .star-on { + filter: opacity(50%) !important; +} +.vote .vote-down-off, +.vote .vote-up-off { + filter: opacity(50%); +} +.answer-votes { + background-color: #303030 !important; + color: #262626 !important; +}