Wizpedia101
Advertisement
Wizpedia101

Σημείωση: μετά την δημοσίευση, ίσως χρειαστεί να παρακάμψετε την προσωρινή μνήμη του προγράμματος περιήγησής σας για να δείτε τις αλλαγές.

  • Firefox / Safari: Κρατήστε πατημένο το Shift κάνοντας ταυτόχρονα κλικ στο κουμπί Ανανέωση ή πιέστε Ctrl-F5 ή Ctrl-R (⌘-R σε Mac)
  • Google Chrome: Πιέστε Ctrl-Shift-R (⌘-Shift-R σε Mac)
  • Internet Explorer / Edge: Κρατήστε πατημένο το Ctrl κάνοντας ταυτόχρονα κλικ στο κουμπί Ανανέωση, ή πιέστε Ctrl-F5
  • Opera: Πιέστε Ctrl-F5.
#WikiaPage {font-family:Comic Sans MS, sans-serif}
@font-face {
    font-family: 'WizardFancy';
    font-weight: normal;
    font-style: normal;
    src: url('https://vignette.wikia.nocookie.net/wizard101/images/4/42/Wizardfancy.woff/revision/latest?cb=20191120192230&path-prefix=el') format('woff');
}
.page-header__title { font-family : WizardFancy,Comic Sans MS, sans-serif; }
/*wiki infobox */
.Wizinfobox {
    border-collapse: collapse;
    background-color: #ece6ec;
    width: 300px;
    float: right;
}

.Wizinfobox th {
    text-align: center;
    font-family: WizardFancy,Comic Sans MS, sans-serif;
    font-size: 18pt;
    font-weight: bold;
    line-height: 24px;
    padding: 10px 14px;
    padding-top: 14px;
    background-color: #871077;
    color: #fff;
}

.Wizinfobox td {
    font-size: 9pt;
    line-height: 18px;
    padding: 0.5em;
}

.Wizinfoboxheader td{
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
    background-color: #871077;
    color: #fff;
    line-height: 23px;
}

.Wizinfoboxloot tr, .Wizinfoboxloot td{
    text-align: center;
    padding: 0;
}

.movethis {
    margin: 0;
    border-right: .15em solid orange;
    white-space: nowrap;
    overflow: hidden;
    width: 25em;
    opacity: 0;
    -webkit-animation: type2 4s steps(60, end);
    -moz-animation: type2 4s steps(60, end);
    animation: type2 4s steps(60, end);
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-moz-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

.page-Αρχική_σελίδα .page-header__title { color: #e6e4e7; }
.page-Αρχική_σελίδα .page-header__separator { background: #e6e4e7; }


.alertbox {
    font-size: 105%;
    width: 620px;
    margin: auto;
    border-collapse: collapse;
    background: #ece6ec;
}


/* Makes images on dialogs to fit on the right */
.dialogimages img{
    max-width: 540px;
    height: 100%;
}

.missionboximage img{
    max-width: 255px;
    height: 100%;
}

/*
@font-face {
    font-family: 'WizardFancy';
    src: url('https://gr.wizard101.gameforge.com/wizard101/assets/0.5.9/ctx/assets/game/font/wizardfancy.eot');
    src: url('https://gr.wizard101.gameforge.com/wizard101/assets/0.5.9/ctx/assets/game/font/wizardfancy.woff') format('woff'),
    url('https://gr.wizard101.gameforge.com/wizard101/assets/0.5.9/ctx/assets/game/font/wizardfancy.ttf') format('truetype'),
    url('https://gr.wizard101.gameforge.com/wizard101/assets/0.5.9/ctx/assets/game/font/wizardfancy.svg#webfontVFGOXOjp') format('svg');
    font-weight: normal;
    font-style: normal;
}
.page-header__title { font-family : WizardFancy; }
*/
Advertisement