Πειστρυ Πλανετ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 ;
}

body {
    text-shadow:0 0 1px black;
}
.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 */
.WikiaPage img {
transition:filter .5s;
}

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


/* Section 1.4 - Links */
.WikiaPage a, .modalContent a, .WikiaLightbox a, .WikiaBarWrapper .toolbar .tools > li > a  {
opacity:0.99;
transition:0.2s;
}

.WikiaPage a:hover, .modalContent a:hover, .WikiaLightbox a:hover, .WikiaBarWrapper .toolbar .tools > li > a:hover  {
opacity:unset;
color:white!important;
text-shadow:0 1px 1px #1a1a1a;
text-decoration:none;
}

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

.WikiaPage a.new, .modalContent a.new {
text-shadow:1px 1px 1px red!important;
color:green!important;
transition:1s;
}

a:focus {
outline:1px solid black;
outline-offset:-1px;
}


/* Section 1.5 - Headings */
#WikiaPage h1 {
font-size:28px;
color:black;
text-shadow:1px 0 1px black;
}

.EditPageHeader > h1 {
font-size:19px!important;
}

.EditPageHeader > h2 {
font-size:14px!important;
}


#WikiaPage h2 {
font-size:24px;
text-shadow:1px 0 1px black;
color:black;
}

#WikiaPage h3 {
font-size:20px;
text-shadow:1px 0 1px black;
color:black;
}

#WikiaPage h4 {
font-size:16px;
text-shadow:1px 0 1px black;
color:black;
}

#WikiaPage h5 {
font-size:12px;
text-shadow:1px 0 1px black;
color:black;
}

#WikiaPage h6 {
font-size:10px;
text-shadow:1px 0 1px black;
color:black;
}

/* Section 1.7 - Wordmarks */
.graphic {
transition:opacity 0.2s;
opacity:.85;
}

.graphic:hover {
opacity:1;
}

.small img, .medium img, .large img {
filter:none!Important;
-webkit-filter:none!important;
}

/* Section 1.8 - WDS Stuff */
.WikiaPage .wds-button {
padding:4px 10px;
border-radius:10px;
}

.WikiaPage .wds-button-group > .wds-button:first-child {
border-top-right-radius:0;
border-bottom-right-radius:0;
} 

.WikiaPage .wds-button-group > .wds-button:last-child, .WikiaPage .wds-button-group > .wds-dropdown .wds-button {
border-top-left-radius:0;
border-bottom-left-radius:0;
} 

.WikiaPage .wds-button-group > .wds-button:not(:first-child):not(:last-child){
border-radius:0;
} 


.WikiaPage .wds-button.wds-is-squished {
padding:2px 5px;
}

.WikiaPage .wds-dropdown__content {
box-shadow: 0 0 7px black, 0 0 10px black;
border-radius:10px;
}

.WikiaPage .wds-button-group .wds-dropdown {
position:static;
}

.WikiaPage .wds-button-group {
position:relative;
}
Advertisement