Difference between revisions of "User:Krytyk/vector.css"

From Baka-Tsuki
Jump to navigation Jump to search
m
m
Line 8: Line 8:
   
 
color:white !important;
 
color:white !important;
 
 
}
 
}
  +
body {
   
  +
background-color: #333333 !important;
   
  +
color: #ddd !important;
   
  +
font-size: 1.0em;
div#content{
 
   
  +
}
background-color:#333333 !important;
 
   
  +
a {
color:white !important;
 
  +
  +
color: #c2ffbd !important;
   
 
}
 
}
   
  +
a.new {
   
  +
color: #8dff84 !important;
   
  +
}
#content{
 
   
  +
h1, h2, h3, h4, h5, h6 {
background-color:#333333 !important;
 
   
color:white !important;
+
color: inherit;
   
 
}
 
}
   
  +
ol, ul {
   
  +
list-style-image: none;
   
  +
}
footer{
 
   
  +
div#mw-panel div.portal div.body ul {
background-color:#333333 !important;
 
   
  +
list-style-type: disc;
color:white !important;
 
   
 
}
 
}
   
  +
table.wikitable {
   
  +
color: #ddd;
   
  +
}
bodycontent{
 
   
  +
div#content {
background-color:#333333 !important;
 
   
  +
background: none;
color:white !important;
 
   
  +
color: #ddd;
}
 
   
  +
border-color: #ddd;
   
  +
}
   
div#mw-panel{
+
div#mw-panel {
   
  +
padding-top: 0em;
background-color:#333333 !important;
 
   
  +
top: 20px;
color:white !important;
 
   
 
}
 
}
   
  +
#mw-panel.collapsible-nav .portal {
   
  +
background: none !important;
   
  +
border-top: 1px solid #ddd;
div#footer{
 
   
  +
border-bottom: 1px solid #ddd;
background-color:#333333 !important;
 
 
color:white !important;
 
   
 
}
 
}
   
  +
div.thumbinner {
   
  +
background: none;
   
  +
}
a {
 
   
  +
table, tr, th, td,
color:#81ff7e !important;
 
   
  +
#toc,
}
 
   
  +
.toc,
   
  +
.mw-warning,
   
  +
.catlinks,
a.new, #quickbar a.new{
 
   
  +
.collapsible,
color:white !important;
 
   
  +
.collapsible th,
}
 
  +
  +
li.gallerybox div.thumb {
  +
  +
background-color: #444 !important;
   
 
}
 
}

Revision as of 18:51, 30 June 2014

@-moz-document domain('baka-tsuki.org'), url-prefix('http://www.baka-tsuki.org/') {

div#mw-head, table, html, body, div.vectorTabs ul li{

background-color:#333333 !important;

background:#333333 !important;

color:white !important;
}
body {

    background-color: #333333 !important;

    color: #ddd !important;

    font-size: 1.0em;

}

a {

    color: #c2ffbd !important;

}

a.new {

    color: #8dff84 !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;

}