/* This CSS rules are used for the classic Blue theme 
There are less rules for this color because the default Fandom theme is blue, the rules here are only necessary for some special cases.

Only color-related rules should be used here. Other properties that are independent of color are present in Common.css and Wikia.css 
*/

/* Wikia.css */

.portable-infobox.pi-theme-twbox {
    background-color: #c1d0e0;
    border: 0.2em solid #2373c4;
}

.portable-infobox.pi-theme-twbox .pi-header {
    color: #cc8400;
}

.portable-infobox.pi-theme-twbox .pi-horizontal-group-item {
    background-color: #cedde7;
}

/* Template:Infobox Hunt and Template:Infobox Hunt Skills */
.skills-box {
    background-color: #cedde7;
    border: 0.1em solid #d9d9d9;
}


/* Common.css */

#toc {
    background-color: rgba(255, 255, 255, 0.25);
    border: 0.1em solid #d9d9d9;
}

#toctitle {
    background: rgba(141, 196, 188, 0.5);
}

#twbox, .twbox {
    background-color: #ecf0f4;
    border: 0.1em solid #7990aa;
}

#twbox #tabular-data {
    background-color: #c1d0e0;
    border: 0.2em solid #2373c4;
}

#twbox #tabular-data .table-section > th {
    border-bottom: 0.2em groove #cc8400;
}

#twbox h5,
#twbox h4,
#twbox h3,
#twbox h2,
#twbox h1,
#twbox #tabular-data .table-section {
    color: #cc8400;
}

.update-header {
    background-color: #17525b;
}

#creature-resistance .res-value {
    background: linear-gradient(to bottom, #6a70c4, #9a9dc4, #232ba4) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.navbox .navbox-title {
    background: #CCF;
}

.navbox .navbox-header {
    background: #DDF;
}

.navbox .navbox-list {
    background: white;
}

table.wikitable tr:nth-child(odd) {
    background-color: #c0dad6; /* fallback */
    background-color: rgba(141, 196, 188, 0.25);
}
table.wikitable tr:nth-child(even) {
    background-color: #79b8af; /* fallback */
    background-color: rgba(141, 196, 188, 0.75);
}

.loot-table {
    border: 0.1em solid #7990aa;
}

.messagebox {
    border: 1px blue solid;
    background-color: rgb(244, 244, 255);
}