mirror of
https://github.com/alphapapa/solarized-everything-css
synced 2024-11-15 00:12:44 +00:00
e2104657d8
Now correctly including generic.styl in all other sheets. This was quite a mess to figure out because of the way Stylus handles imports/requires. IIRC, Less doesn't work this way, but, of course, Less is much more limited than Stylus.
1042 lines
22 KiB
CSS
1042 lines
22 KiB
CSS
* {
|
|
border-color: #657b83 !important;
|
|
}
|
|
a {
|
|
color: #268bd2 !important;
|
|
}
|
|
a:visited {
|
|
color: #6c71c4 !important;
|
|
}
|
|
body {
|
|
background-color: #002b36 !important;
|
|
color: #839496 !important;
|
|
}
|
|
html {
|
|
background-color: #002b36 !important;
|
|
}
|
|
input,
|
|
textarea {
|
|
background-color: #073642 !important;
|
|
color: #839496 !important;
|
|
}
|
|
blockquote,
|
|
pre {
|
|
background-color: #073642 !important;
|
|
color: #839496 !important;
|
|
}
|
|
.post-actions {
|
|
background-color: #073642 !important;
|
|
}
|
|
.textarea-wrapper {
|
|
background-color: #002b36 !important;
|
|
color: #839496 !important;
|
|
}
|
|
.breadcrumb strong.final-path {
|
|
color: #839496 !important;
|
|
}
|
|
.contrib-number {
|
|
color: #93a1a1 !important;
|
|
}
|
|
.counter {
|
|
background-color: #586e75 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.diffstat-bar {
|
|
color: #839496 !important;
|
|
}
|
|
.file-header {
|
|
background-color: #073642 !important;
|
|
}
|
|
.file-history-tease .participation {
|
|
background-color: #002b36 !important;
|
|
color: #839496 !important;
|
|
}
|
|
.file-history-tease .participation .quickstat strong {
|
|
color: #839496 !important;
|
|
}
|
|
.file-history-tease .participation a {
|
|
color: #586e75 !important;
|
|
}
|
|
.file-history-tease .author a {
|
|
color: #839496 !important;
|
|
}
|
|
.file-history-tease-header {
|
|
background-color: #073642 !important;
|
|
}
|
|
.file-info-divider {
|
|
background-color: #586e75 !important;
|
|
}
|
|
.file-wrap {
|
|
background-color: #002b36 !important;
|
|
color: #839496 !important;
|
|
}
|
|
.file-wrap * {
|
|
background-color: #002b36 !important;
|
|
}
|
|
.filter-item {
|
|
color: #839496 !important;
|
|
}
|
|
.filter-item.selected {
|
|
background-color: #073642 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.filter-item:hover {
|
|
background-color: #586e75 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.flash {
|
|
background-color: #073642 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.gh-header-number {
|
|
color: #586e75 !important;
|
|
}
|
|
.hidden-text-expander a {
|
|
background-color: #073642 !important;
|
|
}
|
|
.issue-meta {
|
|
color: #586e75 !important;
|
|
}
|
|
.issues-listing a {
|
|
color: #839496 !important;
|
|
}
|
|
.muted-link {
|
|
color: #839496 !important;
|
|
}
|
|
.new-user-avatar-cta {
|
|
background-color: #073642 !important;
|
|
border-color: #586e75 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.overall-summary {
|
|
border-color: #586e75 !important;
|
|
}
|
|
.progress-bar {
|
|
background-color: #586e75 !important;
|
|
}
|
|
.social-count {
|
|
background-color: #073642 !important;
|
|
border-color: #586e75 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.scope-badge {
|
|
background-color: #586e75 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.subnav-item.selected {
|
|
background-color: #073642 !important;
|
|
}
|
|
.stats-switcher-wrapper {
|
|
background-color: #002b36 !important;
|
|
}
|
|
.table-list-header-toggle .btn-link {
|
|
color: #586e75 !important;
|
|
}
|
|
.table-list-header-toggle .btn-link.selected {
|
|
color: #839496 !important;
|
|
}
|
|
.text-emphasized {
|
|
color: #93a1a1 !important;
|
|
}
|
|
.text-diff-added {
|
|
color: #859900 !important;
|
|
}
|
|
.text-diff-deleted {
|
|
color: #dc322f !important;
|
|
}
|
|
.avatar,
|
|
.timeline-comment-avatar {
|
|
filter: opacity(50%);
|
|
}
|
|
.blob-code {
|
|
background-color: #002b36 !important;
|
|
color: #839496 !important;
|
|
}
|
|
.blob-code-addition {
|
|
background-color: rgba(232,255,77,0.1) !important;
|
|
}
|
|
.blob-code-addition .x {
|
|
background-color: #647300 !important;
|
|
color: #c1cacb !important;
|
|
}
|
|
.blob-code-deletion {
|
|
background-color: rgba(220,50,47,0.2) !important;
|
|
}
|
|
.blob-code-deletion .x {
|
|
background-color: #721513 !important;
|
|
color: #c1cacb !important;
|
|
}
|
|
.blob-code-hunk {
|
|
background-color: #073642 !important;
|
|
border-color: #586e75 !important;
|
|
}
|
|
.blob-code-inner {
|
|
color: #839496 !important;
|
|
}
|
|
.blob-num {
|
|
background-color: #002b36 !important;
|
|
color: #586e75 !important;
|
|
}
|
|
.file {
|
|
color: #839496 !important;
|
|
}
|
|
.form-control {
|
|
background-color: #073642 !important;
|
|
border-color: #586e75 !important;
|
|
}
|
|
.pl-c {
|
|
color: #586e75 !important;
|
|
}
|
|
.pl-c1 {
|
|
color: #268bd2 !important;
|
|
}
|
|
.pl-e {
|
|
color: #b58900 !important;
|
|
}
|
|
.pl-en {
|
|
color: #268bd2 !important;
|
|
}
|
|
.pl-k {
|
|
color: #859900 !important;
|
|
font-weight: bold !important;
|
|
}
|
|
.pl-pds {
|
|
color: #2aa198 !important;
|
|
}
|
|
.pl-s {
|
|
color: #2aa198 !important;
|
|
}
|
|
.pl-smi {
|
|
color: #839496 !important;
|
|
}
|
|
.pl-v {
|
|
color: #859900 !important;
|
|
font-weight: bold !important;
|
|
}
|
|
.boxed-group * {
|
|
border-color: #586e75 !important;
|
|
}
|
|
.boxed-group article {
|
|
background-color: #002b36 !important;
|
|
color: #839496 !important;
|
|
}
|
|
.boxed-group > h3 {
|
|
background-color: #073642 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.boxed-group-inner {
|
|
background-color: #002b36 !important;
|
|
}
|
|
.branch-action-body {
|
|
background-color: #073642 !important;
|
|
border-color: #586e75 !important;
|
|
}
|
|
.branch-action-body div {
|
|
border-color: #586e75 !important;
|
|
}
|
|
.branch-action-state-clean .branch-action-icon {
|
|
background-color: #859900 !important;
|
|
}
|
|
.branch-action-state-unstable .branch-action-icon,
|
|
.branch-action-state-unknown .branch-action-icon {
|
|
background-color: #b58900 !important;
|
|
}
|
|
.branch-infobar {
|
|
border-color: #586e75 !important;
|
|
background-color: #073642 !important;
|
|
}
|
|
.build-status-item {
|
|
background-color: #094352 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.build-status-item .build-status-details {
|
|
color: #268bd2 !important;
|
|
}
|
|
.commit,
|
|
.commit-meta,
|
|
.commit-icon .octicon,
|
|
.commit-group-title .octicon-git-commit {
|
|
background-color: #002b36 !important;
|
|
}
|
|
.commit *,
|
|
.commit-meta *,
|
|
.commit-icon .octicon *,
|
|
.commit-group-title .octicon-git-commit * {
|
|
border-color: #586e75 !important;
|
|
}
|
|
.commit-author {
|
|
color: #839496 !important;
|
|
}
|
|
.commit-meta {
|
|
color: #586e75 !important;
|
|
}
|
|
.commit-meta .sha-block {
|
|
color: #586e75 !important;
|
|
}
|
|
.commit-meta .sha-block .sha {
|
|
color: #839496 !important;
|
|
}
|
|
.commit-ref {
|
|
background-color: #073642 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.commit-ref .user {
|
|
color: #2aa198 !important;
|
|
}
|
|
.commit-branches *,
|
|
.commit-tease,
|
|
.commit-title {
|
|
background-color: rgba(190,255,255,0.2) !important;
|
|
border-color: #93a1a1 #93a1a1 #586e75 #93a1a1 !important;
|
|
}
|
|
.commit-branches * *,
|
|
.commit-tease *,
|
|
.commit-title * {
|
|
color: #93a1a1 !important;
|
|
}
|
|
.commit-meta {
|
|
background-color: #073642 !important;
|
|
color: #839496 !important;
|
|
}
|
|
.commits-listing:before {
|
|
background-color: #073642 !important;
|
|
}
|
|
.full-commit {
|
|
background-color: #073642 !important;
|
|
border-color: #586e75 !important;
|
|
}
|
|
.full-commit * {
|
|
text-shadow: none !important;
|
|
}
|
|
.full-commit .commit-desc pre {
|
|
color: #839496 !important;
|
|
}
|
|
.completeness-indicator-success {
|
|
background-color: #859900 !important;
|
|
}
|
|
.copyable-terminal {
|
|
background-color: #073642 !important;
|
|
}
|
|
.blankslate {
|
|
background-color: #073642 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.comment-form-head.tabnav {
|
|
background-color: #002b36 !important;
|
|
}
|
|
.conversation-list-heading .inner {
|
|
background-color: #002b36 !important;
|
|
}
|
|
.discussion-item-closed .discussion-item-icon {
|
|
background-color: #dc322f !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.discussion-item-icon {
|
|
background-color: #586e75 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.discussion-item-icon.octicon {
|
|
color: #93a1a1 !important;
|
|
}
|
|
.discussion-timeline:before {
|
|
background-color: #657b83 !important;
|
|
}
|
|
.discussion-timeline-actions {
|
|
background-color: #002b36 !important;
|
|
}
|
|
.drag-and-drop {
|
|
background-color: #073642 !important;
|
|
}
|
|
.new-discussion-timeline .closed-banner {
|
|
background-color: #657b83 !important;
|
|
border-color: #002b36 !important;
|
|
}
|
|
.timeline-comment {
|
|
background-color: #002b36 !important;
|
|
border-color: #586e75 !important;
|
|
}
|
|
.timeline-comment-header {
|
|
background-color: #073642 !important;
|
|
}
|
|
.timeline-comment-wrapper {
|
|
border-color: #002b36 !important;
|
|
}
|
|
.donut-chart > .pending {
|
|
fill: #b58900 !important;
|
|
}
|
|
.files * {
|
|
color: #586e75 !important;
|
|
}
|
|
.files tbody tr * {
|
|
background-color: #002b36 !important;
|
|
border-color: #073642 !important;
|
|
}
|
|
.files tbody tr:hover * {
|
|
background-color: #094352 !important;
|
|
}
|
|
.btn {
|
|
background-image: linear-gradient(to bottom, #586e75, #073642) !important;
|
|
border-color: #586e75 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.btn-primary,
|
|
.issues-listing .btn-primary {
|
|
background-color: #859900 !important;
|
|
background-image: linear-gradient(#859900, #424d00) !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.header {
|
|
background-color: #073642 !important;
|
|
border-bottom-color: #586e75 !important;
|
|
}
|
|
.header a {
|
|
color: #93a1a1 !important;
|
|
}
|
|
.lang {
|
|
color: #93a1a1 !important;
|
|
}
|
|
.js-directory-link {
|
|
color: #268bd2 !important;
|
|
}
|
|
.js-site-search-form input,
|
|
.js-chromeless-input-container {
|
|
background-color: #002b36 !important;
|
|
border-color: #586e75 !important;
|
|
}
|
|
a.label {
|
|
background-color: #073642 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.notifications-list a {
|
|
color: #839496 !important;
|
|
}
|
|
.notifications-list li {
|
|
background-color: #002b36 !important;
|
|
}
|
|
.octicon,
|
|
.octicon-repo {
|
|
color: #93a1a1 !important;
|
|
}
|
|
.octicon,
|
|
.octicon.octicon-git-compare,
|
|
.octicon-repo-forked {
|
|
color: #93a1a1 !important;
|
|
}
|
|
.octicon.type-icon-state-closed,
|
|
.octicon.octicon-git-compare.type-icon-state-closed,
|
|
.octicon-repo-forked.type-icon-state-closed {
|
|
color: #dc322f !important;
|
|
}
|
|
.octicon.type-icon-state-merged,
|
|
.octicon.octicon-git-compare.type-icon-state-merged,
|
|
.octicon-repo-forked.type-icon-state-merged {
|
|
color: #6c71c4 !important;
|
|
}
|
|
.octicon.type-icon-state-open,
|
|
.octicon.octicon-git-compare.type-icon-state-open,
|
|
.octicon-repo-forked.type-icon-state-open {
|
|
color: #859900 !important;
|
|
}
|
|
.octicon-check {
|
|
color: #fff !important;
|
|
}
|
|
.octicon-x {
|
|
color: #dc322f !important;
|
|
}
|
|
.octicon-clippy {
|
|
color: #268bd2 !important;
|
|
}
|
|
.octicon-git-pull-request,
|
|
.octicon-diff {
|
|
color: #839496 !important;
|
|
}
|
|
.octicon-markdown {
|
|
color: #586e75 !important;
|
|
}
|
|
.outline-box-highlighted {
|
|
background-color: #073642 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.pagination .current {
|
|
background-color: #586e75 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.pagination .disabled {
|
|
background-color: #073642 !important;
|
|
color: #586e75 !important;
|
|
}
|
|
.pagination .disabled:hover {
|
|
background-color: #073642 !important;
|
|
}
|
|
.pagination .gap {
|
|
background-color: #073642 !important;
|
|
color: #586e75 !important;
|
|
}
|
|
.pagination a {
|
|
background-color: #073642 !important;
|
|
border-color: #002b36 !important;
|
|
color: #839496 !important;
|
|
}
|
|
.pagination a:hover {
|
|
background-color: #586e75 !important;
|
|
color: #002b36 !important;
|
|
}
|
|
#readme .plain {
|
|
background-color: #002b36 !important;
|
|
}
|
|
.markdown-body,
|
|
.markdown-body table * {
|
|
background-color: #002b36 !important;
|
|
border-color: #657b83 !important;
|
|
color: #839496 !important;
|
|
}
|
|
.markdown-body a,
|
|
.markdown-body table * a {
|
|
color: #268bd2 !important;
|
|
}
|
|
.markdown-body code,
|
|
.markdown-body table * code,
|
|
.markdown-body pre,
|
|
.markdown-body table * pre {
|
|
background-color: #073642 !important;
|
|
}
|
|
.markdown-body hr,
|
|
.markdown-body table * hr {
|
|
background-color: #586e75 !important;
|
|
}
|
|
.repository-description {
|
|
color: #839496 !important;
|
|
}
|
|
.repository-meta .edit-repository-meta label {
|
|
color: #839496 !important;
|
|
}
|
|
.select-menu-modal {
|
|
border-color: #839496 !important;
|
|
}
|
|
.select-menu-modal * {
|
|
background-color: #002b36 !important;
|
|
color: #839496 !important;
|
|
}
|
|
.select-menu-header,
|
|
.select-menu-header * {
|
|
background-color: #073642 !important;
|
|
color: #93a1a1 !important;
|
|
text-shadow: none !important;
|
|
}
|
|
.select-menu-item:hover *,
|
|
.select-menu-item-icon:hover,
|
|
.select-menu-item.navigation-focus {
|
|
background-color: #586e75 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.select-menu-item.selected {
|
|
background-color: #586e75 !important;
|
|
}
|
|
.repository-sidebar {
|
|
background-color: #002b36 !important;
|
|
}
|
|
.thread-subscription-status {
|
|
background-color: #002b36 !important;
|
|
}
|
|
.sunken-menu {
|
|
background-image: linear-gradient(to right, #002b36 0%, #073642 8px) !important;
|
|
box-shadow: 1px 0px 0px #073642 inset;
|
|
}
|
|
.sunken-menu:before {
|
|
background-image: linear-gradient(#002b36, rgba(7,66,54,0)) !important;
|
|
}
|
|
.sunken-menu:after {
|
|
background-image: linear-gradient(rgba(7,66,54,0), #002b36) !important;
|
|
}
|
|
.sunken-menu-item.selected {
|
|
background-color: #073642 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.sunken-menu-item.selected:after {
|
|
background-color: #cb4b16 !important;
|
|
}
|
|
.sunken-menu-separator {
|
|
background-image: radial-gradient(farthest-side at left top, #073642, rgba(7,66,54,0));
|
|
}
|
|
.state {
|
|
color: #93a1a1 !important;
|
|
}
|
|
.state-closed {
|
|
background-color: #dc322f !important;
|
|
}
|
|
.state-open {
|
|
background-color: #859900 !important;
|
|
}
|
|
.subnav-links a:hover {
|
|
background-color: #073642 !important;
|
|
}
|
|
.subnav-search input {
|
|
border-color: #586e75 !important;
|
|
}
|
|
.right .tabnav-extra {
|
|
color: #586e75 !important;
|
|
}
|
|
.tabnav-tab {
|
|
border-color: transparent !important;
|
|
color: #586e75 !important;
|
|
}
|
|
.tabnav-tab.selected {
|
|
background-color: #002b36 !important;
|
|
background-image: linear-gradient(#073642, #002b36) !important;
|
|
border-color: #657b83 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.table-list * {
|
|
background-color: #002b36 !important;
|
|
}
|
|
.table-list *:hover,
|
|
.table-list *:hover * {
|
|
background-color: #073642 !important;
|
|
}
|
|
.table-list-header {
|
|
background-color: #073642 !important;
|
|
}
|
|
.text-pending {
|
|
color: #b58900 !important;
|
|
}
|
|
.text-pending .octicon-primitive-dot {
|
|
color: #b58900 !important;
|
|
}
|
|
.timeline-commits .commit-meta {
|
|
background-color: #002b36 !important;
|
|
}
|
|
.timeline-commits .commit-meta .commit-id {
|
|
color: #586e75 !important;
|
|
}
|
|
.sfbgg {
|
|
background-color: #073642 !important;
|
|
}
|
|
.sbib_a {
|
|
background: linear-gradient(to bottom, #073642, #002b36) !important;
|
|
}
|
|
input#lst-ib,
|
|
#sb_ifc0.sbib_b,
|
|
#gs_taif0 {
|
|
background: transparent !important;
|
|
}
|
|
#lst-ib,
|
|
.sbsb_a {
|
|
background-color: #002b36 !important;
|
|
}
|
|
.kpbb {
|
|
background-image: linear-gradient(to bottom, #59a9e1, #268bd2) !important;
|
|
}
|
|
#hdtbSum {
|
|
background-color: #002b36 !important;
|
|
}
|
|
#hdtbMenus.hdtb-td-o {
|
|
background-color: #002b36 !important;
|
|
}
|
|
#hdtb-tls.hdtb-tl {
|
|
background-image: linear-gradient(to bottom, #002b36, #073642) !important;
|
|
}
|
|
#hdtb-tls.hdtb-tl.hdtb-tl-sel {
|
|
background-image: linear-gradient(to bottom, #073642, #002b36) !important;
|
|
}
|
|
#abar_button_opt.ab_button {
|
|
background: linear-gradient(to bottom, #002b36, #073642) !important;
|
|
}
|
|
#appbar {
|
|
background-color: #002b36 !important;
|
|
}
|
|
cite {
|
|
color: #859900 !important;
|
|
}
|
|
.ab_dropdown {
|
|
background-color: #002b36 !important;
|
|
}
|
|
div.crp {
|
|
background-color: #002b36 !important;
|
|
}
|
|
#fbar {
|
|
background-color: #073642 !important;
|
|
}
|
|
#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
|
|
background-color: #cb4b16 !important;
|
|
}
|
|
#hnmain a {
|
|
color: #93a1a1 !important;
|
|
}
|
|
.title a {
|
|
color: #839496 !important;
|
|
}
|
|
#hnmain > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) {
|
|
background-color: #002b36 !important;
|
|
}
|
|
#hnmain .comhead {
|
|
color: #93a1a1 !important;
|
|
}
|
|
#hnmain .c00 {
|
|
color: #839496 !important;
|
|
}
|
|
#hnmain > tbody:nth-child(1) > tr:nth-child(4) {
|
|
background-color: #073642 !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: #cb4b16 !important;
|
|
}
|
|
body * {
|
|
border-color: #094352 !important;
|
|
}
|
|
#content {
|
|
background-color: #002b36 !important;
|
|
color: #839496 !important;
|
|
}
|
|
#mw-head,
|
|
#mw-panel {
|
|
background-color: #073642 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
#mw-head div.portal,
|
|
#mw-panel div.portal {
|
|
background-image: none !important;
|
|
}
|
|
#mw-head {
|
|
background-color: #073642 !important;
|
|
background-image: linear-gradient(to bottom, #002b36, #073642) !important;
|
|
}
|
|
#mw-panel,
|
|
#p-logo {
|
|
background-image: linear-gradient(to right, #002b36, #073642) !important;
|
|
}
|
|
div.vectorTabs {
|
|
background-image: linear-gradient(to bottom, #002b36, #073642) !important;
|
|
}
|
|
div.vectorTabs ul {
|
|
background-image: linear-gradient(to bottom, #002b36, #073642) !important;
|
|
}
|
|
div.vectorTabs ul li {
|
|
background-color: #073642 !important;
|
|
background-image: none !important;
|
|
padding: 0px 1px 0px 1px !important;
|
|
}
|
|
div.vectorTabs span {
|
|
background-color: #073642 !important;
|
|
background-image: linear-gradient(to bottom, #002b36, #073642) !important;
|
|
}
|
|
div.vectorTabs li.selected,
|
|
div.vectorTabs li.selected span {
|
|
background-color: transparent !important;
|
|
background-image: linear-gradient(to bottom, #073642, #002b36) !important;
|
|
}
|
|
.mw-wiki-logo {
|
|
filter: opacity(50%);
|
|
}
|
|
div#simpleSearch #searchInput {
|
|
background-color: #002b36 !important;
|
|
padding: 0.05em 0px 0.2em 0.2em !important;
|
|
}
|
|
.ambox,
|
|
.infobox,
|
|
#toc,
|
|
#toctitle,
|
|
.toclevel-1 {
|
|
background-color: #073642 !important;
|
|
border-color: #094352 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.catlinks {
|
|
background-color: #073642 !important;
|
|
border-color: #094352 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.navbox {
|
|
background-color: #073642 !important;
|
|
border-color: #094352 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.navbox .th,
|
|
.navbox .navbox-title {
|
|
background-color: #094352 !important;
|
|
}
|
|
.navbox-abovebelow,
|
|
th.navbox-group,
|
|
.navbox-subgroup,
|
|
.navbox-title {
|
|
background-color: #083c4a !important;
|
|
}
|
|
.navbox-even {
|
|
background-color: #002b36 !important;
|
|
}
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
border-color: #094352 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
code {
|
|
background-color: #094352 !important;
|
|
border-color: #094352 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
div.thumbinner {
|
|
background-color: #073642 !important;
|
|
border-color: #094352 !important;
|
|
}
|
|
img {
|
|
filter: opacity(75%);
|
|
}
|
|
img.thumbimage {
|
|
border-color: #094352 !important;
|
|
}
|
|
.mw-body .external {
|
|
opacity: 0.5 !important;
|
|
}
|
|
table.wikitable {
|
|
background-color: #002b36 !important;
|
|
border-color: #094352 !important;
|
|
color: #839496 !important;
|
|
}
|
|
table.wikitable > * > tr > th {
|
|
background-color: #073642 !important;
|
|
}
|
|
div#page div#header {
|
|
background-color: #002b36 !important;
|
|
}
|
|
div#page div#header a {
|
|
color: #6c71c4 !important;
|
|
}
|
|
.post {
|
|
background-color: #002b36 !important;
|
|
}
|
|
.post * {
|
|
overflow: auto !important;
|
|
}
|
|
.post h2 {
|
|
background-color: #073642 !important;
|
|
}
|
|
.post h2 a {
|
|
color: #93a1a1 !important;
|
|
}
|
|
.post div.entry {
|
|
background-color: #002b36 !important;
|
|
color: #839496 !important;
|
|
}
|
|
.post div.entry blockquote {
|
|
background-color: #073642 !important;
|
|
}
|
|
.post div.entry kbd {
|
|
background-color: #073642 !important;
|
|
border-color: #586e75 !important;
|
|
box-shadow: none !important;
|
|
color: #93a1a1 !important;
|
|
text-shadow: 0px 1px 0px #000 !important;
|
|
}
|
|
.post pre.mode-line {
|
|
overflow: visible !important;
|
|
}
|
|
hr {
|
|
background-color: #094352 !important;
|
|
color: #094352 !important;
|
|
}
|
|
.bounty-indicator,
|
|
.bounty-indicator-tab {
|
|
background-color: #6c71c4 !important;
|
|
}
|
|
.bottom-notice {
|
|
background-color: #073642 !important;
|
|
}
|
|
.comments-link {
|
|
color: #859900 !important;
|
|
}
|
|
.page-numbers {
|
|
background-color: #859900 !important;
|
|
color: #eee8d5 !important;
|
|
}
|
|
.page-numbers.current {
|
|
background-color: #cb4b16 !important;
|
|
color: #002b36 !important;
|
|
}
|
|
.post-menu a {
|
|
color: #6c71c4 !important;
|
|
}
|
|
.question-status {
|
|
background-color: #073642 !important;
|
|
}
|
|
pre code {
|
|
background-color: #073642 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
pre code .atn {
|
|
color: #268bd2 !important;
|
|
}
|
|
pre code .atv {
|
|
color: #2aa198 !important;
|
|
}
|
|
pre code .com {
|
|
color: #586e75 !important;
|
|
}
|
|
pre code .kwd {
|
|
color: #859900 !important;
|
|
}
|
|
pre code .lit {
|
|
color: #d33682 !important;
|
|
}
|
|
pre code .pln,
|
|
pre code .pun {
|
|
color: #839496 !important;
|
|
}
|
|
pre code .str {
|
|
color: #2aa198 !important;
|
|
}
|
|
pre code .tag {
|
|
color: #859900 !important;
|
|
}
|
|
pre code .typ {
|
|
color: #b58900 !important;
|
|
}
|
|
#footer {
|
|
background-color: #083c4a !important;
|
|
color: #839496 !important;
|
|
}
|
|
#footer #footer-sites th {
|
|
color: #93a1a1 !important;
|
|
}
|
|
.top-footer-links a {
|
|
color: #859900 !important;
|
|
}
|
|
.topbar {
|
|
background-color: #094352 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.topbar a {
|
|
color: #859900 !important;
|
|
}
|
|
.topbar-dialog {
|
|
background-color: #002b36 !important;
|
|
box-shadow: #586e75 5px 5px 5px;
|
|
}
|
|
.topbar-dialog .current-site-container {
|
|
background-color: #002b36 !important;
|
|
}
|
|
.topbar-dialog .header {
|
|
background-color: #073642 !important;
|
|
}
|
|
.topbar-dialog .header a {
|
|
color: #93a1a1 !important;
|
|
}
|
|
.topbar-dialog .site-link {
|
|
color: #93a1a1 !important;
|
|
}
|
|
#header {
|
|
background-color: #094352 !important;
|
|
}
|
|
#hmenus .nav ul li a {
|
|
background-color: #859900 !important;
|
|
color: #fdf6e3 !important;
|
|
}
|
|
#question-header .question-hyperlink {
|
|
color: #93a1a1 !important;
|
|
}
|
|
#hlogo a {
|
|
filter: opacity(75%);
|
|
}
|
|
.new-post-activity {
|
|
background-color: #073642 !important;
|
|
}
|
|
.tagged-interesting {
|
|
background-color: #094352 !important;
|
|
}
|
|
div.answered-accepted {
|
|
background-color: #859900 !important;
|
|
color: #eee8d5 !important;
|
|
}
|
|
div.answered-accepted .mini-counts {
|
|
background-color: #859900 !important;
|
|
color: #eee8d5 !important;
|
|
}
|
|
.answered .mini-counts span {
|
|
color: #859900 !important;
|
|
}
|
|
.unanswered .mini-counts span {
|
|
color: #839496 !important;
|
|
}
|
|
#hot-network-questions a {
|
|
color: #2aa198 !important;
|
|
}
|
|
#hot-network-questions h4 a.js-gps-track {
|
|
color: #93a1a1 !important;
|
|
}
|
|
#sidebar .community-bulletin .bulletin-item-content a {
|
|
color: #93a1a1 !important;
|
|
}
|
|
#sidebar .module.community-bulletin {
|
|
background-color: #073642 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
#sidebar .question-hyperlink {
|
|
color: #2aa198 !important;
|
|
}
|
|
.label-key {
|
|
color: #839496 !important;
|
|
}
|
|
.label-key b {
|
|
color: #93a1a1 !important;
|
|
}
|
|
#h-chat-link {
|
|
color: #93a1a1 !important;
|
|
}
|
|
.ad502-room {
|
|
background-color: #073642 !important;
|
|
box-shadow: #586e75 0px 1px 3px;
|
|
color: #93a1a1 !important;
|
|
}
|
|
#tabs a {
|
|
background-color: transparent !important;
|
|
background-image: linear-gradient(to bottom, #002b36, #073642);
|
|
color: #93a1a1 !important;
|
|
}
|
|
#tabs a.youarehere {
|
|
background-image: linear-gradient(to bottom, #cb4b16, #002b36);
|
|
color: #fdf6e3 !important;
|
|
}
|
|
.post-tag {
|
|
background-color: #586e75 !important;
|
|
color: #002b36 !important;
|
|
}
|
|
.post-tag::before {
|
|
background-color: #002b36 !important;
|
|
}
|
|
a.comment-user.owner {
|
|
background-color: #859900 !important;
|
|
color: #eee8d5 !important;
|
|
}
|
|
.post-signature {
|
|
background-color: #073642 !important;
|
|
color: #93a1a1 !important;
|
|
}
|
|
.post-signature a {
|
|
color: #2aa198 !important;
|
|
}
|
|
.post-signature.owner .user-info .user-details a {
|
|
color: #859900 !important;
|
|
}
|
|
.post-signature span.relativetime {
|
|
color: #93a1a1 !important;
|
|
}
|
|
.vote {
|
|
background-color: #073642 !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: #586e75 !important;
|
|
color: #002b36 !important;
|
|
}
|