MediaWiki:Common.css: Difference between revisions

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


/* Header */
/* Header */
#mw-page-base, #mw-head {
    color: blue;
    background-repeat: no-repeat;
}

Revision as of 03:14, 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 */
#mw-page-base, #mw-head {
    color: blue;
    background-repeat: no-repeat;
}