MediaWiki:Common.css: Difference between revisions

Replaced /w/index.php calls that result in 301 redirects
(MultiFloor Raid mainpage button)
(Replaced /w/index.php calls that result in 301 redirects)
 
(7 intermediate revisions by 2 users not shown)
Line 1:
/* CSS placed here will be applied to all skins */
 
@import url("/wwiki/index.php?title=Template:CharacterCard/style.css&?action=raw&ctype=text/css");
@import url("/wwiki/index.php?title=MediaWiki:XPtable.css&?action=raw&ctype=text/css");
 
 
Line 36:
.sonic {color: var(--sonic);}
.elastic {color: var(--elastic);}
 
 
.bg-normal {background-color: var(--normal);}
Line 49 ⟶ 48:
.bg-sonic {background-color: var(--sonic);}
.bg-elastic {background-color: var(--elastic);}
 
/* GL typing aliases */
.piercing {color: var(--penetration);}
.bg-piercing {background-color: var(--penetration);}
 
.bg-element {
Line 56 ⟶ 59:
}
 
 
/* Japanese font fallback */
html, body {
font-family: sans-serif, meiryo, meiryo ui, Yu Gothic, YuGothic;
 
*:lang(ja) {
font-family: meiryo, meiryo ui, Yu Gothic, YuGothic, sans-serif;
}
 
 
Line 83 ⟶ 95:
.skill-additional {
width: 100%;
/*min-width: 575px; addtional skills are stretched too wide on smaller screens */
max-width: 900px;
padding-left: 16px;
Line 94 ⟶ 106:
table.skilltable tr.summary td {
text-align:center;
@media (max-width: 1500px) {
table.skilltable {
width: calc(100% - 350px);
}
}
@media (max-width: 1200px) {
Line 608 ⟶ 615:
.fp-item-recent-updates {
grid-area: updates;
text-align: center;
}
.fp-item-recent-updates ul {
text-align: left;
}