Difference between revisions of "MediaWiki:Common.css"

From DDO Compendium
Line 18: Line 18:
.postedit {
.postedit {
     background-color: #272b30 !important;
     background-color: #272b30 !important;
    border: 1px solid #1c1e22 !important;
     color: #c8c8c8 !important;
     color: #c8c8c8 !important;
    border: 1px solid #1c1e22 !important;
}
}


.vertical-words {
.vertical-words {
    text-orientation: upright;
     writing-mode: vertical-rl;
     writing-mode: vertical-rl;
    text-orientation: upright;
}
}


Line 46: Line 46:


.super {
.super {
    font-size: smaller;
     vertical-align: super;
     vertical-align: super;
    font-size: smaller;
}
}


.compendiumtable {
.compendiumtable {
    color: white;
     background-color: #3a3f44;
     background-color: #3a3f44;
    margin: 1em 0;
     border: 1px solid #a2a9b1;
     border: 1px solid #a2a9b1;
     border-collapse: collapse;
     border-collapse: collapse;
    color: white;
    margin: 1em 0;
}
}


.compendiumtablecolor {
.compendiumtablecolor {
    background-color: #3a3f44;
     color: white;
     color: white;
    background-color: #3a3f44;
}
}


Line 69: Line 69:


.compendiumtable .header {
.compendiumtable .header {
    background-color: gray;
     border: 1px solid #a2a9b1;
     border: 1px solid #a2a9b1;
     padding: 0.2em 0.4em;
     padding: 0.2em 0.4em;
     text-align: center;
     text-align: center;
    background-color: gray;
}
}


.compendiumtable .linkheader {
.compendiumtable .linkheader {
     border: 1px solid #a2a9b1;
     border: 1px solid #a2a9b1;
    font-size: 20px;
     padding: 0.2em 0.4em;
     padding: 0.2em 0.4em;
     text-align: center;
     text-align: center;
    font-size: 20px;
}
}


Line 139: Line 139:


.compendiumtable > tbody > tr > th {
.compendiumtable > tbody > tr > th {
    background-color: gray;
     border: 1px solid #a2a9b1;
     border: 1px solid #a2a9b1;
     padding: 0.2em 0.4em;
     padding: 0.2em 0.4em;
     text-align: center;
     text-align: center;
    background-color: gray;
     vertical-align: bottom;
     vertical-align: bottom;
}
}


.compendiumtable > thead > tr > th {
.compendiumtable > thead > tr > th {
    background-color: gray;
     border: 1px solid #a2a9b1;
     border: 1px solid #a2a9b1;
     padding: 0.2em 0.4em;
     padding: 0.2em 0.4em;
     text-align: center;
     text-align: center;
    background-color: gray;
}
}


Line 216: Line 216:
     .compendiumtable > tbody > tr > td {
     .compendiumtable > tbody > tr > td {
         border: none;
         border: none;
        margin-left: 1em;
         padding: 0.2em 0.4em;
         padding: 0.2em 0.4em;
        margin-left: 1em;
         width: 90%;
         width: 90%;
     }
     }
Line 240: Line 240:


.ddoheader .headerlist {
.ddoheader .headerlist {
    list-style: none;
     margin-bottom: 0;
     margin-bottom: 0;
    padding-bottom: 5px;
     padding-left: 0;
     padding-left: 0;
    padding-bottom: 5px;
    list-style: none
}
}


Line 251: Line 251:


.ddoheader .enhancementtreelist {
.ddoheader .enhancementtreelist {
    list-style: none;
     margin-bottom: 0;
     margin-bottom: 0;
     padding-left: 5px;
     padding-left: 5px;
    list-style: none
}
}


.ddoheader .enhtreeitem {
.ddoheader .enhtreeitem {
    float: left;
     height: 90px;
     height: 90px;
    width: 150px;
     margin-bottom: 5px;
     margin-bottom: 5px;
     margin-top: 5px;
     margin-top: 5px;
    float: left;
     padding: 5px;
     padding: 5px;
    width: 150px;
}
}


.ddoheader .enhtreeitemtall {
.ddoheader .enhtreeitemtall {
    float: left;
     height: 130px;
     height: 130px;
     margin-bottom: 5px;
     margin-bottom: 5px;
     margin-top: 5px;
     margin-top: 5px;
    float: left;
     padding: 5px;
     padding: 5px;
     width: 130px;
     width: 130px;
Line 275: Line 275:


.ddoheader .enhtreeitemshort {
.ddoheader .enhtreeitemshort {
    float: left;
     height: 45px;
     height: 45px;
     margin-bottom: 5px;
     margin-bottom: 5px;
     margin-top: 5px;
     margin-top: 5px;
    float: left;
     padding: 5px;
     padding: 5px;
     width: 130px;
     width: 130px;
Line 284: Line 284:


.ddoheader .enhtreeitemmed {
.ddoheader .enhtreeitemmed {
    float: left;
     height: 70px;
     height: 70px;
     margin-bottom: 5px;
     margin-bottom: 5px;
     margin-top: 5px;
     margin-top: 5px;
    float: left;
     padding: 5px;
     padding: 5px;
     width: 130px;
     width: 130px;
Line 293: Line 293:


.ddoheader .sectiontitle {
.ddoheader .sectiontitle {
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    height: 95px;
    line-height: 95px;
    text-align: center;
     transform: rotate(-90deg);
     transform: rotate(-90deg);
     transform-origin: center center 0;
     transform-origin: center center 0;
    float: left;
    text-align: center;
     vertical-align: middle;
     vertical-align: middle;
    height: 95px;
    line-height: 95px;
    font-weight: bold;
    font-size: 1.1em;
     width: 4em;
     width: 4em;
}
}
Line 310: Line 310:


.ddoheader .classicon {
.ddoheader .classicon {
     text-align: center;
     float: left;
     height: 95px;
     height: 95px;
    width: 68px;
     margin-bottom: 5px;
     margin-bottom: 5px;
     margin-top: 5px;
     margin-top: 5px;
     float: left;
     text-align: center;
    width: 68px;
}
}


.ddoheader .classicon2 {
.ddoheader .classicon2 {
     text-align: center;
     float: left;
     height: 75px;
     height: 75px;
    width: 75px;
     margin-bottom: 5px;
     margin-bottom: 5px;
     margin-top: 5px;
     margin-top: 5px;
     float: left;
     text-align: center;
    width: 75px;
}
}


.ddoheader .featicon {
.ddoheader .featicon {
     width: 95px;
     float: left;
     height: 80px;
     height: 80px;
    text-align: center;
     margin-bottom: 5px;
     margin-bottom: 5px;
     margin-top: 5px;
     margin-top: 5px;
     float: left;
     text-align: center;
    width: 95px;
}
}


.ddoheader .edicon {
.ddoheader .edicon {
     width: 84px;
     float: left;
     height: 95px;
     height: 95px;
    text-align: center;
     margin-bottom: 5px;
     margin-bottom: 5px;
     margin-top: 5px;
     margin-top: 5px;
     float: left;
     text-align: center;
    width: 84px;
}
}


.ddoheader .raceicon {
.ddoheader .raceicon {
     width: 75px;
     float: left;
     height: 95px;
     height: 95px;
    text-align: center;
     margin-bottom: 5px;
     margin-bottom: 5px;
     margin-top: 5px;
     margin-top: 5px;
     float: left;
     text-align: center;
    width: 75px;
}
}


.ddoheader .spellicon {
.ddoheader .spellicon {
     width: 72px;
     float: left;
     height: 95px;
     height: 95px;
    text-align: center;
     margin-bottom: 5px;
     margin-bottom: 5px;
     margin-top: 5px;
     margin-top: 5px;
     float: left;
     text-align: center;
    width: 72px;
}
}


.ddoheader .iconicicon {
.ddoheader .iconicicon {
     width: 120px;
     float: left;
     height: 95px;
     height: 95px;
    text-align: center;
     margin-bottom: 5px;
     margin-bottom: 5px;
     margin-top: 5px;
     margin-top: 5px;
     float: left;
     text-align: center;
    width: 120px;
}
}


Line 385: Line 385:


#toc {
#toc {
    border: 1px #ccc solid;
     float: right;
     float: right;
     border: 1px #ccc solid;
     margin: 5px;
     padding: 5px 15px 15px 15px;
     padding: 5px 15px 15px 15px;
    margin: 5px;
}
}


/* File history and other tables bg color */
/* File history and other tables bg color */
table.wikitable > tr > th, table.wikitable > * > tr > th {
table.wikitable > tr > th, table.wikitable > * > tr > th {
     background-color: rgb(0, 0, 0, 0);
     background-color: rgba(0, 0, 0, 0);
}
}


Line 457: Line 457:


.quest .outer-box {
.quest .outer-box {
    background-color: #3a3f44;
     float: right;
     float: right;
    font-size: 14px;
     margin-left: 10px;
     margin-left: 10px;
     max-width: 300px;
     max-width: 300px;
    font-size: 14px;
    background-color: #3a3f44
}
}


.quest .outer-box-wide {
.quest .outer-box-wide {
    background-color: #3a3f44;
     float: right;
     float: right;
    font-size: 14px;
     margin-left: 10px;
     margin-left: 10px;
     max-width: 530px;
     max-width: 530px;
    font-size: 14px;
    background-color: #3a3f44
}
}


Line 498: Line 498:
}
}


@media (max-width: 760px) {
/*@media (max-width: 760px) {*/
    .quest .outer-box {
/*    .quest .outer-box {*/
        float: none;
/*        float: none;*/
        width: 100%;
/*        margin-left: 0;*/
        max-width: 760px;
/*        max-width: 760px;*/
        margin-left: 0px;
/*        width: 100%;*/
    }
/*    }*/


    .quest .outer-box-wide {
/*    .quest .outer-box-wide {*/
        float: none;
/*        float: none;*/
        width: 100%;
/*        margin-left: 0;*/
        max-width: 760px;
/*        max-width: 760px;*/
        margin-left: 0px;
/*        width: 100%;*/
    }
/*    }*/


    .quest .inner-box {
/*    .quest .inner-box {*/
        width: 100%;
/*        width: 100%;*/
    }
/*    }*/
}
/*}*/


.item-table {
.item-table {
    background-color: black;
     border: 1px solid #B0B5B8;
     border: 1px solid #B0B5B8;
    background-color: black;
     width: 100%;
     width: 100%;


Line 530: Line 530:


.itembasevalue {
.itembasevalue {
    padding-left: 10px;
    text-align: left;
     width: 50%;
     width: 50%;
    text-align: left;
    padding-left: 10px;
}
}


.itemweight {
.itemweight {
    padding-right: 10px;
    text-align: right;
     width: 50%;
     width: 50%;
    text-align: right;
    padding-right: 10px;
}
}


.item-table .item-info-side {
.item-table .item-info-side {
     padding-left: 20px;
     padding: 10px 10px 10px 20px;
     padding-right: 10px;
     vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
     width: 50%;
     width: 50%;
    vertical-align: top;
}
}


.item-table .item-info-full {
.item-table .item-info-full {
     padding-left: 20px;
     padding: 10px 10px 10px 20px;
     padding-right: 10px;
     vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
     width: 100%;
     width: 100%;
    vertical-align: top;
}
}


.item-table .icon {
.item-table .icon {
    vertical-align: top;
     width: 50px;
     width: 50px;
    vertical-align: top;
}
}


.item-table .title {
.item-table .title {
     font-size: 20px;
     font-size: 20px;
    padding-bottom: 15px;
     text-align: center;
     text-align: center;
     width: 100%;
     width: 100%;
    padding-bottom: 15px;
}
}


Line 583: Line 577:
.item-table .item-image-side {
.item-table .item-image-side {
     border-left: solid 1px white;
     border-left: solid 1px white;
    vertical-align: top;
     width: 100%;
     width: 100%;
    vertical-align: top;
}
}


Line 596: Line 590:


.item-table .item-image-table {
.item-table .item-image-table {
    width: 100%;
     padding-left: 20px;
     padding-left: 20px;
     padding-right: 10px;
     padding-right: 10px;
    width: 100%;
}
}


.item-table .item-image {
.item-table .item-image {
    width: 100%;
     padding-left: 20px;
     padding-left: 20px;
     padding-right: 10px;
     padding-right: 10px;
     padding-top: 10px;
     padding-top: 10px;
    width: 100%;
}
}


Line 614: Line 608:
.item-image img {
.item-image img {
     display: block;
     display: block;
    max-height: 300px;
     width: auto;
     width: auto;
    max-height: 300px;
}
}


.item-table .item-image-table .item-image {
.item-table .item-image-table .item-image {
    text-align: center;
     border-bottom: solid 1px white;
     border-bottom: solid 1px white;
    margin-bottom: 10px;
     padding-bottom: 15px;
     padding-bottom: 15px;
     margin-bottom: 10px;
     text-align: center;
}
}


.item-table .item-image-table .item-image-notext {
.item-table .item-image-table .item-image-notext {
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
     text-align: center;
     text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
}




@media (max-width: 760px) {
/*@media (max-width: 760px) {*/
    .item-table .item-info-side {
/*    .item-table .item-info-side {*/
        padding-left: 10px;
/*        padding-left: 10px;*/
        padding-right: 5px;
/*        padding-right: 5px;*/
        width: 100%
/*        width: 100%*/
    }
/*    }*/


    .item-table .item-image-table {
/*    .item-table .item-image-table {*/
        width: 100%;
/*        padding-left: 0;*/
        padding-left: 0px;
/*        padding-right: 0;*/
        padding-right: 0px;
/*        padding-top: 10px;*/
        padding-top: 10px;
/*        width: 100%;*/
    }
/*    }*/


    .item-table .item-image-side {
/*    .item-table .item-image-side {*/
        width: 100%;
/*        border-left: none;*/
        border-top: 1px solid #B0B5B8;
/*        border-top: 1px solid #B0B5B8;*/
        border-left: none;
/*        vertical-align: top;*/
        vertical-align: top;
/*        width: 100%;*/
    }
/*    }*/


    .item-table .icon {
/*    .item-table .icon {*/
        text-align: center;
/*        padding-top: 10px;*/
        width: 100%;
/*        text-align: center;*/
        padding-top: 10px;
/*        width: 100%;*/
    }
/*    }*/
}
/*}*/


table.wikitable > tr > th, table.wikitable > * > tr > th {
table.wikitable > tr > th, table.wikitable > * > tr > th {
Line 665: Line 659:
}
}


/* Playing with mobile resolutions, should make all tables mobile responsive */
/*!* Playing with mobile resolutions, should make all tables mobile responsive *!*/
@media (max-width: 760px),
/*@media (max-width: 760px),*/
(min-device-width: 768px) and (max-device-width: 1024px) {
/*(min-device-width: 768px) and (max-device-width: 1024px) {*/


    table, thead, tbody, th, td, tr {
/*    table, thead, tbody, th, td, tr {*/
        text-align: left;
/*        display: block;*/
        display: block;
/*        text-align: left;*/
    }
/*    }*/


    /* this is the class of all link images for the header of the navigational table */
/*    !* this is the class of all link images for the header of the navigational table *!*/
    #navigational_header_images {
/*    #navigational_header_images {*/
        display: none !important;
/*        display: none !important;*/
    }
/*    }*/


    #sidebar {
/*    #sidebar {*/
        display: none !important;
/*        display: none !important;*/
    }
/*    }*/
}
/*}*/


/* Fix for modals not working */
/* Fix for modals not working */
Line 706: Line 700:


.map-separator {
.map-separator {
     padding: 5px;
     border-color: black;
     border-style: solid;
     border-style: solid;
     border-width: 1px;
     border-width: 1px;
     border-color: black;
     padding: 5px;
}
}



Revision as of 03:22, 25 February 2020

/* CSS placed here will be applied to all skins */
/* Removing the User Creation log from the Recent Changes list */
table[class*="mw-changeslist-log-newusers-"] {
    display: none;
}

/* End User Creation log hiding */

/*@media (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px)*/
table td[class*="col-"], table th[class*="col-"] {
    display: table-cell !important;
}

.table > tbody > tr > td {
    vertical-align: middle !important;
}

.postedit {
    background-color: #272b30 !important;
    border: 1px solid #1c1e22 !important;
    color: #c8c8c8 !important;
}

.vertical-words {
    text-orientation: upright;
    writing-mode: vertical-rl;
}

div.gallerytext {
    font-size: .85em;
    padding: 0;
}

.link-pointer {
    cursor: pointer;
}

.table {
    margin-bottom: 0;
}

blockquote {
    font-size: 0.96em;
    font-style: italic;
}

.super {
    font-size: smaller;
    vertical-align: super;
}

.compendiumtable {
    background-color: #3a3f44;
    border: 1px solid #a2a9b1;
    border-collapse: collapse;
    color: white;
    margin: 1em 0;
}

.compendiumtablecolor {
    background-color: #3a3f44;
    color: white;
}

.compendiumtableborder {
    border-bottom: 1px solid #a2a9b1;
    border-collapse: collapse;
}

.compendiumtable .header {
    background-color: gray;
    border: 1px solid #a2a9b1;
    padding: 0.2em 0.4em;
    text-align: center;
}

.compendiumtable .linkheader {
    border: 1px solid #a2a9b1;
    font-size: 20px;
    padding: 0.2em 0.4em;
    text-align: center;
}

.compendiumtable .headerkeep {
    background-color: lightgray;
    color: black;
    text-align: center;
}

.fullwidth {
    width: 100%;
}

.halfwidth {
    width: 50%;
}

.compendiumtable .centerdata {
    text-align: center;
}

.compendiumtable .cellwidth15 {
    width: 15%;
}

.compendiumtable .cellwidth10 {
    width: 10%;
}

.compendiumtable .cellwidth75 {
    width: 75%;
}

.compendiumtable .cellwidth1 {
    width: 1%;
}

.compendiumtable .cellwidth5 {
    width: 5%;
}

.compendiumtable .cellwidth50 {
    width: 50%;
}

.compendiumtable .cellwidth25 {
    width: 25%;
}

.compendiumtable .cellwidth20 {
    width: 20%;
}

.compendiumtable > tbody > tr > td {
    border: 1px solid #a2a9b1;
    padding: 0.2em 0.4em;
    vertical-align: top;
}

.compendiumtable > tbody > tr > th {
    background-color: gray;
    border: 1px solid #a2a9b1;
    padding: 0.2em 0.4em;
    text-align: center;
    vertical-align: bottom;
}

.compendiumtable > thead > tr > th {
    background-color: gray;
    border: 1px solid #a2a9b1;
    padding: 0.2em 0.4em;
    text-align: center;
}

@media (max-width: 760px) {
    .compendiumtable {
        border: none;
    }

    .compendiumtable .header {
        display: none;
    }

    .compendiumtable .centerdata {
        text-align: left;
    }

    .compendiumtable > thead {
        display: none;
    }

    .compendiumtable .cellwidth15 {
        width: 90%;
    }

    .compendiumtable .cellwidth10 {
        width: 90%;
    }

    .compendiumtable .cellwidth75 {
        width: 90%;
    }

    .compendiumtable .cellwidth1 {
        width: 90%;
    }

    .compendiumtable .cellwidth1 {
        width: 90%;
    }

    .compendiumtable .cellwidth50 {
        width: 90%;
    }

    .compendiumtable .cellwidth25 {
        width: 90%;
    }

    .compendiumtable .cellwidth20 {
        width: 90%;
    }

    .toc {
        display: none;
    }

    .compendiumtablenonsortable > tbody > tr:nth-child(1) {
        display: none;
    }

    .compendiumtablesortable > thead {
        display: none;
    }

    .compendiumtable > tbody > tr > td {
        border: none;
        margin-left: 1em;
        padding: 0.2em 0.4em;
        width: 90%;
    }

    .compendiumtable > tbody > tr {
        border: 1px solid #a2a9b1;
        border-collapse: collapse;
    }

    .compendiumtable > tbody > tr > td:before {
        content: attr(data-th);
        display: block;
        font-weight: 700;
        margin-left: -0.8em;
    }
}

.ddoheader {
    background-color: black;
    border: 1px solid white;
}

.ddoheader .headerlist {
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 0;
}

.ddoheader .selected {
    background-color: #3a3f44;
}

.ddoheader .enhancementtreelist {
    list-style: none;
    margin-bottom: 0;
    padding-left: 5px;
}

.ddoheader .enhtreeitem {
    float: left;
    height: 90px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    width: 150px;
}

.ddoheader .enhtreeitemtall {
    float: left;
    height: 130px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    width: 130px;
}

.ddoheader .enhtreeitemshort {
    float: left;
    height: 45px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    width: 130px;
}

.ddoheader .enhtreeitemmed {
    float: left;
    height: 70px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    width: 130px;
}

.ddoheader .sectiontitle {
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    height: 95px;
    line-height: 95px;
    text-align: center;
    transform: rotate(-90deg);
    transform-origin: center center 0;
    vertical-align: middle;
    width: 4em;
}

.ddoheader .classname {
    font-size: 20px;
}

.ddoheader .classicon {
    float: left;
    height: 95px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    width: 68px;
}

.ddoheader .classicon2 {
    float: left;
    height: 75px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    width: 75px;
}

.ddoheader .featicon {
    float: left;
    height: 80px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    width: 95px;
}

.ddoheader .edicon {
    float: left;
    height: 95px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    width: 84px;
}

.ddoheader .raceicon {
    float: left;
    height: 95px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    width: 75px;
}

.ddoheader .spellicon {
    float: left;
    height: 95px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    width: 72px;
}

.ddoheader .iconicicon {
    float: left;
    height: 95px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    width: 120px;
}

a, a:link, a:visited, a:hover, a:active, a:visited:hover {
    color: #0096cf;
}

select, #categoryselectmaster {
    color: #444 !important;
}

body, nav {
    overflow-anchor: none !important;
}

#toc {
    border: 1px #ccc solid;
    float: right;
    margin: 5px;
    padding: 5px 15px 15px 15px;
}

/* File history and other tables bg color */
table.wikitable > tr > th, table.wikitable > * > tr > th {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-default {
    background-image: none;
}

.btn-default {
    background-image: none;
}

.btn-primary {
    color: white !important;
}

.navbar-default .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a {
    border-left: none;
}

#pagehistory li.selected {
    background-color: #000000;
}

#filetoc {
    background-color: #000000;
}

th {
    text-align: center;
}

/* Editing box button text color */
.wikiEditor-ui-buttons {
    color: #000;
}

/* License link in Special:Version */
.mw-version-ext > td > a, div.search-types > ul li a {
    color: #000;
}

.mw-version-ext > td > a:visited, div.search-types > ul li a:visited {
    color: #555 !important;
}

div.search-types > ul li.current a {
    font-weight: bold;
}

/* For the server status widget */
.row.ss-widget-text-center > div {
    display: inline-block;
    float: none;
}

.quest {
    padding-top: 5px
}

.quest .box {
    border: 1px solid rgba(39, 43, 46, 0.6);
}

.quest .outer-box {
    background-color: #3a3f44;
    float: right;
    font-size: 14px;
    margin-left: 10px;
    max-width: 300px;
}

.quest .outer-box-wide {
    background-color: #3a3f44;
    float: right;
    font-size: 14px;
    margin-left: 10px;
    max-width: 530px;
}

.quest .inner-box {
    padding: 5px;
}

.quest .box-header {
    font-size: 20px;
    text-align: center;
}

.quest .paragraph-body {
    font-size: 14px;
    margin-bottom: 5px;
}

.quest .sub-paragraph-header {
    font-size: 26px;
}

.quest .paragraph-header {
    font-size: 32px;
}

.quest .flavor-text {
    font-style: italic;
}

/*@media (max-width: 760px) {*/
/*    .quest .outer-box {*/
/*        float: none;*/
/*        margin-left: 0;*/
/*        max-width: 760px;*/
/*        width: 100%;*/
/*    }*/

/*    .quest .outer-box-wide {*/
/*        float: none;*/
/*        margin-left: 0;*/
/*        max-width: 760px;*/
/*        width: 100%;*/
/*    }*/

/*    .quest .inner-box {*/
/*        width: 100%;*/
/*    }*/
/*}*/

.item-table {
    background-color: black;
    border: 1px solid #B0B5B8;
    width: 100%;

}

.item-table .background-color {
    background-color: black;
}

.itembasevalue {
    padding-left: 10px;
    text-align: left;
    width: 50%;
}

.itemweight {
    padding-right: 10px;
    text-align: right;
    width: 50%;
}

.item-table .item-info-side {
    padding: 10px 10px 10px 20px;
    vertical-align: top;
    width: 50%;
}

.item-table .item-info-full {
    padding: 10px 10px 10px 20px;
    vertical-align: top;
    width: 100%;
}

.item-table .icon {
    vertical-align: top;
    width: 50px;
}

.item-table .title {
    font-size: 20px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
}

.item-table .subtitle {
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.item-table .topborder {
    border-top: solid 1px white;
}

.item-table .item-image-side {
    border-left: solid 1px white;
    vertical-align: top;
    width: 100%;
}

.item-table .item-image-side .extra-details {
    padding: 10px;
}

.extra-details {
    padding: 5px;
}

.item-table .item-image-table {
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
}

.item-table .item-image {
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    width: 100%;
}

.item-table .full {
    width: 100%;
}

.item-image img {
    display: block;
    max-height: 300px;
    width: auto;
}

.item-table .item-image-table .item-image {
    border-bottom: solid 1px white;
    margin-bottom: 10px;
    padding-bottom: 15px;
    text-align: center;
}

.item-table .item-image-table .item-image-notext {
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}


/*@media (max-width: 760px) {*/
/*    .item-table .item-info-side {*/
/*        padding-left: 10px;*/
/*        padding-right: 5px;*/
/*        width: 100%*/
/*    }*/

/*    .item-table .item-image-table {*/
/*        padding-left: 0;*/
/*        padding-right: 0;*/
/*        padding-top: 10px;*/
/*        width: 100%;*/
/*    }*/

/*    .item-table .item-image-side {*/
/*        border-left: none;*/
/*        border-top: 1px solid #B0B5B8;*/
/*        vertical-align: top;*/
/*        width: 100%;*/
/*    }*/

/*    .item-table .icon {*/
/*        padding-top: 10px;*/
/*        text-align: center;*/
/*        width: 100%;*/
/*    }*/
/*}*/

table.wikitable > tr > th, table.wikitable > * > tr > th {
    background-color: gray;
}

/*!* Playing with mobile resolutions, should make all tables mobile responsive *!*/
/*@media (max-width: 760px),*/
/*(min-device-width: 768px) and (max-device-width: 1024px) {*/

/*    table, thead, tbody, th, td, tr {*/
/*        display: block;*/
/*        text-align: left;*/
/*    }*/

/*    !* this is the class of all link images for the header of the navigational table *!*/
/*    #navigational_header_images {*/
/*        display: none !important;*/
/*    }*/

/*    #sidebar {*/
/*        display: none !important;*/
/*    }*/
/*}*/

/* Fix for modals not working */
.modal-backdrop {
    display: none;
}

.modal {
    top: 60px;
}

.modal-title {
    color: #c8c8c8;
}

.mw-body ol {
    list-style-type: decimal;
}

.mw-body a.external:link {
    color: #0096cf;
}

.map-separator {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}

.big {
    font-size: 1.7em;
}

.small {
    font-size: 1.1em;
}