Πειστρυ ΠλανετWiki
Advertisement

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

  • 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.
body {
    font-family: "Trebuchet MS", cursive, sans-serif ;
}

* {
filter:drop-shadow(0 0 1px white);
}

.pi-theme-charbox .pi-image-thumbnail {
    max-width: 250px;
    height: auto;
}

/* Section 1.1 - Body */

.WikiaPage { border: 1px transparent; }

.WikiaPage .WikiaPageBackground { border-radius: 10px; }

/* Secton 1.2 - Buttons */
 
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
    background: #46B3E3;
    border: 1px solid #46B3E3;
    text-shadow: 0px 2px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}
 
    .wikia-menu-button > a, .wikia-menu-button > li > a { border-right: 1px transparent; }
 
a.wikia-button:hover, .wikia-single-button a:hover, .wikia-menu-button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover, button:hover {
    background: #46B3E3;
    color: #A3D9F1;
        transition: color .5s;
        -webkit-transition: color .5s;
        -moz-transition: color .5s;
        -o-transition: color .5s;
}


/* Section 1.3 - Images */
img {
transition:filter .5s;
}

img:hover {
filter:invert(1) hue-rotate(30deg);
}


/* Section 1.4 - Links */
*  a {
opacity:0.99;
}

*  a:hover {
opacity:unset;
color:white;
}

*  a.selected {
text-shadow:1px 1px 1px green!important;
color:red!important;
}
Advertisement