Netflix Wiki
Nie podano opisu zmian
Znacznik: Edytor kodu źródłowego
Nie podano opisu zmian
Znacznik: Edytor kodu źródłowego
Linia 7: Linia 7:
 
/* Strona */
 
/* Strona */
 
mediawiki { font-family: 'Roboto Condensed', sans-serif }
 
mediawiki { font-family: 'Roboto Condensed', sans-serif }
 
/* Ogólne */
 
/** Nicki **/
 
/*** Biurukraci ***/
 
a[href$="/wiki/U%C5%BCytkownik:You_are_my_strange_addiction"],
 
a[href$="/wiki/Message_Wall:You_are_my_strange_addiction"],
 
a[href$="/wiki/Blog_u%C5%BCytkownika:You_are_my_strange_addiction"],
 
a[href$="/wiki/Specjalna:Wk%C5%82ad/You_are_my_strange_addiction"] {
 
color: #2cbcb2 !important;
 
text-shadow: -1px 0 #050e2d, 0 1px #050e2d, 1px 0 #050e2d, 0 -1px #050e2d, 0 0 5px #050e2d, 0 0 0.2em #050e2d, 0 0 0.2em #050e2d, 0 0 0.2em #050e2d;
 
font-weight: bold;
 
}
 
.Wall .edited-by a.subtle[href$=":You_are_my_strange_addiction"]:after {
 
color: #b60d50;
 
content: "Założyciel";
 
font-family: 'Segoe print';
 
font-size: 11px;
 
font-weight: bold;
 
vertical-align: bottom;
 
top: 10px;
 
}
 
 
 
 
/** Moduły **/
 
/** Moduły **/

Wersja z 18:09, 20 wrz 2020

/*Importy */
/**z dev wiki**/
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:Highlight.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;
}