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 "User:Ultimate Toad/monobook.css"

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
m (Last edit, it's easier for me to see the links I already clicked on this way)
Tag: Reverted
m
Tag: Reverted
Line 1: Line 1:
/* 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;
}
/* Link colors */
/* Link colors */


h5 { color: #00007f; }
h5 { color: #00007f; }
a { color: #002bb8; }
a { color: #002bb8; }
a:visited { color: #5a3696; }
a:visited { color: #5a3696; }
a:hover { text-decoration: underline; }
a:hover { text-decoration: underline; }
a.new { color: #cc2200; }
a.new { color: #cc2200; }
}
 
/* Sidebar boxes */
#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  border:2px solid #bff4e9; !important;
}
#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url("/style/monobook/bullet.gif");
}
 
/* Tab fixes */
#p-cactions ul li a {
  background: #bff49f;
  border-top:2px solid #bff4e9;
  border-right:1px solid #bff4e9;
  border-left:1px solid #bff4e9 !important;
}
#p-cactions li.selected {
  border-bottom:1px solid #ffffff !important;
  z-index: 0 !important;
}
#p-cactions {
margin-top:0.5px; !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;
}
/* 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;
}
 
/* Footer */
#footer {
    border-top:3px solid #bff4e9;
    border-bottom:2px solid #bff4e9;
    border-right:none;
    border left:none;
}
}

Revision as of 08:24, 12 December 2021

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

/* Link colors */

 h5 { color: #00007f; }
 a { color: #002bb8; }
 a:visited { color: #5a3696; }
 a:hover { text-decoration: underline; }
 a.new { color: #cc2200; }
}

/* Sidebar boxes */
#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  border:2px solid #bff4e9; !important;
}
#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url("/style/monobook/bullet.gif");
}

/* Tab fixes */
#p-cactions ul li a {
   background: #bff49f;
   border-top:2px solid #bff4e9;
   border-right:1px solid #bff4e9;
   border-left:1px solid #bff4e9 !important;
 } 
#p-cactions li.selected { 
   border-bottom:1px solid #ffffff !important; 
   z-index: 0 !important; 
}
#p-cactions {
 margin-top:0.5px; !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; 
}
/* 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;
}

/* Footer */
#footer {
    border-top:3px solid #bff4e9;
    border-bottom:2px solid #bff4e9;
    border-right:none;
    border left:none;
}