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

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
m (Used to these link colors)
(Blanking so I can test css properly)
Tag: Blanking
Line 1: Line 1:
/* Site logo */
#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 */
#content, div#content { !important; border:1px solid #ffc08b !important; }
/* Change the color of tabs */
#p-cactions ul li a { background: #ffebb0;  border-top:2px solid #ffc08b; border-right:1px solid #ffc08b; border-left:1px solid #ffc08b !important; }
#p-cactions li.selected {
border-bottom:1px solid #ffffff !important;
z-index: 0 !important;
}
#p-cactions { margin-top:-0.3px; !important
}
#p-cactions li {
border:medium none #000000 !important;
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
border-radius-topleft: 1em;
border-radius-topright: 1em;
}
/* Link colors */
h5 { color: #00007f; }
a { color: #002bb8; }
a:visited { color: #5a3696; }
a:hover { text-decoration: underline; }
a.new { color: #cc2200; }
}
/* 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;
}

Revision as of 03:31, 8 March 2021