User:Talonsin/darkangels-styles.css

From Eternum McEdition
Revision as of 19:27, 19 June 2025 by Talonsin (talk | contribs)
Jump to navigationJump to search
/* __TEMPLATESTYLES__ */

/* __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;
}