MediaWiki:Common.css: Difference between revisions

Replaced /w/index.php calls that result in 301 redirects
m (GL alias for penetration/piercing damage type)
(Replaced /w/index.php calls that result in 301 redirects)
 
(6 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 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 86 ⟶ 95:
.skill-additional {
width: 100%;
/*min-width: 575px; addtional skills are stretched too wide on smaller screens */
max-width: 900px;
padding-left: 16px;
Line 97 ⟶ 106:
table.skilltable tr.summary td {
text-align:center;
@media (max-width: 1500px) {
table.skilltable {
width: calc(100% - 350px);
}
}
@media (max-width: 1200px) {
Line 611 ⟶ 615:
.fp-item-recent-updates {
grid-area: updates;
text-align: center;
}
.fp-item-recent-updates ul {
text-align: left;
}