Netflix Wiki
Advertisement

Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
  • Opera: Naciśnij klawisze Ctrl+F5.
/*Importy */
/**z dev wiki**/
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:Highlight.css|u:dev:MediaWiki:InterlanguageFlags.css&only=styles";
/**czcionki**/
@import "//fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Roboto+Condensed|Lato|Alegreya:400i|Fjalla+One&subset=latin-ext";
 
/* Strona */
mediawiki { font-family: 'Roboto Condensed', sans-serif }
 
/** Moduły **/
.WikiaRail .module,
.WikiaRail .rail-module {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    background: rgba(0,0,0,.5) !important;
    border: none;
    word-wrap: break-word;
}
 
.WikiaRail .module h2,
.WikiaRail .rail-module h2 {
    min-height: 30px;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 3px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    font-size: 16px;
    font-family: Roboto Condensed;
    text-transform: uppercase;
    font-weight: bold;
}
 
@media only screen and (min-width: 1024px) {
    .WikiaRail .module,
    .WikiaRail .rail-module {
    padding: 10px 14px;
    background: rgba(0,0,0,.06);
    border-radius: 3px;
}
}
 
    .WikiaRail .module h2,
    .WikiaRail .rail-module h2 {
    border-bottom: none;
}
 
    .discussions-rail-theme .embeddable-discussions-module .embeddable-discussions-heading {
    text-transform: uppercase;
    border-bottom: none !important;
}

#userProfileApp .user-identity-header__attributes>h2 span {
    margin-right: 6px;
    opacity: .8;
    vertical-align: baseline; }

/** Inofobox **/
.portable-infobox {
    border-bottom: 20px solid #b1060f;
    border-radius: 0 0 5px 5px;
}
 
.portable-infobox .pi-title {
    border-radius: 5px 5px 5px 5px;
    background-image: -o-linear-gradient(linear,0% 0%,0% 40%,color-stop(0%,#566374),color-stop(100%,#b1060f));
    background-image: -ms-linear-gradient(linear,0% 0%,0% 40%,color-stop(0%,#566374),color-stop(100%,#b1060f));
    background-image: -moz-linear-gradient(linear,0% 0%,0% 40%,color-stop(0%,#566374),color-stop(100%,#b1060f));
    background-image: -webkit-gradient(linear,0% 0%,0% 40%,color-stop(0%,#566374),color-stop(100%,#b1060f));
}
 
.portable-infobox .pi-header {
    background-image:none;
    background-color: #b1060f;
    border-top: 1px solid #404040;
}
.portable-infobox .pi-header,
.portable-infobox .pi-title {
color:#fff;
}
 
.portable-infobox .pi-secondary-background,
.portable-infobox .pi-header,
.portable-infobox .pi-title {
    background-color: #b1060f;
}
 
.portable-infobox,
.portable-infobox .pi-navigation {
    background-color: #fff;
}
 
.pi-navigation {
    border-top: 1px solid #404040;
}
 
.portable-infobox .pi-data:not(:last-of-type), 
.portable-infobox .pi-group,
.portable-infobox .pi-data:last-of-type + .pi-group,
.portable-infobox .pi-horizontal-group .pi-horizontal-group-item:not(:first-child) {
    border:none;
}
Advertisement