Shingeki no Kyojin Wiki
mNie podano opisu zmian
mNie podano opisu zmian
Linia 80: Linia 80:
 
font-weight: 900;
 
font-weight: 900;
 
font-style: normal;
 
font-style: normal;
color: #ff8c00;
+
color: #c90;
 
}
 
}
 
 

Wersja z 18:38, 17 sie 2018

@import "/load.php?mode=articles&only=styles&articles=u:dev:Global_Lua_Modules/NavboxBuilder/code.css|u:dev:MediaWiki:Hlist.css|u:dev:InterlanguageFlags/code.css|u:dev:MediaWiki:ModernPolls.css|u:dev:MediaWiki:MinimalistSliderText/code.css";

/* 
 * Przenośne infoboksy
 */
.portable-infobox {
    width: 300px;
    background-color: #262626;
}
.portable-infobox .pi-title, .portable-infobox .pi-secondary-background {
    background-color: #171717;
    font-weight: bold;
    color: white;
    text-align: center;
}
.portable-infobox .pi-title + .pi-navigation { padding-top: 0 }
.portable-infobox .pi-title a { color: inherit }
.portable-infobox .pi-border-color { border-color: rgba(0,0,0,.08) }
.pi-image img {
    width: 100%;
    height: auto;
}
ul.pi-image-collection-tabs li {
    font-size: 11px;
    padding: 0 5px 1px !important;
    border: 0 px !important;
}
ul.pi-image-collection-tabs li.pi-tab-link {
    background: transparent;
    border-color: transparent;
}
.pi-collapse .pi-header:first-child::after { border-color: white }
.pi-data-label { flex-basis: 100px }
.pi-data-value { flex-basis: auto }
.pi-data-value ul { list-style: none }

/* Infoboksy na całą szerokość strony */
.pi-theme-fullwidth,
.pi-theme-stats,
.pi-theme-tankobon {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    box-sizing: border-box;
    float: none;
    clear: both;
}
.pi-theme-fullwidth .pi-data-label,
.pi-theme-stats .pi-data-label,
.pi-theme-tankobon .pi-data-label { flex-basis: 200px }

/* Statystyki */
.pi-stats-bar {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 6px;
}

/* 
 * Cytaty
 */
.article-quote {
    position: relative;
    margin-left: 0 !important;
    padding: .25rem 0 .25rem 1rem;
    font-weight: 400;
    font-style: italic;
}

.article-quote:before {
    content: "”";
    position: absolute;
    left: .25em;
    top: .25em;
    z-index: -1;
    display: inline-block;
    opacity: .3;
    font-size: 7em;
    font-weight: 900;
    font-style: normal;
    color: #c90;
}
 
.article-quote cite {
    display: block;
    padding-top: .5rem;
    font-size: .750rem;
    font-style: normal;
    line-height: 1.25rem;
}

/* 
 * Szablony licencji
 */
.notice {
    width: 100%;
    padding: .5em;
    margin-bottom: .5em;
    border-top: .5em solid #1a1a1a;
    background-color: #262626;
}

/* 
 * Slider
 */
.wikiaPhotoGallery-slider-body .nav, 
.wikiaPhotoGallery-slider-body .selected { border-color: white }
.wikiaPhotoGallery-slider-body .selected { background: white }

/* 
 * Inne
 */
/* Odnośniki w tym samym kolorze co tekst */
.color-links a {
    color: inherit !important;
}

/* Tabela wyśrodkowana oraz na całą szerokość */
table.centered {
    margin-left: auto;
    margin-right: auto;
}
table.fit {
    width: 100% !important;
}

/* Przekierowania na Specjalna:Wszystkie_strony oraz Specjalna:Obserwowane */
.allpagesredirect,
.watchlistredir {
    font-style: italic;
}
.allpagesredirect::after {
    color: #808080;
    content: " (przekierowanie)"
}