MediaWiki:Common.css: Difference between revisions

Replaced /w/index.php calls that result in 301 redirects
m (Events panel alignment)
(Replaced /w/index.php calls that result in 301 redirects)
 
(2 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 95:
.skill-additional {
width: 100%;
/*min-width: 575px; addtional skills are stretched too wide on smaller screens */
max-width: 900px;
padding-left: 16px;
Line 106:
table.skilltable tr.summary td {
text-align:center;
}
@media (max-width: 1500px) {
table.skilltable {
width: calc(100% - 350px);
}
}
@media (max-width: 1200px) {