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
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
Line 1: Line 1:
.catlinks ul {
  list-style-type: none;
  /* ... */
}
.catlinks ul li {
  /* styling for the single items */
}
/* CSS placed here will affect users of the DarkVector skin */
/* CSS placed here will affect users of the DarkVector skin */
#content { color: #ffffff; }
#content { 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; }