Difference between revisions of "MediaWiki:Common.css"
From Persona MUSH Wiki
m |
|||
Line 9: | Line 9: | ||
table.abils td:nth-child(1) { | table.abils td:nth-child(1) { | ||
width: 115px; | width: 115px; | ||
+ | text-align: center; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
table.abils td:nth-child(2) { | table.abils td:nth-child(2) { | ||
width: 25px; | width: 25px; | ||
− | |||
− | |||
− | |||
text-align: right; | text-align: right; | ||
} | } | ||
Line 25: | Line 19: | ||
table.abils td:nth-child(3) { | table.abils td:nth-child(3) { | ||
width: 50px; | width: 50px; | ||
− | |||
− | |||
− | |||
text-align: right; | text-align: right; | ||
} | } | ||
Line 33: | Line 24: | ||
table.abils td:nth-child(4) { | table.abils td:nth-child(4) { | ||
width: 50px; | width: 50px; | ||
− | |||
− | |||
− | |||
text-align: center; | text-align: center; | ||
} | } | ||
Line 41: | Line 29: | ||
table.abils td:nth-child(5) { | table.abils td:nth-child(5) { | ||
width: 65px; | width: 65px; | ||
+ | text-align: center; | ||
} | } | ||
Revision as of 20:46, 12 July 2012
table.dpl3columns { width:100%; } table.dpl3columns td { width:33%; } table.abils td:nth-child(1) { width: 115px; text-align: center; } table.abils td:nth-child(2) { width: 25px; text-align: right; } table.abils td:nth-child(3) { width: 50px; text-align: right; } table.abils td:nth-child(4) { width: 50px; text-align: center; } table.abils td:nth-child(5) { width: 65px; text-align: center; } .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ font-weight: normal; /* are styled here so they can be customised. */ text-align: right; width: auto; }