MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Wiki The-West DE
Zur Navigation springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* CSS placed here will be applied to all skins */
/* HEADER AND TOP NAVIGATION */
/* HEADER AND TOP NAVIGATION */
    #mirage-fixed-header {
#mirage-fixed-header {
        background-color: #c9b997;
    background-color: #c9b997;
        box-shadow: none;
    box-shadow: none;
    }
}
 
    #mirage-top-header {
#mirage-top-header {
        background-image: url("/skins/MirageWest/images/page-bgtile.png");
    background-image: url("/skins/MirageWest/images/page-bgtile.png");
    }
}
 
    /* Respect width of logo */
/* Respect width of logo */
    img.mw-logo-icon {
img.mw-logo-icon {
        width: inherit;
    width: inherit;
    }
}
 
    .mw-wordmark-container span.mw-logo-wordmark {
.mw-wordmark-container span.mw-logo-wordmark {
        color: #3d2718;
    color: #3d2718;
    }
}
 
    /* Remove duplicated logo and word mark from main page */
/* Remove duplicated logo and word mark from main page */
    #mirage-navigation-header #mirage-logo,
#mirage-navigation-header #mirage-logo,
    #mirage-navigation-header .mw-logo-wordmark {
#mirage-navigation-header .mw-logo-wordmark {
        display: none;
    display: none;
    }
}
 
    .skin-mirage-dropdown-list a {
.skin-mirage-dropdown-list a {
        font-weight: normal;
    font-weight: normal;
    }
}
 
    div#right-navigation {
div#right-navigation {
        background-color: transparent;
    background-color: transparent;
    }
}
 
    li.mw-list-item,
li.mw-list-item,
    li.skin-mirage-dropdown-container {
li.skin-mirage-dropdown-container {
        background: #c9b997;
    background: #c9b997;
    }
}
 
    div#module-site-tools li.mw-list-item,
div#module-site-tools li.mw-list-item,
    #module-site-tools > ul > li:last-child {
#module-site-tools > ul > li:last-child {
        border-color: black;
    border-color: black;
    }
}
 
    div.skin-mirage-dropdown-list > ul > li.mw-list-item {
div.skin-mirage-dropdown-list > ul > li.mw-list-item {
        background: none;
    background: none;
    }
}
 
    /* Move wiki navigation menus to same line as logo */
/* Move wiki navigation menus to same line as logo */
    div#module-site-navigation {
div#module-site-navigation {
        margin-top: -2.5rem;
    margin-top: -2.5rem;
    }
}
 
    /* Limit space used by site navigation to avoid overlapping buttons, and move navigation to the right slightly */
/* Limit space used by site navigation to avoid overlapping buttons, and move navigation to the right slightly */
    div#module-site-navigation.skin-mirage-mirage-navigation {
div#module-site-navigation.skin-mirage-mirage-navigation {
        max-width: 70%;
    max-width: 70%;
        margin-left: 10px;
    margin-left: 10px;
    }
}
 
    /* Move Right Navigation (edit button etc.) in line with Recent changes */
/* Move Right Navigation (edit button etc.) in line with Recent changes */
    div#right-navigation {
div#right-navigation {
        position: absolute;
    position: absolute;
        margin-right: 15px;
    margin-right: 15px;
        margin-top: -1.25rem;
    margin-top: -1.25rem;
        right: 0px;
    right: 0px;
    }
}
 
    /* Recent Changes button text */
/* Recent Changes button text */
    #module-site-tools > ul > li:nth-child(1) > a {
#module-site-tools > ul > li:nth-child(1) > a {
        color: #5f391a;
    color: #5f391a;
    }
}
 
    /* Edit button row hover styling */
/* Edit button row hover styling */
    #p-views > ul > li:hover,
#p-views > ul > li:hover,
    #mirage-right-rail-button:hover {
#mirage-right-rail-button:hover {
        background-color: rgba(255,255,255,0.15);
    background-color: rgba(255,255,255,0.15);
        color: #404244;
    color: #404244;
        border-color: black;
    border-color: black;
    }
}
 
    /* Have to set this color back to transparent to ensure no text shows on the right rail button on hover */
/* Have to set this color back to transparent to ensure no text shows on the right rail button on hover */
    #mirage-right-rail-button:hover {
#mirage-right-rail-button:hover {
        color: transparent;
    color: transparent;
    }
}
 
    /* Adjust color for Recent Changes icon */
/* Adjust color for Recent Changes icon */
    .skin-mirage-ooui-icon-recentChanges:before {
.skin-mirage-ooui-icon-recentChanges:before {
        background-image: url(/load.php?modules=skin.mirage.icons&image=recentChanges&format=rasterized&lang=en&skin=fallback&version=14jep);
    background-image: url(/load.php?modules=skin.mirage.icons&image=recentChanges&format=rasterized&lang=en&skin=fallback&version=14jep);
        background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E recent changes %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M1 3h16v2H1V3Zm0 6h11v2H1V9Zm0 6h7v2H1v-2Zm17.8-3.1 1-1.1a.6.6 0 0 0 0-.8L18 8.2a.6.6 0 0 0-.8 0l-1 1 2.6 2.7Zm-3.3-2L10 15.3V18h2.6l5.6-5.5-2.7-2.7Z%22/%3E%3C/g%3E%3C/svg%3E");
    background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E recent changes %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M1 3h16v2H1V3Zm0 6h11v2H1V9Zm0 6h7v2H1v-2Zm17.8-3.1 1-1.1a.6.6 0 0 0 0-.8L18 8.2a.6.6 0 0 0-.8 0l-1 1 2.6 2.7Zm-3.3-2L10 15.3V18h2.6l5.6-5.5-2.7-2.7Z%22/%3E%3C/g%3E%3C/svg%3E");
    }
}
 
    /* Adjust color for Special Pages icon */
/* Adjust color for Special Pages icon */
    .skin-mirage-ooui-icon-specialPages:before {
.skin-mirage-ooui-icon-specialPages:before {
        background-image: url(/load.php?modules=skin.mirage.icons&image=specialPages&format=rasterized&lang=en&skin=fallback&version=dk89p);
    background-image: url(/load.php?modules=skin.mirage.icons&image=specialPages&format=rasterized&lang=en&skin=fallback&version=dk89p);
        background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E special pages %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath fill=%22%235f391a%22 d=%22M7 0a2 2 0 0 0-2 2h9a2 2 0 0 1 2 2v12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z%22/%3E%3Cpath fill=%22%23fill%22 d=%22M13 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2zm-6.5-3.5.41-1.09L8 15l-1.09-.41-.41-1.09-.41 1.09L5 15l1.09.41.41 1.09zm2.982-.949.952-2.561 2.53-.964-2.53-.964L9.482 8.5l-.952 2.562-2.53.964 2.53.964.952 2.561zM6 10.5l.547-1.453L8 8.5l-1.453-.547L6 6.5l-.547 1.453L4 8.5l1.453.547L6 10.5z%22/%3E%3C/g%3E%3C/svg%3E")
    background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E special pages %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath fill=%22%235f391a%22 d=%22M7 0a2 2 0 0 0-2 2h9a2 2 0 0 1 2 2v12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z%22/%3E%3Cpath fill=%22%23fill%22 d=%22M13 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2zm-6.5-3.5.41-1.09L8 15l-1.09-.41-.41-1.09-.41 1.09L5 15l1.09.41.41 1.09zm2.982-.949.952-2.561 2.53-.964-2.53-.964L9.482 8.5l-.952 2.562-2.53.964 2.53.964.952 2.561zM6 10.5l.547-1.453L8 8.5l-1.453-.547L6 6.5l-.547 1.453L4 8.5l1.453.547L6 10.5z%22/%3E%3C/g%3E%3C/svg%3E")
    }
}
 
    /* Adjust color for Random Page icon */
/* Adjust color for Random Page icon */
    .skin-mirage-ooui-icon-die:before {
.skin-mirage-ooui-icon-die:before {
        background-image:url(/load.php?modules=skin.mirage.icons&image=die&format=rasterized&skin=fallback&version=14jep);
    background-image:url(/load.php?modules=skin.mirage.icons&image=die&format=rasterized&skin=fallback&version=14jep);
        background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E die %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M3 1a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm2 16a2 2 0 1 1 2-2 2 2 0 0 1-2 2zM5 7a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm5 5a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm5 5a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm0-10a2 2 0 1 1 2-2 2 2 0 0 1-2 2z%22/%3E%3C/g%3E%3C/svg%3E");
    background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E die %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M3 1a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm2 16a2 2 0 1 1 2-2 2 2 0 0 1-2 2zM5 7a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm5 5a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm5 5a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm0-10a2 2 0 1 1 2-2 2 2 0 0 1-2 2z%22/%3E%3C/g%3E%3C/svg%3E");
    }
}
 
    /* Adjust color for three dots menu icon */
/* Adjust color for three dots menu icon */
    .skin-mirage-ooui-icon-ellipsis:before {
.skin-mirage-ooui-icon-ellipsis:before {
        background-image:url(/load.php?modules=skin.mirage.icons&image=ellipsis&format=rasterized&skin=fallback&version=14jep);
    background-image:url(/load.php?modules=skin.mirage.icons&image=ellipsis&format=rasterized&skin=fallback&version=14jep);
        background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E ellipsis %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Ccircle cx=%2210%22 cy=%2210%22 r=%222%22/%3E%3Ccircle cx=%223%22 cy=%2210%22 r=%222%22/%3E%3Ccircle cx=%2217%22 cy=%2210%22 r=%222%22/%3E%3C/g%3E%3C/svg%3E");
    background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E ellipsis %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Ccircle cx=%2210%22 cy=%2210%22 r=%222%22/%3E%3Ccircle cx=%223%22 cy=%2210%22 r=%222%22/%3E%3Ccircle cx=%2217%22 cy=%2210%22 r=%222%22/%3E%3C/g%3E%3C/svg%3E");
    }
}
 
 
    /* Background color for Edit Button and Right Rail collapse/expand button */
/* Background color for Edit Button and Right Rail collapse/expand button */
    #mirage-edit-button > li,
#mirage-edit-button > li,
    #mirage-right-rail-button {
#mirage-right-rail-button {
        /* background-image: url("/skins/MirageWest/images/page-bgtile.png"); */
    /* background-image: url("/skins/MirageWest/images/page-bgtile.png"); */
        background: #c9b997;
    background: #c9b997;
    }
}
 
    /* Border color definitions for the top navigation buttons */
/* Border color definitions for the top navigation buttons */
    #mirage-edit-button > li,
#mirage-edit-button > li,
    #mirage-edit-button > li + li,
#mirage-edit-button > li + li,
    #mirage-edit-button > li:first-child,
#mirage-edit-button > li:first-child,
    #mirage-edit-button > li:last-child,
#mirage-edit-button > li:last-child,
    #mirage-edit-button > li:hover,
#mirage-edit-button > li:hover,
    #mirage-edit-button > li + li:hover,
#mirage-edit-button > li + li:hover,
    #mirage-edit-button > li:hover:first-child,
#mirage-edit-button > li:hover:first-child,
    #mirage-edit-button > li:hover:last-child,
#mirage-edit-button > li:hover:last-child,
    #mirage-right-rail-button,
#mirage-right-rail-button,
    #mirage-right-rail-button:focus {
#mirage-right-rail-button:focus {
        border-color: black;
    border-color: black;
    }
}
 
    /* Hover color for Edit button */
/* Hover color for Edit button */
    #mirage-edit-button > li:first-child a:hover {
#mirage-edit-button > li:first-child a:hover {
        color: black;
    color: black;
    }
}
 
    /* Color for Edit button */
/* Color for Edit button */
    #mirage-edit-button > li:first-child a {
#mirage-edit-button > li:first-child a {
        color: #5f391a;
    color: #5f391a;
    }
}
 
    /* Adjust color for Edit icon */
/* Adjust color for Edit icon */
    .skin-mirage-ooui-icon-edit-invert:before {
.skin-mirage-ooui-icon-edit-invert:before {
        background-image:url(/load.php?modules=skin.mirage.icons&image=edit&variant=invert&format=rasterized&skin=fallback&version=dk89p);
    background-image:url(/load.php?modules=skin.mirage.icons&image=edit&variant=invert&format=rasterized&skin=fallback&version=dk89p);
        background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E edit %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22m16.77 8 1.94-2a1 1 0 0 0 0-1.41l-3.34-3.3a1 1 0 0 0-1.41 0L12 3.23zM1 14.25V19h4.75l9.96-9.96-4.75-4.75z%22/%3E%3C/g%3E%3C/svg%3E");
    background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E edit %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22m16.77 8 1.94-2a1 1 0 0 0 0-1.41l-3.34-3.3a1 1 0 0 0-1.41 0L12 3.23zM1 14.25V19h4.75l9.96-9.96-4.75-4.75z%22/%3E%3C/g%3E%3C/svg%3E");
    }
}
 
    /* Adjust color for Watch icon */
/* Adjust color for Watch icon */
    .skin-mirage-ooui-icon-star-invert:before,#ca-watch a:before {
.skin-mirage-ooui-icon-star-invert:before,#ca-watch a:before {
        background-image:url(/load.php?modules=skin.mirage.icons&image=star&variant=invert&format=rasterized&skin=fallback&version=dk89p);
    background-image:url(/load.php?modules=skin.mirage.icons&image=star&variant=invert&format=rasterized&skin=fallback&version=dk89p);
        background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E star %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M20 7h-7L10 .5 7 7H0l5.46 5.47-1.64 7 6.18-3.7 6.18 3.73-1.63-7zm-10 6.9-3.76 2.27 1-4.28L3.5 8.5h4.61L10 4.6l1.9 3.9h4.6l-3.73 3.4 1 4.28z%22/%3E%3C/g%3E%3C/svg%3E")}
    background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E star %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M20 7h-7L10 .5 7 7H0l5.46 5.47-1.64 7 6.18-3.7 6.18 3.73-1.63-7zm-10 6.9-3.76 2.27 1-4.28L3.5 8.5h4.61L10 4.6l1.9 3.9h4.6l-3.73 3.4 1 4.28z%22/%3E%3C/g%3E%3C/svg%3E")}
 
    /* Adjust color for Unwatch icon */
/* Adjust color for Unwatch icon */
    .skin-mirage-ooui-icon-unStar-invert:before,#ca-unwatch a:before {
.skin-mirage-ooui-icon-unStar-invert:before,#ca-unwatch a:before {
        background-image:url(/load.php?modules=skin.mirage.icons&image=unStar&variant=invert&format=rasterized&skin=fallback&version=dk89p);
    background-image:url(/load.php?modules=skin.mirage.icons&image=unStar&variant=invert&format=rasterized&skin=fallback&version=dk89p);
        background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E un-star %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M20 7h-7L10 .5 7 7H0l5.46 5.47-1.64 7 6.18-3.7 6.18 3.73-1.63-7z%22/%3E%3C/g%3E%3C/svg%3E")}
    background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E un-star %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M20 7h-7L10 .5 7 7H0l5.46 5.47-1.64 7 6.18-3.7 6.18 3.73-1.63-7z%22/%3E%3C/g%3E%3C/svg%3E")}
 
    /* Adjust color for "More" menu icon */
/* Adjust color for "More" menu icon */
    .skin-mirage-ooui-icon-indicator-down-invert:before {
.skin-mirage-ooui-icon-indicator-down-invert:before {
        background-image:url(/load.php?modules=skin.mirage.indicators&image=down&variant=invert&format=rasterized&skin=fallback&version=1h8wn);
    background-image:url(/load.php?modules=skin.mirage.indicators&image=down&variant=invert&format=rasterized&skin=fallback&version=1h8wn);
        background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E%3Ctitle%3E down %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M9.9 2.9 6 6.8 2.1 2.9 1 4l5 5 5-5z%22/%3E%3C/g%3E%3C/svg%3E");
    background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E%3Ctitle%3E down %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M9.9 2.9 6 6.8 2.1 2.9 1 4l5 5 5-5z%22/%3E%3C/g%3E%3C/svg%3E");
    }
}
 
    /* Adjust color for Right Rail button icon */
/* Adjust color for Right Rail button icon */
    .skin-mirage-ooui-icon-doubleChevronEnd:before {
.skin-mirage-ooui-icon-doubleChevronEnd:before {
        background-image:url(/load.php?modules=skin.mirage.icons&image=doubleChevronEnd&format=rasterized&lang=en&skin=fallback&version=14jep);
    background-image:url(/load.php?modules=skin.mirage.icons&image=doubleChevronEnd&format=rasterized&lang=en&skin=fallback&version=14jep);
        background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E double chevron start %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M11 2 9.7 3.3l6.6 6.7-6.6 6.7L11 18l8-8zM2.5 2 1 3.3 7.8 10l-6.7 6.7L2.5 18l8-8z%22/%3E%3C/g%3E%3C/svg%3E");
    background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E double chevron start %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M11 2 9.7 3.3l6.6 6.7-6.6 6.7L11 18l8-8zM2.5 2 1 3.3 7.8 10l-6.7 6.7L2.5 18l8-8z%22/%3E%3C/g%3E%3C/svg%3E");
    }
}
 
 
    /* Hide the editLock icon that doesn't want to be edited for some unexplainable reason */
/* Hide the editLock icon that doesn't want to be edited for some unexplainable reason */
    .skin-mirage-ooui-icon-editLock-invert:before {  
.skin-mirage-ooui-icon-editLock-invert:before {
        display: none;
    display: none;
    }
}
 
    /* Dropdown list for history, deletion, protection etc. */
/* Dropdown list for history, deletion, protection etc. */
    li#ca-history,
li#ca-history,
    li#ca-delete,
li#ca-delete,
    li#ca-move,
li#ca-move,
    li#ca-protect {
li#ca-protect {
        background: none;
    background: none;
    }
}
 
    /* Remove Main Page header from Main page */
/* Remove Main Page header from Main page */
    body.page-Main_Page .mw-page-title-main {
body.page-Main_Page .mw-page-title-main {
        display: none;
    display: none;
    }
}
 
 
    /* Remove the Page and Discussion buttons from all pages */
/* Remove the Page and Discussion buttons from all pages */
    div#left-navigation nav#p-namespaces {
div#left-navigation nav#p-namespaces {
        display: none;
    display: none;
    }
}
 
    #module-page-navigation {
#module-page-navigation {
        margin: 0;
    margin: 0;
    }
}
 
 
    /* Styling of username when logged in / don't show username */
/* Styling of username when logged in / don't show username */
    #mirage-fixed-header .skin-mirage-username {
#mirage-fixed-header .skin-mirage-username {
        color: orange;
    color: orange;
        display: none;
    display: none;
    }
}
 
    /* Styling for background of dropdown on username/not logged in */
/* Styling for background of dropdown on username/not logged in */
    .skin-mirage-personaltools-dropdown li {
.skin-mirage-personaltools-dropdown li {
        background: none;
    background: none;
    }
}
 
    /* Text color of dropdown on username/not logged in */
/* Text color of dropdown on username/not logged in */
    li#pt-login {
li#pt-login {
        color: black;
    color: black;
    }
}
 
    /* Text color on dropdown when no new messages */
/* Text color on dropdown when no new messages */
    .skin-mirage-no-new-messages {
.skin-mirage-no-new-messages {
        color: black;
    color: black;
    }
}
 
    /* Main background */
/* Main background */
    body {
body {
        background-attachment: fixed;
    background-attachment: fixed;
        background-image:  
    background-image:
            url("/skins/MirageWest/images/bg-cover-right.png"),  
        url("/skins/MirageWest/images/bg-cover-right.png"),
            url("/skins/MirageWest/images/bg-cover-left.png"),
        url("/skins/MirageWest/images/bg-cover-left.png"),
            url("/skins/MirageWest/images/bg-cover-bottom.png"),
        url("/skins/MirageWest/images/bg-cover-bottom.png"),
            url("/skins/MirageWest/images/background.jpg");
        url("https://wiki.the-west.net/images/d/d5/NewMainBg.jpg");
        background-position: right center,left center,center bottom,center center;
    background-position: right center,left center,center bottom,center center;
        background-size: auto,auto,auto,cover;
    background-size: auto,auto,auto,cover;
        background-repeat: repeat-y,repeat-y,repeat-x,no-repeat;
    background-repeat: repeat-y,repeat-y,repeat-x,no-repeat;
    }
}
 
/* GENERAL ARTICLE STYLING */
/* GENERAL ARTICLE STYLING */
    main#content.mw-body,  
main#content.mw-body,
    main#content.mw-body-content,
main#content.mw-body-content,
    #mirage-navigation-header,
#mirage-navigation-header,
     #module-page-navigation,
#module-page-navigation,
     .skin-mirage-content-container {
.skin-mirage-content-container {
        background-image: url("/skins/MirageWest/images/page-bgtile.png");
     background-image: url("/skins/MirageWest/images/page-bgtile.png");
     }
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
i {
    color: #3d2718;
}
h1,
h2,
.skin-mirage-right-rail-module h3,
hr {
    border-color: #a6805a;
}
p a,
p a:visited,
li a,
li a:visited {
    color: #3d2718;
    font-weight: bold;
}
p a:hover {
    color: #3d2718;
}
/* Warning on MediaWiki:Custom.css page */
.mw-editinginterface {
    color: #3d2718;
}
/* Table of Contents styling */
.toc {
    background-color: #c9b997;
}
.toc h2 {
    color: black;
}
.toc li a,
.toc li a:visited,
.toctogglelabel {
    color: #5f391a;
}
/* In-article edit icon styling */
a.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small,
a:visited.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small {
    color: #3d2718;
}
a:hover.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small {
    color: #3d2718;
}
/* TABLE STYLING */
table th {
    font-weight: normal;
    background-color: #b99968;
    color: #5e321a;
    padding: 10px;
}
/* Special .announcement class table on the Main Page */
th.announcement {
    font-weight: bold;
}
table td .announcement {
    color: #5e321a;
}
table td,
table th {
    text-align: center;
    padding: 5px;
    box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.1) inset;
    background-color: #d4ba91 !important;
}
td,
th {
    padding: 0;
}
td {
    display: table-cell;
    vertical-align: inherit;
}
table {
    display: table !important;
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px !important;
    margin-bottom: 4px;
    border-radius: 3px;
}
table center {
    color: #5e321a;
}
table a,
table a:visited {
    color: #3d2718;
}
table a:hover {
    color: #1480a4;
}
/* RIGHT RAIL STYLING */
#mirage-right-rail {
    background-image: url("/skins/MirageWest/images/page-bgtile.png");
}
#mirage-right-rail a,
#mirage-right-rail a:visited {
     color: #3d2718;
}
#mirage-right-rail a:hover {
    color: #3d2718;
}
/* Remove background color on Page tools section of Right Rail */
.skin-mirage-module-body ul.skin-mirage-unstyled-list > li {
    background: none;
}
/* FOOTER STYLING */
footer {
    display: grid;
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-top: -25px;
}
footer.mw-footer {
    background-color: transparent;
    box-shadow: none;
    align-content: center;
}
#footer-info-lastmod,
#footer-info-copyright,
#footer-places-privacy,
#footer-places-about,
#footer-places-disclaimer {
    display: inline-block;
    margin-right: 15px;
}
footer ul.skin-mirage-unstyled-list#footer-info {
    margin-right: 0px;
    color: #c9b997;
    text-shadow: 1px 1px 1px black;
}
div#footer-places {
    margin-right: auto;
    margin-left: auto;
}
.mw-footer p,
.mw-footer h3 {
    color: black;
}
.mw-footer a {
    color: #c9b997;
    font-weight: normal;
}
.mw-footer a:hover {
    color: #c9b997;
}
.mw-footer li {
    line-height: 1 !important;
}
div#footer-places {
    margin-left: initial;
}
h3#footer-places-label {
    display: none;
}
li#footer-info-lastmod {
    color: #c9b997;
}
/*Table of contents title*/
#mw-toc-heading {
background: transparent;
}
/*The dropdown top menus should be displayed above some of the custom headers from West*/
.skin-mirage-mirage-navigation .skin-mirage-navigation-entry-item .skin-mirage-dropdown-list {
z-index: 101;
}
/*More West-like border of the table of contents*/
.toc {
border: 1px solid #996b39;
}
/*Remove the title of the page. Unnecessary, and looks out of place.*/
.mw-wordmark-container span.mw-logo-wordmark {
display: none;
}
/*Background for the top bar*/
#mirage-fixed-header {
background-image: url("/skins/MirageWest/images/headline-bgtile.png");
}
/*Don't show username, or 'not logged in' in the top bar*/
#mirage-fixed-header .skin-mirage-username {
display: none;
}
/*Don't show site notice - the thing with the side menu used in the old version of the wiki*/
#siteNotice {
display: none;
}
/*Make 'edit' link visible again*/
a.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small {
color: #ccc;
}
h3 a.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small {
color: #804000;
}
/*Faint border around the main content*/
.mediawiki-content-container {
border-left: 2px solid #996b39;
border-right: 2px solid #996b39;
border-bottom: 2px solid #996b39;
}
#mirage-top-header {
border-left: 2px solid #996b39;
border-right: 2px solid #996b39;
border-top: 2px solid #996b39;
}
#left-navigation, #right-navigation, #left-navigation nav, #right-navigation nav, #left-navigation label, #right-navigation label {
padding-right: 5px;
}
/*Make the semantic media wiki readable*/
.smw-editpage-help {
background-color: #565656;
}
/* Make the errors on uploading the same file readable */
.mw-destfile-warning {
color: #5e321a;
}
.externalimage-holder {
position: relative;
margin: auto;
display: inline-block;
max-width: 600px;
}
.externalimage-holder img {
width: 100%;
height: auto;
}
img {
max-width: 900px;
}
#document-wrapper
{
max-width: 1200px;
}
/* West specific changes */
/* Correct button sizes for save buttons of articles */
#wpSave,
#wpPreview,
#wpDiff {
     width: initial;
}
/* Adjust image size on Main Page slightly so it cannot go outside of bounds */
body.page-Main_Page .container-title,
body.page-Huvudsida .container-title,
body.page-Forside .container-title {
    width: initial;
}
/* Mobile-specific changes */
@media screen and (max-width: 720px)
{
/* Remove the unnecessary logo next to the navigation links */
#mirage-navigation-header #mirage-logo {
  display: none;
}
/*Remove the wiki title on mobile*/
.mw-logo-wordmark {
  display: none;
}
/*Set max image size on mobile, so they scale*/
img {
  display: block;
  max-width:90%;
  width: auto;
  height: auto;
}
/* Remove text of Recent Changes button */
div#module-site-tools li.mw-list-item:first-child a {
    color: transparent;
}
/* Avoid right-floating images to overlap text or take too much space on Mobile */
div.tright,
div.floatright,
table.floatright {
    clear: right;
    float: unset;
}
}
/* Remove overlay popup */
.overlay-popup {
display: none;
}
/*Custom background*/
body {
    background-image: url(images/0/02/Bg-cover-right.png), url(images/9/95/Bg-cover-left.png), url(images/7/7e/Bg-cover-bottom.png), url(images/d/d5/NewMainBg.jpg);
}
#document-wrapper {
    max-width: 1250px;
    min-width: 1050px;
    padding-right: 190px;
}
#page-wrapper {
    margin-left: 250px;
}


     p,
/*External and internal link color*/
    h1,
div.mw-body a {
    h2,
     color: #804000;
     h3,
}
    h4,
#mw-content-text a.external {
    h5,
     color: #804000 !important;
     h6,
}
    li,
#mw-content-text a {
    i {
     font-weight: bold;
        color: #3d2718;
}
    }
div.mw-body a.new {
    color: #ba0000;
}


    h1,
/*Advanced search fix*/
    h2,
#page-wrapper .tbbox-content {
     .skin-mirage-right-rail-module h3,
     z-index: 4;
     hr {
}
        border-color: #a6805a;
#ooui-php-1 {
    }
     height: auto;
}


   
/*Recent changes, special sites buttons*/
    p a,
.oo-ui-widget {
     p a:visited,
     z-index: 4;
    li a,
}
    li a:visited {
.mw-ui-button {
        color: #3d2718;
    width: auto;
        font-weight: bold;
    font-size: inherit;
     }
    position: relative;
     margin: 0;
}


     p a:hover {
/*Make the page title selectable*/
        color: #3d2718;
div.tbbox-rafter,
    }
div#jump-to-nav {
     display: none;
}
#firstHeading > span {
    display: block;
}


    /* Warning on MediaWiki:Custom.css page */
/*Upper Tabs*/
    .mw-editinginterface {
.tribal-borderbox .tbbox-tabs {
        color: #3d2718;
    white-space: nowrap;
    }
}


    /* Table of Contents styling */
/*Login button*/
     .toc {
.tribal-button {
        background-color: #c9b997;
     width: 190px !important;
    }
}
.with-button .tbbox-headline {
    width: 100% !important;
}
#pt-login {
    display: none;
}
.tribal-borderbox #pt-logout a {
    z-index: 2 !important;
}


    .toc h2 {
/*File page*/
        color: black;
.file_page #filetoc,
    }
.file_page .mw-filepage-resolutioninfo,
.file_page .fullMedia,
.file_page .mw-parser-output > p:first-child,
.file_page #filehistory,
.file_page #mw-imagepage-section-filehistory,
.file_page .mw-imagepage-upload-links {
    display: none;
}


    .toc li a,
/*Table of contents*/
    .toc li a:visited,
#toc {
    .toctogglelabel {
     display: inline-block;
        color: #5f391a;
    width: auto;
    }
}
 
label.toctogglelabel {
 
    color: black;
    /* In-article edit icon styling */
}
    a.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small,
     a:visited.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small {
        color: #3d2718;
    }
 
    a:hover.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small {
        color: #3d2718;
    }


/*Right menu*/
#localNotice {
    z-index: 11;
    position: fixed;
    right: 2%;
    top: 2%;
}
#localNotice > div:first-of-type {
    position: relative;
    margin: 0;
    padding: 0;
    background: none !important;
}
#dock {
    border-spacing: 2px 0px !important;
    padding: 5px;
}
#dock td {
    padding: 0;
    border: none;
    background: url(/images/a/a2/Dock_buttons.png) 1px !important;
}
#dock td:hover {
    background-position-x:-51px !important;
}
#dock ~ div {
    text-align: left;
    padding-left: 15px;
}
#localNotice div:nth-of-type(2n+1) {
    line-height: 34px;
}


/*Tables*/
/*Tables*/
Zeile 353: Zeile 767:
}
}


/* RIGHT RAIL STYLING */
/*Titles*/
    #mirage-right-rail {
h1, h2, h3, h4, h5, h6 {
        background-image: url("/skins/MirageWest/images/page-bgtile.png");
     padding-left: 8px;
    }
     border-bottom: none;
 
}
    #mirage-right-rail a,
h1, h2 {
    #mirage-right-rail a:visited {
        color: #3d2718;
    }
 
    #mirage-right-rail a:hover {
        color: #3d2718;
    }
 
    /* Remove background color on Page tools section of Right Rail */
    .skin-mirage-module-body ul.skin-mirage-unstyled-list > li {
        background: none;
    }
 
 
/* FOOTER STYLING */
    footer {
        display: grid;
        align-content: center;
        justify-content: center;
        justify-items: center;
        margin-top: -25px;
    }
   
    footer.mw-footer {
        background-color: transparent;
        box-shadow: none;
        align-content: center;
    }
 
    #footer-info-lastmod,
    #footer-info-copyright,
    #footer-places-privacy,
    #footer-places-about,
    #footer-places-disclaimer {
        display: inline-block;
        margin-right: 15px;
    }
 
    footer ul.skin-mirage-unstyled-list#footer-info {
        margin-right: 0px;
        color: #c9b997;
        text-shadow: 1px 1px 1px black;
     }
 
    div#footer-places {
        margin-right: auto;
        margin-left: auto;
    }
   
    .mw-footer p,
    .mw-footer h3 {
        color: black;
     }
   
    .mw-footer a {
        color: #c9b997;
        font-weight: normal;
    }
   
    .mw-footer a:hover {
        color: #c9b997;
    }
 
    .mw-footer li {
        line-height: 1 !important;
    }
   
    div#footer-places {
        margin-left: initial;
    }
 
    h3#footer-places-label {
        display: none;
    }
 
    li#footer-info-lastmod {
        color: #c9b997;
    }
 
 
/* CSS placed here will be applied to all skins */
/* Wiki */
h1,h2 {
     color: #ffdead;
     color: #ffdead;
     background-color: #301506;
     background-color: #301506;
    padding-left: 10px;
    margin-top:5px;
    border-bottom: none;
    font-weight:normal;
}
}
/*Advanced search fix*/
h3, h4, h5, h6 {
#page-wrapper .tbbox-content {
    margin-top: .8em;
     z-index: 4;
}
h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.5em;
    margin-top: 1.8em;
}
h3 {
     font-size: 1.3em;  
}
}
#ooui-php-1 {
h4 {
     height: auto;
     font-size: 1.2em;  
}
}
 
h5 {
/*Recent changes, special sites buttons*/
     font-size: 1.1em;  
div#jump-to-nav {
     display: none;
}
}
.oo-ui-widget {
h6 {
     z-index: 4;
     font-size: 1em;  
}
}
.mw-ui-button {
div.title_div {
    width: auto;
    font-size: inherit;
     position: relative;
     position: relative;
    text-align: center;
}
div.title {
    position: absolute;
    top: 6px;
    width: 100%;
}
div.title > h2 {
    font-size: x-large;
    display: inline-block;
     margin: 0;
     margin: 0;
    padding: 0;
    background-color: transparent;
    vertical-align: middle;
}
}
/* */
.title_div + h3,
.mw-body a, .mw-body a.external {
.title_div + #input_level + h3 {
     color: #804000;
    margin-top: 0px;
}
.mTop0 + h2 {
    margin-top: 0;
}
 
/*Text styles*/
.hint {
    margin: 10px 0 15px;
    padding: 4px;
    font-size: 12px;
    background-color: #d6c39f;
    border: 1px dotted #301506;
    border-radius: 4px;
}
 
/*Table of contents*/
.initials {
     display: flex;
}
}
#mw-content-text a, #mw-content-text a.external {
.initials div p {
    margin: 20px 0 0;
    font-size: 150%;
     font-weight: bold;
     font-weight: bold;
    color: black;
}
/*Version*/
.blink {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.blink a {
    color: white !important;
}
}
#document-wrapper {
@keyframes pulse {
     padding: 0 225px 0 20px;
    0% {
     margin:0 auto;
      transform: scale(0.95);
     max-width: 1250px;
      opacity: 0.7;}
     min-width:880px;
    50% {
      transform: scale(1);
      opacity: 1;}
    100% {
      transform: scale(0.95);
      opacity: 0.7;}
}
@-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(0.95);
      opacity: 0.7;}
    50% {
      -webkit-transform: scale(1);
      opacity: 1;}
     100% {
      -webkit-transform: scale(0.95);
      opacity: 0.7;}
}
 
/*Events*/
.wof {
     box-shadow: 0 0 14px inset;
    border-radius: 7px;
    border: 2px solid #a49e97;
}
div.wof {
    display: inline-block;
}
.wof.common {
    background: #cccccc !important;
}
.wof.uncommon {
    background: #99cc99 !important;
}
.wof.rare {
    background: #9999ff !important;
}
.wof.veryrare {
    background: #ffef99 !important;
}
.wof.extraordinary {
    background: #ff9999 !important;
}
.wof.valentine {
    background: #f7c1f7 !important;
}
.wof.dayofdead {
    background: #ffa280 !important;
}
.wof.klick {
    padding: 4px;
     margin-bottom: 15px;
     background: white;
}
.klick > div.item_container {
    margin: -32px 0;
    background: none;
}
span.common {
    color: gray;
}
span.uncommon {
    color: green;
}
}
#searchText {
span.rare {
width: 80%;
    color: blue;
z-index: 10;
}
}
div.oo-ui-menuSelectWidget {
span.veryrare {
margin-top: 40px;
    color: #e0e000;
}
}
input.oo-ui-inputWidget-input {
span.extraordinary {
width: 65%;
    color: red;
}
}
div.tbbox-rafter {
.wof_reward {
display: none;
    display: inline-flex;
    height: 99px;
    width: 99px;
    vertical-align: middle;
}
}
body {
.valentine .wof_reward {
background-image: url(https://wiki.the-west.net/skins/thewest/images/bg-cover-right.png),url(https://wiki.the-west.net/skins/thewest/images/bg-cover-left.png),url(https://wiki.the-west.net/images/f/f1/NewCoverBgBottom.png),url(https://wiki.the-west.net/images/d/d5/NewMainBg.jpg);
    background: url(images/b/b1/Reward_valentine.png) center no-repeat;
}
.dayofdead .wof_reward {
    background: url(images/b/b1/Reward_dayofdead.png) center no-repeat;
}
}
.tribal-button {
.wof_reward > div.item_container {
     width: 190px !important;
     margin: 10px;
}
}
.with-button .tbbox-headline {
.wof_reward .avatar {
     width: 100% !important;
    border-radius: 27px;
     margin: 13px 18px;
}
}
#toc{
.wof_reward .gif {
  display:inline-block;
    height: 73px;
  width: auto;
    width: 64px;
}
}
table {
.texToItem {
     width: auto;
    display: inline-block;
    margin: 0 8px;
     width: 87%;
    vertical-align: middle;
    text-align: justify;
}
}
.mw-collapsible {
.item_quest > .texToItem {
     display:inline-block;
     margin: 0 6px;
    width: 90%;
}
}
.mw-collapsible-toggle {
 
     margin-left:10px;
/* Navigation Bar */
#navbar {
    position: relative;
    top: -8px;
    height: 79px;
    text-align: center;
    z-index: 10;
     margin: 0 5%;
}
}
table.transparent, table.transparent > tbody > tr > td {
.navbar_bgl, .navbar_bgr {
  border:none;
    background: url(images/7/78/Navbar.png) no-repeat;
  background:none !important;
    position: absolute;
    height: 100%;
}
}
table.transparent { width:100%;}
.navbar_bgl {
div.tbbox-logo {z-index:100;}
    background-position: left;
@media screen and (max-width: 1100px) {
    right: 50%;
  table.transparent > tbody > tr > td {
     left: 0;
     display:block;
  }
}
}
/*Right menu*/
.navbar_bgr {
#localNotice {
     background-position: right;
     z-index: 11;
     width: 50%;
    position: fixed;
     right: 0;
     right: 2%;
     top: 2%;
}
}
#localNotice > div:first-of-type {
#navbar ul {
     position: relative;
     position: relative;
    top: 52px;
     margin: 0;
     margin: 0;
     padding: 0;
     display: inline-flex;
     background: none !important;
    height: 0;
     align-items: center;
}
#navbar li {
    margin: 0px 10px;
    color: #ffdead;
}
#navbar li:first-child {
    list-style-type: none;
}
}
#dock {
#navbar li a {
     border-spacing: 2px 0px !important;
     padding: 8px 10px;
     padding: 5px;
    color: #ffdead;
    font-weight: normal;
     font-size: 16px;
}
}
#dock td {
#navbar .selflink {
     padding: 0;
     background: #ffdead;
     border: none;
     color: black;
     background: url(/images/a/a2/Dock_buttons.png) 1px !important;
     box-shadow: 0 0 2px 2px black inset;
    border-radius: 0 0 10px 10px;
}
}
#dock td:hover {
#navbar li img {
     background-position-x:-51px !important;
     border-radius: 6px;
}
}
#dock ~ div {
#navbar li > img {
     text-align: left;
     padding: 8px 10px;
     padding-left: 15px;
     filter: opacity(90%) grayscale(60%);
}
}
#localNotice div:nth-of-type(2n+1) {
#navbar li a > img:hover {
     line-height: 34px;
     filter: brightness(70%);
}
}


Zeile 567: Zeile 1.035:
div.tw_bg_bl,
div.tw_bg_bl,
div.tw_bg_br {
div.tw_bg_br {
     background-image: url(https://wiki.the-west.net/images/6/68/Popup.png);
     background-image: url(images/6/68/Popup.png);
     position: absolute;
     position: absolute;
     z-index: -1;
     z-index: -1;
}
}
.tw_bg_tl {
.tw_bg_tl,
.tt_bg_tl {
     background-position: left top;
     background-position: left top;
     bottom: 50%;
     bottom: 50%;
Zeile 578: Zeile 1.047:
     top: 0;
     top: 0;
}
}
.tw_bg_tr {
.tw_bg_tr,
.tt_bg_tr {
     background-position: right top;
     background-position: right top;
     width: 50%;
     width: 50%;
Zeile 585: Zeile 1.055:
     top: 0;
     top: 0;
}
}
.tw_bg_bl {
.tw_bg_bl,
.tt_bg_bl {
     background-position: left bottom;
     background-position: left bottom;
     height: 50%;
     height: 50%;
Zeile 592: Zeile 1.063:
     left: 0;
     left: 0;
}
}
.tw_bg_br {
.tw_bg_br,
.tt_bg_br {
     background-position: right bottom;
     background-position: right bottom;
     height: 50%;
     height: 50%;
Zeile 605: Zeile 1.077:
     min-width: 200px;
     min-width: 200px;
     white-space: nowrap;
     white-space: nowrap;
     z-index:1000;
     z-index: 100;
}
}
div.item_container {
div.item_container.wearM {
    height: 79px;
    width: 79px;
    position: relative;
    background-image: url(https://wiki.the-west.net/images/e/ec/Item_box.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}
div.item_container.wear {
     height: 93px;
     height: 93px;
     width: 94px;
     width: 94px;
    position: relative;
     background: url(images/c/c8/Item_box_wearM.png);
     background-image: url(https://wiki.the-west.net/images/8/82/Item_box_wear.png);
    background-repeat: no-repeat;
    display: inline-block;
}
}
div.item_container.wear2 {
div.item_container.wearL {
     height: 138px;
     height: 138px;
     width: 95px;
     width: 95px;
    background: url(images/0/09/Item_box_wearL.png);
}
div.item_container.wearM > img,
div.item_container.wearL > img {
    top: 0px !important;
    left: 0px !important;
}
div.item_container {
    height: 79px;
    width: 79px;
     position: relative;
     position: relative;
     background-image: url(https://wiki.the-west.net/images/5/54/Item_box_wear2.png);
     background: url(images/e/ec/Item_box.png) no-repeat;
    background-repeat: no-repeat;
     display: inline-block;
     display: inline-block;
    vertical-align: middle;
}
}
div.item_container.empty {
div.item_container.empty {
     background-image: none;
     background: none;
}
}
div.item_container > img {
div.item_container > img {
Zeile 640: Zeile 1.110:
     left: 3px;
     left: 3px;
}
}
div.item_container.item_off > img {
div.item_container[data-link] > img {
     filter:sepia(1) opacity(35%);
     cursor: pointer;
}
}
div.item_container.wear > img,
div.item_container:hover > div.popup_window {
div.item_container.wear2 > img {
    top: 0 !important;
    left: 0 !important;
}
div.item_container:hover div.popup_window {
     left: 120%;
     left: 120%;
     top: 10px;
     top: 10px;
     z-index: 10;
     z-index: 10;
     display: block;
     display: block;
}
.item_number {
    position: absolute;
    left: 4px;
    bottom: 4px;
    font-size: 13pt;
    color: white;
    text-shadow: 2px 2px 2px #000;
}
}
div.popup_contents {
div.popup_contents {
Zeile 658: Zeile 1.131:
     font-family: Arial, Verdana, sans-serif;
     font-family: Arial, Verdana, sans-serif;
     font-size: 12px;
     font-size: 12px;
    text-align: center;
}
}
div.popup_contents * {
div.popup_contents * {
Zeile 663: Zeile 1.137:
}
}
div.popup_image {
div.popup_image {
     background-image: url(https://wiki.the-west.net/images/e/ec/Item_box.png);
     background: url(images/e/ec/Item_box.png);
    background-repeat: no-repeat;
     width: 79px;
     width: 79px;
     height: 79px;
     height: 79px;
     margin: auto;
     margin: auto;
}
.popup_divider {
    width:124px;
    height:6px;
    margin-top:4px !important;
    background-image: url(https://wiki.the-west.net/images/c/c1/Divider.png);
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
}
div.popup_image img {
div.popup_image img {
Zeile 682: Zeile 1.146:
     padding-left: 4px;
     padding-left: 4px;
}
}
.popup_attribute {
.popup_divider {
     text-align: left;
     width: 124px;
     padding-left: 7px;
    height: 6px;
     font-size: 12px;
    margin: 5px auto !important;
     background: url(images/c/c1/Divider.png);
}
.popup_name {
     font-size: 13px;
     color: #070;
     color: #070;
     font-weight: bold;
     font-weight: bold;
}
.popup_skill {
    text-align: left;
    padding-left: 18px;
    font-size: 11px;
    color: #070;
}
}
.popup_type {
.popup_type {
     font-style: italic;
     font-style: italic;
     font-size: 8pt;
     font-size: 8pt;
    text-align: center;
}
.popup_name {
    font-size: 13px;
    color: #070;
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
}
.popup_infos {
    text-align: center;
}
.popup_id {
    color: blue;
}
.popup_set {
    color: #800080 !important;
    font-weight: bold !important;
}
.popup_speed {
    color: #8b4513;
}
.popup_fb {
    color: #8b4513;
    font-weight: bold;
}
.popup_fb_stats {
    color: #8b4513;
    font-weight: bold;
}
.popup_dmg {
    font-weight: bold;
    text-align: center;
}
}
.popup_text {
.popup_text {
Zeile 738: Zeile 1.167:
     margin: auto !important;
     margin: auto !important;
}
}
.item_number {
.popup_dmg {
     position: absolute;
     font-weight: bold;
    left: 5px;
}
    top: 5px;
.popup_attribute {
     z-index: 10;
     text-align: left;
     font-size: 16pt;
     padding-left: 7px;
     color: white;
     color: #070;
     font-weight: bold;
     font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}
}
.popup_skill {
    text-align: left;
    padding-left: 18px;
    font-size: 11px;
    color: #070;
}
.popup_fb_stats,
.popup_bonus {
.popup_bonus {
     color:#8b4513;
     color:#8b4513;
    text-align: left;
}
}
.popup_job {
.popup_job {
    display:inline-block;
     border-radius: 3px;
     border-radius: 3px;
     border: 1px solid #804000;
     margin: auto !important;
     padding-top: 3px;
    width: auto;
     margin-top: 10px !important;
}
     margin-bottom: 10px !important;
.popup_job th > img {
     max-width: 45px;
}
.item_req {
    background: url(images/e/ec/Item_box.png);
     position: relative;
     display: inline-block;
}
}
.popup_job img {
.item_req {
     width:50px;
     width: 50px;
     height:50px;
     height: 50px;
    background-size: 50px;
    vertical-align: middle;
}
}
.popup_job .item_req > img {
.popup_job .item_req > img {
Zeile 770: Zeile 1.213:
     left: 3px;
     left: 3px;
}
}
.popup_crafteditem {
.popup_speed {
     display:inline-block;
     color:#8b4513;
    background: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
}
.popup_crafteditem table {
.popup_set {
     border-radius: 3px;
     color: #800080;
    border: 1px solid #804000;
     font-weight: bold;
     text-align: center;
}
}
.popup_txtgreen {
.popup_txtgreen {
     color: green;
     color: green;
    text-align: left;
}
}
.popup_txtred {
.popup_txtred {
     color: #900;
     color: #900;
}
}
.popup_id {
    color: blue;
}
/* Sets */
/* Sets */
.set_container {
div#mw-content-text .title_div ~ h3 + dl ~ table {
     position:relative;
    border: none;
}
div#mw-content-text .title_div ~ h3 + dl ~ center > table td,
div#mw-content-text .title_div ~ h3 + dl ~ table td {
    border: none;
    background: none !important;
    padding: 0;
}
 
#set_calc {
    margin: -20px auto 20px;
    z-index: 12;
    cursor: move;
}
#set_calc ~ p,
#set_calc ~ * p {
    display: none;
}
div.set_container {
    margin: 0 auto 15px;
     position: relative;
     width: 276px;
     width: 276px;
     height: 395px;
     height: 395px;
     box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;
     box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;
     border-radius: 10px;
     border-radius: 10px;
}
div.set_container div.item_container > img {
    cursor:pointer;
}
div.item_container.item_off {
    filter: opacity(50%) grayscale(50%);
}
}
table.infoSet {
table.infoSet {
     box-shadow: 2px 2px 4px #000;
     box-shadow: 2px 2px 4px #000;
     margin: 0 0 15px !important;
     margin: 0 0 15px !important;
}
table.infoSet tr {
    background-color: #d4ba91;
}
}
table.infoSet > tbody > tr > td {
table.infoSet > tbody > tr > td {
    border: 1px solid #a17d57 !important;
     background-color: #d4ba91 !important;
     background-color: #d4ba91 !important;
    padding:0;
}
}
table.infosetatt {
table.setbonusrow {
     border: none;
     border: none;
     background: none !important;
     background: none !important;
     margin: 3px !important;
     margin: 3px !important;
}
}
table.infosetatt > tbody > tr > th {
 
    color: #ffdead !important;
    background-color: #301506 !important;
    padding-top:0;
    padding-bottom:0;
}
table.infosetatt > tbody > tr > td {
    padding:0;
    border:none;
}
div.set_bonus {
    border:1px solid #997146;
    width:40px;
    text-align:center;
    background-color:#4E3E26;
    color:#fff;
    font:12px arial;
    float:left;
}
/* Set bonus tooltip */
/* Set bonus tooltip */
div.tt_bg_tl,
div.tt_bg_tl,
div.tt_bg_tr,
div.tt_bg_tr,
div.tt_bg_bl,
div.tt_bg_bl,
div.tt_bg_br {
div.tt_bg_br {
     background-image: url(https://wiki.the-west.net/images/f/fc/Tooltip_bg.png);
     background-image: url(images/f/fc/Tooltip_bg.png);
    background-repeat: no-repeat;
     position: absolute;
     position: absolute;
     z-index: -1;
     z-index: -1;
}
.tt_bg_tl {
    background-position: left top;
    bottom: 50%;
    right: 50%;
    left: 0;
    top: 0;
}
.tt_bg_tr {
    background-position: right top;
    width: 50%;
    bottom: 50%;
    right: 0;
    top: 0;
}
.tt_bg_bl {
    background-position: left bottom;
    height: 50%;
    right: 50%;
    bottom: 0;
    left: 0;
}
.tt_bg_br {
    background-position: right bottom;
    height: 50%;
    width: 50%;
    bottom: 0;
    right: 0;
}
}
.tooltip_outer {
.tooltip_outer {
Zeile 871: Zeile 1.296:
     bottom: 100%;
     bottom: 100%;
     margin-bottom: 8px;
     margin-bottom: 8px;
     z-index: -1;
     z-index: 10;
}
}
.tooltip {
.tooltip {
     position: relative;
     position: relative;
     padding: 10px 13px 12px 13px;
     padding: 10px;
     opacity: 0;
     display: none;
     visibility: hidden;
     min-width: 350px;
    -webkit-transition: opacity .15s ease-in-out;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -moz-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    white-space: nowrap;
    max-width: 350px;
     left: -50%;
     left: -50%;
     color: black;
     color: black;
    text-align: justify;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
}
.tooltip::after {
.tooltip::after {
     content: " ";
     content: "";
     position: absolute;
     position: absolute;
     top: 100%;
     top: 100%;
Zeile 894: Zeile 1.315:
     margin-top: -4px;
     margin-top: -4px;
     margin-left: -11px;
     margin-left: -11px;
     background-image: url(https://wiki.the-west.net/images/3/32/Tooltip_arrow.png);
     background-image: url(images/3/32/Tooltip_arrow.png);
     width: 22px;
     width: 22px;
     height: 11px;
     height: 11px;
Zeile 900: Zeile 1.321:
.tooltip_container {
.tooltip_container {
     position: relative;
     position: relative;
    display: inline-block;
    cursor: help;
}
}
.tooltip_container:hover .tooltip {
.tooltip_container:hover .tooltip {
     visibility: visible;
     display: block;
     -webkit-transition: opacity .15s ease-in-out 0.4s;
}
     -moz-transition: opacity .15s ease-in-out 0.4s;
.set_bonus {
     transition: opacity .15s ease-in-out 0.4s;
     vertical-align: top;
     opacity: 1;
    border: 1px solid #997146;
    width: 40px;
    text-align: center;
     background-color: #4E3E26;
     color: #fff;
     font: 12px arial;
}
}
.tooltip_container:hover > .tooltip_outer {
.set_bonus .tooltip {
     z-index: 1000;
     min-width: 0;
    white-space: nowrap;
}
}
.per_level:after {
.per_level:after {
     content: "(per Level)";
     content: " (pro Stufe)";
}
}
/* Quest templates */
/* Quest templates */
.item_border {
.item_quest {
     position: relative;
     position: relative;
     display: inline-block;
     display: inline-block;
    margin: 1px;
    width: 79px;
    height: 79px;
}
.item_border .amount {
    margin:0;
    position: absolute;
    bottom: 2px;
    left: 6px;
    text-shadow: black 1px 1px 1px;
    font-size: 18px;
    color: white;
    font-weight: bold;
}
}
.item_border2 {
.item_quest div.item_container {
    position: relative;
    display: inline-block;
    margin: 1px;
     width: 60px;
     width: 60px;
     height: 60px;
     height: 60px;
    background-size: 60px;
}
}
.item_border2 .amount {
.item_quest div.item_container > img {
    margin:0;
     position: absolute;
     position: absolute;
     bottom: 2px;
     width: 53px;
     left: 6px;
     height: 53px;
     text-shadow: black 1px 1px 1px;
     top: 4px;
     font-size: 14px;
     left: 3px;
    color: white;
    font-weight: bold;
}
}
.item_border2.inv:before {
.item_flag {
     content:url(https://wiki.the-west.net/images/7/70/ItemBorder_Inv.png);
     width: 26px;
    height: 26px;
     position: absolute;
     position: absolute;
    top: -1px;
    left: -1px;
     z-index: 1;
     z-index: 1;
    top: 1px;
    left: 1px;
}
}
.item_border2.eqp:before {
.item_flag.eqp {
     content:url(https://wiki.the-west.net/images/6/63/Product_Eqp.png);
     background: url(images/6/63/Product_Eqp.png);
}
.item_flag.inv{
    background: url(images/7/70/Product_Inv.png);
}
.number {
     position: absolute;
     position: absolute;
     top: -1px;
     bottom: 1px;
     left: -1px;
    left: 3px;
     z-index: 1;
    text-shadow: black 1px 1px 1px;
    font-size: 12px;
    color: white;
}
#questinfo > div {
    margin: 1px;
     border: solid #ccc;
    border-width: 1px 3px 3px 1px;
     border-radius: 10px;
    background: white;
    padding: 5px;
}
#questinfo > div > div {
    background:#F5B555;
    padding:5px;
    color:black;
}
}
/* Set switch duel weapon */


#switch {
/* Set switch items */
.set_switch,
.set_switchF {
     position: absolute;
     position: absolute;
     top: 30px;
     top: 30px;
Zeile 971: Zeile 1.405:
     cursor: pointer;
     cursor: pointer;
}
}
#switch_prod {
/* Inputs */
#input_level.sets {
     position: absolute;
     position: absolute;
     top: 30px;
     right: 180px;
     left: 195px;
     margin-top: 3px;
    cursor: pointer;
}
}
/* Inputs */
.input_level,
 
#input_level,
#input_level,
#input_search {
#input_search {
     display: inline-block;
     display: inline-block;
     background: url(https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png) top left no-repeat;
     background: url(images/a/a7/Textfield.png) top left no-repeat;
     height: 30px;
     height: 30px;
     width: 12px;
     width: 12px;
Zeile 990: Zeile 1.423:
     right: 250px;
     right: 250px;
}
}
input.west, select.west {
input.west {
     background: url(https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png) top right no-repeat;
     background: url(images/a/a7/Textfield.png) top right no-repeat;
     height: 30px;
     height: 30px;
     width: 180px;
     width: 180px;
    margin-left: 12px;
    padding: 0px 8px 0px 0px;
    border: 0;
    outline: none;
}
input.target {
background: url("https://westde.innogamescdn.com/images/tw2gui/textfield/textfield.png") top right no-repeat;
height: 30px;
     margin-left: 12px;
     margin-left: 12px;
     padding: 0 8px 0 0;
     padding: 0 8px 0 0;
     border: 0;
     border: 0;
     outline: none;
     outline: none;
    width: 90px;
    margin-right: -6px;
}


/* Set icon */
.set_icon {
    display: inline-block;
    position: relative;
    margin: 3px 0 0 3px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    vertical-align: middle;
}
}
/* What's new banner*/
.set_icon:hover {
 
    background: #FFEECC;
.info_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
}
.ring {
.set_icon > div {
    position: relative;
    background: url(images/4/46/Set_icons_sprite.png?) no-repeat;
    width: calc(var(--cir) * 2 + 10px);
    width: 48px;
    height: var(--hei);
    height: 48px;
    margin: 20px;
    position: absolute;
    border-radius: 20px;
    top: 1px;
    transition: 0.5s;
    left: 1px;
    transition-delay: 0.5s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
}
.ring:hover {
.set_icon > a {
    width: var(--wid);
    position: absolute;
    transition-delay: 0s;
}
}
.ring .circle {
 
     position: absolute;
/* Calculator */
     top: 0;
.tw_checkbox_no {
     left: 0;
     display: inline-block;
     width: 100%;
     background: url("images/1/12/Noclick.png") no-repeat;
    height: 100%;
     height: 20px;
    border-radius: 20px;
     width: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
}
.ring .circle::before {
.tw_checkbox_on {
     content: '';
     display: inline-block;
    position: absolute;
     background: url("images/9/99/Onclick.png") no-repeat;
    top: 0;
     height: 20px;
    left: 0;
     width: 20px;
    width: 100%;
    height: 100%;
     background: var(--clr);
     clip-path: circle(var(--cir) at center);
     transition: 0.5s;
}
}
.ring:hover .circle::before {
.calculateTable {
    clip-path: circle(400px at center);
background-color: #d6c39f;
border: 1px solid #d6c39f;
border-collapse: collapse;
}
}
.ring .circle .logo img {
.calculateTable > tr > th,
    position: relative;
.calculateTable > tr > td,
    transition: 0.5s;
.calculateTable > * > tr > th,
    transition-delay: 0.5s;
.calculateTable > * > tr > td {
border: 1px solid #d6c39f;
padding: 0.0em 0.4em;
}
}
.ring:hover .circle .logo img {
.calculateTable > tr > th,
    transform: scale(0);
.calculateTable > * > tr > th {
    transition-delay: 0s;
background-color: #d6c39f;
text-align: center;
}
}
 
.calculateTable > caption {
/* .content { */
font-weight: bold;
    /* position: relative; */
    /* width: 45%; */
    /* left: 20%; */
    /* padding: 20px 20px 20px 40px; */
    /* opacity: 0; */
    /* transition: 0.5s; */
    /* visibility: hidden; */
/* } */
/* .ring:hover .content { */
    /* left: 0; */
    /* opacity: 1; */
    /* visibility: visible; */
    /* transition-delay: 0.5s; */
/* } */
/* .content h2 { */
    /* background: none; */
    /* color: #fff; */
    /* font-size: 2.5em; */
    /* line-height: 1em; */
/* } */
/* .content p { */
    /* color: #fff; */
/* } */
 
.content .explore {
    position: relative;
    color: #111;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
}
}
.ring .content_img img {
.calculateTable > tr > th,
    position: absolute;
.calculateTable > tr > td,
    top: 50%;
.calculateTable > * > tr > th,
    left: 50%;
.calculateTable > * > tr > td,
    transform: translate(-50%, -50%) scale(0);
.mw_metadata th,
    transition: 0.5s;
.mw_metadata td {
    transition-delay: 0s;
background: #d6c39f !important;
border: 1pt solid #d6c39f;
}
}
.ring:hover .content_img img {
.calculateTable > tr > th,
    left: 75%;
.calculateTable > * > tr > th,
    transform: translate(-50%, -50%) scale(1);
.mw_metadata th {
    transition-delay: 0.5s;
background: #d6c39f !important;
text-align: center;
font-weight: bold;
}
}


Zeile 1.128: Zeile 1.536:
     text-shadow: black -1px 0 1px, black 0 1px 1px, black 1px 0 1px, black 0 -1px 1px;
     text-shadow: black -1px 0 1px, black 0 1px 1px, black 1px 0 1px, black 0 -1px 1px;
     white-space: nowrap;
     white-space: nowrap;
     z-index: 1;
     z-index: 2;
}
}
.icon_level {
.icon_level {
Zeile 1.134: Zeile 1.542:
     width: 15px;
     width: 15px;
     height:12px;
     height:12px;
     background:url(https://westzz.innogamescdn.com/images/items/item_level.png);
     background:url(images/4/4b/Item_level.png);
     margin-right: 2px;
     margin-right: 2px;
}
}
Zeile 1.142: Zeile 1.550:
.upgrade {
.upgrade {
     display: inline-block;
     display: inline-block;
     width:12px;
     width: 12px;
     height: 12px;
     height: 12px;
     background: url(https://wiki.the-west.net/images/c/ca/Upgrade_icons.png) 0 12px;
     background: url(images/c/ca/Upgrade_icons.png) 0 12px;
     margin: 0 2px 0 1px;
     margin: 0 2px 0 1px;
     cursor: pointer;
     cursor: pointer;
}
}
.upgrade:hover {
.upgrade:hover {
     background-position-y:0;
     background-position-y: 0;
}
}
.downgrade {
.downgrade {
     display: inline-block;
     display: inline-block;
     width:12px;
     width: 12px;
     height:12px;
     height: 12px;
     background: url(https://wiki.the-west.net/images/c/ca/Upgrade_icons.png) 12px 12px;
     background: url(images/c/ca/Upgrade_icons.png) 12px 12px;
     margin: 0 0 0 2px;
     margin: 0 0 0 2px;
     cursor: pointer;
     cursor: pointer;
}
}
.downgrade:hover {
.downgrade:hover {
     background-position-y:0;
     background-position-y: 0;
}
}
.item_container[data-lvl="0"] .item_level {
.item_container[data-lvl="0"] .item_level {
     display:none;
     display: none;
}
}
.item_container:hover .item_level {
.item_container:hover .item_level {
     display:block;
     display: block;
}
}
.item_container .upgrade, .item_container .downgrade {
.item_container .upgrade, .item_container .downgrade {
     display:none;
     display: none;
}
}
.item_container:hover .upgrade, .item_container:hover .downgrade {
.item_container:hover .upgrade, .item_container:hover .downgrade {
    display:inline-block;
     display: inline-block;
}
div.set_container div.item_container > img {
    cursor:pointer;
}
div.mw-collapsible > b {
    color:#5e321a;
    font-size:16px;
}
.navbar_items {
    width: 392px;
    height: 89px;
    padding: 10px;
    background: url(https://wiki.the-west.net/images/b/ba/Navbar_items.png) no-repeat;
}
.navbar_items .link_icon {
    display:inline-block;
    position: relative;
    width: 42px;
    height: 43px;
    cursor: pointer;
    background:url(https://wiki.the-west.net/images/8/87/Navbar_items_icons.png);
}
.navbar_items .link_icon:hover, .navbar_items .active{
    background-position-y:-43px;
}
 
.wiki-title {
    position:relative;
    max-width: 800px;
    height: 49px;
    background: url(https://wiki.the-west.net/images/b/b3/Title.png) no-repeat;
    background-size: 100% 100%;
    padding: 0;
    margin: auto;
    border: none;
}
#popup_plain {
    position:relative;
     display:inline-block;
}
}
div.achievement {
div.achievement {
Zeile 1.231: Zeile 1.599:
     width: 100%;
     width: 100%;
     position: absolute;
     position: absolute;
     background-image: url(https://wiki.the-west.net/images/c/c8/Achievement_Background.png);
     background-image: url(https://wiki.the-west.de/images/c/c8/Achievement_Background.png);
     left: 0;
     left: 0;
     z-index: -1;
     z-index: -1;
Zeile 1.256: Zeile 1.624:
     max-width:330px;
     max-width:330px;
}
}
.tw2gui_button_spoiler {
    display: inline-block;
    position: relative;
    height: 36px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    cursor: pointer;
    max-width:330px;
}
.tw2gui_button_left_cap,.tw2gui_button_right_cap {
.tw2gui_button_left_cap,.tw2gui_button_right_cap {
     position: absolute;
     position: absolute;
     width: 50%;
     width: 50%;
     height: 36px;
     height: 36px;
     background: url(https://westzz.innogamescdn.com/images/tw2gui/button/button_normal.png) 0 0;
     background: url(https://westde.innogamescdn.com/images/tw2gui/button/button_normal.png) 0 0;
     left: 0;
     left: 0;
}
}
Zeile 1.273: Zeile 1.653:
     margin-left: -9px;
     margin-left: -9px;
     left: 50%;
     left: 50%;
     background: url(https://westzz.innogamescdn.com/images/tw2gui/button/button_mid_normal.png) 0 0 no-repeat;
     background: url(https://westde.innogamescdn.com/images/tw2gui/button/button_mid_normal.png) 0 0 no-repeat;
}
.tw2gui_button:hover .tw2gui_button_right_cap,
.tw2gui_button:hover .tw2gui_button_left_cap {
    background-image:url('https://westen.innogamescdn.com/images/tw2gui/button/button_highlight.png');
}
}
.textart_title {
.textart_title {
Zeile 1.292: Zeile 1.668:
     text-overflow: ellipsis;
     text-overflow: ellipsis;
}
}
table.sticky_header th {
#ca-talk {
     position: -webkit-sticky;
     display: none !important;
    position: sticky;
    top: 0;
    z-index:3;
}
}
div.prize-section {
#target_new {
    display:inline-block;
display: inline-block;
    position:relative;
background: url("https://westde.innogamescdn.com/images/tw2gui/textfield/textfield.png") top left no-repeat;
    margin: 5px 0 5px 0;
height: 30px;
}
}
div.prize-section .section-border {
#search_craft_nou {
    border: 3px solid #a49e97;
display: inline-block;
    border-radius: 8px;
background: url("https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png") top left no-repeat;
    box-shadow: 0 0 20px inset;
height: 30px;
    opacity: 0.9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
}
div.prize-section .section-bg {
input.craft_search {
    position: absolute;
background: url("https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png") top right no-repeat;
     left: 3px;
height: 30px;
     right: 3px;
     margin-left: 12px;
     bottom: 3px;
     padding: 0 8px 0 0;
     top: 3px;
     border: 0;
     opacity: 0.4;
     outline: none;
     border-radius: 5px;
     width: 90px;
     margin-right: -6px;
}
}
 
.easter_banner a {
div.prize-section .section-legend {
color: #269c17 !important;
    position: relative;
    text-align: center;
    text-shadow: 0 0 5px #000;
    padding: 10px 15px 5px 15px;
    color: white;
    font-size:20px;
}
}
div.prize-section .section-content {
.craft_column {
     position: relative;
     column-count: 2;
     padding: 15px;
     padding-bottom: 15px;
}
}
small div.item_container {
/*Questline frame*/
    height: 60px;
div.questline_frame {
    width: 60px;
}
small div.item_container > img, small div.item_container > a > img {
    width:54px !important;
    height:54px !important;
}
table.quest {
    width:100%;
}
table.quest h2 {
    margin: -5px;
    color: #ffdead;
    background-color: #301506;
    border-bottom: none;
    font-weight: bold;
    font-size: 120%;
}
table.quest td {
    text-align:center;
}
table.quest #toc {
    display:none;
}
table.quest div.options_frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #8a5f302b;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #996b39;
    border-bottom: 1px solid #996b39;
}
div.world_map {
    position:relative;
    width: 237px;
    height: 104px;
    border: 1px solid black;
    background: url(https://westzz.innogamescdn.com/images/map/minimap/worldmap.png);
}
div.world_map .map_marker {
    position:absolute;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    background: url(https://westzz.innogamescdn.com/images/map/minimap/icons/miniicon_quests.png);
}
div.questgiver_mini_frame {
    position: relative;
    width: 106px;
    height: 54px;
    margin:auto;
    background: url(https://wiki.the-west.net/images/5/59/Questgiver_mini_frame.png);
}
div.questgiver_mini_frame > img {
    position: absolute;
    top: 8px;
    left: 34px;
}
.cdr_prq {
     display: inline-block;
     display: inline-block;
    background: #fdf4e8;
    border-radius: 10px;
    padding: 5px 5px;
    font-size: smaller;
    vertical-align: top;
    margin: 2px;
    box-shadow: 1px 1px 1px 1px #00000024;
}
.prq_cond {width:490px;}
.prq_dispo {width:330px;}
.prq_title {
    background: #301506;
    color: #ffdead;
    padding: 8px 10px;
    border-radius: 5px;
}
.window_border {
    margin:auto;
    position:relative;
    padding:7px;
    z-index:0;
}
.wb_content {
    background:url(https://wiki.the-west.fr/images/8/80/Arriere_plan_cadre.png);
    border-radius:15px;
    padding:40px;
}
div.wb_tl, div.wb_tr, div.wb_bl, div.wb_br {
    background-image: url(https://westfr.innogamescdn.com/images/tw2gui/window/window_border.png);
    background-repeat: no-repeat;
    position: absolute;
}
div.wbt_tl, div.wbt_tr, div.wbt_bl, div.wbt_br {
    background-image: url(https://wiki.the-west.fr/images/3/3c/Table_border.png);
    background-repeat: no-repeat;
    position: absolute;
        z-index:-1;
}
.wb_tl, .wbt_tl {
    background-position: left top;
    bottom: 50%;
    right: 50%;
    left: 0;
    top: 0;
}
.wb_tr, .wbt_tr {
    background-position: right top;
    width: 50%;
    bottom: 50%;
    right: 0;
    top: 0;
}
.wb_bl, .wbt_bl {
    background-position: left bottom;
    height: 50%;
    right: 50%;
    bottom: 0;
    left: 0;
}
.wb_br, .wbt_br {
    background-position: right bottom;
    height: 50%;
    width: 50%;
    bottom: 0;
    right: 0;
}
div.questline_frame {
    display:inline-block;
     position: relative;
     position: relative;
     width: 272px;
     width: 272px;
     height: 152px;
     height: 152px;
     margin:3px;
     margin:3px;
     background: url(https://wiki.the-west.net/images/7/79/Questline_frame.png);
     background: url(images/7/79/Questline_frame.png);
}
}
div.questline_frame .questline_name {
div.questline_frame .questline_name {
     top: 12px;
     margin: 12px;
     text-align: center;
     text-align: center;
     position: relative;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
div.questline_frame .questgiver img {
div.questline_frame .questgiver img {
Zeile 1.495: Zeile 1.727:
     width: 80px;
     width: 80px;
     height: 100px;
     height: 100px;
     background: url(https://westzz.innogamescdn.com/images/window/quest/pic_small.png);
     background: url(images/9/96/Pic_small.png);
     background-size: cover;
     background-size: cover;
}
}
div.questline_frame .info {
div.questline_frame .info {
    display: inline-block;
     position: absolute;
     position: absolute;
     top: 65px;
     top: 65px;
     left: 97px;
     left: 97px;
     width:150px;
     width:150px;
    text-align: center;
     font-size:13px;
     font-size:13px;
     text-shadow: 1px 1px 2px #00000063;
     text-shadow: 1px 1px 2px #00000063;
}
}
.item_flag {
.mw-collapsible {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 1px;
}
.item_flag.eqp {
    background: url("https://wiki.the-west.net/images/6/63/Product_Eqp.png");
}
.item_flag.inv{
    background: url("https://wiki.the-west.net/images/7/70/ItemBorder_Inv.png");
}
.item_req {
    background: url("https://wiki.the-west.net/images/e/ec/Item_box.png");
    position: relative;
    display: inline-block;
}
.item_req {
    width: 50px;
    height: 50px;
    background-size: 50px;
    vertical-align: middle;
}
table.popup_job {
    width: 100%!important;
}
#ca-talk {
    display: none !important;
}
#navbar {
    position:relative;
    top:-11px;
    font-family:Calibri;
    width:800px;
        max-width:100%;
    height:85px;
    margin:0;
    padding:0;
    text-align:center;
    z-index:100;
}
.navbar_bgl, .navbar_bgr {
    background-image: url(images/7/78/Navbar.png);
    background-repeat: no-repeat;
    position: absolute;
    height:100%;
}
.navbar_bgl {
    background-position: left;
    right: 50%;
    left: 0;
}
.navbar_bgr {
    background-position: right;
    width: 50%;
    right: 0;
}
#navbar ul {
    list-style-type: none;
    font-size:0;
    padding:0;
    overflow: hidden;
    position:relative;
    top:45px;
    height:37px;
}
#navbar li {
    font-size:16px;
    display:inline;
    background:none !important;
    padding:0 !important;
}
#navbar li a {
    position:relative;
    display:inline-block;
    color: white;
    font-weight:normal;
    text-align: center;
    padding: 8px 10px;
    line-height:20px;
    text-decoration: none;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
 
#navbar li a:not(.selflink):hover {
    color:#FFDEAD;
}
#navbar .selflink {
    background-color: #FFDEAD;
    color:black;
    position:relative;
    display:inline-block;
    text-align: center;
    padding: 8px 10px;
    line-height:20px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.2) inset;
    z-index:1;
}
#navbar li a:not(.selflink):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    background: #FFDEAD;
    -webkit-transition: width .25s;
    -moz-transition: width .25s;
    -ms-transition: width .25s;
    -o-transition: width .25s;
    transition: width .25s;
}
#navbar li a:not(.selflink):hover:before {
    width:100%;
}
#navbar li a:after {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: 17px;
    height: 4px;
    width: 4px;
    background: #ffffff;
    opacity: 0.5;
}
#navbar .selflink:after{
    width: 2px;
}
#navbar li:first-child *:after{
    opacity:0;
}
#wiki_logo {
    position: relative;
    width: 112px;
    height: 110px !important;
    background: url(images/e/e4/VersionLogo.png) !important;
    margin-bottom: 10px;
}
#wiki_logo  a {
    color:#FFFFFF !important;
    font-weight:normal;
}
.flash {
    animation-name: pulse;
    -webkit-animation-name: pulse; 
    animation-duration: 1.5s; 
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulse{
    0%{
    transform:scale(0.95);
        opacity:0.7
    }
    50%{
        transform:scale(1);
        opacity:1
    }
    100%{
        transform:scale(0.95);
        opacity:0.7
    }
}
 
.tw2gui_button_spoiler {
     display: inline-block;
     display: inline-block;
    position: relative;
    height: 36px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    cursor: pointer;
    max-width:330px;
}
.tw2gui_button_spoiler:hover .tw2gui_button_right_cap,
.tw2gui_button_spoiler:hover .tw2gui_button_left_cap {
    background-image:url('https://westen.innogamescdn.com/images/tw2gui/button/button_highlight.png');
}
}
.input_level, #input_level, #input_search {
    display: inline-block;
    background: url("https://westen.innogamescdn.com/images/tw2gui/textfield/textfield.png") top left no-repeat;
    height: 30px;
    width: 12px;
}
.column {
  column-count: 3;
}
.tw_checkbox_no {
    display: inline-block;
    background: url("images/1/12/Noclick.png") no-repeat;
    height: 20px;
    width: 20px;
}
.tw_checkbox_on {
    display: inline-block;
    background: url("images/9/99/Onclick.png") no-repeat;
    height: 20px;
    width: 20px;
}
.calculateTable {
background-color: #d6c39f;
border: 1px solid #d6c39f;
border-collapse: collapse;
}
.calculateTable > tr > th,
.calculateTable > tr > td,
.calculateTable > * > tr > th,
.calculateTable > * > tr > td {
border: 1px solid #d6c39f;
padding: 0.0em 0.4em;
}
.calculateTable > tr > th,
.calculateTable > * > tr > th {
background-color: #d6c39f;
text-align: center;
}
.calculateTable > caption {
font-weight: bold;
}
.calculateTable > tr > th,
.calculateTable > tr > td,
.calculateTable > * > tr > th,
.calculateTable > * > tr > td,
.mw_metadata th,
.mw_metadata td {
background: #d6c39f !important;
border: 1pt solid #d6c39f;
}
.calculateTable > tr > th,
.calculateTable > * > tr > th,
.mw_metadata th {
background: #d6c39f !important;
text-align: center;
font-weight: bold;
}
#target_new {
    display: inline-block;
    background: url("https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png") top left no-repeat;
    height: 30px;
}
input.target {
    background: url("https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png") top right no-repeat;
    height: 30px;
    margin-left: 12px;
    padding: 0 8px 0 0;
    border: 0;
    outline: none;
    width: 90px;
    margin-right: -6px;
}
.item_table div.item_container {
    width: 60px;
    height: 60px;
    background-size: 60px;
}
.item_table div.item_container > img {
    position: absolute;
    width: 53px;
    height: 53px;
    top: 4px;
    left: 3px;
}
.number {
    position: absolute;
    bottom: 1px;
    left: 3px;
    text-shadow: black 1px 1px 1px;
    font-size: 12px;
    color: white;
}
/* Homepage event box */
.valentine {
    background: url("https://wiki.the-west.net/images/c/c0/Valentine.jpg") center center!important;
    background-size: cover!important;
}
.easter {
    background: url("https://wiki.the-west.net/images/0/01/Easter.jpg") center center!important;
    background-size: cover!important;
}
.independence {
    background: url("https://wiki.the-west.net/images/1/18/Independence.jpg") center center!important;
    background-size: cover!important;
}
.oktoberfest {
    background: url("https://wiki.the-west.net/images/7/73/Octoberfest.jpg") center center!important;
    background-size: cover!important;
}
.dod {
    background: url("https://wiki.the-west.net/images/c/cc/Dotd.jpg") center center!important;
    background-size: cover!important;
}
.container_event .bg_tl {
    left: 0;
    right: 50%;
    top: 0;
    bottom: 50%;
    background-position: top left;
}
.container_event .bg_tr {
    width: 50%;
    right: 0;
    top: 0;
    bottom: 50%;
    background-position: top right;
}
.container_event .bg_bl {
    left: 0;
    right: 50%;
    height: 50%;
    bottom: 0;
    background-position: bottom left;
}
.container_event .bg_br {
    width: 50%;
    height: 50%;
    right: 0;
    bottom: 0;
    background-position: bottom right;
}
.frame {
    position: absolute;
    background-image: url("https://wiki.the-west.net/images/5/56/726px-Event_box.png");
}
.container_event > .background.wood {
    background: url("https://wiki.the-west.net/images/1/1f/Wood.jpg") center center;
}
.container_event .background {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 6px;
    bottom: 8px;
    background: url("https://wiki.the-west.net/images/b/b5/Default.jpg") center center;
    background-repeat: repeat;
}
.event {
    display: block;
    text-decoration: none;
    margin-bottom: -35px;
}
.light, a.light {
    color: #ffe7b1;
}
.event .event-status, .event .event-date {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.event .event-name {
    font-weight: bold;
    text-decoration: underline;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    text-shadow: 1px 1px 0 #ffcc66, 1px 1px 2px #000000;
}
.event .event-name a {
    font-weight: bold;
    text-decoration: underline;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    text-shadow: 1px 1px 0 #ffcc66, 1px 1px 2px #000000;
}
.event .event-date {
    background: #00000085;
    padding: 2px;
    display: inline-block;
    margin: 3px;
    border-radius: 1px;
}
.container_event {
    position: relative;
    height: 100%;
    width: 100%;
}
.container_event > .content {
    position: relative;
    padding: 15px;
}
.event .content > div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 4px;
    box-sizing: border-box;
    text-align: center;
}
.event-date a {
    font-weight: bold;
    text-decoration: underline;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 14px;
    color: #ffe7b1!important;
}
.container-title {
    width: calc(100% + 16px);
    height: 46px;
    position: relative;
    padding-top: 15px;
    margin-bottom: -15px;
    margin-left: -8px;
}
.container-title .right {
    position: absolute;
    left: 50%;
    right: 0;
    background-position: right bottom;
}
.container-title .left {
    position: absolute;
    left: 0;
    right: 50%;
    background-position: left bottom;
}
.container-title .left, .container-title .right {
    bottom: 0;
    height: 50px;
    background-image: url("https://wiki.the-west.net/images/2/29/Window2_title.png");
    background-repeat: no-repeat;
}
.container-title .title {
    color: rgb(255, 231, 177);
    display: block;
    font-family: 'Times New Roman';
    font-size: 27px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 32px;
    line-height: normal;
    margin: 0;
    padding-top: 6px;
    position: relative;
    text-align: center;
    width: 100%;
}
table.NewjobList tr > th {
    font-weight: bold;
    color: #ffdead !important;
    background-color: #301506 !important;
}
table.NewjobList, tr.mw-empty-elt {
display:block!important;
}
#searchItemlive{
    padding:15px 0 4px 0 !important;
    background:#44301d !important;
    margin-bottom:48px;
    box-shadow:inset 0em 0em 1.2em 0.2em #140a05
}
.audio-arrow-box {
margin-top: -25px;
    background: #e9d3a7!important;
    border-radius: 6px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
    width: 353px;
    height: 200px;
    z-index: 99;
    display: none;
    margin-left: -365px;
}
.audio-arrow-box::after {
    z-index: -99;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 0;
    bottom: 0;
    top: 20px;
    right: calc(4px - 4%);
    box-sizing: border-box;
    border: 5px solid #e9d3a7;
    border-color: transparent transparent #e9d3a7 #e9d3a7;
    transform-origin: 0 0;
    transform: rotate(224deg);
}
.audio-arrow-box::before {
    z-index: 10;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 0;
    bottom: 0;
    top: 20px;
    right: calc(4px - 4%);
    box-sizing: border-box;
    border: 5px solid black;
    border-color: transparent transparent #e9d3a7 #e9d3a7;
    transform-origin: 0 0;
    transform: rotate(224deg);
}
.popup-container {
    padding: 10px;
    height: 180px;
    overflow: auto;
    overflow-x: hidden;
background: #e9d3a7!important;
}
.audio-arrow-box::-webkit-scrollbar {
  width: 0px!important;
  height:0px!important;
}
.popup-container::-webkit-scrollbar {
  width: 0px!important;
  height:0px!important;
}
.item {
    display: inline-block;
}
.load_items {
    display:none;
padding: 8px;
}
#search_live_item {
z-index: 99;
position: absolute;
    right: -200px;
    top: 615%;
}
.aligntoleft {
float: left;
padding-right: 8px;
}
.aligntoright {
float: right;
padding-left: 8px;
}
span.h7 {
background-color: none!important;
padding: 0px!important;
font-size: 16px;
color: #5e321a;
display: block;
}
.sectioncolumns {
display: flex;
justify-content: space-between;
}
.section_column_ {
    width: 49%;
}
/* Language Picker - Criminus 2023 */
div#p-Language {
    margin-bottom: 10px;
}
/*
.langPicker {
    display: flex;
    justify-content: space-around;
}
*/
.langPicker {
    float: right;
    margin-right: 15px;
    margin-top: -10px;
}
.langPicker a {
    margin-left: 5px;
}
/*Table of contents title*/
#mw-toc-heading {
    background: transparent;
}
/*The dropdown top menus should be displayed above some of the custom headers from West*/
.skin-mirage-mirage-navigation .skin-mirage-navigation-entry-item .skin-mirage-dropdown-list {
  z-index: 101;
}
/*More West-like border of the table of contents*/
.toc {
  border: 1px solid #996b39;
}
/*Remove the title of the page. Unnecessary, and looks out of place.*/
.mw-wordmark-container span.mw-logo-wordmark {
  display: none;
}
/*Background for the top bar*/
#mirage-fixed-header {
  background-image: url("/skins/MirageWest/images/headline-bgtile.png");
}
/*Don't show username, or 'not logged in' in the top bar*/
#mirage-fixed-header .skin-mirage-username {
  display: none;
}
/*Make 'edit' link visible again*/
a.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small {
  color: #ccc;
}
h3 a.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small {
  color: #804000;
}
/*Faint border around the main content*/
.mediawiki-content-container {
  border-left: 2px solid #996b39;
  border-right: 2px solid #996b39;
  border-bottom: 2px solid #996b39;
}
#mirage-top-header {
  border-left: 2px solid #996b39;
  border-right: 2px solid #996b39;
  border-top: 2px solid #996b39;
}
#left-navigation, #right-navigation, #left-navigation nav, #right-navigation nav, #left-navigation label, #right-navigation label {
  padding-right: 5px;
}
/*Make the semantic media wiki readable*/
.smw-editpage-help {
background-color: #565656;
}
/* Make the errors on uploading the same file readable */
.mw-destfile-warning {
    color: #5e321a;
}
.externalimage-holder {
    position: relative;
    margin: auto;
    display: inline-block;
    max-width: 600px;
}
.externalimage-holder img {
    width: 100%;
    height: auto;
}
img {
    max-width: 900px;
}
#document-wrapper
{
    max-width: 1200px;
}
/* West specific changes */
    /* Correct button sizes for save buttons of articles */
    #wpSave,
    #wpPreview,
    #wpDiff {
        width: initial;
    }
    /* Adjust image size on Main Page slightly so it cannot go outside of bounds */
    body.page-Main_Page .container-title,
    body.page-Huvudsida .container-title,
    body.page-Forside .container-title {
        width: initial;
    }
/* Mobile-specific changes */
@media screen and (max-width: 720px)
{
    /* Remove the unnecessary logo next to the navigation links */
    #mirage-navigation-header #mirage-logo {
      display: none;
    }
   
    /*Remove the wiki title on mobile*/
    .mw-logo-wordmark {
      display: none;
    }
   
    /*Set max image size on mobile, so they scale*/
    img {
      display: block;
      max-width:90%;
      width: auto;
      height: auto;
    }
    /* Remove text of Recent Changes button */
    div#module-site-tools li.mw-list-item:first-child a {
        color: transparent;
    }
    /* Avoid right-floating images to overlap text or take too much space on Mobile */
    div.tright,
    div.floatright,
    table.floatright {
        clear: right;
        float: unset;
    }
}
/* Set icon */
.set_icon {
    display: inline-block;
    position: relative;
    margin: 3px 0 0 3px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    vertical-align: middle;
    /*! align-items: normal; */
    /*! align-content: normal; */
}
.set_icon:hover {
    background: #FFEECC;
}
.set_icon > div {
    background: url(/images/4/46/Set_icons_sprite.png?) no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 1px;
    left: 1px;
    /*! display: inline-block; */
}
.set_icon > a {
    position: absolute;
}
/*Version*/
.blink {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.blink a {
    color: white !important;
}
/* Sitenotice with old wiki css */
  .tribal-borderbox {
    position:relative;
    display:inline-block;
    width:100%;
    padding:10px;
    padding-top:9px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
  }
  .tribal-borderbox.tbbox-pagetop {
    margin-top:135px
  }
  .tribal-borderbox .tbbox-content {
    position:relative
  }
  .tribal-borderbox #bodyContent {
    background-image:url(/skins/thewest/images/page-bgtile.png?9bd0b);
    margin-top:0px;
    margin-left:2px;
    margin-right:2px;
    padding-top:6px
  }
  .tribal-borderbox #bodyContent > div {
    margin:4px 4px
  }
  .tribal-borderbox .tbbox-pagecontent {
    position:relative;
    padding:1px 10px
  }
  .tribal-borderbox .tbbox-logo {
    position:absolute;
    bottom:45px;
    left:50%;
    width:600px;
    height:197px;
    margin-left:-300px;
    background:center center no-repeat;
    background-image:url(/skins/thewest/images/thewest-logo.png?8a220)
  }
  .tribal-borderbox .tbbox-ornament {
    position:absolute;
    top:-43px;
    left:50%;
    width:523px;
    height:62px;
    margin-left:-261.5px;
    background:center bottom no-repeat;
    background-image:url(/skins/thewest/images/border-ornament.png?0473a)
  }
  .tribal-borderbox .tbbox-chained {
    position:absolute;
    top:-212px;
    height:212px;
    width:63px;
    background:center bottom no-repeat;
    background-image:url(/skins/thewest/images/chain.png?0b43f)
  }
  .tribal-borderbox .tbbox-chained.tbbox-left {
    left:10px
  }
  .tribal-borderbox .tbbox-chained.tbbox-right {
    right:10px
  }
  .tribal-borderbox .tbbox-top {
    top:0
  }
  .tribal-borderbox .tbbox-right {
    right:0
  }
  .tribal-borderbox .tbbox-bottom {
    bottom:0
  }
  .tribal-borderbox .tbbox-left {
    left:0
  }
  .tribal-borderbox .tbbox-corner {
    position:absolute;
    width:14px;
    height:7px
  }
  .tribal-borderbox .tbbox-corner.tbbox-top.tbbox-left {
    background:left top no-repeat
  }
  .tribal-borderbox .tbbox-corner.tbbox-top.tbbox-right {
    background:right top no-repeat
  }
  .tribal-borderbox .tbbox-corner.tbbox-bottom.tbbox-left {
    background:left bottom no-repeat
  }
  .tribal-borderbox .tbbox-corner.tbbox-bottom.tbbox-right {
    background:right bottom no-repeat
  }
  .tribal-borderbox .tbbox-edge {
    position:absolute
  }
  .tribal-borderbox .tbbox-edge.tbbox-top {
    background-position:top
  }
  .tribal-borderbox .tbbox-edge.tbbox-right {
    background-position:right
  }
  .tribal-borderbox .tbbox-edge.tbbox-bottom {
    background-position:bottom
  }
  .tribal-borderbox .tbbox-edge.tbbox-left {
    background-position:left
  }
  .tribal-borderbox .tbbox-edge.tbbox-top,
  .tribal-borderbox .tbbox-edge.tbbox-bottom {
    left:10px;
    right:10px;
    height:10px
  }
  .tribal-borderbox .tbbox-edge.tbbox-left,
  .tribal-borderbox .tbbox-edge.tbbox-right {
    top:0px;
    bottom:10px;
    width:10px
  }
  .tribal-borderbox .tbbox-page-corner {
    position:absolute;
    width:116px;
    height:7px
  }
  .tribal-borderbox .tbbox-page-corner.tbbox-top.tbbox-left {
    background:left top no-repeat;
    background-image:url(/skins/thewest/images/page-topleft.png?145c4);
    height:7px;
    z-index:10
  }
  .tribal-borderbox .tbbox-page-corner.tbbox-top.tbbox-right {
    background:right top no-repeat;
    background-image:url(/skins/thewest/images/page-topright.png?8508c);
    height:7px;
    z-index:10
  }
  .tribal-borderbox .tbbox-page-corner.tbbox-bottom.tbbox-left {
    background:left bottom no-repeat;
    background-image:url(/skins/thewest/images/page-bottomleft.png?855a9);
    height:160px;
    z-index:10
  }
  .tribal-borderbox .tbbox-page-corner.tbbox-bottom.tbbox-right {
    background:right bottom no-repeat;
    background-image:url(/skins/thewest/images/page-bottomright.png?2e437);
    height:160px;
    z-index:10
  }
  .tribal-borderbox .tbbox-page-edge {
    position:absolute
  }
  .tribal-borderbox .tbbox-page-edge.tbbox-top {
    background:top;
    background-image:url(/skins/thewest/images/page-top.png?be5a4);
    z-index:10
  }
  .tribal-borderbox .tbbox-page-edge.tbbox-right {
    background:right;
    background-image:url(/skins/thewest/images/page-right.png?bde17);
    z-index:10
  }
  .tribal-borderbox .tbbox-page-edge.tbbox-bottom {
    background:bottom;
    background-image:url(/skins/thewest/images/page-bottom.png?63380);
    z-index:10
  }
  .tribal-borderbox .tbbox-page-edge.tbbox-left {
    background:left;
    background-image:url(/skins/thewest/images/page-left.png?b04d3);
    z-index:10
  }
  .tribal-borderbox .tbbox-page-edge.tbbox-top,
  .tribal-borderbox .tbbox-page-edge.tbbox-bottom {
    left:116px;
    right:116px;
    height:10px
  }
  .tribal-borderbox .tbbox-page-edge.tbbox-bottom {
    height:112px
  }
  .tribal-borderbox .tbbox-page-edge.tbbox-left,
  .tribal-borderbox .tbbox-page-edge.tbbox-right {
    top:7px;
    bottom:7px;
    width:116px;
    background-repeat:repeat-y;
    z-index:-10
  }
  .tribal-borderbox #fancy-header + div {
    margin-top:-47px
  }
  .tribal-borderbox .tbbox-header {
    position:relative;
    background:center top repeat-x;
    background-image:url(/skins/thewest/images/wood-bgtile.png?1f3da);
    min-height:101px
  }
  .tribal-borderbox .tbbox-header .tbbox-rafter {
    position:absolute;
    top:-20px;
    bottom:0
  }
  .tribal-borderbox .tbbox-header .tbbox-rafter.tbbox-left {
    background:left top no-repeat;
    background-image:url(/skins/thewest/images/wood-topleft-corner.png?210c1);
    right:50%;
    left:-21px;
    z-index:10
  }
  .tribal-borderbox .tbbox-header .tbbox-rafter.tbbox-right {
    background:right top no-repeat;
    background-image:url(/skins/thewest/images/wood-topright-corner.png?0a68b);
    left:50%;
    right:-31px;
    z-index:10
  }
  .tribal-borderbox #contentheader #pt-logout a {
    margin-right:4px;
    z-index:10;
    text-decoration:none;
    font-weight:bold
  }
  .tribal-borderbox #firstHeading.tbbox-headline,
  .tribal-borderbox .innogames-headline {
    position:relative;
    background-color:#2f180a;
    background-image:url(/skins/thewest/images/headline-bgtile.png?1cd53);
    box-shadow:inset 0em 0em 1.2em 0.2em #140a05;
    text-align:center;
    color:#ffffff;
    font-size:18px;
    font-weight:100;
    line-height:1.1;
    text-shadow:1px 1px 1px rgba(0,0,0,0.75);
    padding:2px 12px;
    margin:0;
    border:none;
    overflow:visible
  }
  .tribal-borderbox #firstHeading.tbbox-headline.tbbox-wide,
  .tribal-borderbox .innogames-headline.tbbox-wide {
    padding:9px 25px;
    text-align:left
  }
  .tribal-borderbox #contentheader {
    background-color:#140a05
  }
  .tribal-borderbox #firstrule {
    margin-top:54px
  }
  .tribal-borderbox .portal h3,
  .tribal-borderbox .innogames-headline {
    display:block;
    position:relative;
    background-color:#2f180a;
    background-image:none;
    text-align:center;
    color:#ffffff;
    font-size:16px;
    font-weight:100;
    text-shadow:1px 1px 1px rgba(0,0,0,0.75);
    padding:9px 12px 8px 12px;
    margin:0;
    border:none;
    overflow:visible;
    background-image:url(/skins/thewest/images/headline-bgtile.png?1cd53);
    background-repeat:repeat;
    box-shadow:inset 0em 0em 1.2em 0.2em #140a05
  }
  .tribal-borderbox .portal h3 .tbbox-headline-corner,
  .tribal-borderbox .innogames-headline .tbbox-headline-corner {
    position:absolute;
    width:46px;
    height:18px
  }
  .tribal-borderbox .portal h3:before,
  .tribal-borderbox .innogames-headline:before {
    color:black
  }
  .tribal-borderbox .portal h3:after,
  .tribal-borderbox .innogames-headline:after {
    color:black
  }
  .tribal-borderbox .portal h3 .tbbox-headline-corner.tbbox-top.tbbox-left,
  .tribal-borderbox .innogames-headline .tbbox-headline-corner.tbbox-top.tbbox-left {
    background:left top no-repeat;
    background-image:url(/skins/thewest/images/headline-corner-topleft.png?8d4af)
  }
  .tribal-borderbox .portal h3 .tbbox-headline-corner.tbbox-top.tbbox-right,
  .tribal-borderbox .innogames-headline .tbbox-headline-corner.tbbox-top.tbbox-right {
    background:right top no-repeat;
    background-image:url(/skins/thewest/images/headline-corner-topright.png?35c97)
  }
  .tribal-borderbox .portal h3 .tbbox-headline-corner.tbbox-bottom.tbbox-left,
  .tribal-borderbox .innogames-headline .tbbox-headline-corner.tbbox-bottom.tbbox-left {
    background:left bottom no-repeat;
    background-image:url(/skins/thewest/images/headline-corner-bottomleft.png?9d946)
  }
  .tribal-borderbox .portal h3 .tbbox-headline-corner.tbbox-bottom.tbbox-right,
  .tribal-borderbox .innogames-headline .tbbox-headline-corner.tbbox-bottom.tbbox-right {
    background:right bottom no-repeat;
    background-image:url(/skins/thewest/images/headline-corner-bottomright.png?6ea23)
  }
  .tribal-borderbox .portal h3.tbbox-wide,
  .tribal-borderbox .innogames-headline.tbbox-wide {
    padding:0px 25px;
    text-align:left
  }
  .tribal-borderbox .innogames-headline {
    width:150px;
    padding:8px 12px 9px;
    z-index:1000
  }
  .tribal-borderbox .with-button .tbbox-headline {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:76%;
    border:0px solid #000
  }
  .tribal-borderbox .with-button .tribal-button {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:24%;
    float:right;
    min-height:35px;
    line-height:30px;
    z-index:200;
    text-decoration:none;
    font-weight:bold
  }
  .tribal-borderbox .tbbox-tabs {
    font-size:0.9em;
    padding:3px 7px 3px;
    min-height:55px;
    background:#44301d;
    display:-ms-flexbox;
    -ms-flex-direction:row;
    display:-webkit-flex;
    -webkit-flex-direction:row;
    display:flex;
    flex-direction:row
  }
  .tribal-borderbox .tbbox-tabs:before,
  .tribal-borderbox .tbbox-tabs:after {
    content:" ";
    display:table
  }
  .tribal-borderbox .tbbox-tabs:after {
    clear:both
  }
  .tribal-borderbox .tbbox-tabs ul {
    display:block;
    list-style:none;
    margin:0;
    margin-top:16px;
    margin-bottom:-10px;
    padding:0;
    display:-ms-flexbox;
    -ms-flex-direction:row;
    -ms-flex-wrap:wrap;
    -ms-flex:1;
    display:-webkit-flex;
    -webkit-flex-direction:row;
    -webkit-flex-wrap:wrap;
    -webkit-flex:1;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    flex:1
  }
  .tribal-borderbox .tbbox-tabs li {
    display:block;
    list-style:none;
    float:left;
    position:relative;
    max-width:150px;
    margin:0;
    margin-left:3px;
    -ms-flex:1 auto;
    -webkit-flex:1 auto;
    flex:1 auto
  }
  .tribal-borderbox .tbbox-tabs li:first-child {
    margin-left:3px
  }
  .tribal-borderbox .tbbox-tabs li a {
    text-decoration:none
  }
  .tribal-borderbox .tbbox-tabs #ca-addsection {
    -ms-flex:0 auto;
    -webkit-flex:0 auto;
    flex:0 auto
  }
  .tribal-borderbox .tbbox-tabs a {
    display:block;
    position:relative;
    background-color:#a6805a;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    padding:8px 10px 19px 10px;
    margin:4px 4px 0;
    font-weight:100;
    text-align:center;
    color:#5e321a;
    text-shadow:0.5px 0.5px 0.5px rgba(234,211,167,0.75)
  }
  .tribal-borderbox .tbbox-tabs a .tbbox-tab-2 {
    display:block
  }
  .tribal-borderbox .tbbox-tabs a .tbbox-tab-3 {
    display:block
  }
  .tribal-borderbox .tbbox-tabs a:hover {
    color:#ffffff
  }
  .tribal-borderbox .tbbox-tabs li.selected {
    top:-7px;
    z-index:1;
    height:20px
  }
  .tribal-borderbox .tbbox-tabs li.selected .tbbox-tab-1:before,
  .tribal-borderbox .tbbox-tabs li.selected .tbbox-tab-1:after {
    bottom:8px
  }
  .tribal-borderbox .tbbox-tabs li.selected a {
    background-color:#ead3a7;
    border-top:1px solid #a6805a;
    border-left:1px solid #a6805a;
    border-right:1px solid #a6805a;
    padding-top:13px;
    padding-bottom:13px
  }
  .tribal-borderbox .tbbox-tabs li.selected .tbbox-tab-2:before,
  .tribal-borderbox .tbbox-tabs li.selected .tbbox-tab-2:after {
    bottom:8px
  }
  .tribal-borderbox .tbbox-tabs li.selected .tbbox-tab-2:before {
    left:-4px
  }
  .tribal-borderbox .tbbox-tabs li.selected .tbbox-tab-2:after {
    right:-4px
  }
  .tribal-button,
  .mw-ui-progressive,
  .mw-ui-button.mw-ui-progressive,
  .mw-ui-button.mw-ui-primary {
    background-repeat:no-repeat;
    position:relative;
    display:block;
    background-color:#bf8c3f;
    background-image:url(/skins/thewest/images/button.png?977dd);
    color:#fff;
    text-shadow:1px 2px 1px #000;
    text-align:center;
    font-weight:100;
    line-height:1;
    padding:0
  }
  .tribal-button:visited,
  .mw-ui-progressive:visited,
  .mw-ui-button.mw-ui-progressive:visited,
  .mw-ui-button.mw-ui-primary:visited {
    color:#fff
  }
  .tribal-button:active,
  .mw-ui-progressive:active,
  .mw-ui-button.mw-ui-progressive:active,
  .mw-ui-button.mw-ui-primary:active,
  .tribal-button:hover,
  .mw-ui-progressive:hover,
  .mw-ui-button.mw-ui-progressive:hover,
  .mw-ui-button.mw-ui-primary:hover {
    color:#fff;
    text-decoration:underline
  }
  .tribal-button:before,
  .mw-ui-progressive:before,
  .mw-ui-button.mw-ui-progressive:before,
  .mw-ui-button.mw-ui-primary:before {
    content:'';
    position:absolute;
    top:2px;
    right:2px;
    bottom:2px;
    left:2px
  }
  #siteNotice {
    position:relative;
    text-align:center;
    margin:0
  }
  #localNotice {
    margin-bottom:0.9em
  }
  #localNotice #miniLogo:active,
  #localNotice #miniLogo:hover,
  #localNotice #miniLogo:focus {
    background-color:transparent !important;
    background-image:none !important
  }
  #localNotice div:nth-of-type(2n+1) {
    background-color:rgba(63,55,35,0.9);
    height:34px
  }
  #localNotice div:nth-of-type(2n+1):active,
  #localNotice div:nth-of-type(2n+1):hover,
  #localNotice div:nth-of-type(2n+1):focus {
    background-color:#1e1a11;
    background-image:url(/skins/thewest/images/bgNavSelected.png?ea217);
    background-size:cover
  }
  #page-wrapper .tbbox-rule,
  .tribal-borderbox .tbbox-rule {
    position:relative;
    height:4px;
    background-image:url(/skins/thewest/images/rule.png?550a1)
  }
  #page-wrapper .tbbox-rule:before,
  .tribal-borderbox .tbbox-rule:before,
  #page-wrapper .tbbox-rule:after,
  .tribal-borderbox .tbbox-rule:after {
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    width:3px;
    background:center center no-repeat
  }

Version vom 11. August 2023, 13:04 Uhr

/* HEADER AND TOP NAVIGATION */
#mirage-fixed-header {
    background-color: #c9b997;
    box-shadow: none;
}
 
#mirage-top-header {
    background-image: url("/skins/MirageWest/images/page-bgtile.png");
}
 
/* Respect width of logo */
img.mw-logo-icon {
    width: inherit;
}
 
.mw-wordmark-container span.mw-logo-wordmark {
    color: #3d2718;
}
 
/* Remove duplicated logo and word mark from main page */
#mirage-navigation-header #mirage-logo,
#mirage-navigation-header .mw-logo-wordmark {
    display: none;
}
 
.skin-mirage-dropdown-list a {
    font-weight: normal;
}
 
div#right-navigation {
    background-color: transparent;
}
 
li.mw-list-item,
li.skin-mirage-dropdown-container {
    background: #c9b997;
}
 
div#module-site-tools li.mw-list-item,
#module-site-tools > ul > li:last-child {
    border-color: black;
}
 
div.skin-mirage-dropdown-list > ul > li.mw-list-item {
    background: none;
}
 
/* Move wiki navigation menus to same line as logo */
div#module-site-navigation {
    margin-top: -2.5rem;
}
 
/* Limit space used by site navigation to avoid overlapping buttons, and move navigation to the right slightly */
div#module-site-navigation.skin-mirage-mirage-navigation {
    max-width: 70%;
    margin-left: 10px;
}
 
/* Move Right Navigation (edit button etc.) in line with Recent changes */
div#right-navigation {
    position: absolute;
    margin-right: 15px;
    margin-top: -1.25rem;
    right: 0px;
}
 
/* Recent Changes button text */
#module-site-tools > ul > li:nth-child(1) > a {
    color: #5f391a;
}
 
/* Edit button row hover styling */
#p-views > ul > li:hover,
#mirage-right-rail-button:hover {
    background-color: rgba(255,255,255,0.15);
    color: #404244;
    border-color: black;
}
 
/* Have to set this color back to transparent to ensure no text shows on the right rail button on hover */
#mirage-right-rail-button:hover {
    color: transparent;
}
 
/* Adjust color for Recent Changes icon */
.skin-mirage-ooui-icon-recentChanges:before {
    background-image: url(/load.php?modules=skin.mirage.icons&image=recentChanges&format=rasterized&lang=en&skin=fallback&version=14jep);
    background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E recent changes %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M1 3h16v2H1V3Zm0 6h11v2H1V9Zm0 6h7v2H1v-2Zm17.8-3.1 1-1.1a.6.6 0 0 0 0-.8L18 8.2a.6.6 0 0 0-.8 0l-1 1 2.6 2.7Zm-3.3-2L10 15.3V18h2.6l5.6-5.5-2.7-2.7Z%22/%3E%3C/g%3E%3C/svg%3E");
}
 
/* Adjust color for Special Pages icon */
.skin-mirage-ooui-icon-specialPages:before {
    background-image: url(/load.php?modules=skin.mirage.icons&image=specialPages&format=rasterized&lang=en&skin=fallback&version=dk89p);
    background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E special pages %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath fill=%22%235f391a%22 d=%22M7 0a2 2 0 0 0-2 2h9a2 2 0 0 1 2 2v12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z%22/%3E%3Cpath fill=%22%23fill%22 d=%22M13 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2zm-6.5-3.5.41-1.09L8 15l-1.09-.41-.41-1.09-.41 1.09L5 15l1.09.41.41 1.09zm2.982-.949.952-2.561 2.53-.964-2.53-.964L9.482 8.5l-.952 2.562-2.53.964 2.53.964.952 2.561zM6 10.5l.547-1.453L8 8.5l-1.453-.547L6 6.5l-.547 1.453L4 8.5l1.453.547L6 10.5z%22/%3E%3C/g%3E%3C/svg%3E")
}
 
/* Adjust color for Random Page icon */
.skin-mirage-ooui-icon-die:before {
    background-image:url(/load.php?modules=skin.mirage.icons&image=die&format=rasterized&skin=fallback&version=14jep);
    background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E die %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M3 1a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm2 16a2 2 0 1 1 2-2 2 2 0 0 1-2 2zM5 7a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm5 5a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm5 5a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm0-10a2 2 0 1 1 2-2 2 2 0 0 1-2 2z%22/%3E%3C/g%3E%3C/svg%3E");
}
 
/* Adjust color for three dots menu icon */
.skin-mirage-ooui-icon-ellipsis:before {
    background-image:url(/load.php?modules=skin.mirage.icons&image=ellipsis&format=rasterized&skin=fallback&version=14jep);
    background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E ellipsis %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Ccircle cx=%2210%22 cy=%2210%22 r=%222%22/%3E%3Ccircle cx=%223%22 cy=%2210%22 r=%222%22/%3E%3Ccircle cx=%2217%22 cy=%2210%22 r=%222%22/%3E%3C/g%3E%3C/svg%3E");
}
 
 
/* Background color for Edit Button and Right Rail collapse/expand button */
#mirage-edit-button > li,
#mirage-right-rail-button {
    /* background-image: url("/skins/MirageWest/images/page-bgtile.png"); */
    background: #c9b997;
}
 
/* Border color definitions for the top navigation buttons */
#mirage-edit-button > li,
#mirage-edit-button > li + li,
#mirage-edit-button > li:first-child,
#mirage-edit-button > li:last-child,
#mirage-edit-button > li:hover,
#mirage-edit-button > li + li:hover,
#mirage-edit-button > li:hover:first-child,
#mirage-edit-button > li:hover:last-child,
#mirage-right-rail-button,
#mirage-right-rail-button:focus {
    border-color: black;
}
 
/* Hover color for Edit button */
#mirage-edit-button > li:first-child a:hover {
    color: black;
}
 
/* Color for Edit button */
#mirage-edit-button > li:first-child a {
    color: #5f391a;
}
 
/* Adjust color for Edit icon */
.skin-mirage-ooui-icon-edit-invert:before {
    background-image:url(/load.php?modules=skin.mirage.icons&image=edit&variant=invert&format=rasterized&skin=fallback&version=dk89p);
    background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E edit %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22m16.77 8 1.94-2a1 1 0 0 0 0-1.41l-3.34-3.3a1 1 0 0 0-1.41 0L12 3.23zM1 14.25V19h4.75l9.96-9.96-4.75-4.75z%22/%3E%3C/g%3E%3C/svg%3E");
}
 
/* Adjust color for Watch icon */
.skin-mirage-ooui-icon-star-invert:before,#ca-watch a:before {
    background-image:url(/load.php?modules=skin.mirage.icons&image=star&variant=invert&format=rasterized&skin=fallback&version=dk89p);
    background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E star %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M20 7h-7L10 .5 7 7H0l5.46 5.47-1.64 7 6.18-3.7 6.18 3.73-1.63-7zm-10 6.9-3.76 2.27 1-4.28L3.5 8.5h4.61L10 4.6l1.9 3.9h4.6l-3.73 3.4 1 4.28z%22/%3E%3C/g%3E%3C/svg%3E")}
 
/* Adjust color for Unwatch icon */
.skin-mirage-ooui-icon-unStar-invert:before,#ca-unwatch a:before {
    background-image:url(/load.php?modules=skin.mirage.icons&image=unStar&variant=invert&format=rasterized&skin=fallback&version=dk89p);
    background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E un-star %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M20 7h-7L10 .5 7 7H0l5.46 5.47-1.64 7 6.18-3.7 6.18 3.73-1.63-7z%22/%3E%3C/g%3E%3C/svg%3E")}
 
/* Adjust color for "More" menu icon */
.skin-mirage-ooui-icon-indicator-down-invert:before {
    background-image:url(/load.php?modules=skin.mirage.indicators&image=down&variant=invert&format=rasterized&skin=fallback&version=1h8wn);
    background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E%3Ctitle%3E down %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M9.9 2.9 6 6.8 2.1 2.9 1 4l5 5 5-5z%22/%3E%3C/g%3E%3C/svg%3E");
}
 
/* Adjust color for Right Rail button icon */
.skin-mirage-ooui-icon-doubleChevronEnd:before {
    background-image:url(/load.php?modules=skin.mirage.icons&image=doubleChevronEnd&format=rasterized&lang=en&skin=fallback&version=14jep);
    background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E double chevron start %3C/title%3E%3Cg fill=%22%235f391a%22%3E%3Cpath d=%22M11 2 9.7 3.3l6.6 6.7-6.6 6.7L11 18l8-8zM2.5 2 1 3.3 7.8 10l-6.7 6.7L2.5 18l8-8z%22/%3E%3C/g%3E%3C/svg%3E");
}
 
 
/* Hide the editLock icon that doesn't want to be edited for some unexplainable reason */
.skin-mirage-ooui-icon-editLock-invert:before {
    display: none;
}
 
/* Dropdown list for history, deletion, protection etc. */
li#ca-history,
li#ca-delete,
li#ca-move,
li#ca-protect {
    background: none;
}
 
/* Remove Main Page header from Main page */
body.page-Main_Page .mw-page-title-main {
    display: none;
}
 
 
/* Remove the Page and Discussion buttons from all pages */
div#left-navigation nav#p-namespaces {
    display: none;
}
 
#module-page-navigation {
    margin: 0;
}
 
 
/* Styling of username when logged in / don't show username */
#mirage-fixed-header .skin-mirage-username {
    color: orange;
    display: none;
}
 
/* Styling for background of dropdown on username/not logged in */
.skin-mirage-personaltools-dropdown li {
    background: none;
}
 
/* Text color of dropdown on username/not logged in */
li#pt-login {
    color: black;
}
 
/* Text color on dropdown when no new messages */
.skin-mirage-no-new-messages {
    color: black;
}
 
/* Main background */
body {
    background-attachment: fixed;
    background-image:
        url("/skins/MirageWest/images/bg-cover-right.png"),
        url("/skins/MirageWest/images/bg-cover-left.png"),
        url("/skins/MirageWest/images/bg-cover-bottom.png"),
        url("https://wiki.the-west.net/images/d/d5/NewMainBg.jpg");
    background-position: right center,left center,center bottom,center center;
    background-size: auto,auto,auto,cover;
    background-repeat: repeat-y,repeat-y,repeat-x,no-repeat;
}
 
/* GENERAL ARTICLE STYLING */
main#content.mw-body,
main#content.mw-body-content,
#mirage-navigation-header,
#module-page-navigation,
.skin-mirage-content-container {
    background-image: url("/skins/MirageWest/images/page-bgtile.png");
}
 
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
i {
    color: #3d2718;
}
 
h1,
h2,
.skin-mirage-right-rail-module h3,
hr {
    border-color: #a6805a;
}
 
 
p a,
p a:visited,
li a,
li a:visited {
    color: #3d2718;
    font-weight: bold;
}
 
p a:hover {
    color: #3d2718;
}
 
 /* Warning on MediaWiki:Custom.css page */
.mw-editinginterface {
    color: #3d2718;
}
 
/* Table of Contents styling */
.toc {
    background-color: #c9b997;
}
 
.toc h2 {
    color: black;
}
 
.toc li a,
.toc li a:visited,
.toctogglelabel {
    color: #5f391a;
}
 
 
/* In-article edit icon styling */
a.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small,
a:visited.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small {
    color: #3d2718;
}
 
a:hover.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small {
    color: #3d2718;
}
 
 
/* TABLE STYLING */
table th {
    font-weight: normal;
    background-color: #b99968;
    color: #5e321a;
    padding: 10px;
}
 
/* Special .announcement class table on the Main Page */
th.announcement {
    font-weight: bold;
}
 
table td .announcement {
    color: #5e321a;
}
 
table td,
table th {
    text-align: center;
    padding: 5px;
    box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.1) inset;
    background-color: #d4ba91 !important;
}
 
td,
th {
    padding: 0;
}
 
td {
    display: table-cell;
    vertical-align: inherit;
}
 
table {
    display: table !important;
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px !important;
    margin-bottom: 4px;
    border-radius: 3px;
}
 
table center {
    color: #5e321a;
}
 
table a,
table a:visited {
    color: #3d2718;
}
 
table a:hover {
    color: #1480a4;
}
 
/* RIGHT RAIL STYLING */
#mirage-right-rail {
    background-image: url("/skins/MirageWest/images/page-bgtile.png");
}
 
#mirage-right-rail a,
#mirage-right-rail a:visited {
    color: #3d2718;
}
 
#mirage-right-rail a:hover {
    color: #3d2718;
}
 
/* Remove background color on Page tools section of Right Rail */
.skin-mirage-module-body ul.skin-mirage-unstyled-list > li {
    background: none;
}
 
 
/* FOOTER STYLING */
footer {
    display: grid;
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-top: -25px;
}
 
footer.mw-footer {
    background-color: transparent;
    box-shadow: none;
    align-content: center;
}
 
#footer-info-lastmod,
#footer-info-copyright,
#footer-places-privacy,
#footer-places-about,
#footer-places-disclaimer {
    display: inline-block;
    margin-right: 15px;
}
 
footer ul.skin-mirage-unstyled-list#footer-info {
    margin-right: 0px;
    color: #c9b997;
    text-shadow: 1px 1px 1px black;
}
 
div#footer-places {
    margin-right: auto;
    margin-left: auto;
}
 
.mw-footer p,
.mw-footer h3 {
    color: black;
}
 
.mw-footer a {
    color: #c9b997;
    font-weight: normal;
}
 
.mw-footer a:hover {
    color: #c9b997;
}
 
.mw-footer li {
    line-height: 1 !important;
}
 
div#footer-places {
    margin-left: initial;
}
 
h3#footer-places-label {
    display: none;
}
 
li#footer-info-lastmod {
    color: #c9b997;
}
 
/*Table of contents title*/
#mw-toc-heading {
background: transparent;
}
 
/*The dropdown top menus should be displayed above some of the custom headers from West*/
.skin-mirage-mirage-navigation .skin-mirage-navigation-entry-item .skin-mirage-dropdown-list {
z-index: 101;
}
 
/*More West-like border of the table of contents*/
.toc {
border: 1px solid #996b39;
}
 
/*Remove the title of the page. Unnecessary, and looks out of place.*/
.mw-wordmark-container span.mw-logo-wordmark {
display: none;
}
 
/*Background for the top bar*/
#mirage-fixed-header {
background-image: url("/skins/MirageWest/images/headline-bgtile.png");
}
 
/*Don't show username, or 'not logged in' in the top bar*/
#mirage-fixed-header .skin-mirage-username {
display: none;
}
 
/*Don't show site notice - the thing with the side menu used in the old version of the wiki*/
#siteNotice {
display: none;
}
 
 
/*Make 'edit' link visible again*/
a.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small {
color: #ccc;
}
 
h3 a.skin-mirage-ooui-icon.skin-mirage-ooui-icon-edit.skin-mirage-ooui-icon-small {
color: #804000;
}
 
/*Faint border around the main content*/
.mediawiki-content-container {
border-left: 2px solid #996b39;
border-right: 2px solid #996b39;
border-bottom: 2px solid #996b39;
}
 
#mirage-top-header {
border-left: 2px solid #996b39;
border-right: 2px solid #996b39;
border-top: 2px solid #996b39;
}
 
#left-navigation, #right-navigation, #left-navigation nav, #right-navigation nav, #left-navigation label, #right-navigation label {
padding-right: 5px;
}
 
/*Make the semantic media wiki readable*/
.smw-editpage-help {
background-color: #565656;
}
 
/* Make the errors on uploading the same file readable */
.mw-destfile-warning {
color: #5e321a;
}
 
.externalimage-holder {
position: relative;
margin: auto;
display: inline-block;
max-width: 600px;
}
.externalimage-holder img {
width: 100%;
height: auto;
}
img {
max-width: 900px;
}
 
#document-wrapper
{
max-width: 1200px;
}
 
 
 
/* West specific changes */
/* Correct button sizes for save buttons of articles */
#wpSave,
#wpPreview,
#wpDiff {
    width: initial;
}
 
/* Adjust image size on Main Page slightly so it cannot go outside of bounds */
body.page-Main_Page .container-title,
body.page-Huvudsida .container-title,
body.page-Forside .container-title {
    width: initial;
}
 
/* Mobile-specific changes */
@media screen and (max-width: 720px)
{
/* Remove the unnecessary logo next to the navigation links */
#mirage-navigation-header #mirage-logo {
   display: none;
}
 
/*Remove the wiki title on mobile*/
.mw-logo-wordmark {
   display: none;
}
 
/*Set max image size on mobile, so they scale*/
img {
  display: block;
  max-width:90%;
  width: auto;
  height: auto;
}
 
/* Remove text of Recent Changes button */
div#module-site-tools li.mw-list-item:first-child a {
    color: transparent;
}
 
/* Avoid right-floating images to overlap text or take too much space on Mobile */
div.tright,
div.floatright,
table.floatright {
    clear: right;
    float: unset;
}
}
 
/* Remove overlay popup */
.overlay-popup {
display: none;
}
/*Custom background*/
body {
    background-image: url(images/0/02/Bg-cover-right.png), url(images/9/95/Bg-cover-left.png), url(images/7/7e/Bg-cover-bottom.png), url(images/d/d5/NewMainBg.jpg);
}
#document-wrapper {
    max-width: 1250px;
    min-width: 1050px;
    padding-right: 190px;
}
#page-wrapper {
    margin-left: 250px;
}

/*External and internal link color*/
div.mw-body a {
    color: #804000;
}
#mw-content-text a.external {
    color: #804000 !important;
}
#mw-content-text a {
    font-weight: bold;
}
div.mw-body a.new {
    color: #ba0000;
}

/*Advanced search fix*/
#page-wrapper .tbbox-content {
    z-index: 4;
}
#ooui-php-1 {
    height: auto;
}

/*Recent changes, special sites buttons*/
.oo-ui-widget {
    z-index: 4;
}
.mw-ui-button {
    width: auto;
    font-size: inherit;
    position: relative;
    margin: 0;
}

/*Make the page title selectable*/
div.tbbox-rafter,
div#jump-to-nav {
    display: none;
}
#firstHeading > span {
    display: block;
}

/*Upper Tabs*/
.tribal-borderbox .tbbox-tabs {
    white-space: nowrap;
}

/*Login button*/
.tribal-button {
    width: 190px !important;
}
.with-button .tbbox-headline {
    width: 100% !important;
}
#pt-login {
    display: none;
}
.tribal-borderbox #pt-logout a {
    z-index: 2 !important;
}

/*File page*/
.file_page #filetoc,
.file_page .mw-filepage-resolutioninfo,
.file_page .fullMedia,
.file_page .mw-parser-output > p:first-child,
.file_page #filehistory,
.file_page #mw-imagepage-section-filehistory,
.file_page .mw-imagepage-upload-links {
    display: none;
}

/*Table of contents*/
#toc {
    display: inline-block;
    width: auto;
}
label.toctogglelabel {
    color: black;
}

/*Right menu*/
#localNotice {
    z-index: 11;
    position: fixed;
    right: 2%;
    top: 2%;
}
#localNotice > div:first-of-type {
    position: relative;
    margin: 0;
    padding: 0;
    background: none !important;
}
#dock {
    border-spacing: 2px 0px !important;
    padding: 5px;
}
#dock td {
    padding: 0;
    border: none;
    background: url(/images/a/a2/Dock_buttons.png) 1px !important;
}
#dock td:hover {
    background-position-x:-51px !important;
}
#dock ~ div {
    text-align: left;
    padding-left: 15px;
}
#localNotice div:nth-of-type(2n+1) {
    line-height: 34px;
}

/*Tables*/
div.mw-body table {
    width: auto;
    margin-top: .4em;
}
table.jquery-tablesorter th.headerSort {
    background-image: url(images/a/a6/Sort_both.png) !important;
}
table.jquery-tablesorter th.headerSortDown {
    background-image: url(images/f/f3/Sort_down.png) !important;
}
table.jquery-tablesorter th.headerSortUp {
    background-image: url(images/8/81/Sort_up.png) !important;
}
table tr > th {
    font-weight: bold;
    color: #ffdead !important;
    background-color: #301506 !important;
}
table td {
    font-size: inherit;
}
.quest_emp > table {
    width: 100% !important;
    table-layout: fixed; 
    text-align: center;
}
.quest_emp > table tr:nth-child(3) {
    vertical-align: top;
}
.quest_emp h2 {
    font-size: 16px;
    font-weight: bold;
    margin: -4px;
}
table.sticky th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 10;
}
table.compact td,
table.compact th {
    padding: 0;
    font-size: 13px;
}

/*Titles*/
h1, h2, h3, h4, h5, h6 {
    padding-left: 8px;
    border-bottom: none;
}
h1, h2 {
    color: #ffdead;
    background-color: #301506;
}
h3, h4, h5, h6 {
    margin-top: .8em;
}
h1 {
    font-size: 1.6em; 
}
h2 {
    font-size: 1.5em; 
    margin-top: 1.8em;
}
h3 {
    font-size: 1.3em; 
}
h4 {
    font-size: 1.2em; 
}
h5 {
    font-size: 1.1em; 
}
h6 {
    font-size: 1em; 
}
div.title_div {
    position: relative;
    text-align: center;
}
div.title {
    position: absolute;
    top: 6px;
    width: 100%;
}
div.title > h2 {
    font-size: x-large;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: transparent;
    vertical-align: middle;
}
.title_div + h3,
.title_div + #input_level + h3 {
    margin-top: 0px;
}
.mTop0 + h2 {
    margin-top: 0;
}

/*Text styles*/
.hint {
    margin: 10px 0 15px;
    padding: 4px;
    font-size: 12px;
    background-color: #d6c39f;
    border: 1px dotted #301506;
    border-radius: 4px;
}

/*Table of contents*/
.initials {
    display: flex;
}
.initials div p {
    margin: 20px 0 0;
    font-size: 150%;
    font-weight: bold;
    color: black;
}

/*Version*/
.blink {
    animation-name: pulse;
    -webkit-animation-name: pulse;	
    animation-duration: 1.5s;	
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.blink a {
    color: white !important;
}
@keyframes pulse {
    0% {
       transform: scale(0.95);
       opacity: 0.7;}
    50% {
       transform: scale(1);
       opacity: 1;}	
    100% {
       transform: scale(0.95);
       opacity: 0.7;}			
}
@-webkit-keyframes pulse {
    0% {
       -webkit-transform: scale(0.95);
       opacity: 0.7;}
    50% {
       -webkit-transform: scale(1);
       opacity: 1;}	
    100% {
       -webkit-transform: scale(0.95);
       opacity: 0.7;}			
}

/*Events*/
.wof {
    box-shadow: 0 0 14px inset;
    border-radius: 7px;
    border: 2px solid #a49e97;
}
div.wof {
    display: inline-block;
}
.wof.common {
    background: #cccccc !important;
}
.wof.uncommon {
    background: #99cc99 !important;
}
.wof.rare {
    background: #9999ff !important;
}
.wof.veryrare {
    background: #ffef99 !important;
}
.wof.extraordinary {
    background: #ff9999 !important;
}
.wof.valentine {
    background: #f7c1f7 !important;
}
.wof.dayofdead {
    background: #ffa280 !important;
}
.wof.klick {
    padding: 4px;
    margin-bottom: 15px;
    background: white;
}
.klick > div.item_container {
    margin: -32px 0;
    background: none;
}
span.common {
    color: gray;
}
span.uncommon {
    color: green;
}
span.rare {
    color: blue;
}
span.veryrare {
    color: #e0e000;
}
span.extraordinary {
    color: red;
}
.wof_reward {
    display: inline-flex;
    height: 99px;
    width: 99px;
    vertical-align: middle;
}
.valentine .wof_reward {
    background: url(images/b/b1/Reward_valentine.png) center no-repeat;
}
.dayofdead .wof_reward {
    background: url(images/b/b1/Reward_dayofdead.png) center no-repeat;
}
.wof_reward > div.item_container {
    margin: 10px;
}
.wof_reward .avatar {
    border-radius: 27px;
    margin: 13px 18px;
}
.wof_reward .gif {
    height: 73px;
    width: 64px;
}
.texToItem {
    display: inline-block;
    margin: 0 8px;
    width: 87%;
    vertical-align: middle;
    text-align: justify;
}
.item_quest > .texToItem {
    margin: 0 6px;
    width: 90%;
}

/* Navigation Bar */
#navbar {
    position: relative;
    top: -8px;
    height: 79px;
    text-align: center;
    z-index: 10;
    margin: 0 5%;
}
.navbar_bgl, .navbar_bgr {
    background: url(images/7/78/Navbar.png) no-repeat;
    position: absolute;
    height: 100%;
}
.navbar_bgl {
    background-position: left;
    right: 50%;
    left: 0;
}
.navbar_bgr {
    background-position: right;
    width: 50%;
    right: 0;
}
#navbar ul {
    position: relative;
    top: 52px;
    margin: 0;
    display: inline-flex;
    height: 0;
    align-items: center;
}
#navbar li {
    margin: 0px 10px;
    color: #ffdead;
}
#navbar li:first-child {
    list-style-type: none;
}
#navbar li a {
    padding: 8px 10px;
    color: #ffdead;
    font-weight: normal;
    font-size: 16px;
}
#navbar .selflink {
    background: #ffdead;
    color: black;
    box-shadow: 0 0 2px 2px black inset;
    border-radius: 0 0 10px 10px;
}
#navbar li img {
    border-radius: 6px;
}
#navbar li > img {
    padding: 8px 10px;
    filter: opacity(90%) grayscale(60%);
}
#navbar li a > img:hover {
    filter: brightness(70%);
}

/* Item Popup */
div.tw_bg_tl,
div.tw_bg_tr,
div.tw_bg_bl,
div.tw_bg_br {
    background-image: url(images/6/68/Popup.png);
    position: absolute;
    z-index: -1;
}
.tw_bg_tl, 
.tt_bg_tl {
    background-position: left top;
    bottom: 50%;
    right: 50%;
    left: 0;
    top: 0;
}
.tw_bg_tr,
.tt_bg_tr {
    background-position: right top;
    width: 50%;
    bottom: 50%;
    right: 0;
    top: 0;
}
.tw_bg_bl,
.tt_bg_bl {
    background-position: left bottom;
    height: 50%;
    right: 50%;
    bottom: 0;
    left: 0;
}
.tw_bg_br,
.tt_bg_br {
    background-position: right bottom;
    height: 50%;
    width: 50%;
    bottom: 0;
    right: 0;
}
div.popup_window {
    position: absolute;
    display: none;
    margin: 0;
    min-width: 200px;
    white-space: nowrap;
    z-index: 100;
}
div.item_container.wearM {
    height: 93px;
    width: 94px;
    background: url(images/c/c8/Item_box_wearM.png);
}
div.item_container.wearL {
    height: 138px;
    width: 95px;
    background: url(images/0/09/Item_box_wearL.png);
}
div.item_container.wearM > img,
div.item_container.wearL > img {
    top: 0px !important;
    left: 0px !important;
}
div.item_container {
    height: 79px;
    width: 79px;
    position: relative;
    background: url(images/e/ec/Item_box.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
div.item_container.empty {
    background: none;
}
div.item_container > img {
    position: absolute;
    top: 3px;
    left: 3px;
}
div.item_container[data-link] > img {
    cursor: pointer;
}
div.item_container:hover > div.popup_window {
    left: 120%;
    top: 10px;
    z-index: 10;
    display: block;
}
.item_number {
    position: absolute;
    left: 4px;
    bottom: 4px;
    font-size: 13pt;
    color: white;
    text-shadow: 2px 2px 2px #000;
}
div.popup_contents {
    margin: 25px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    text-align: center;
}
div.popup_contents * {
    margin: 0;
}
div.popup_image {
    background: url(images/e/ec/Item_box.png);
    width: 79px;
    height: 79px;
    margin: auto;
}
div.popup_image img {
    padding-top: 3px;
    padding-left: 4px;
}
.popup_divider {
    width: 124px;
    height: 6px;
    margin: 5px auto !important;
    background: url(images/c/c1/Divider.png);
}
.popup_name {
    font-size: 13px;
    color: #070;
    font-weight: bold;
}
.popup_type {
    font-style: italic;
    font-size: 8pt;
}
.popup_text {
    color: #007777;
    white-space: normal;
    max-width: 250px;
    margin: auto !important;
}
.popup_dmg {
    font-weight: bold;
}
.popup_attribute {
    text-align: left;
    padding-left: 7px;
    color: #070;
    font-weight: bold;
}
.popup_skill {
    text-align: left;
    padding-left: 18px;
    font-size: 11px;
    color: #070;
}
.popup_fb_stats,
.popup_bonus {
    color:#8b4513;
    text-align: left;
}
.popup_job {
    border-radius: 3px;
    margin: auto !important;
    width: auto;
}
.popup_job th > img {
    max-width: 45px;
}
.item_req {
    background: url(images/e/ec/Item_box.png);
    position: relative;
    display: inline-block;
}
.item_req {
    width: 50px;
    height: 50px;
    background-size: 50px;
    vertical-align: middle;
}
.popup_job .item_req > img {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 3px;
    left: 3px;
}
.popup_speed {
    color:#8b4513;
}
.popup_set {
    color: #800080;
    font-weight: bold;
}
.popup_txtgreen {
    color: green;
    text-align: left;
}
.popup_txtred {
    color: #900;
}
.popup_id {
    color: blue;
}

/* Sets */
div#mw-content-text .title_div ~ h3 + dl ~ table {
    border: none;
}
div#mw-content-text .title_div ~ h3 + dl ~ center > table td,
div#mw-content-text .title_div ~ h3 + dl ~ table td {
    border: none;
    background: none !important;
    padding: 0;
}

#set_calc {
    margin: -20px auto 20px;
    z-index: 12;
    cursor: move;
}
#set_calc ~ p,
#set_calc ~ * p {
    display: none;
}
div.set_container {
    margin: 0 auto 15px;
    position: relative;
    width: 276px;
    height: 395px;
    box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;
    border-radius: 10px;
}
div.set_container div.item_container > img {
    cursor:pointer;
}
div.item_container.item_off {
    filter: opacity(50%) grayscale(50%);
}
table.infoSet {
    box-shadow: 2px 2px 4px #000;
    margin: 0 0 15px !important;
}
table.infoSet tr {
    background-color: #d4ba91;
}
table.infoSet > tbody > tr > td {
    border: 1px solid #a17d57 !important;
    background-color: #d4ba91 !important;
}
table.setbonusrow {
    border: none;
    background: none !important;
    margin: 3px !important;
}

/* Set bonus tooltip */
div.tt_bg_tl,
div.tt_bg_tr,
div.tt_bg_bl,
div.tt_bg_br {
    background-image: url(images/f/fc/Tooltip_bg.png);
    position: absolute;
    z-index: -1;
}
.tooltip_outer {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 8px;
    z-index: 10;
}
.tooltip {
    position: relative;
    padding: 10px;
    display: none;
    min-width: 350px;
    left: -50%;
    color: black;
    text-align: justify;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -4px;
    margin-left: -11px;
    background-image: url(images/3/32/Tooltip_arrow.png);
    width: 22px;
    height: 11px;
}
.tooltip_container {
    position: relative;
    display: inline-block;
    cursor: help;
}
.tooltip_container:hover .tooltip {
    display: block;
}
.set_bonus {
    vertical-align: top;
    border: 1px solid #997146;
    width: 40px;
    text-align: center;
    background-color: #4E3E26;
    color: #fff;
    font: 12px arial;
}
.set_bonus .tooltip {
    min-width: 0;
    white-space: nowrap;
}
.per_level:after {
    content: " (pro Stufe)";
}

/* Quest templates */
.item_quest {
    position: relative;
    display: inline-block;
}
.item_quest div.item_container {
    width: 60px;
    height: 60px;
    background-size: 60px;
}
.item_quest div.item_container > img {
    position: absolute;
    width: 53px;
    height: 53px;
    top: 4px;
    left: 3px;
}
.item_flag {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 1px;
}
.item_flag.eqp {
    background: url(images/6/63/Product_Eqp.png);
}
.item_flag.inv{
    background: url(images/7/70/Product_Inv.png);
}
.number {
    position: absolute;
    bottom: 1px;
    left: 3px;
    text-shadow: black 1px 1px 1px;
    font-size: 12px;
    color: white;
}
#questinfo > div {
    margin: 1px;
    border: solid #ccc;
    border-width: 1px 3px 3px 1px;
    border-radius: 10px;
    background: white;
    padding: 5px;
}
#questinfo > div > div {
    background:#F5B555;
    padding:5px;
    color:black;
}

/* Set switch items */
.set_switch,
.set_switchF {
    position: absolute;
    top: 30px;
    left: 195px;
    cursor: pointer;
}
/* Inputs */
#input_level.sets {
    position: absolute;
    right: 180px;
    margin-top: 3px;
}
.input_level,
#input_level,
#input_search {
    display: inline-block;
    background: url(images/a/a7/Textfield.png) top left no-repeat;
    height: 30px;
    width: 12px;
}
#input_search {
    position: absolute;
    right: 250px;
}
input.west {
    background: url(images/a/a7/Textfield.png) top right no-repeat;
    height: 30px;
    width: 180px;
    margin-left: 12px;
    padding: 0px 8px 0px 0px;
    border: 0;
    outline: none;
}
input.target {
	background: url("https://westde.innogamescdn.com/images/tw2gui/textfield/textfield.png") top right no-repeat;
height: 30px;
    margin-left: 12px;
    padding: 0 8px 0 0;
    border: 0;
    outline: none;
    width: 90px;
    margin-right: -6px;
}

/* Set icon */
.set_icon {
    display: inline-block;
    position: relative;
    margin: 3px 0 0 3px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    vertical-align: middle;
}
.set_icon:hover {
     background: #FFEECC;
}
.set_icon > div {
     background: url(images/4/46/Set_icons_sprite.png?) no-repeat;
     width: 48px;
     height: 48px;
     position: absolute;
     top: 1px;
     left: 1px;
}
.set_icon > a {
     position: absolute;
}

/* Calculator */
.tw_checkbox_no {
    display: inline-block;
    background: url("images/1/12/Noclick.png") no-repeat;
    height: 20px;
    width: 20px;
}
.tw_checkbox_on {
    display: inline-block;
    background: url("images/9/99/Onclick.png") no-repeat;
    height: 20px;
    width: 20px;
}
.calculateTable {
background-color: #d6c39f;
border: 1px solid #d6c39f;
border-collapse: collapse;
}
.calculateTable > tr > th,
.calculateTable > tr > td,
.calculateTable > * > tr > th,
.calculateTable > * > tr > td {
border: 1px solid #d6c39f;
padding: 0.0em 0.4em;
}
.calculateTable > tr > th,
.calculateTable > * > tr > th {
background-color: #d6c39f;
text-align: center;
}
.calculateTable > caption {
font-weight: bold;
}
.calculateTable > tr > th,
.calculateTable > tr > td,
.calculateTable > * > tr > th,
.calculateTable > * > tr > td,
.mw_metadata th,
.mw_metadata td {
background: #d6c39f !important;
border: 1pt solid #d6c39f;
}
.calculateTable > tr > th,
.calculateTable > * > tr > th,
.mw_metadata th {
background: #d6c39f !important;
text-align: center;
font-weight: bold;
}

/* Upgrade */
.item_level {
    position: absolute;
    display:block;
    top: 4px;
    left: 2px;
    height: 13px;
    line-height: 13px;
    background-color: rgba(0,0,0,0.4);
    text-align: center;
    font-size: 12px;
    padding: 1px 2px 0 2px;
    color: #ffffff;
    font-weight: normal;
    box-shadow: 1px 1px 3px #000000;
    border-radius: 0 0 2px 0;
    text-shadow: black -1px 0 1px, black 0 1px 1px, black 1px 0 1px, black 0 -1px 1px;
    white-space: nowrap;
    z-index: 2;
}
.icon_level {
    display: inline-block;
    width: 15px;
    height:12px;
    background:url(images/4/4b/Item_level.png);
    margin-right: 2px;
}
.level {
    vertical-align: top;
}
.upgrade {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(images/c/ca/Upgrade_icons.png) 0 12px;
    margin: 0 2px 0 1px;
    cursor: pointer;
}
.upgrade:hover {
    background-position-y: 0;
}
.downgrade {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(images/c/ca/Upgrade_icons.png) 12px 12px;
    margin: 0 0 0 2px;
    cursor: pointer;
}
.downgrade:hover {
    background-position-y: 0;
}
.item_container[data-lvl="0"] .item_level {
    display: none;
}
.item_container:hover .item_level {
    display: block;
}
.item_container .upgrade, .item_container .downgrade {
    display: none;
}
.item_container:hover .upgrade, .item_container:hover .downgrade {
    display: inline-block;
}
div.achievement {
    display: inline-block;
    position: relative;
    vertical-align:top;
    font-family: Arial, Verdana, sans-serif;
    width:424px;
    min-height: 120px;
    text-align: center;
    text-shadow: black 1px 1px 1px;
    font-weight: bold;
    color: white;
    z-index: 3;
    margin:2px -1px 2px -1px;
}
div.ach-background {
    width: 100%;
    position: absolute;
    background-image: url(https://wiki.the-west.de/images/c/c8/Achievement_Background.png);
    left: 0;
    z-index: -1;
}
div.ach-top{
    top: 0;
    bottom: 10px;
    background-position: top;
}
div.ach-btm {
    bottom: 0;
    height: 10px;
    background-position: bottom;
}
.tw2gui_button {
    display: inline-block;
    position: relative;
    height: 36px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    cursor: pointer;
    min-width:150px;
    max-width:330px;
}

.tw2gui_button_spoiler {
    display: inline-block;
    position: relative;
    height: 36px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    cursor: pointer;
    max-width:330px;
}

.tw2gui_button_left_cap,.tw2gui_button_right_cap {
    position: absolute;
    width: 50%;
    height: 36px;
    background: url(https://westde.innogamescdn.com/images/tw2gui/button/button_normal.png) 0 0;
    left: 0;
}
.tw2gui_button_right_cap {
    left: 50%;
    background-position: right top;
}
.tw2gui_button_middle_bg {
    position: absolute;
    width: 18px;
    height: 36px;
    margin-left: -9px;
    left: 50%;
    background: url(https://westde.innogamescdn.com/images/tw2gui/button/button_mid_normal.png) 0 0 no-repeat;
}
.textart_title {
    position: relative;
    color: #FFE7B1;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 9px;
    text-align: center;
    height: 19px;
    white-space: nowrap;
    font: bold 10pt Arial;
    overflow: hidden;
    text-overflow: ellipsis;
}
#ca-talk {
    display: none !important;
}
#target_new {
	display: inline-block;
	background: url("https://westde.innogamescdn.com/images/tw2gui/textfield/textfield.png") top left no-repeat;
	height: 30px;
}
#search_craft_nou {
	display: inline-block;
	background: url("https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png") top left no-repeat;
	height: 30px;
}
input.craft_search {
	background: url("https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png") top right no-repeat;
height: 30px;
    margin-left: 12px;
    padding: 0 8px 0 0;
    border: 0;
    outline: none;
    width: 90px;
    margin-right: -6px;
}
.easter_banner a {
 color: #269c17 !important;
}
.craft_column {
    column-count: 2;
    padding-bottom: 15px;
}
/*Questline frame*/
div.questline_frame {
    display: inline-block;
    position: relative;
    width: 272px;
    height: 152px;
    margin:3px;
    background: url(images/7/79/Questline_frame.png);
}
div.questline_frame .questline_name {
    margin: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.questline_frame .questgiver img {
    position: absolute;
    max-width: 75px;
    max-height: 75px;
    top: 51px;
    left: 14px;
}
div.questline_frame .questgiver_overlay {
    position: absolute;
    top: 39px;
    left: 12px;
    width: 80px;
    height: 100px;
    background: url(images/9/96/Pic_small.png);
    background-size: cover;
}
div.questline_frame .info {
    position: absolute;
    top: 65px;
    left: 97px;
    width:150px;
    text-align: center;
    font-size:13px;
    text-shadow: 1px 1px 2px #00000063;
}
.mw-collapsible {
    display: inline-block;
}