Difference between revisions of "MediaWiki:Vector.css"

From Dwaia Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
     background-color: #55505a;
 
     background-color: #55505a;
 
}
 
}
.mw-body, h1, h2, h3, h4, h5, h6{ /*main text color*/
+
.mw-body, h1, h2, h3, h4, h5, h6, .tocnumber{
 +
    /*main text color*/
 
     color: #D5D4D4;
 
     color: #D5D4D4;
 
}
 
}

Revision as of 01:03, 27 January 2019

.mw-body { /*main background*/
    background-color: #55505a;
}
.mw-body, h1, h2, h3, h4, h5, h6, .tocnumber{
    /*main text color*/
    color: #D5D4D4;
}
/*Links*/
a{
    color: #ffee55;
}
a.new{
    color: #ff8877;
}

.toc{
    background-color: #504b55;\
    border: none;
}