Πειστρυ Πλανετ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:1;
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 - Dark theme data */
.page-dark {
    text-shadow:0 0 1px white;
}

.page-dark .WikiaPage a:hover, .page-dark .modalContent a:hover, .page-dark .WikiaLightbox a:hover, .page-dark .WikiaBarWrapper .toolbar .tools > li > a:hover  {
color:black!important;
text-shadow:0 1px 1px #f9f9f9;
}

.page-dark #WikiaPage h1, .page-dark #WikiaPage h2, .page-dark #WikiaPage h3, .page-dark #WikiaPage h4, .page-dark #WikiaPage h5, .page-dark #WikiaPage h6 {
text-shadow:1px 0 1px white;
color:white;
}

.page-dark .WikiaPage .wds-dropdown__content { 
  background: #313131;
  border-color: #484848;
  color: #D5D4D4;
  box-shadow: 0 0 7px white, 0 0 10px white; 
}
.page-dark .WikiaPage .wds-dropdown__content .wds-list li > a {
  color: #D5D4D4 
}
.page-dark .WikiaPage .wds-dropdown__content .wds-list li:hover > a {
  background: rgba(112,184,255,0.1); 
  color: #70b8ff; 
}
.page-dark .WikiaPage .wds-dropdown::after { 
border-bottom-color: #313131; 
}
.page-dark .WikiaPage .wds-dropdown::before {
border-bottom-color: #484848; 
}

.page-dark .WikiaPage .wds-list:before,.page-dark .WikiaPage .wds-list:after {
background:transparent;
}

.page-dark a:focus {
outline:1px solid white;
}

.page-dark a.selected {
text-shadow:1px 1px 1px olive!important;
color:purple!important;
transition:1s;
}

.page-dark .WikiaPage a.new, .page-dark .modalContent a.new {
text-shadow:1px 1px 1px purple!important;
color:olive!important;
transition:1s;
}


/* Section 1.9 - Authorised fonts on some parts */
.wds-community-header, .wds-global-navigation, .wds-global-footer {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
text-shadow:none!important;
}

/* Section 1.10 - WDS Stuff */
.WikiaPage .wds-button {
padding:6px 16px;
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:3px 8px;
}

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

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

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