Order and Chaos 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.
/* Hide image attribution */
div.picture-attribution { display:none !important; }
aside.picture-attribution { display:none !important; }


/* Provides the image for the header on the home page */
.Header2 {
   background: url('https://images.wikia.nocookie.net/__cb20110520223508/orderandchaosonline/images/5/5c/Header2.png') no-repeat;
}

/* Poll auto-formatting - Replaces dashed with solid grey */
.ajax-poll { border: 1px solid #aaa !important; }
 
/* Clearer percentage bars in polls */
.pollAnswerVotes { border: 1px solid #BBB !important; }
.pollAnswerVotes div { background: #93d167 !important; }

/* Navbox styling */
.navbox-title { background-color:#2F4F4F; color:#FFF; }
.navbox-group { background-color:#2F4F4F; color:#FFF; padding: 0px 10px; }
.navbox-list  { background-color:#e8e8e8; color:#000; padding: 0px 10px; }

/* Template:Quality item font color changes */
.qc-poor, .qc-poor a, .qc-poor a:visited { color:#666; } /* grey */
.qc-common, .qc-common a, .qc-common a:visited { color:#000; } /* black - should change to white whenever we use a dark wiki theme */
.qc-uncommon, .qc-uncommon a, .qc-uncommon a:visited { color:#00a600; } /* green */
.qc-rare, .qc-rare a, .qc-rare a:visited { color:#17639E; } /* blue */
.qc-epic, .qc-epic a, .qc-epic a:visited { color:#551a8b; } /* purple */
.qc-legendary, .qc-legendary a, .qc-legendary a:visited { color:#e16a00; } /* orange */
.qc-heirloom, .qc-heirloom a, .qc-heirloom a:visited { color:#ff00f6; } /* pink */

a, a:visited {              /* VISITED */
  text-decoration:none;
}
a:hover, a:visited:hover, a.new:hover {          /* NEW */
  text-shadow: #debf37 0 0 5px !important;
  text-decoration:none;
}

.infobox {
    width: 254px !important;
    border: 1px solid #000;
    background-color: #d6d6d6 !important;
    color: #000 !important;
    margin: 0px 0px 20px 20px;
    padding: 0.3em;
    float: right !important;
    clear: right !important;
    font-size: 89% !important;
    line-height: 1.5em !important;
}
/*infobox title */
.infobox th { 
    background-color: #777 !important;
    color: #FFF !important;
    text-align: center !important;
    font-family: Verdana, sans-serif; 
    font-size: 130%;
    font-weight: normal;
    padding: 1em;
}

/* This is for the portable <infobox> */
.portable-infobox {
    width: 254px !important;
    border: 1px solid #000;
    background-color: #d6d6d6 !important;
    color: #000 !important;
    margin: 0px 0px 20px 20px !important;
    padding: 0.3em !important;
    float: right !important;
    clear: right !important;
    line-height: 1.5em !important;
}
/* pi-title */
.pi-title { 
    background-color: #777 !important;
    color: #FFF !important;
    text-align: center !important;
    font-family: Verdana, sans-serif !important; 
    font-size: 120% !important;
    margin: 0.1em !important;
    padding: 0.5em !important;
}
.pi-header {
    background-color: #777 !important;
    color: #FFF !important;
    text-align: center !important;
    font-family: Verdana, sans-serif !important;
    font-size: 100% !important;
    margin: 0.1em !important;
    padding: 0.3em !important;
}
.pi-font {
    font-weight: normal !important;
}
/* Resizes image width used in portable infobox Image field */
.pi-image-thumbnail {
    max-width: 250px;
    height: auto;
}
Advertisement