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

Template:Infobox station/styles.css

Template page
Revision as of 04:29, 7 July 2025 by Mnooseman (talk | contribs) (Created page with ".infobox.infobox-workstation { width: 100%; max-width: 300px; margin: 1em auto; background: #fff; border: 1px solid #ccc; border-radius: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); font-size: 0.95em; overflow: hidden; line-height: 1.4; } .infobox.infobox-workstation th { background-color: #f5f5f5; padding: 0.6em; text-align: center; font-weight: bold; font-size: 1.1em; color: #333; } .infobox.infobox-w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
.infobox.infobox-workstation {
    width: 100%;
    max-width: 300px;
    margin: 1em auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-size: 0.95em;
    overflow: hidden;
    line-height: 1.4;
}

.infobox.infobox-workstation th {
    background-color: #f5f5f5;
    padding: 0.6em;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
}

.infobox.infobox-workstation td {
    padding: 0.5em;
    border-top: 1px solid #eee;
    vertical-align: top;
}

.infobox.infobox-workstation tr:first-child th {
    background: linear-gradient(to bottom, #f9f9f9, #e0e0e0);
    font-size: 1.25em;
}

.infobox.infobox-workstation tr:nth-child(even) td {
    background-color: #fafafa;
}

.infobox.infobox-workstation td[colspan="2"] {
    text-align: center;
}

.infobox.infobox-workstation img {
    max-width: 100%;
    height: auto;
    image-rendering: pixelated;
}

.infobox.infobox-workstation .crafting-caption {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
    color: #666;
    margin-top: 0.5em;
    margin-bottom: -0.3em;
}