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
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
#mw-page-base,
div#content, div#simpleSearch, input, button, pre {
#mw-head,
    background-color: #1c1c1c !important;
#p-logo,
  }
#footer
 
{
  body, div#toc, th, div#mw-page-base, div#catlinks, div.mw-content-ltr#mw-content-text > div:first-of-type {
     display: none;
    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;
  }
 
}
}
body {
    background-color: #333333 !important;
    color: #ddd !important;
    font-size: 1.0em;
}
a {
    color: #fff !important;
}
a.new {
    color: #888 !important;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
}
ol, ul {
    list-style-image: none;
}
div#mw-panel div.portal div.body ul {
    list-style-type: disc;
}
table.wikitable {
    color: #ddd;
}
div#content {
    background: none;
    color: #ddd;
    border-color: #ddd;
}
div#mw-panel {
    padding-top: 0em;
    top: 20px;
}
#mw-panel.collapsible-nav .portal {
    background: none !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
div.thumbinner {
    background: none;
}
table, tr, th, td,
#toc,
.toc,
.mw-warning,
.catlinks,
.collapsible,
.collapsible th,
li.gallerybox div.thumb {
    background-color: #444 !important;
}
   
} /** End */

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;
  }

}