Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Tag: Manual revert
 
(8 intermediate revisions by the same user not shown)
Line 63: Line 63:
/*BEGIN ABILITY FORMATTING*/
/*BEGIN ABILITY FORMATTING*/
.ability-table {
.ability-table {
     width: 44%;
     width: 100%;
     border-collapse: collapse;
     border-collapse: collapse;
}
}
Line 84: Line 84:
.ability-table th:nth-child(2),
.ability-table th:nth-child(2),
.ability-table td:nth-child(2) {
.ability-table td:nth-child(2) {
     width: 6%; /*type*/
     width: 14%; /*type*/
}
}


.ability-table th:nth-child(3),
.ability-table th:nth-child(3),
.ability-table td:nth-child(3) {
.ability-table td:nth-child(3) {
     width: 6%; /*range*/
     width: 12%; /*range*/
}
}


Line 99: Line 99:
.ability-table th:nth-child(5),
.ability-table th:nth-child(5),
.ability-table td:nth-child(5) {
.ability-table td:nth-child(5) {
     width: 10%; /*description*/
     width: 62%; /*description*/
}
 
.ability-table td:nth-child(5) {
    font-size: 12px; /*description text font size*/
}
}