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

From Eternum McEdition
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:


/* __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 {
.darkangels-theme .army-rule-box {
     border: 1px solid #ccc;
     border: 1px solid #d0d0d0;
     border-radius: 3px;
     border-radius: 3px;
     margin-bottom: 15px;
     margin-bottom: 15px;
     max-width: 500px;
     max-width: 500px;
    background: white;
}
}


Line 22: Line 15:
     padding: 8px 12px;
     padding: 8px 12px;
     font-weight: bold;
     font-weight: bold;
    font-size: 16px;
}
}


.darkangels-theme .army-rule-content {
.darkangels-theme .army-rule-content {
     padding: 12px;
     padding: 12px;
    background: white;
}
/* Tables */
.darkangels-theme .wikitable {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
     font-size: 14px;
     font-size: 14px;
    line-height: 1.4;
}
}


.darkangels-theme .wikitable th {
/* Keyword styling */
     background-color: #006341;
.darkangels-theme .keyword {
     color: white;
     font-weight: bold;
    padding: 6px;
     color: #444;
}
 
.darkangels-theme .wikitable td {
    padding: 6px;
    border: 1px solid #ddd;
}
}

Revision as of 19:27, 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;
}