Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Darkvector.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎CSS placed here will affect users of the DarkVector skin: div#mw-panel div.portal div.body ul li a { color: #0645AD; }")
 
No edit summary
Tag: Manual revert
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the DarkVector skin */
/* CSS placed here will affect users of the DarkVector skin */
div#mw-panel div.portal div.body ul li a {
#content { color: #ffffff; }
    color: #0645AD;
#content p{ color: #c1c1c1; }
}
#content h1{ color: #ffffff; }
#content h2{ color: #ffffff; }

Latest revision as of 12:25, 15 June 2024

/* CSS placed here will affect users of the DarkVector skin */
#content { color: #ffffff; }
#content p{ color: #c1c1c1; }
#content h1{ color: #ffffff; }
#content h2{ color: #ffffff; }