User:Sczw/common.css: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
Sczw (talk | contribs)
No edit summary
Sczw (talk | contribs)
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
@namespace url(http://www.w3.org/1999/xhtml);
div#content, div#simpleSearch, input, button, pre {
    background-color: #1c1c1c !important;
  }
 
  body, div#toc, th, div#mw-page-base, div#catlinks, div.mw-content-ltr#mw-content-text > div:first-of-type {
    background-color: #1a1a1a !important;
  }
 
  ul, li, td, tr, table, div.thumb {
    background-color: inherit !important;
  }
 
  div#mw-page-base, span, ul, li {
    background-image: none !important;
  }
 
  h1, h2, h3, h4, h5, h6, div#content, input, button, pre {
    color: #EAEAEA !important;
  }
 
  a {
    color: #b3b3b3 !important;
  }
 
  a:visited {
    color: #7f7f7f !important;
  }
 
  a.external {
    color: #ffffff !important;
  }
 
  a.new {
    color: white !important;
  }


@-moz-document domain("baka-tsuki.org") {
body, div, table, span, h1, h2, h3, h {background:none, #111 !important; color: #eee !important;}
a {color:#ccf !important;}
a:hover {color:#44c !important;}
a:visited {color:#966 !important;}
a.new{color:red!important;}
p {font-size: 12pt !important;}
}
}

Latest revision as of 17:08, 8 October 2015

div#content, div#simpleSearch, input, button, pre {
    background-color: #1c1c1c !important;
  }
  
  body, div#toc, th, div#mw-page-base, div#catlinks, div.mw-content-ltr#mw-content-text > div:first-of-type {
    background-color: #1a1a1a !important;
  }
  
  ul, li, td, tr, table, div.thumb {
    background-color: inherit !important;
  }
  
  div#mw-page-base, span, ul, li {
    background-image: none !important;
  }
  
  h1, h2, h3, h4, h5, h6, div#content, input, button, pre {
    color: #EAEAEA !important;
  }
  
  a {
    color: #b3b3b3 !important;
  }
  
  a:visited {
    color: #7f7f7f !important;
  }
  
  a.external {
    color: #ffffff !important;
  }
  
  a.new {
    color: white !important;
  }

}