WikiBound logo.png There are 169 stubs for enemies. Help out by expanding these pages!
Item pages are now going to be split. See WikiBound:Projects for more information.

Difference between revisions of "MediaWiki:Monobook.css"

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
(Since the WikiBound skin was discontinued, might as well bring it back in monobook form. Feel free to revert if this change is too abrupt)
m
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* Edit this to change the appearance of the site for users of the monobook skin */
/* Edit this to change the appearance of the site for users of the monobook skin */
/* 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; }


/* Crisp sprites */
img {
img {
     image-rendering: optimizeSpeed;
     image-rendering: optimizeSpeed;
Line 46: Line 44:
/* Sidebar boxes */
/* Sidebar boxes */


.pBody {
.pBody {
   border-top-right-radius: 1em;
   border-top-right-radius: 1em;
   border-bottom-right-radius: 1em;
   border-bottom-right-radius: 1em;
}
}
.pBody {
 
  border-top-right-radius: 1em;
#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div  { 
  border-bottom-right-radius: 1em;
   border-top:3px solid #bff4e9;
   border-top:3px solid #bff4e9;
   border-bottom:3px solid #bff4e9;
   border-bottom:3px solid #bff4e9;
Line 60: Line 57:


/* Tab fixes */
/* Tab fixes */
#p-cactions ul li a {
#p-cactions ul li a {
  background: #dff4f9;
background: #dff4e9 !important;
  border-top:2px solid #bff4e9;
border:2px solid #bff4e9 !important;
  border-right:1px solid #bff4e9;
  }
  border-left:1px solid #bff4e9 !important;
  }  
#p-cactions ul li.selected a {
#p-cactions li.selected {  
background: #ffffff !important;
  border-bottom:1px solid #ffffff !important;  
border-bottom:1px solid #ffffff !important;  
  z-index: 0 !important;  
}
}
 
#p-cactions {
margin-top:1px; !important
}
#p-cactions li {  
#p-cactions li {  
  border:medium none #000000 !important;
  border:medium none !important;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-topright: 1em;
  border-radius-topleft: 1em;
  border-radius-topleft: 1em;
  border-radius-topright: 1em;  
  border-radius-topright: 1em;
}
}
 
/* Categories bar */
/* Categories bar */
.catlinks {
.catlinks {

Revision as of 00:21, 6 November 2022

/* Edit this to change the appearance of the site for users of the monobook skin */

/* Crisp sprites */
img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

/* Adding the classic appearence of the former WikiBound design */

/* Background */
body {
 background:#c9dfff;
 }
 #globalWrapper {
 background: none !important;
}

/* Content */
#content, div#content {
 border-top-left-radius: 1em;
 border-bottom-left-radius: 1em;
 border-top:3px solid #bff4e9;
 border-bottom:3px solid #bff4e9;
 border-left:3px solid #bff4e9;
 border-right:none !important; 
}

/* Table of contents */
#toc {
  border: 2px solid #bff4e9;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}

/* Sidebar boxes */

.pBody {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}

#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div  {  
  border-top:3px solid #bff4e9;
  border-bottom:3px solid #bff4e9;
  border-right:3px solid #bff4e9;
  border-left:none !important;
}

/* Tab fixes */

#p-cactions ul li a {
 background: #dff4e9 !important;
 border:2px solid #bff4e9 !important;
 }
 
#p-cactions ul li.selected a {
 background: #ffffff !important;
 border-bottom:1px solid #ffffff !important; 
 }

#p-cactions li { 
 border:medium none !important;
 -moz-border-radius-topleft: 1em;
 -moz-border-radius-topright: 1em;
 border-radius-topleft: 1em;
 border-radius-topright: 1em;
 }

/* Categories bar */
.catlinks {
  border: 2px solid #bff4e9;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}