MediaWiki:Common.css: verschil tussen versies

Uit Wiki Grepolis NL
Naar navigatie springen
Geen bewerkingssamenvatting
Geen bewerkingssamenvatting
 
(17 tussenliggende versies door 2 gebruikers niet weergegeven)
Regel 1: Regel 1:
/* CSS die hier wordt geplaatst heeft invloed op alle skins */
div.mvisto {
opacity:0.8;
filter:alpha(opacity=80);
}
div.mvisto:hover {
opacity:1;
filter:alpha(opacity=100);
}
div.NavFrame {
    margin: 0;
    padding: 1px;
    border: 0px solid #322618;
    text-align: top;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 0px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.9em;
    font-weight: bold;
    background-color: #C0A875;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 12px;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 93%;
}
.tiltleft {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.tiltleft:hover {
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
.tiltright {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.tiltright:hover {
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-o-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
}
.middel {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.middel:hover {
-webkit-transform: translate(0px,-10px);
-moz-transform: translate(0px,-10px);
-o-transform: translate(0px,-10px);
-ms-transform: translate(0px,-10px);
transform: translate(0px,-10px);
}
.downunder {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.downunder:hover {
-webkit-transform: translate(0px,10px);
-moz-transform: translate(0px,10px);
-o-transform: translate(0px,10px);
-ms-transform: translate(0px,10px);
transform: translate(0px,10px);
}
.grow img {
  height: 87px;
  width: 123px;
  -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.grow img:hover {
  width: 150px;
  height: 100px;
}
th{
text-shadow:none;
}
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.tribal-borderbox {width:auto !important;}
/* HEADER AND TOP NAVIGATION */
/* Prevent sitenotice from showing */
div.sitenotice {
    display: none;
}


.tribal-borderbox .tbbox-tabs li {max-width: 170px;}
#mirage-fixed-header {
background: #2d5488;
box-shadow: none;
}


.tribal-borderbox .tbbox-logo {left:44%}
#mirage-top-header {
background: #feb;
}


.tribal-borderbox .tbbox-tabs ul {margin-bottom: -18px;}
    /* Respect width of logo */
img.mw-logo-icon {
width: inherit;
}


.tribal-borderbox .tbbox-tabs {min-height:auto}
/* Word mark color in fixed header */
.mw-wordmark-container span.mw-logo-wordmark {
color: #fff;
}


.tribal-borderbox .tbbox-pagecontent {width: 860px;}


.tribal-borderbox .with-button .tribal-button {width: 190px;}
/* Remove duplicated word mark from main page */
#mirage-navigation-header .mw-logo-wordmark {
display: none;
}


.skin-mirage-dropdown-list a {
        font-weight: normal;
    }


#toc, .toc {width:400px;}
    div#right-navigation {
        background-color: transparent;
    }


#document-wrapper {max-width: 1246px; margin: 0 auto;}
 
    li.mw-list-item,
    li.skin-mirage-dropdown-container {
        background: #2d5488;
    }


a:visited, .mw-body a.external:visited {   color: #3D2685;}
    /* Colors of Recent Changes and Edit rows buttons on hover*/
    #module-site-tools > ul > li:hover,
    li .mw-list-item:hover {
    background: #2d5488;
    }


a, .mw-body a.external {   color: #3D2685;}
    /* Background color of "more" button in Recent Changes row */
#module-site-tools > ul > li:last-child {
background: #2d5488;
color: black;
}


li#ca-nstab-special {   top: -13px;    z-index: 1;    height: 45px;}
/* Backgorund color of the contents of the dropdown list on "more" button in Recent Changes row */
    div.skin-mirage-dropdown-list > ul > li.mw-list-item {
        background: none;
    }


img[alt*="6p124px"],img[height*="6px"] {    width: 124px !important;    height: 6px !important;}


/* Move wiki navigation menus to same line as logo */
div#module-site-navigation {
margin-top: -2.5rem;
}


.LEData span.opis {display:none;}
/* Limit space used by site navigation to avoid overlapping buttons */
div#module-site-navigation.skin-mirage-mirage-navigation {
/* max-width: 70%; */
max-width: 65%; /* Custom value for GP NL */
}


.tribal-borderbox #firstHeading.tbbox-headline, .tribal-borderbox .innogames-headline {width: auto;}
/* 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;
}


#sidebar .innogames-headline { border-bottom: 2px solid white;border-top: 2px solid white;}


#siteNotice .innogames-headline { border-bottom: 2px solid white;border-top: 2px solid white;}
/* Recent Changes button text */
    #module-site-tools > ul > li:nth-child(1) > a {
        color: #fff;
    }


#localNotice {    padding-top: 36px;z-index:1}
/* Recent Changes button hover text color */
    #module-site-tools > ul > li:hover > :not(.skin-mirage-ooui-icon-no-label) {
    color: rgba(255,255,255,0.85);
    }
   


#localNotice > div:first-of-type { margin-left: 845px;}
    /* Edit button row hover styling */
    #p-views > ul > li:hover,
    #mirage-right-rail-button:hover {
        background-color: rgba(255,255,255,0.15);
        background: #2d5488;
        color: #404244;
    }


#localNotice div.innogame:nth-of-type(2n+1) {    background-color: rgba(201,163,111,0.4);}


#localNotice div.socialBar:active, #localNotice div.socialBar:hover, #localNotice div.socialBar:focus { background: transparent;}
    /* 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;
    }
   


#localNotice #miniLogo {    background-image: none;    margin-top: -9px;}


#localNotice > div:first-of-type, #localNotice div { padding: inherit;}
    /* 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%23fff%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");
}


.innogame {   height: 32px !important;   padding-top: 10px !important;}
    /* 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%23000%22%3E%3Cpath fill=%22%23fff%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%23fff%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")
}


.innogame a {   text-decoration: none;   display: block;    height: 25px;}
    /* 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%23fff%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");
}


#page-wrapper {   margin: 0;   margin-left: 197px;}
    /* 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%23fff%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");
}


#mw-panel { left: -20px;}


.socialBar {   background: none !important;}
    /* Background color for Edit Button and Right Rail collapse/expand button */
#mirage-edit-button > li,
#mirage-right-rail-button {
background: #2d5488;
}


    /* 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: #b99968;
}


#szukajPrzedmiot {
    /* Hover color for Edit button */
#mirage-edit-button > li:first-child a:hover {
color: rgba(255,255,255,0.85);
}


     padding: 15px 0 4px 0 !important;
     /* Color for Edit button */
#mirage-edit-button > li:first-child a {
color: white; /*Previous value #white*/
}


    background: #44301d !important;
  /* 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%23fff%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");
    }


     margin-bottom: 48px;
     /* 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%23fff%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")}


     box-shadow: inset 0em 0em 1.2em 0.2em #140a05;
     /* 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%23fff%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%23fff%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");
    }


div#ZP_wynik {
    /* 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%23fff%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");
}


              position: absolute;
    /* Hide the editLock icon that doesn't want to be edited for some unexplainable reason */
    .skin-mirage-ooui-icon-editLock-invert:before {
        display: none;
    }


     z-index: 11;
     /* Dropdown list for history, deletion, protection etc. */
    li#ca-history,
    li#ca-delete,
    li#ca-move,
    li#ca-protect {
        background: none;
    }


    top: -139%;
/* Remove Main Page header from Main page */
body.page-Main_Page .mw-page-title-main {
display: none;
}


    left: 78%;


    border-top: 2px solid white;
/* Remove the Page and Discussion buttons from all pages */
div#left-navigation nav#p-namespaces {
display: none;
}


    border-bottom: 2px solid white;
#module-page-navigation {
margin: 0;
}


    background-color: #44321045;


     width: 53%;
/* Styling of username when logged in / don't show username */
     #mirage-fixed-header .skin-mirage-username {
        color: orange;
        display: none;
    }


     height: 183%;
     /* Styling for background of dropdown on username/not logged in */
    .skin-mirage-personaltools-dropdown li {
        background: none;
    }


     opacity: 0.9;
     /* 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;
    }


input.ZP_Input { border: 2px solid black;  padding-left: 3px;}




/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
/* Main background */
body {
    background: #a6805a;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url("/skins/MirageGrepolis/images/background.jpg");
background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Removes endless spinner for logged out users on main page */
#mw-indicator-smw-entity-examiner {
display: none;
}


/* wikitable */


table.wikitable {
/* GENERAL ARTICLE STYLING */
main#content.mw-body,
main#content.mw-body-content,
#mirage-navigation-header,
#module-page-navigation,
.skin-mirage-content-container {
background: #feb;
}


  width: 100%;
h1,
h2,
.skin-mirage-right-rail-module h3,
hr {
border-color: #d4ba91;
}


  border: 1px solid black;
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
i {
    color: #5e321a;
}


  border-collapse: collapse;
h2 a,
h2 a:visited {
font-size: normal;
color: #3d2718;
font-weight: bold;
}


  background-color: #F2D494;
h2 a:hover {
color: #1480a4;
}


  color: black;
p a,
p a:visited,
li a,
li a:visited {
    color: #3d2718;
    font-weight: bold;
}


}
    p a:hover {
    color: #1480a4;
}


table.wikitable th {
/* Warning on MediaWiki:Custom.css page */
    .mw-editinginterface {
        color: ##5e321a;
    }


  border: 1px solid black;
/* Table of Contents styling */
.toc {
background-color: #d4ba91;
border: 1px solid #996b39;
border-color: rgba(110,57,0,0.5);
min-width: 175px;
}


  padding: 5px;
.toc h2 {
color: #5e321a;
}


  background-color: #BA9B72;
.toc li a,
.toc li a:visited,
.toctogglelabel {
color: #5f391a;
font-weight: normal;
}


  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: #1480a4;
}


table.wikitable td {


  border: 1px solid black;
/* TABLE STYLING */
table th {
font-weight: normal;
background-color: #b99968;
color: #5e321a;
padding: 10px;
}


  padding: 5px;
table,
th,
td,
.wikitable {
/* Border definition needs to be marked !important to overwrite border color defined inline in multiple navigation templates like Template:GodNav; */
border: 1px solid rgba(110,57,0,0.5) !important;
}


  color: black;


}
    /* 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;
}


/* Rozmiary nagłówków */
td,
th {
padding: 0;
}


h1, h2, h3, h4, h5, h6 {
td {
display: table-cell;
vertical-align: inherit;
}


        color: #733b1d;
table {
display: table !important;
width: 100%;
border-collapse: separate;
border-spacing: 1px !important;
margin-bottom: 4px;
border-radius: 3px;


        background-color: #d2ba93;
border-color: rgba(110,57,0,0.5);
}


        padding: 4px;
table center {
color: #5e321a;  
}


              margin: 0;
table a,
table a:visited {
color: #3d2718;  
}


              border-bottom: 1px solid #5e321a;
table a:hover {
color: #1480a4;  
}


}
/* RIGHT RAIL STYLING */
#mirage-right-rail {
background: #feb;
}


h1 { font-size:24px; }
#mirage-right-rail a,
#mirage-right-rail a:visited {
    color: #3d2718;  
}


h1 .editsection { font-size: 53%; }
#mirage-right-rail a:hover {
    color: #1480a4;  
}


h2 { font-size: 125%; font-weight: bold;}
    /* Remove background color on Page tools section of Right Rail */
    .skin-mirage-module-body ul.skin-mirage-unstyled-list > li {
        background: none;
    }


h2 .editsection { font-size: 67%; }


h3, h4, h5, h6 {
/* 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;
}


              border-bottom: none;
#footer-info-lastmod,
#footer-info-copyright,
#footer-places-privacy,
#footer-places-about,
#footer-places-disclaimer {
display: inline-block;
margin-right: 15px;
}


              font-weight: bold;
li#footer-info-lastmod,
li#footer-info-copyright {
font-size: small;
color: #efdba6;
}


}
footer ul.skin-mirage-unstyled-list#footer-info {
margin-right: 0px;
color: #efdba6;
text-shadow: 1px 1px 1px black;
}


h3 { font-size: 110%; }
div#footer-places {
margin-right: auto;
margin-left: auto;
}
.mw-footer p,
.mw-footer h3 {
    color: #efdba6;
}
.mw-footer a {
    color: #efdba6;
    font-weight: normal;
}
.mw-footer a:hover {
    color: #efdba6;
}


h3 .editsection { font-size: 76%; font-weight: normal; }
.mw-footer li {
line-height: 1 !important;
}
div#footer-places {
margin-left: initial;
}


h4 { font-size: 105%; }
h3#footer-places-label {
display: none;
}


h4 .editsection { font-size: 86%; font-weight: normal; }


h5 { font-size: 100%; }


h5 .editsection { font-weight: normal; }
/* The animated tiles on the main page */
 
#mf-menu {  
h6 { font-size: 80%;  }
display: none;  
 
}
h6 .editsection { font-size: 125%; font-weight: normal; }
 
 
/* edycja Bartosz86 */
 
body.page-Strona_główna a:hover {
 
opacity: 0.8;
 
              -webkit-transition: all .3s ease;
 
                -moz-transition: all .3s ease;
 
                  -ms-transition: all .3s ease;
 
                  -o-transition: all .3s ease;
 
                      transition: all .3s ease;


.infinitum {
background-color: #F9F9F9;
border: 1px solid #AAAAAA;
font-size: 95%;
padding: 5px;
}
}


body.page-Eventy .home_event_link {
.infinirow {
 
border-bottom: 1px solid #AA9977 !important;
border: 1px solid;
border-left: medium none currentColor !important;
 
border-right: 1px solid #AA9977 !important;
border-top: medium none currentColor !important;
padding: 2px 3px;
}
}


.tilt {
 
-webkit-transition: all 1s ease;
body.page-Eventy a:hover {
-moz-transition: all 1s ease;
 
-o-transition: all 1s ease;
opacity: 0.8;
-ms-transition: all 1s ease;
 
transition: all 1s ease;
              -webkit-transition: all .3s ease;
 
                -moz-transition: all .3s ease;
 
                  -ms-transition: all .3s ease;
 
                  -o-transition: all .3s ease;
 
                      transition: all .3s ease;
 
}
}
body.page-Eventy .home_event_link {
border: 1px solid;
}
   
   
 
.tilt:hover {
body.page-Użytkownik:Harlion a:hover {
-webkit-transform: rotate(-10deg);
 
-moz-transform: rotate(-10deg);
opacity: 0.8;
-o-transform: rotate(-10deg);
 
-ms-transform: rotate(-10deg);
              -webkit-transition: all .3s ease;
transform: rotate(-10deg);
 
                -moz-transition: all .3s ease;
 
                  -ms-transition: all .3s ease;
 
                  -o-transition: all .3s ease;
 
                      transition: all .3s ease;
 
}
}


body.page-Użytkownik:Harlion .home_event_link {
.tiltright {
 
-webkit-transition: all 1s ease;
border: 1px solid;
-moz-transition: all 1s ease;
 
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
}
   
   
 
.tiltright:hover {
/* edycja Darius II - w razie problemów kontakt lub skasować :) */
-webkit-transform: rotate(10deg);
 
-moz-transform: rotate(10deg);
#wrapper { width: 1200px; } /* szerokość wiki */
-o-transform: rotate(10deg);
 
-ms-transform: rotate(10deg);
#container { width: 900px; } /* szerokość boksu z treścią */
transform: rotate(10deg);
 
/* dopasowanie grafiki */
 
#contentTop { width: 900px; background-size: 100% 77px; }
 
#west_pl_hints_container { width: 870px!important; background-size: 100%!important; }
 
#content { width: 870px; background-size: 100%; }
 
#contentFooter { background-size: 101%; }
 
/* /dopasowanie grafiki */
 
/* poprawki Har'a */
 
#p-cactions { width: 850px; }
 
 
/* Harlion */
 
h3.ui-accordion-header { padding-left: 35px;}
 
.ui-tabs-vertical { width: 55em; }
 
  .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
 
  .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
 
  .ui-tabs-vertical .ui-tabs-nav li a { display:block; }
 
  .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
 
  .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}
 
 
/*#content {background-image: url(/images/0/03/Bgevent.png)}/* tło wiki na eventy - obecnie DdLM) */
 
 
 
/* blokada kodu */
 
#ca-viewsource{
 
visibility: hidden !important;
 
width:300px;
 
}
}


/* koniec mojej edycji */
.move {
 
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
 
-o-transition: all 1s ease;
/* CSS Preto */
-ms-transition: all 1s ease;
 
transition: all 1s ease;
.setRozBox {
 
    cursor: pointer;
 
    width: fit-content;
 
    float: left;
 
    text-align: center;
 
    margin: 3px 1px;
 
    padding: 6px 2px;
 
    line-height: 15px;
 
    background-color: #ffe3b3;
 
}
 
.setRozBox:hover {
 
    box-shadow: inset 0em 0em 1.2em 0.2em #ffa878;
 
}
 
.setRozBox a {
 
    color: black;
 
    text-decoration: none;
 
    padding: 5px;
 
}
 
.setyRozLista {
 
              color:#cc3300;
 
              background:rgba(245, 245, 220, 0.4);
 
              border:1px solid #996633;
 
              width:auto;
 
              padding:2px;
 
              text-align:center;
 
              font-weight:bold
 
}
}
#ladowanie {
              display:none;
    background-image: url(/images/5/56/Ladowanie.gif);
              width:20px;
}
   
   
 
.move:hover {
-webkit-transform: translate(0px,-10px);  
 
-moz-transform: translate(0px,-10px);  
#fIp .popup_inform{float:left;}
-o-transform: translate(0px,-10px);  
 
-ms-transform: translate(0px,-10px);  
.searchBox {background: url(/images/4/45/SearchBox.png);width:389px;height:31px;outline: none;border:0px;padding:0 5px 0 6px}
transform: translate(0px,-10px);  
 
#wyszukiwarka {margin-top:15px}
 
#wyszukiwarka input[type="search"] (padding:4px;outline:none;border:0px;)
 
#wyszukiwarka input:focus (outline:none;border:0px;)
 
 
/* MINI POPUP */
 
.popup_contents img {width:inherit;height:inherit;}
 
.popup_inform.mini {background: none;padding: 0;width: 29px;padding:1px}
 
.popup_inform.miniCraft {background: none;
 
    padding: 2px;
 
    width: 35px;
 
    height: 35px;
 
    background-image: url(https://wiki.the-west.pl/images/2/21/ItemBackground.png);
 
    background-repeat: no-repeat;
 
    background-size: 100% 100%;
 
}
}


.mini img, .miniCraft img[alt*="{{{Width}}}x{{{Height}}}px"] {width: 29px;height: 29px;}


.grow img {
  height: 500px;
  width: 750px;
   
   
 
  -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
 
      -o-transition: all 1s ease;
/* PBOX */
      -ms-transition: all 1s ease;
 
          transition: all 1s ease;
.PBox {position: relative;z-index:0}
 
 
.PBox_title {
 
              position: absolute;
 
              left: -5px;
 
              top: 0px;
 
              right: -5px;
 
              height: 68px;
 
              overflow: hidden;
 
              font-family: Times New Roman, Serif;
 
}
}
   
   
 
.grow img:hover {
.PBox_title_left, .PBox_title_right {
  width: 1000px;
 
  height: 1800px;
              position: absolute;
 
              background-image: url(/images/3/3c/PBoxTitle.png);
 
              height: 50px;
 
              bottom: 0px;
 
              background-repeat: no-repeat;
 
}
}


.PBox_title_left {
              left: 0;
              right: 50%;
              background-position: left bottom;


div.mvisto:hover {
opacity:0.7;
}
}
 
div.NavFrame {
    margin: 0;
 
    padding: 1px;
.PBox_title_right {
    border: 0px solid #322618;
 
    text-align: top;
              left: 50%;
    border-collapse: collapse;
 
    font-size: 95%;
              right: 0;
 
              background-position: right bottom;
 
}
}
 
div.NavFrame + div.NavFrame {
    border-top-style: none;
 
    border-top-style: hidden;
.PBox_title_text {
 
              position: relative;
 
              color: #FFE7B1;
 
              margin-left: auto;
 
              margin-right: auto;
 
              padding-top: 28px;
 
              text-align: center;
 
              font-style: normal;
 
              font-variant: normal;
 
              font-weight: bold;
 
              font-stretch: normal;
 
              font-size: 20pt;
 
              line-height: normal;
 
              font-family: "Times New Roman";
 
}
}
 
div.NavPic {
     background-color: #fff;
 
     margin: 0;
.PBox_content {padding: 70px 25px 0 25px;}
     padding: 0px;
 
 
.prizesGroups .group{
 
              display: inline-block;
 
     vertical-align: top;
 
    width: 155px;
 
    min-height: 300px;
 
     margin: 0 10px;
 
     opacity: 1;
 
     float: left;
     float: left;
}
}
 
div.NavFrame div.NavHead {
    height: 1.9em;
 
     font-weight: bold;
.prizesGroups .group .gLabel {
     background-color: #C0A875;
 
     position: relative;
              position: relative;
 
     text-align: center;
 
     text-shadow: 0 0 5px #000;
 
     padding: 10px 0 5px 0;
 
    color: white;
 
              font-weight:600;
 
}
}
 
div.NavFrame p,
div.NavFrame div.NavContent,
 
div.NavFrame div.NavContent p {
.prizesGroups .group .gContent {
     font-size: 12px;
 
              position: relative;
 
     padding: 10px 15px;
 
}
}
 
div.NavEnd {
    margin: 0;
 
    padding: 0;
.prizesGroups .group .gContent div.mini {
    line-height: 1px;
 
    clear: both;
float:left;
 
}
}
 
a.NavToggle {
.prizesGroups .group .gBg {
 
    opacity: 0.4;
 
     position: absolute;
     position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 93%;
}


    width: inherit;
.slideUp{
animation-name: slideUp;
-webkit-animation-name: slideUp;


    min-height: inherit;
animation-duration: 1s;
-webkit-animation-duration: 1s;


              border-radius: 5px;
animation-timing-function: ease;
-webkit-animation-timing-function: ease;


visibility: visible !important;
}
}


@keyframes slideUp {
 
0% {
.prizesGroups .group .gBorder {
transform: translateY(100%);
 
}
              border: 3px solid #a49e97;
50%{
 
transform: translateY(-8%);
    border-radius: 8px;
}
 
65%{
    box-shadow: 0 0 20px inset;
transform: translateY(4%);
 
}
              opacity: 0.9;
80%{
 
transform: translateY(-4%);
    position: absolute;
}
 
95%{
    width: inherit;
transform: translateY(2%);
 
}
    min-height: inherit;
100% {
 
transform: translateY(0%);
}
}
}


@-webkit-keyframes slideUp {
 
0% {
.prizesGroups .VSep {
-webkit-transform: translateY(100%);
 
}
    display: inline-block;
50%{
 
-webkit-transform: translateY(-8%);
    background: url(/images/6/67/PrizesVSep.jpg);
}
 
65%{
    width: 25px;
-webkit-transform: translateY(4%);
 
}
    height: 270px;
80%{
 
-webkit-transform: translateY(-4%);
    margin: 15px 0;
}
 
95%{
    float:left;
-webkit-transform: translateY(2%);
 
}
100% {
-webkit-transform: translateY(0%);
}
}
}


.slideRight{
 
animation-name: slideRight;
.prizesGroups .XSep {
-webkit-animation-name: slideRight;
 
    display: inline-block;
 
    background: url(/images/5/58/PrizesXSep.jpg);
 
    width: 270px;


    height: 25px;
animation-duration: 1s;
-webkit-animation-duration: 1s;


    margin: 10px 62px;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;


visibility: visible !important;
}
}


@keyframes slideRight {
 
0% {
.prizesGroups  .prizes{
transform: translateX(-150%);
 
}
    width: 555px;
50%{
 
transform: translateX(8%);
    min-height: 106px;
}
 
65%{
    margin-right: 15px;
transform: translateX(-4%);
 
}
80%{
transform: translateX(4%);
}
95%{
transform: translateX(-2%);
}
100% {
transform: translateX(0%);
}
}
}


@-webkit-keyframes slideRight {
 
0% {
.prizesGroups  .prizes .gStages {margin-top: 30px;}
-webkit-transform: translateX(-150%);
 
}
.prizesGroups  .prizes .gStages div{
50%{
 
-webkit-transform: translateX(8%);
    text-align: center;
}
 
65%{
    float: left;
-webkit-transform: translateX(-4%);
 
}
    width: 28px;
80%{
 
-webkit-transform: translateX(4%);
    color: white;
}
 
95%{
    font-weight: 600;
-webkit-transform: translateX(-2%);
 
}
    text-shadow: 0 0 5px #000;
100% {
 
-webkit-transform: translateX(0%);
    padding: 0 7.5px;
}
 
}
}


.prizesGroups .prizes .gContent div.popup_inform {padding: 0 7px;}
.slideExpandUp{
 
animation-name: slideExpandUp;
-webkit-animation-name: slideExpandUp;
 
.prizesGroups .winner{
 
              width: 166px;


    min-height: 106px;
animation-duration: 1.6s;
-webkit-animation-duration: 1.6s;


    margin-left: 15px;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease -out;


visibility: visible !important;
}
}


@keyframes slideExpandUp {
 
0% {
.prizesGroups .winner .gContent {margin-left: 18px;}
transform: translateY(100%) scaleX(0.5);
 
}
.prizesGroups .prizes .gContent {margin-left: 27px;}
30%{
 
transform: translateY(-8%) scaleX(0.5);
}
 
40%{
#contentFooter {z-index: 1;}
transform: translateY(2%) scaleX(0.5);
 
}
50%{
 
transform: translateY(0%) scaleX(1.1);
/*CSS Zadania*/
}
 
60%{
#BoxLiniaZadan a{width:200px;height:200px;position: absolute;z-index:1;}
transform: translateY(0%) scaleX(0.9);
 
}
70% {
 
transform: translateY(0%) scaleX(1.05);
#BoxLiniaZadan {
}
 
80%{
float:left;width: 210px;height: 140px;background-image: url(/images/7/79/LiniaZadanBG.png);
transform: translateY(0%) scaleX(0.95);
 
}
90% {
transform: translateY(0%) scaleX(1.02);
}
100%{
transform: translateY(0%) scaleX(1);
}
}
}


@-webkit-keyframes slideExpandUp {
 
0% {
#BLZTytul {padding: 4px 0 0 8px;font-weight: 600;font-size: 8pt;}
-webkit-transform: translateY(100%) scaleX(0.5);
 
}
#BLZIkona {margin: 7px 0px 0px 8px;position: absolute;z-index:0}
30%{
 
-webkit-transform: translateY(-8%) scaleX(0.5);
#BLZOverlay {
}
 
40%{
              margin: -109px 0 0 -2px;
-webkit-transform: translateY(2%) scaleX(0.5);
 
}
              width: 90px;height: 110px;
50%{
 
-webkit-transform: translateY(0%) scaleX(1.1);
              position: relative;
}
 
60%{
              background-image: url(/images/d/d1/ZleceniodawcaOL.png);
-webkit-transform: translateY(0%) scaleX(0.9);
 
}
              background-repeat: no-repeat;
70% {
 
-webkit-transform: translateY(0%) scaleX(1.05);
}
80%{
-webkit-transform: translateY(0%) scaleX(0.95);
}
90% {
-webkit-transform: translateY(0%) scaleX(1.02);
}
100%{
-webkit-transform: translateY(0%) scaleX(1);
}
}
}


.pullUp{
 
animation-name: pullUp;
#BLZTresc p{padding: 23px 0 0 96px;line-height:31px}
-webkit-animation-name: pullUp;
 
 
.popup_inform.QuestInfo {
 
    background: transparent;
 
    width: 10px;
 
    height: 10px;


    cursor: help;
animation-duration: 1.1s;
-webkit-animation-duration: 1.1s;


              float: left;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;


transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-webkit-transform-origin: 50% 100%;
}
}


@keyframes pullUp {
 
0% {
.QuestInfo .popup_contents {
transform: scaleY(0.1);
 
}
    white-space: normal;
40% {
 
transform: scaleY(1.02);
    max-width: 500px;
}
 
60% {
    min-width: 350px;
transform: scaleY(0.98);
 
}
    font-size: 10px;
80% {
 
transform: scaleY(1.01);
}
100% {
transform: scaleY(0.98);
}
80% {
transform: scaleY(1.01);
}
100% {
transform: scaleY(1);
}
}
}


@-webkit-keyframes pullUp {
 
0% {
.popup_inform .QuestInfo:hover > .popup_window.right {
-webkit-transform: scaleY(0.1);
 
}
    left: 0%;
40% {
 
-webkit-transform: scaleY(1.02);
    margin: -73px 0px 0px 40px;
}
 
60% {
    z-index: 99;
-webkit-transform: scaleY(0.98);
 
}
80% {
-webkit-transform: scaleY(1.01);
}
100% {
-webkit-transform: scaleY(0.98);
}
80% {
-webkit-transform: scaleY(1.01);
}
100% {
-webkit-transform: scaleY(1);
}
}
}




.PopupIlosc {


color: #fff;


    min-width: 20px;
.slideDown{
animation-name: slideDown;
-webkit-animation-name: slideDown;


    max-width: 40px;
animation-duration: 1s;
-webkit-animation-duration: 1s;


    height: 12px;
animation-timing-function: ease;
-webkit-animation-timing-function: ease;


    line-height: 12px;
visibility: visible !important;
 
}
    font-size: 10px;
 
    bottom: 3px;
 
    left: 2px;
 
    text-align: center;
 
    background: rgba(127, 111, 85, 0.7);
 
    border-radius: 0 2px 0 2px;
 
    box-shadow: 1px -1px 2px #000000;
 
    font-weight: bold;
 
    margin: -13px 0 0px 1px;
 
    position: relative;


@keyframes slideDown {
0% {
transform: translateY(-100%);
}
50%{
transform: translateY(8%);
}
65%{
transform: translateY(-4%);
}
80%{
transform: translateY(4%);
}
95%{
transform: translateY(-2%);
}
100% {
transform: translateY(0%);
}
}
}


@-webkit-keyframes slideDown {
 
0% {
.PopupINV, .PopupEQP {
-webkit-transform: translateY(-100%);
 
}
position: relative;
50%{
 
-webkit-transform: translateY(8%);
    top: -90px;
}
 
65%{
/*  top: -122px;*/
-webkit-transform: translateY(-4%);
 
}
    font-size: 6pt;
80%{
 
-webkit-transform: translateY(4%);
    text-align:center;
}
 
95%{
    font-weight: bold;
-webkit-transform: translateY(-2%);
 
}
    height: 13px;
100% {
 
-webkit-transform: translateY(0%);
    padding-top:3px;
}
 
}
}


.PopupOverlay {width: 92px;height: 92px;float:left}


.PopupINV {background-image: url(/images/0/00/INV.png);}


.PopupEQP {background-image: url(/images/0/0b/EQP.png);}


.bigEntrance{
animation-name: bigEntrance;
-webkit-animation-name: bigEntrance;


.QLBook {
animation-duration: 1.6s;
-webkit-animation-duration: 1.6s;


    position: absolute;
animation-timing-function: ease-out;
 
-webkit-animation-timing-function: ease-out;
    margin: 55px 0 0 25px;
 
    width: 747px;
 
    height: 428px;


visibility: visible !important;
}
}


@keyframes bigEntrance {
 
0% {
.QLBLeft, .QLLBRight {float: left;padding: 7px 5px;}
transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
 
opacity: 0.2;
.QLBLeft {width: 355px;padding-left: 14px;overflow-y:auto;max-height: 400px;}
}
 
30% {
.QLLBRight {width:345px;height:412px;overflow-y:auto;margin-left:13px;}
transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
 
opacity: 1;
}
 
45% {
.pokazZadanie,.pokazUkryte {color:#523F30;height: 22px;border-bottom: 1px solid #8a7756;cursor:pointer;font-weight:bold}
transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
 
opacity: 1;
.pokazZadanie:hover,.pokazUkryte:hover {color:#1479a8}
}
 
60% {
#sPodZak {display:none;position: absolute;left: 30px;width: 300px;margin-top: 100px;
transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
 
opacity: 1;
    background: #dbcbae;
}
 
75% {
    border: 1px solid #9a7b8f;
transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
 
opacity: 1;
    border-radius: 5px;
}
 
90% {
    padding: 5px 6px;
transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
 
opacity: 1;
    font-size: 11px;
}
 
100% {
    font-style: oblique;
transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
 
opacity: 1;
    opacity: 0.95;}
}
 
 
.pokazText {
 
    float: left;
 
    margin: 0 2px;
 
    font-style: italic;
 
    cursor: pointer;
 
    font-weight: 600;
 
}
}


@-webkit-keyframes bigEntrance {
 
0% {
#NagrodaOverlay {
-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
 
opacity: 0.2;
              margin: -60px 0 0 -4px;
}
 
30% {
              width: 60px;height: 59px;
-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
 
opacity: 1;
              position: relative;
}
 
45% {
              background-image: url(/images/c/c8/NagrodaOL.png);
-webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
 
opacity: 1;
              background-repeat: no-repeat;
}
 
60% {
-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
opacity: 1;
}
75% {
-webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
90% {
-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
opacity: 1;
}
100% {
-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
opacity: 1;
}
}
}




#NagrodaOverlayText {


    margin-top: -16px;


    text-align: center;
.pulse:hover{
animation-name: pulse;
-webkit-animation-name: pulse;


    position: relative;
animation-duration: 1.5s;
 
-webkit-animation-duration: 1.5s;
    font-weight: bold;
 
    color: white;
 
    font-size: 11px;
 
    width: 51px;


animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
}


@keyframes pulse {
 
0% {
div.PopupOverlay div.popup_inform div.popup_window {
transform: scale(0.9);
 
opacity: 0.7;
    position: fixed !important;
}
 
50% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(0.9);
opacity: 0.7;
}
}
}


@-webkit-keyframes pulse {
 
0% {
.PopupOverlay div.popup_inform:hover > div.popup_window.right {
-webkit-transform: scale(0.95);
 
opacity: 0.7;
    top: 50%;left: 30%;z-index: 99;
}
 
50% {
-webkit-transform: scale(1);
opacity: 1;
}
100% {
-webkit-transform: scale(0.95);
opacity: 0.7;
}
}
}


#sTytulQ {
    margin-top: -58px;
    margin-left: 89px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;


    font-style: italic;
.stretchLeft{
animation-name: stretchLeft;
-webkit-animation-name: stretchLeft;


    text-shadow: #000 1px 1px 1px;
animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;


    background-image: url(/images/d/d6/QT_bg.png);
animation-timing-function: ease-out;
 
-webkit-animation-timing-function: ease-out;
    height: 39px;
 
    width: 576px;


transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
-webkit-transform-origin: 100% 0%;
}
}


@keyframes stretchLeft {
 
0% {
#QLwarunki {
transform: scaleX(0.3);
 
}
margin-top:35px;display:table;  
40% {
 
transform: scaleX(1.02);
background: rgba(128, 128, 128, 0.31);
}
 
60% {
    padding: 5px;
transform: scaleX(0.98);
 
}
    border-radius: 5px;
80% {
 
transform: scaleX(1.01);
    border: 1px solid gray;
}
 
100% {
    width: 97%;
transform: scaleX(0.98);
 
}
80% {
transform: scaleX(1.01);
}
100% {
transform: scaleX(1);
}
}
}


#QLwarunki i {
@-webkit-keyframes stretchLeft {
 
0% {
    font-size: 13px;
-webkit-transform: scaleX(0.3);
 
}
40% {
-webkit-transform: scaleX(1.02);
}
60% {
-webkit-transform: scaleX(0.98);
}
80% {
-webkit-transform: scaleX(1.01);
}
100% {
-webkit-transform: scaleX(0.98);
}
80% {
-webkit-transform: scaleX(1.01);
}
100% {
-webkit-transform: scaleX(1);
}
}
}


#QLnagrody {
.stretchRight{
animation-name: stretchRight;
-webkit-animation-name: stretchRight;


margin-top: 15px;
animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;


    background: rgba(0, 255, 59, 0.1);
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;


    padding: 5px;
transform-origin: 0% 0%;
 
-ms-transform-origin: 0% 0%;
    border-radius: 5px;
-webkit-transform-origin: 0% 0%;
 
}
    border: 1px solid green;
 
    width: 97%;
 
    display: table;


@keyframes stretchRight {
0% {
transform: scaleX(0.3);
}
40% {
transform: scaleX(1.02);
}
60% {
transform: scaleX(0.98);
}
80% {
transform: scaleX(1.01);
}
100% {
transform: scaleX(0.98);
}
80% {
transform: scaleX(1.01);
}
100% {
transform: scaleX(1);
}
}
}


@-webkit-keyframes stretchRight {
 
0% {
#sPowrotQLS a {color: white;}
-webkit-transform: scaleX(0.3);
 
}
#sPowrotQLS a:hover {color: #dad9d9;}
40% {
 
-webkit-transform: scaleX(1.02);
#sPowrotQLS {
}
 
60% {
    margin: -5px 0 0 27px;
-webkit-transform: scaleX(0.98);
 
}
    padding: 5px 0 12px 26px;
80% {
 
-webkit-transform: scaleX(1.01);
    font-weight: bold;
}
 
100% {
    background-repeat: no-repeat;
-webkit-transform: scaleX(0.98);
 
}
    height: 27px;
80% {
 
-webkit-transform: scaleX(1.01);
    width: 73px;
}
 
100% {
    background-image: url(https://pl1.the-west.pl/images/window/job/start_button_bg.png);
-webkit-transform: scaleX(1);
 
}
    position: absolute;
 
}
}


@media only screen and (max-width : 1300px) {
 
.fastlinks {
.pokazZadanie span { color: #c42f2f;}
display:none !important;
 
.hid {display:none;}
 
#QLUkryte {
 
              display: table;
 
              background: rgba(239, 147, 147, 0.31);
 
              padding: 5px;
 
              border-radius: 5px;
 
              border: 1px solid #7e2424;
 
              width: 97%;
 
              margin-bottom: -21px;
 
              font-size:11px;


}
}
.QLLVLIcon {
    width: 58px;
    float: right;
    font-weight: bold;
    height: 26px;
    color: wheat;
    padding-top: 5px;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url(https://wiki.the-west.pl/images/b/bc/LVLIcon.png);
}
}


/*Make the semantic media wiki readable*/
 
.smw-editpage-help {
/*osiagniecia*/
background-color: #565656;
 
#AIOverlay {
 
    margin: -67px 0px 0px 2px;
 
    width: 70px;
 
    height: 66px;
 
              position: static;
 
              background-image: url(/images/3/30/OsiagniecieOL.png);
 
              background-repeat: no-repeat;
 
}
}


.osNav {  margin: 22px 0 0 45px;}
/* Make the errors on uploading the same file readable */
 
.mw-destfile-warning {
.osNavI {    width: auto;    margin: -5px 5px;}
    color: #5e321a;
 
 
.tblBg {background:#FFEECC; border-radius:3px; border-spacing:10px; padding:5px;}
 
.WCyrk .group { min-height: 555px;}
 
/* Preto koniec */
 
.tribal-borderbox .tbbox-page-edge.tbbox-bottom, .tribal-borderbox .tbbox-page-edge.tbbox-top, .tribal-borderbox .tbbox-page-corner.tbbox-top.tbbox-right, .tribal-borderbox .tbbox-page-corner.tbbox-top.tbbox-left,  .tribal-borderbox .tbbox-page-corner.tbbox-bottom.tbbox-right, .tribal-borderbox .tbbox-page-corner.tbbox-bottom.tbbox-left {z-index: 1 !important; position: absolute !important;}
 
 
.tw_bg_tl {
background-position: left top;
bottom: 50%;
right: 50%;
left: 0;
top: 0;
}
.tw_bg_tr {
background-position: right top;
width: 50%;
bottom: 50%;
right: 0;
top: 0;
}
.tw_bg_bl {
background-position: left bottom;
height: 50%;
right: 50%;
bottom: 0;
left: 0;
}
.tw_bg_br {
background-position: right bottom;
height: 50%;
width: 50%;
bottom: 0;
right: 0;
}
.tooltip_outer {
position:absolute;
left:50%;
bottom: 100%;
margin-bottom: 8px;
z-index:-1;
}
.tooltip {
position:relative;
padding:10px 13px 12px 13px;
opacity:0;
visibility:hidden;
-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%;
        color:black;
}
.tooltip::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -4px;
    margin-left: -11px;
    background-image: url(https://wiki.the-west.fr/images/3/32/Tooltip_arrow.png);
    width: 22px;
    height: 11px;
}
.tooltip_container {
position:relative;
}
.tooltip_container:hover .tooltip {
visibility:visible;
-webkit-transition: opacity .15s ease-in-out 0.4s;
      -moz-transition: opacity .15s ease-in-out 0.4s;
            transition: opacity .15s ease-in-out 0.4s;
opacity:1;
}
.tooltip_container:hover > .tooltip_outer {
z-index:1000;
}
.per_level:after{
  content:"(par Niveau)";
}
/* Navigation Bar */
#navbar {
position:relative;
top:29px;
font-family:Calibri;
width:800px;
height:85px;
margin:0;
padding:0;
background-image : url('https://wiki.the-west.fr/images/0/0d/Barre.png');
text-align:center;
}
#navbar > #bull1 , #navbar > #bull2{
position:absolute;
top:20px;
z-index:1;
width:104px;
height:64px;
pointer-events: none;
}
#navbar > #bull1{
left:40px;
background-image : url('https://wiki.the-west.fr/images/2/20/Bull1.png');
}
#navbar > #bull2{
right:40px;
background-image : url('https://wiki.the-west.fr/images/9/91/Bull2.png');
}
#navbar ul {
list-style-type: none;
font-size:0;
padding:0;
overflow: hidden;
position:relative;
top:42px;
height:37px;
}
#navbar li {
font-size:18px;
display:inline;
}
#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:hover {
.externalimage-holder {
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: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:hover:before {
width:100%;
}
#navbar li a:after, #navbar .selflink: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;
}
/* Items shop */
.shop_container {
     position: relative;
     position: relative;
    background-image: url(https://wiki.the-west.fr/images/0/05/Shop_container.png);
     margin: auto;
    width: 149px;
    height: 176px;
     margin: 0px;
    text-align: center;
    display:inline-block;
}
.shop_container .shop_name {
     display: inline-block;
     display: inline-block;
     width: 114px;
     max-width: 600px;
    color: white;
    text-shadow: 0.1em 0.1em 0.2em #000000;
    font-size: 12px;
    position: absolute;
    line-height: 1.1;
    left: 18px;
    top: 20px;
    font-size: 13px;
}
.shop_container .shop_item {
    top: 40px;
    left: 35px;
    position: absolute;
}
}
.shop_container .shop_price {
.externalimage-holder img {
    background-image: url(https://wiki.the-west.fr/images/0/0b/Shop_price.png);
     width: 100%;
     width: 100%;
     height: 32px;
     height: auto;
    position: absolute;
    top: 132px;
    line-height:32px;
    font-size:12px;
    font-weight:bold;
    color:white;
    text-shadow:0.1em 0.1em 0.2em #333333;
}
}
.shop_container .shop_border {
img {
     width: 133px;
     max-width: 900px;
    height: 162px;
    position: absolute;
    left: 9px;
    top: 5px;
    background: url(https://wiki.the-west.fr/images/b/b1/Shop_frame.png) no-repeat;
}
}
.shop_container #vert {background-position: -133px 0;}
 
.shop_container #bleu {background-position: -266px 0;}
#document-wrapper
.shop_container #rouge {background-position: -399px 0;}
{
.shop_container #orange {background-position: -532px 0;}
     max-width: 1200px;
.shop_container #marron {background-position: -665px 0;}
.shop_container #violet {background-position: -798px 0;}
.shop_container #cyan {background-position: -931px 0;}
.shop_container #gris {background-position: -1064px 0;}
/* Bannière nouveaux sets */
.new_set {
    width: 36px;
    height: 34px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(https://wiki.the-west.fr/images/1/1a/New.png);
    pointer-events: none;
}
/* Test calendrier */
#calendar {
  border-image: url(https://westfr.innogamescdn.com/images/tw2gui/table/table_border.png?3) 16 16 16 16 stretch;
  border-width: 16px;
  border-style: solid;
  width: 700px;
}
#calendar .week {
  position: relative;
}
#calendar .day {
  width:98px;
  height:100%;
  border:1px solid grey;
  display:inline-block;
  border-radius: 5px;
  position: relative;
  font-weight: bold;
}
#calendar .nb {
  position: absolute;
  top:0px;
  padding:5px;
  border-bottom:1px solid grey;
  border-bottom-right-radius: 5px;
  border-right: 1px solid grey;
}
#calendar .events {
  margin-top:30px;
  position: absolute;
  top:0px;
  width:100%;
}
#calendar .event {
  position: relative;
  margin-top:5px;
  height:10px;
  left:100px;
  border-radius:5px;
  box-shadow: 0px 1px 1px 0px black;
}
#calendar .today {color:red;}
/* Arrière plan noël */
.xmas {
background-image: url(https://wiki.the-west.fr/images/5/58/Arri%C3%A8re-plan_No%C3%ABl.png) !important;
background-repeat:no-repeat !important;
}
/* Nouvelles popup */
div.tw_bg_popup_tl,
div.tw_bg_popup_tr,
div.tw_bg_popup_bl,
div.tw_bg_popup_br {
    background-image: url(https://wiki.the-west.fr/images/5/59/Fond_objets.png);
    position: absolute;
    z-index: -1;
}
.tw_bg_popup_tl {
    background-position: left top;
    bottom: 50%;
    right: 50%;
    left: 0;
    top: 0;
}
.tw_bg_popup_tr {
    background-position: right top;
    width: 50%;
    bottom: 50%;
    right: 0;
    top: 0;
}
.tw_bg_popup_bl {
    background-position: left bottom;
    height: 50%;
    right: 50%;
    bottom: 0;
    left: 0;
}
.tw_bg_popup_br {
    background-position: right bottom;
    height: 50%;
    width: 50%;
    bottom: 0;
    right: 0;
}
div.popup_window {
    position: absolute;
    display: none;
    margin: 0px;
    min-width: 200px;
    white-space: nowrap;
    z-index:1000;
}
div.item_container {
    height: 79px;
    width: 79px;
    position: relative;
    background-image: url(https://wiki.the-west.fr/images/a/a9/Case_inventaire.png);
    background-repeat: no-repeat;
    display: inline-block;
}
div.item_container.wear {
    height: 93px;
    width: 94px;
    position: relative;
    background-image: url(https://wiki.the-west.fr/images/8/82/Item_box_wear.png);
    background-repeat: no-repeat;
    display: inline-block;
}
div.item_container.wear2 {
    height: 138px;
    width: 95px;
    position: relative;
    background-image: url(https://wiki.the-west.fr/images/5/54/Item_box_wear2.png);
    background-repeat: no-repeat;
    display: inline-block;
}
div.item_container.empty {
    background-image: none;
}
div.item_container > img {
    position: absolute;
    top: 3px;
    left: 3px;
}
div.item_border div.item_container > img,
div.item_container.wear > img,
div.item_container.wear2 > img {
    top: 0px !important;
    left: 0px !important;
}
div.item_container:hover div.popup_window {
    left: 120%;
    top: 10px;
    z-index: 10;
    display: block;
}
div.popup_contents {
    margin: 25px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}
div.popup_contents * {
    margin: 0;
}
div.popup_image {
    background-image: url(https://wiki.the-west.fr/images/a/a9/Case_inventaire.png);
    background-repeat: no-repeat;
    width: 79px;
    height: 79px;
    margin: auto;
}
.popup_divider {
    width:124px;
    height:6px;
    margin-top:4px !important;
    background-image: url(https://wiki.the-west.fr/images/d/d5/Barre_de_division.png);
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
div.popup_image img {
    padding-top: 3px;
    padding-left: 4px;
}
.popup_attribute {
    text-align: left;
    padding-left: 7px;
    font-size: 12px;
    color: #070;
    font-weight: bold;
}
.popup_skill {
    text-align: left;
    padding-left: 18px;
    font-size: 11px;
    color: #070;
}
.popup_type {
    font-style: italic;
    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;
    font-weight: bold;
}
.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 {
    color: #007777;
    white-space: normal;
     max-width: 200px;
}
.popup_quest {
  color:#800000;
  text-align:center;
  font-style: italic;
}
.item_number {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 10;
    font-size: 16pt;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}
.popup_bonus {
    color:#8b4513;
}
.popup_job {
    display:inline-block;
    border-radius: 3px;
    border: 1px solid #804000;
    padding-top: 3px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.popup_job img {
    width:50px;
    height:50px;
}
.popup_crafteditem {
    display:inline-block;
    background: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.popup_crafteditem table {
    border-radius: 3px;
    border: 1px solid #804000;
    text-align: center;
}
.popup_txtgreen {
    color: green;
}
.popup_txtred {
    color: #900;
}
.item_level {
    position: absolute;
    display:block;
    top: 4px;
    left: 3px;
    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: 1;
}
.icon_level {
    display: inline-block;
    width: 15px;
    height:12px;
    background:url(https://westfr.innogamescdn.com/images/items/item_level.png);
    margin-right: 3px;
}
.level {
    vertical-align: top;
}
.upgrade {
    display: inline-block;
    width:12px;
    height: 12px;
    background: url(https://wiki.the-west.fr/images/c/ca/Upgrade_icons.png) 0px 12px;
    margin: 0px 3px 0 1px;
    cursor: pointer;
}
.upgrade:hover {
    background-position-y:0px;
}
.downgrade {
    display: inline-block;
    width:12px;
    height:12px;
    background: url(https://wiki.the-west.fr/images/c/ca/Upgrade_icons.png) 12px 12px;
    margin: 0px 3px 0 3px;
    cursor: pointer;
}
.downgrade:hover {
    background-position-y:0px;
}
}


.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;
}
#input_level,
#input_search {
    display: inline-block;
    background: url(https://westfr.innogamescdn.com/images/tw2gui/textfield/textfield.png) top left no-repeat;
    height: 30px;
    width: 12px;
}
#input_search {
    position: absolute;
    right: 250px;
}
input.west {
    background: url(https://westfr.innogamescdn.com/images/tw2gui/textfield/textfield.png) top right no-repeat;
    height: 30px;
    margin-left: 12px;
    padding: 0px 8px 0px 0px;
    border: 0;
    outline: none;
}


.cdrjob{
/* Mobile-specific changes */
  border: 10px solid #74563D;
@media screen and (max-width: 720px)
  border-radius: 20px;
{
  width: 86%;
    /* Remove the unnecessary logo next to the navigation links */
  background-color: #D4BA91;
    #mirage-navigation-header #mirage-logo {
  align-content: center;
      display: none;
  margin-left: 40px;
    }
  padding: 3px;
   
  box-shadow: 1px 1px 10px #000;"
    /*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;
    }
}
}
.xdrjobT{
  text-shadow: 1px 1px 2px rgba(26, 26, 203, 0.51);
  color:#404040;
  font-size:30px;
  width:100%;
  text-align:center;
  line-height:26px;
  border: 0;
  font-weight: bold;
  font-family: System;text-decoration: underline;
}
#tableh {display: table;}
.row {display: table-row;}
.cell {display: table-cell;}

Huidige versie van 10 aug 2023 om 13:22

/* CSS placed here will be applied to all skins */

/* HEADER AND TOP NAVIGATION */
	/* Prevent sitenotice from showing */
	div.sitenotice {
	    display: none;
	}

	#mirage-fixed-header {
		background: #2d5488;
		box-shadow: none;
	}

	#mirage-top-header {
		background: #feb;
	}

    /* Respect width of logo */
	img.mw-logo-icon {
		width: inherit;
	}

	/* Word mark color in fixed header */
	.mw-wordmark-container span.mw-logo-wordmark {
		color: #fff;
	}


	/* Remove duplicated word mark from main page */
	#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: #2d5488;
    }

    /* Colors of Recent Changes and Edit rows buttons on hover*/
    #module-site-tools > ul > li:hover,
    li .mw-list-item:hover {
    	background: #2d5488;
    }

    /* Background color of "more" button in Recent Changes row */
	#module-site-tools > ul > li:last-child {
		background: #2d5488;
		color: black;
	}

	/* Backgorund color of the contents of the dropdown list on "more" button in Recent Changes row */
    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 */
	div#module-site-navigation.skin-mirage-mirage-navigation {
		/* max-width: 70%; */
		max-width: 65%; /* Custom value for GP NL */
	}

	/* 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: #fff;
    }

	/* Recent Changes button hover text color */
    #module-site-tools > ul > li:hover > :not(.skin-mirage-ooui-icon-no-label) {
    	color: rgba(255,255,255,0.85);
    }
    

    /* Edit button row hover styling */
    #p-views > ul > li:hover,
    #mirage-right-rail-button:hover {
        background-color: rgba(255,255,255,0.15);
        background: #2d5488;
        color: #404244;
    }


    /* 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%23fff%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%23000%22%3E%3Cpath fill=%22%23fff%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%23fff%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%23fff%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%23fff%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: #2d5488;
	}

    /* 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: #b99968;
	}

    /* Hover color for Edit button */
	#mirage-edit-button > li:first-child a:hover {
		color: rgba(255,255,255,0.85);
	}

    /* Color for Edit button */
	#mirage-edit-button > li:first-child a {
		color: white; /*Previous value #white*/
	}

   /* 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%23fff%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%23fff%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%23fff%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%23fff%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%23fff%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: #a6805a;
	    background-position: center center;
	    background-size: cover;
	    background-attachment: fixed;
	    background-repeat: no-repeat;
	    background-image: url("/skins/MirageGrepolis/images/background.jpg");
		background-position: center center;
	    background-size: cover;
	    background-repeat: no-repeat;
	}

	/* Removes endless spinner for logged out users on main page */
	#mw-indicator-smw-entity-examiner {
		display: none;
	}


/* GENERAL ARTICLE STYLING */
	main#content.mw-body, 
	main#content.mw-body-content,
	#mirage-navigation-header,
	#module-page-navigation,
	.skin-mirage-content-container {
		background: #feb;
	}

	h1,
	h2,
	.skin-mirage-right-rail-module h3,
	hr {
		border-color: #d4ba91;
	}

	p, 
	h1, 
	h2, 
	h3, 
	h4, 
	h5, 
	h6, 
	li, 
	i {
	    color: #5e321a;
	}

	h2 a,
	h2 a:visited {
		font-size: normal;
		color: #3d2718;
		font-weight: bold;
	}

	h2 a:hover {
		color: #1480a4;
	}

	p a, 
	p a:visited,
	li a,
	li a:visited {
	    color: #3d2718;
	    font-weight: bold;
	}

    p a:hover {
	    color: #1480a4;
	}

	/* Warning on MediaWiki:Custom.css page */
    .mw-editinginterface {
        color: ##5e321a;
    }

	/* Table of Contents styling */
	.toc {
		background-color: #d4ba91;
		border: 1px solid #996b39;
		border-color: rgba(110,57,0,0.5);
		min-width: 175px;
	}

	.toc h2 {
		color: #5e321a;
	}

	.toc li a,
	.toc li a:visited,
	.toctogglelabel {
		color: #5f391a;
		font-weight: normal;
	}

	/* 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: #1480a4;
	}


/* TABLE STYLING */
	table th {
		font-weight: normal;
		background-color: #b99968; 
		color: #5e321a; 
		padding: 10px;
	}

	table,
	th,
	td,
	.wikitable {
		/* Border definition needs to be marked !important to overwrite border color defined inline in multiple navigation templates like Template:GodNav; */
		border: 1px solid rgba(110,57,0,0.5) !important;
	}


    /* 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;

		border-color: rgba(110,57,0,0.5);
	}

	table center {
		color: #5e321a; 
	}

	table a,
	table a:visited {
		color: #3d2718; 
	}

	table a:hover {
		color: #1480a4; 
	}

/* RIGHT RAIL STYLING */
	#mirage-right-rail {
		background: #feb;
	}

	#mirage-right-rail a,
	#mirage-right-rail a:visited {
	    color: #3d2718; 
	}

	#mirage-right-rail a:hover {
	    color: #1480a4; 
	}

    /* 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;
	}

	li#footer-info-lastmod,
	li#footer-info-copyright {
		font-size: small;
		color: #efdba6;
	}

	footer ul.skin-mirage-unstyled-list#footer-info {
		margin-right: 0px;
		color: #efdba6;
		text-shadow: 1px 1px 1px black;
	}

	div#footer-places {
		margin-right: auto;
		margin-left: auto;
	}
	 
	.mw-footer p,
	.mw-footer h3 {
	    color: #efdba6;
	}
	 
	.mw-footer a {
	    color: #efdba6;
	    font-weight: normal;
	}
	 
	.mw-footer a:hover {
	    color: #efdba6;
	}

	.mw-footer li {
		line-height: 1 !important;
	}
	 
	div#footer-places {
		margin-left: initial;
	}

	h3#footer-places-label {
		display: none;
	}



/* The animated tiles on the main page */
#mf-menu { 
display: none; 
} 

.infinitum { 
background-color: #F9F9F9;
border: 1px solid #AAAAAA;
font-size: 95%;
padding: 5px;
}

.infinirow {
border-bottom: 1px solid #AA9977 !important;
border-left: medium none currentColor !important;
border-right: 1px solid #AA9977 !important;
border-top: medium none currentColor !important;
padding: 2px 3px;
}

.tilt {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
 
.tilt:hover {
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}

.tiltright {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
 
.tiltright:hover {
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-o-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
}

.move {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
 
.move:hover {
-webkit-transform: translate(0px,-10px); 
-moz-transform: translate(0px,-10px); 
-o-transform: translate(0px,-10px); 
-ms-transform: translate(0px,-10px); 
transform: translate(0px,-10px); 
}


.grow img {
  height: 500px;
  width: 750px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 1000px;
  height: 1800px;
}


div.mvisto:hover {
opacity:0.7;
}
div.NavFrame {
    margin: 0;
    padding: 1px;
    border: 0px solid #322618;
    text-align: top;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 0px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.9em;
    font-weight: bold;
    background-color: #C0A875;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 12px;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 93%;
}

.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important;			
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}			
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}

.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	80%{
		transform: translateX(4%);
	}
	95%{
		transform: translateX(-2%);
	}			
	100% {
		transform: translateX(0%);
	}	
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	80%{
		-webkit-transform: translateX(4%);
	}
	95%{
		-webkit-transform: translateX(-2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}

.slideExpandUp{
	animation-name: slideExpandUp;
	-webkit-animation-name: slideExpandUp;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease -out;

	visibility: visible !important;	
}

@keyframes slideExpandUp {
	0% {
		transform: translateY(100%) scaleX(0.5);
	}
	30%{
		transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		transform: translateY(2%) scaleX(0.5);
	}
	50%{
		transform: translateY(0%) scaleX(1.1);
	}
	60%{
		transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		transform: translateY(0%) scaleX(1);		
	}
}

@-webkit-keyframes slideExpandUp {
	0% {
		-webkit-transform: translateY(100%) scaleX(0.5);
	}
	30%{
		-webkit-transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		-webkit-transform: translateY(2%) scaleX(0.5);
	}
	50%{
		-webkit-transform: translateY(0%) scaleX(1.1);
	}
	60%{
		-webkit-transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		-webkit-transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		-webkit-transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		-webkit-transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		-webkit-transform: translateY(0%) scaleX(1);		
	}
}

.pullUp{
	animation-name: pullUp;
	-webkit-animation-name: pullUp;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 		
}

@keyframes pullUp {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullUp {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}




.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}




.bigEntrance{
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;			
}

@keyframes bigEntrance {
	0% {
		transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}		
}

@-webkit-keyframes bigEntrance {
	0% {
		-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		-webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		-webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}				
}




.pulse:hover{
	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.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		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;	
	}			
}


.stretchLeft{
	animation-name: stretchLeft;
	-webkit-animation-name: stretchLeft;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%; 
}

@keyframes stretchLeft {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchLeft {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}

.stretchRight{
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%; 		
}

@keyframes stretchRight {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}

@media only screen and (max-width : 1300px) {
.fastlinks {
display:none !important;

}
}

/*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;
}


/* 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;
    }
}