User:Edwarf/common.css: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
Edwarf (talk | contribs)
mNo edit summary
Edwarf (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
@namespace url(http://www.w3.org/1999/xhtml);
body, div, table, span, h1, h2, h3, h {background:none, #111 !important; color: #eee !important;}


@-moz-document domain("baka-tsuki.org") {


/*!========================================\\


|| Dark Baka-Tsuki                        ||
a {color:#ccf !important;}


||-----------------------------------------||
a:hover {color:#44c !important;}


|| Created by MIMIC-Project                ||
a:visited {color:#966 !important;}


||-----------------------------------------||
a.new{color:red!important;}


|| A simple dark theme for Baka-tsuki      ||


|| http://mimic-project.com                ||


\\----------------------------------------!*/
p {font-size: 12pt !important;}
 
 
 
#mw-page-base,
 
#mw-head,
 
#p-logo,
 
#footer
 
{
 
    display: none;
 
}
 
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 09:41, 24 April 2016

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