MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Upgradetable styling
No edit summary
(Upgradetable styling)
Line 79:
width: 100%;
clear: both;
}
}
@media (max-width: 720px) {
table.skilltable {
min-width: 0;
}
}
 
 
/* Upgradetable */
table.upgradetable {
width: 100%;
max-width: 640px;
text-align:center;
}
 
table.upgradetable tr th:first-child,
table.upgradetable tr td:first-child
{
width: 20%;
}
 
@media (max-width: 720px) {
table.upgradetable {
max-width: none;
display: table!important;
}
table.upgradetable td:nth-of-type(n + 2) {
width: calc(80% / 5);
font-size: 2.2vw;
}
}
 
 
/* Front page stuff */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu