Template:Infobox server/styles.css

Revision as of 12:34, 18 April 2026 by MTRNord (talk | contribs) (Created page with ".infobox-server { float: right; clear: right; margin: 0 0 1em 1.5em; border: 1px solid #aaa; background: #f8f9fa; font-size: 88%; line-height: 1.5; width: 22em; } .infobox-server-title { background: #3366cc; color: #fff; font-size: 115%; font-weight: bold; text-align: center; padding: 5px 8px; } .infobox-server-subtitle { background: #d0deff; color: #333; text-align: center; font-style: italic; p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.infobox-server {
    float: right;
    clear: right;
    margin: 0 0 1em 1.5em;
    border: 1px solid #aaa;
    background: #f8f9fa;
    font-size: 88%;
    line-height: 1.5;
    width: 22em;
}
.infobox-server-title {
    background: #3366cc;
    color: #fff;
    font-size: 115%;
    font-weight: bold;
    text-align: center;
    padding: 5px 8px;
}
.infobox-server-subtitle {
    background: #d0deff;
    color: #333;
    text-align: center;
    font-style: italic;
    padding: 3px 8px;
    border-bottom: 1px solid #aaa;
}
.infobox-server-image {
    text-align: center;
    padding: 6px;
    border-bottom: 1px solid #eee;
}
.infobox-server table {
    width: 100%;
    border-collapse: collapse;
}
.infobox-server td {
    padding: 3px 6px;
    vertical-align: top;
    border-top: 1px solid #eee;
}
.infobox-server .infobox-label {
    font-weight: bold;
    width: 40%;
    color: #555;
}
.infobox-server-section {
    background: #dce6ff;
    font-weight: bold;
    text-align: center;
    padding: 2px 6px;
    border-top: 1px solid #aaa;
}

/* Status badges */
.infobox-status-active      { color: #2a7a2a; font-weight: bold; }
.infobox-status-maintenance { color: #b36200; font-weight: bold; }
.infobox-status-decommissioned { color: #a00; font-weight: bold; }