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

From Eternum McEdition
Jump to navigationJump to search
Replaced content with "→‎__TEMPLATESTYLES__: .test-rule { color: red; }"
Tag: Replaced
No edit summary
Line 1: Line 1:
/* __TEMPLATESTYLES__ */
/* __TEMPLATESTYLES__ */
.test-rule {
/* WAHAPEDIA DARK ANGELS STYLE - SANITIZED VERSION */
     color: red;
 
/* Base Styles */
#content .darkangels-theme {
    font-family: 'Roboto', 'Segoe UI', sans-serif;
    line-height: 1.5;
    color: #333;
}
 
.darkangels-theme h1,
.darkangels-theme h2,
.darkangels-theme h3 {
    color: #006341;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 3px;
    font-weight: 700;
}
 
/* Army Rules */
.darkangels-theme .army-rules-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
}
 
.darkangels-theme .army-rule-box {
     border: 1px solid #d0d0d0;
    border-radius: 4px;
    width: 100%;
    max-width: 500px;
    background: white;
}
 
.darkangels-theme .army-rule-header {
    background-color: #006341;
    color: white;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 16px;
}
 
.darkangels-theme .army-rule-content {
    padding: 12px;
    font-size: 14px;
}
 
/* Keyword styling */
.darkangels-theme .keyword {
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
}
 
/* Tables */
.darkangels-theme .wikitable {
    font-size: 13px;
    border-collapse: collapse;
    width: 100%;
    margin: 15px 0;
}
 
.darkangels-theme .wikitable th {
    background-color: #006341;
    color: white;
    padding: 6px 10px;
}
 
.darkangels-theme .wikitable td {
    padding: 6px 10px;
    border-bottom: 1px solid #e0e0e0;
}
 
.darkangels-theme .wikitable tr:nth-child(even) {
    background-color: #f8f8f8;
}
}

Revision as of 19:47, 19 June 2025

/* __TEMPLATESTYLES__ */
/* WAHAPEDIA DARK ANGELS STYLE - SANITIZED VERSION */

/* Base Styles */
#content .darkangels-theme {
    font-family: 'Roboto', 'Segoe UI', sans-serif;
    line-height: 1.5;
    color: #333;
}

.darkangels-theme h1,
.darkangels-theme h2,
.darkangels-theme h3 {
    color: #006341;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 3px;
    font-weight: 700;
}

/* Army Rules */
.darkangels-theme .army-rules-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
}

.darkangels-theme .army-rule-box {
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    width: 100%;
    max-width: 500px;
    background: white;
}

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

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

/* Keyword styling */
.darkangels-theme .keyword {
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
}

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

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

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

.darkangels-theme .wikitable tr:nth-child(even) {
    background-color: #f8f8f8;
}