User:Talonsin/darkangels-styles.css: Difference between revisions
From Eternum McEdition
Jump to navigationJump to search
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..." |
No edit summary |
||
| Line 1: | Line 1: | ||
/* __TEMPLATESTYLES__ */ | |||
/* __TEMPLATESTYLES__ */ | /* __TEMPLATESTYLES__ */ | ||
/* WAHAPEDIA-STYLE DARK ANGELS (SANITIZED) */ | /* WAHAPEDIA-STYLE DARK ANGELS (SANITIZED) */ | ||
Revision as of 19:27, 19 June 2025
/* __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;
}