Boku no Hero Academia Wiki

Wygląda na to, że nie masz jeszcze konta. Jeżeli chciałbyś je posiadać, możesz je założyć TUTAJ!

CZYTAJ WIĘCEJ

Boku no Hero Academia Wiki
Boku no Hero Academia Wiki
Nie podano opisu zmian
Nie podano opisu zmian
Linia 159: Linia 159:
 
.ajax-poll form div:last-child {
 
.ajax-poll form div:last-child {
 
line-height: 15px;
 
line-height: 15px;
  +
}
  +
  +
/* Kolory grup użytkowników */
  +
a[href="/wiki/U%C5%BCytkownik:Yaxiro"],
  +
.edited-by a[href$="Yaxiro"],
  +
.kolor-biurol {
  +
color: #CC0000 !important;
  +
font-weight: bold !important;
  +
}
  +
.SpeechBubble.message .edited-by > a[href$="Yaxiro"].subtle:after {
  +
color: #000;
  +
content: "[BIUROKRATA]";
  +
font-size: 85%;
  +
}
  +
a[href="/wiki/U%C5%BCytkownik:Srebrna Pełnia"],
  +
.edited-by a[href$="Srebrna Pełnia"],
  +
.kolor-mod {
  +
color: #179101 !important;
  +
font-weight: bold !important;
  +
}
  +
.SpeechBubble.message .edited-by > a[href$="Srebrna Pełnia"].subtle:after {
  +
color: #000;
  +
content: "[MODERATOR]";
  +
font-size: 85%;
 
}
 
}

Wersja z 17:05, 29 mar 2020

/* import */
@import url("/load.php?mode=articles&articles=MediaWiki:Komunikaty.css|MediaWiki:Common.css&only=styles");
@import url("//spolecznosc.wikia.com/load.php?mode=articles&articles=MediaWiki:Common.css/kolory&only=styles");

/* Fix wyświetlania tła w edytorze */
body.editor:before { background-position: 30px 0 !important; background-repeat: no-repeat } 
body.editor:after { background-position: -880px 0 !important; background-repeat: no-repeat }

/*Zakładki */
.zakladki {
  margin-bottom: 10px;
}
.zakladki .zakladki-mobilne {
  display: none;
}
.zakladki ul {
  display: flex;
  list-style: none;
  margin: 0;
}
.zakladki ul li {
  margin: 0;
}
.zakladki ul li > * {
  display: block;
  border: 1px solid #5a978a;
  border-radius: 0.5em 0.5em 0 0;
  margin-right: 0.2em;
  padding: 0.4em 0.7em;
  font-weight: bold;
  text-decoration: none;
}
.zakladki ul li > strong {
  cursor: default;
  background-color: #1b2227;
  border-color: #1b2227;
  color: #eee;
}

/* Slider */
.mp-gallery { display:grid; grid-template: 150px 150px 150px/calc(100% - 260px) 260px; overflow: hidden }
.mp-gallery > div { position: relative; filter: grayscale(1); transition: filter .2s }
.mp-gallery > div:hover { filter: grayscale(0) }
.mp-gallery > div:first-child { grid-row: 1/-1 }
.mp-gallery > div::after { content: attr(data-title); position: absolute; bottom: 5px; left: 10px; color: #fff; font-size: 22px; text-shadow: 0 0 20px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 2px #000; pointer-events: none; z-index: 9 }
.mp-gallery .image { display: flex; height: 100%; justify-content: center; align-items: center; overflow: hidden }

/* Zakładnik w infoboksie */
.portable-infobox .pi-image-collection-tabs { display: flex; flex-flow: row wrap }
.portable-infobox .pi-tab-link { flex: 1 auto; max-width: 100% }

/* Infoboksy */
.portable-infobox .pi-data-value { align-self: center }
.portable-infobox .pi-change,
.portable-infobox .pi-title,
.portable-infobox .pi-header{
	background:#1b2227;
	color:#fff !important
}

.portable-infobox{
	background:white;
    border:grey
}

.pi-header{ 
    text-align:center; 
}

.portable-infobox.pi-background { 
border: 1px solid #1b2227; 
}

.pi-horizontal-group .pi-header {
    text-align: center;
}

.pi-border-color {
    border-color: #1b2227;
}

.pi-change, .portable-infobox .pi-title, 
.portable-infobox .pi-header {
    text-align: center;
}

.portable-infobox .pi-data-value ol,
.portable-infobox .pi-data-value ul {
    list-style-position: outside;
    padding-left: 16px
}

/* Tabbery */
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 { display: block !important; }
 
ul.tabbernav li a:link { color: white !important; }
 
ul.tabbernav li a:hover {
 color: #FFFFFF !important;
 background: #cecaca !important;
 border-color: #ffd700 !important;
 text-shadow: 0em 0em 0.5em #000000!important;
}
 
ul.tabbernav li.tabberactive a { background-color: #333333 !important; }
 
ul.tabbernav li a {
    background: #8B0000 !important;
    color: #FFFFFF !important;
    border: 1px solid #ffd700 !important;
    margin-left: 0px !important;
    margin-right: 3px;
    -moz-border-radius:1em;
    -khtml-border-radius: 1em;
    -webkit-border-radius:1em;
    border-radius: 1em;
    text-shadow: 0em 0em 0.5em #000000!important;
}
 
.tabberlive .tabbertab { border: none !important; }
 
ul.tabbernav { border-bottom: none !important; }
 
.tabberlive .editsection { display: none; }

/* Galerie postaci */
.chargallery .wikia-gallery { display: flex; flex-wrap: wrap; justify-content: center; }
.chargallery.chargallery-theme-ua .wikia-gallery-item { background-color: #910000; border-color: #5f0000; }
.chargallery.chargallery-theme-ph .wikia-gallery-item { background-color: #d80000; border-color: #c40000; }
.chargallery.chargallery-theme-vl .wikia-gallery-item { background-color: #141414; border-color: #0d0d0d; }
.chargallery.chargallery-theme-pl .wikia-gallery-item { background-color: #0044b3; border-color: #0040a9; }
.chargallery.chargallery-theme-cv .wikia-gallery-item { background-color: #2c8a2e; border-color: #29822b; }
.chargallery.chargallery-theme-kb .wikia-gallery-item { background-color: #8b8b00; border-color: #727200; }
.chargallery.chargallery-theme-sh .wikia-gallery-item { background-color: #00458b; border-color: #004081; }
.chargallery.chargallery-theme-vg .wikia-gallery-item { background-color: #778899; border-color: #696969; }
.chargallery.chargallery-theme-ih .wikia-gallery-item { background-color: #7c073f; border-color: #7c073f; }
.chargallery .wikia-gallery-item { border: 3px solid; margin: 0 -3px -3px 0; padding: 0; }
.chargallery .wikia-gallery-item img { background-color: #fff; margin-top: 0 !important; }
.chargallery .wikia-gallery-item .lightbox-caption { box-sizing: border-box; font: bold 9pt/1.25em sans-serif; margin: 0; padding: 4pt; }
.chargallery-profile-caption { font-size: larger; }
.chargallery-profile-subcaption { font-size: smaller; }
.chargallery-profile-caption, .chargallery-profile-caption a, .chargallery-profile-subcaption { color: #fff; }

/* Kolory infoboksów */
.pi-theme-Złoczyńca .pi-header, .pi-theme-Złoczyńca .pi-title { background-color:#000000; color:#696969;}
.pi-theme-Bohater .pi-header, .pi-theme-Bohater .pi-title { background-color:#fe7f00; color:#696969;}

/* Tabber */
ul.tabbernav li {
    margin-bottom: 2px;
}

ul.tabbernav li, ul.tabbernav li > a {
    display: inline-block;
}

/* Ankieta */
.ajax-poll form div:last-child {
    line-height: 15px;
}

/* Kolory grup użytkowników */
a[href="/wiki/U%C5%BCytkownik:Yaxiro"],
.edited-by a[href$="Yaxiro"],
.kolor-biurol {
	color: #CC0000 !important;
	font-weight: bold !important;
}
.SpeechBubble.message .edited-by > a[href$="Yaxiro"].subtle:after {
    color: #000;
	content: "[BIUROKRATA]";
	font-size: 85%;
}
a[href="/wiki/U%C5%BCytkownik:Srebrna Pełnia"],
.edited-by a[href$="Srebrna Pełnia"],
.kolor-mod {
	color: #179101 !important;
	font-weight: bold !important;
}
.SpeechBubble.message .edited-by > a[href$="Srebrna Pełnia"].subtle:after {
    color: #000;
	content: "[MODERATOR]";
	font-size: 85%;
}