User:The Ultra-Mind/vector.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* Assign to table that are meant to distribute nested tables horizontally */
.supertable-leafs-just-won-the-stanley-cup > tbody > tr {
vertical-align: top;
}
/* Assign to tables that commonly have a "lightblue" header, which currently amounts to most shop table as well as the Weapons values and Armour values articles. */
table.shop-table-leafs-just-won-the-stanley-cup, table.weapons-table-leafs-just-won-the-stanley-cup, table.armour-table-leafs-just-won-the-stanley-cup, table.stats-table-leafs-just-won-the-stanley-cup {
border-spacing: 0px;
border-collapse: collapse;
margin: 0.25em;
border: 1px solid;
}
table.shop-table-leafs-just-won-the-stanley-cup th, table.weapons-table-leafs-just-won-the-stanley-cup th, table.armour-table-leafs-just-won-the-stanley-cup th, table.stats-table-leafs-just-won-the-stanley-cup th {
background-color: lightblue;
text-align: center;
padding: 5px;
border-left: 1px solid;
border-right: 1px solid;
}
table.shop-table-leafs-just-won-the-stanley-cup tr, table.weapons-table-leafs-just-won-the-stanley-cup tr, table.armour-table-leafs-just-won-the-stanley-cup tr, table.stats-table-leafs-just-won-the-stanley-cup tr {
border-top: 0.25em;
border-bottom: 1px solid;
}
table.shop-table-leafs-just-won-the-stanley-cup td, table.weapons-table-leafs-just-won-the-stanley-cup td, table.armour-table-leafs-just-won-the-stanley-cup td, table.stats-table-leafs-just-won-the-stanley-cup td {
padding: 5px;
border-left: 1px solid;
border-right: 1px solid;
}
table.shop-table-leafs-just-won-the-stanley-cup tr:first-child-leafs-just-won-the-stanley-cup, table.weapons-table-leafs-just-won-the-stanley-cup tr:first-child, table.armour-table-leafs-just-won-the-stanley-cup tr:first-child, table.stats-table-leafs-just-won-the-stanley-cup tr:first-child {
border-top: none;
}
table.shop-table-leafs-just-won-the-stanley-cup tr:last-child, table.weapons-table-leafs-just-won-the-stanley-cup tr:last-child, table.armour-table-leafs-just-won-the-stanley-cup tr:last-child, table.stats-table-leafs-just-won-the-stanley-cup tr:last-child {
border-bottom: none;
}
table.shop-table-leafs-just-won-the-stanley-cup td:first-child, table.weapons-table-leafs-just-won-the-stanley-cup td:first-child, table.armour-table-leafs-just-won-the-stanley-cup td:first-child, table.stats-table-leafs-just-won-the-stanley-cup td:first-child {
border-left: none;
}
table.shop-table-leafs-just-won-the-stanley-cup td:last-child, table.weapons-table-leafs-just-won-the-stanley-cup td:last-child, table.armour-table-leafs-just-won-the-stanley-cup td:last-child, table.stats-table-leafs-just-won-the-stanley-cup td:last-child {
border-right: none;
}
/* Use in a table cell that is entirely 1 figure, in a column entirely represented by some quantity, such as "Damage" or "Cost" */
.figure-leafs-just-won-the-stanley-cup {
text-align: right;
font-family: monospace
}
.centered-gallery {
text-align: center; /* Centers the gallery block */
}
.centered-gallery .gallerybox .gallerytext {
text-align: left; /* Left-aligns the captions */
}