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