stylez

dark css style orverrides for sites i use

stackoverflow/style.css


@-moz-document domain("stackoverflow.com") {
  body, #questions div, .qa-block, #content {
    background:#282828 !important;
  }

  #footer.categories {
    background:#181818 !important;
  }

  .post-text {
    background:#D5D5D5 !important;
    color:#000000;
  }

  h1, h2, h3, h4 .page-description td, p, .owner-revision span, .revision span, div.container, #mdhelp pre, .badgecount, .comments, .user-panel-content td, .user-panel-content th, .content-page, .viewcount, .welovestackoverflow, .vote-count-post, .summarycount, #sidebar.module p .vote-count-post, .answer-votes, div.comment-body, h1 a, h4, span.reputation-score, div.module.question-stats p, span.page-numbers, #newsletter-ad, .item-summary, div.new-about-content-page.about-content-page div h2.about-title, .module.newuser, .page-description td, .bulletin-title, .status.answered span, .status.answered div, .label-key b, .excerpt, .answer-help, #mdhelp {
    color:#C0C0C0 !important;
  }

  .revision-comment,  .user-info-rep, .user-info-rep .user-details, .nav.mainnavs li a {
    color:#C0C0C0 !important;
    background: #454545 !important;
  }

  .vote-count-post, .votes {
    color:#E3E3AC !important;
  }

  span.count, .badge-tag {
    color: #FFFFFF !important;
  }

  .stats {
    background-color:#C0C0C0 !important;
  }

  .status.unanswered, .status.unanswered strong {
    color:#C23B22 !important;
  }

  .status.unanswered span {
    color:#777777 !important;    

  }

  .diff-delete {
    background:#501010 !important;
  }

  .diff-add {
    color:#A0E0A0 !important;
    background:#105010 !important;
  }

  .status.answered, .status.answered strong, .user-about-me, .stats {
    background:#353535 !important;
  }

  .result-highlight {
    color:#FFFFFF !important;
  }

  .status.answered-accepted, .status.answered-accepted strong {
    background:#759971 !important;
  }


  a:visited, .answer-hyperlink:visited{
    color:#A187BE !important;
  }

  a, h1>a:visited, .answer-hyperlink, .reputation a:visited {
    color:#6ECFF6 !important;
  }

  .content-block, .on-topic-examples, .off-topic-examples, .topbar .header, .modal-content, .welovestackoverflow, .comment-user, .community-bulletin, .revision td, #nav-askquestion, .answer-votes, #tabs a, .nav.mainnavs li, .question-status, #newsletter-ad .company-ad-b, .company-ad-sb, #hero-content, .module.newuser, .subtabs a.youarehere, .user-show-new .user-header-slim .data, .page-numbers.current, .other-sites, .topbar .topbar-icon-on, .topbar .topbar-icon-on:hover, .answer-help-background, #mdhelp-tabs, .ad502-room {
    background-color:#454545 !important;
  }

  .owner-revision td, .owner-revision .revision-comment, .owner-revision .user-details{
    background: #4A5287 !important;
  }

  .comment-user.owner {
    background:#2E5666 !important;
  }

  .comment-user {
    padding:2px !important;
  }

  .post-tag, #toc {
    background:#454545 !important;
    border:0px !important;
  }

  .welovestackoverflow, .topbar-dialog {
    border: 0px !important;
  }

  .mdhelp-tabs {
    border: 1px solid #888 !important;
  }

  .module, #question-header, .question-summary, .subheader, #tabs > a, .company-ad-b, .company-ad-sb, #hero-content, div.subtabs a, .page-numbers, .topbar-dialog li, .user-about-me, .user-show-new .user-header-slim .data, .comment td, .answer, .wmd-input, .wmd-button-bar, .wmd-preview, .grippie, .ad502-room {
    border-color:#888 !important;
  }

  .topbar-dialog {
    background-color:#888 !important;
  }

  .post-signature.owner, .user-details, .tagged-interesting {
    background:#353535 !important;
  }

  .comment:hover, .js-gps-track:hover, .siteSwitcher-dialog li:hover, .inbox-item:hover {
    background:#555555 !important;
  }

  input {
    background:#E5E5E5 !important;  
    color:#404040 !important;
  }

  #hmenus a:hover {
    background:#606060 !important;
  }

  textarea {
    background:#404040 !important;
    color:#C0C0C0 !important;
  }

  .grippie {
    background:#454545 !important;
  }

  .feed-icon {
    background-color: rgba(255, 255, 255, 0) !important;
  }

  #hlogo a {
    background-image: url("http://i.imgur.com/zeNdkNx.png") !important;
    background-size: 280px;
    width:280px;
    height:90px;
  }

  .community-bulletin, .ad502-room {
    box-shadow:none !important;
  }

  /* code colors */

  .post-text {
    background:#282828 !important;
    color:#C0C0C0 !important;
  }

  .prettyprint, blockquote, pre, pre>.spaces, .hi, .badge-tag {
    background:#353535 !important;
  }

  code { 
    background:#353535 !important;
    color:#C0C0C0 !important;
  }

  .lit { /* literal */
    color:#FF6961 !important;
  }

  .tag { /* tag */
    color:#FF6961 !important;
  }

  .atn {
    color:#C23B22 !important;
  }

  .atv {
    color:#AEC6CF !important;
  }

  .str { /* string*/
    color:#C23B22 !important;
  }

  .pln { /* plain text */
    color:#E0E0E0 !important;
  }

  .pun { /* punctuation */
    color:#A0A0A0 !important;
  }

  .com { /* comment */
    color:#ACD372 !important;
  }

  .kwd { /* keyword */ 
    color:#AEC6CF !important;
  }

  .typ { /* type */
    color:#7EB1C4 !important;
  }
}

Download

raw zip tar