Re:Monster Wiki
Advertisement

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.
/* ######################################################################## */
/* #  This main style sheet is for index and reference purposes only.     # */
/* #  Finalized parts of the style sheet will have its own subdirectory.  # */
/* #  See: MediaWiki:Common.css to see which subdirectories is in use.    # */
/* ######################################################################## */

/* ########################################################################


TABLE OF CONTENTS uses
#toc, .toc { }

CATEGORY BOX uses
#catlinks { }


############################################################################ 

/* Portable Infoboxes */

/*.portable-infobox {
    border: 1px solid #303030;
    border-radius: 5px;
    color:#FFF; 
    padding: 2px;
    font-size:90%; 
    margin-top:1em;
    text-align:center;
    background: #151515;
}
.pi-title {
    background-color:#500B0B; 
    font-size:110%; 
    padding:0.5em; 
    text-align:center;
}
.pi-image { 
    width:100%; height:auto 
}*/

/* </source> */
Advertisement