User:Ultimate Toad/monobook.css: Difference between revisions

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
m (tests)
mNo edit summary
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* the background of the page text */
/* Background */


#content, div#content { !important; border:1px solid #ffc08b !important; } #p-cactions ul li a { background: #ffebb0;  border:1px solid #ffc08b !important; }  
body { background: url(https://cdn.wikibound.info/7/77/Wb-monobook-bg.png); }


/* contents box */
/* Link colors */
#toc {
 
    border: 1px solid #ffebb0;
a { color: #0000ff; }
    color: #000000;
a:visited { color: #770099; }
    background: #ffffff;
a:hover { text-decoration: underline; }
}
a.new { color: #ff0000; }
.mw-parser-output a.extiw { color: #06f; }
.mw-parser-output a.extiw:visited { color: #3
776599; }
.mw-parser-output a.external { color: #06f; }
.mw-parser-output a.external:visited { color: #04c; }

Latest revision as of 17:51, 16 April 2024

/* Background */

body { background: url(https://cdn.wikibound.info/7/77/Wb-monobook-bg.png); }

/* Link colors */

a { color: #0000ff; }
a:visited { color: #770099; }
a:hover { text-decoration: underline; }
a.new { color: #ff0000; }
.mw-parser-output a.extiw { color: #06f; }
.mw-parser-output a.extiw:visited { color: #3
776599; }
.mw-parser-output a.external { color: #06f; }
.mw-parser-output a.external:visited { color: #04c; }