MediaWiki:Common.css: Difference between revisions

From UFFL Wiki
mNo edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
a { color: #00f; }


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


/* brighten color of links to work with book background set below */
a:active { color: #ffa500; }
: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 */
a.new, #p-personal a.new { color: #f00; }
body { background: black; }


/* Header */
a.new:visited, #p-personal a.new:visited { color:#c00; }
#mw-page-base, #mw-head {
 
    color: blue;
p { margin: 0.9em 0em 1em 0em; }
    background-repeat: no-repeat;
 
}
h1, h2, h3, h4, h5, h6 {
    color: black;
    margin: 0px;
}
 
pre { border: 1px dashed #06f; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5,
#article h1, #article h2, #article h3, #article h4, #article h5,
#mw_contentholder h1, #mw_contentholder h2, #mw_contentholder h3, #mw_contentholder h4, #mw_contentholder h5
{
    margin-bottom:0.6em;
}
 
#siteNotice {
    padding: 0.5em;
    margin: 10px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background: #fff;
}
 
#navbox, .navbox {
    /*border:1px solid #2f6fab;*/
    border: 1px solid #aaaaaa;
    background-color:#f9f9f9;
    padding: 5px;
    font-size: 95%;
    margin-left: 15px;
    margin-bottom: 15px;
}
 
#bodyContent a.extiw, #bodyContent a.extiw:active,
#article a.extiw, #article a.extiw:active,
#mw_contentholder a.extiw, #mw_contentholder a.extiw:active
{ color: #06f; }
 
#bodyContent a.external, #article a.external, #mw_contentholder a.external { color: #06f; }
 
#preftoc a:active { color: #00c; }
 
#mw-missingsummary { margin-bottom: 1em; padding:1em; background: #ffa; border: 2px solid #dd9; }

Revision as of 03:29, 14 January 2021

 a { color: #00f; }

 a:visited { color: #00c; }

 a:active { color: #ffa500; }

 a.new, #p-personal a.new { color: #f00; }

 a.new:visited, #p-personal a.new:visited { color:#c00; }

 p { margin: 0.9em 0em 1em 0em; }

 h1, h2, h3, h4, h5, h6 {
    color: black;
    margin: 0px;
 }

 pre { border: 1px dashed #06f; }

 #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5,
 #article h1, #article h2, #article h3, #article h4, #article h5,
 #mw_contentholder h1, #mw_contentholder h2, #mw_contentholder h3, #mw_contentholder h4, #mw_contentholder h5
 {
    margin-bottom:0.6em;
 }

 #siteNotice {
    padding: 0.5em;
    margin: 10px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background: #fff;
 }

 #navbox, .navbox { 
    /*border:1px solid #2f6fab;*/
    border: 1px solid #aaaaaa;
    background-color:#f9f9f9;
    padding: 5px;
    font-size: 95%;
    margin-left: 15px;
    margin-bottom: 15px;
 }

 #bodyContent a.extiw, #bodyContent a.extiw:active,
 #article a.extiw, #article a.extiw:active,
 #mw_contentholder a.extiw, #mw_contentholder a.extiw:active
 { color: #06f; }

 #bodyContent a.external, #article a.external, #mw_contentholder a.external { color: #06f; }

 #preftoc a:active { color: #00c; }

 #mw-missingsummary { margin-bottom: 1em; padding:1em; background: #ffa; border: 2px solid #dd9; }