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)
No edit summary
Line 1: Line 1:
a {color:#ccf !important;}
div#content, div#simpleSearch, input, button, pre {
a:hover {color:#44c !important;}
    background-color: #222222 !important;
a:visited {color:#966 !important;}
  }
a.new{color:red!important;}
 
  body, div#toc, th, div#mw-page-base, div#catlinks, div.mw-content-ltr#mw-content-text > div:first-of-type {
    background-color: #000000 !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: #DDDDDD !important;
  }
 
  a {
    color: #aaaaff !important;
  }
 
  a:visited {
    color: #ffaaff !important;
  }
 
  a.external {
    color: #aaffaa !important;
  }
 
  a.new {
    color: red !important;
  }


p {font-size: 12pt !important;}
}
}

Revision as of 17:58, 3 October 2015

div#content, div#simpleSearch, input, button, pre {
    background-color: #222222 !important;
  }
  
  body, div#toc, th, div#mw-page-base, div#catlinks, div.mw-content-ltr#mw-content-text > div:first-of-type {
    background-color: #000000 !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: #DDDDDD !important;
  }
  
  a {
    color: #aaaaff !important;
  }
  
  a:visited {
    color: #ffaaff !important;
  }
  
  a.external {
    color: #aaffaa !important;
  }
  
  a.new {
    color: red !important;
  }

}