User:Talonsin/darkangels-styles.css: Difference between revisions

From Eternum McEdition
Jump to navigationJump to search
No edit summary
Talonsin changed the content model of the page User:Talonsin/darkangels-styles.css from "CSS" to "Sanitized CSS"
Tag: content model change
(No difference)

Revision as of 19:28, 19 June 2025

/* __TEMPLATESTYLES__ */

/* __TEMPLATESTYLES__ */
.darkangels-theme .army-rule-box {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    margin-bottom: 15px;
    max-width: 500px;
    background: white;
}

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

.darkangels-theme .army-rule-content {
    padding: 12px;
    font-size: 14px;
    line-height: 1.4;
}

/* Keyword styling */
.darkangels-theme .keyword {
    font-weight: bold;
    color: #444;
}