User:Talonsin/darkangels-styles.css

Revision as of 19:26, 19 June 2025 by Talonsin (talk | contribs) (Created page with "→‎__TEMPLATESTYLES__: →‎WAHAPEDIA-STYLE DARK ANGELS (SANITIZED): .darkangels-theme #content { font-family: sans-serif; line-height: 1.5; } →‎Army Rules Box: .darkangels-theme .army-rule-box { border: 1px solid #ccc; border-radius: 3px; margin-bottom: 15px; max-width: 500px; } .darkangels-theme .army-rule-header { background-color: #006341; color: white; padding: 8px 12px; font-weight: bold; } .darkangels-theme .army-ru...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* __TEMPLATESTYLES__ */
/* WAHAPEDIA-STYLE DARK ANGELS (SANITIZED) */

.darkangels-theme #content {
    font-family: sans-serif;
    line-height: 1.5;
}

/* Army Rules Box */
.darkangels-theme .army-rule-box {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 15px;
    max-width: 500px;
}

.darkangels-theme .army-rule-header {
    background-color: #006341;
    color: white;
    padding: 8px 12px;
    font-weight: bold;
}

.darkangels-theme .army-rule-content {
    padding: 12px;
    background: white;
}

/* Tables */
.darkangels-theme .wikitable {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
}

.darkangels-theme .wikitable th {
    background-color: #006341;
    color: white;
    padding: 6px;
}

.darkangels-theme .wikitable td {
    padding: 6px;
    border: 1px solid #ddd;
}