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

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
(hmm few bugs occured after the update, I can probably fix it if I had permission to edit the css)
mNo edit summary
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* Site logo */
/* Background */
#p-logo a { background: url(https://wikibound.info/w/images/thumb/b/bc/WikiBound.png/150px-WikiBound.png) 75% 50% no-repeat !important; }
#p-logo a:hover { background: url(https://wikibound.info/w/images/thumb/b/bc/WikiBound.png/150px-WikiBound.png) 75% 50% no-repeat !important; }


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


#content, div#content { !important; border:1px solid #ffc08b !important; }
/* Link colors */


/* Change the color of tabs */
a { color: #0000ff; }
#p-cactions ul li a { background: #ffebb0; border-top:2px solid #ffc08b; border-right:1px solid #ffc08b; border-left:1px solid #ffc08b !important; }  
a:visited { color: #770099; }
#p-cactions li.selected {  
a:hover { text-decoration: underline; }
border-bottom:1px solid #ffffff !important;
a.new { color: #ff0000; }
z-index: 0 !important;  
.mw-parser-output a.extiw { color: #06f; }
}
.mw-parser-output a.extiw:visited { color: #3
#p-cactions { margin-top:-0.3px; !important
776599; }
}
.mw-parser-output a.external { color: #06f; }
#p-cactions li {  
.mw-parser-output a.external:visited { color: #04c; }
border:medium none #000000 !important;
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
border-radius-topleft: 1em;
border-radius-topright: 1em;
}
 
/* contents box */
#toc {
    border: 1px solid #ffebb0;
    color: #000000;
    background: #ffffff;
}
 
/* sidebar boxes */
 
#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div {
  background:#ffffff !important;
  border:1px solid #ffc08b !important;
}

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; }