User:Adam660@legacy41957735/monobook.css

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Tab-rounding */
#p-cactions ul {
        overflow: visible;
}
 
#p-cactions li {
        border: 1px solid #6f7b87;
        position: relative;
        float: left;
        -moz-border-radius-topleft: .5em;
        -moz-border-radius-topright: .5em;
}
/* Miscellaneous corner-rounding */
div.pBody {
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
}
 
#content {
    -moz-border-radius-topleft: 0.75em;
    -moz-border-radius-bottomleft: 0.75em;
    border: 2px solid #6f7b87;
}
 
#footer {
    -moz-border-radius: 6px;
    border: 2px solid #6f7b87;
}



#bodyContent a[href ^="http://bulbapedia.bulbagarden.net"],
#article a[href ^="http://bulbapedia.bulbagarden.net"],
#contentSub a[href ^="http://bulbapedia.bulbagarden.net"]
{ background:url(http://www.zeldawiki.org/images/a/a4/Bulbalink.png) center right no-repeat !important; padding-right:20px !important}
#bodyContent .plainlinks a[href ^="http://bulbapedia.bulbagarden.net"],
#article .plainlinks a[href ^="http://bulbapedia.bulbagarden.net"],
#contentSub .plainlinks a[href ^="http://bulbapedia.bulbagarden.net"]
{ background:none !important; padding-right:0 !important}

#bodyContent a[href ^="http://www.mariowiki.com"],
#article a[href ^="http://www.mariowiki.com"],
#contentSub a[href ^="http://www.mariowiki.com"]
{ background:url(http://www.zeldawiki.org/images/d/de/SMWlink.png) center right no-repeat !important; padding-right:20px !important}
#bodyContent .plainlinks a[href ^="http://www.mariowiki.com"],
#article .plainlinks a[href ^="http://www.mariowiki.com"],
#contentSub .plainlinks a[href ^="http://www.mariowiki.com"]
{ background:none !important; padding-right:0 !important}