MediaWiki:Common.css: Difference between revisions

From UFFL Wiki
 
mNo edit summary
Line 6: Line 6:


/* brighten color of links to work with book background set below */
/* brighten color of links to work with book background set below */
:link { color: #000000; }
:link { color: #CCC; }
:link:visited { color: #008800; }
:link:visited { color: #AAA; }
:link:active, :link.new { color: #FF0000; }
:link:active, :link.new { color: #FF0000; }
:link.interwiki, :link.external { color: #FFF; }
:link.interwiki, :link.external { color: #FFF; }

Revision as of 02:55, 14 January 2021

/* CSS placed here will be applied to all skins */

/* make the background behind the content area and the tabs a light grey */
#content, #content table
#p-cactions ul li a { background: silver; }

/* brighten color of links to work with book background set below */
:link { color: #CCC; }
:link:visited { color: #AAA; }
:link:active, :link.new { color: #FF0000; }
:link.interwiki, :link.external { color: #FFF; }
:link.stub { color: #772233; }

/* replace the book in the background with something else */
body { background: black; }

/* Header */