Phantasy star online 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.
/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

/* Italicize titles */
cite {
   font-style: italic;
}

/* List styles */
/* Divided list, floats terms left and definitions right */
.divided-list dt {
    clear:left;
    float:left;
    font-weight:normal;
}
.divided-list dd {
    clear:right;
    float:right;
    margin-left:0;
}
.divided-list:after {
    clear:both;
}

/* Plain list container, no bullets or numbering */
.plain-list, .plain-list ul, .plain-list ol {
    margin:0;
    list-style-type:none;
    list-style-image:none;
}

/* Three column icon list */
ul.three-column-icon-list,
ol.three-column-icon-list {
   -webkit-columns: 3;
   -moz-columns: 3;
   columns: 3;
   list-style-type: none;
}
.three-column-icon-list li {
   clear: left;
   margin-top: 0;
   -webkit-column-break-inside: avoid;
   page-break-inside: avoid;
   break-inside: avoid;
}
.three-column-icon-list li img {
   float: left;
}

/* Userbox classes */
.userbox {
   display:table-row;
   float:right;
   width:238px;
   margin:1px;
   border:1px solid navy;
}
.userbox-id {
   display:table-cell;
   width:45px;
   height:45px;
   vertical-align:middle;
   background:navy;
   text-align:center;
   font-size:10pt;
   line-height:1.25em;
   color:white;
}
.userbox-info {
   display:table-cell;
   vertical-align:middle;
   font-size:8pt;
   line-height:1.25em;
}
Advertisement