User:Talonsin/darkangels-styles.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* __TEMPLATESTYLES__ */ | /* __TEMPLATESTYLES__ */ | ||
/* DARK ANGELS THEME | /* DARK ANGELS INVERTED COLOR THEME */ | ||
/* ===== GLOBAL OVERRIDES ===== */ | /* ===== GLOBAL OVERRIDES ===== */ | ||
Line 8: | Line 8: | ||
.darkangels-theme .mw-body, | .darkangels-theme .mw-body, | ||
.darkangels-theme #bodyContent { | .darkangels-theme #bodyContent { | ||
background: | background: #111 !important; /* Near-black instead of pure black */ | ||
color: # | color: #ddd !important; /* Light gray for readability */ | ||
filter: none !important; | filter: none !important; | ||
} | } | ||
/* | /* Content container */ | ||
.darkangels-theme #bodyContent { | .darkangels-theme #bodyContent { | ||
max-width: 1000px; | max-width: 1000px; | ||
Line 29: | Line 29: | ||
.darkangels-theme h2, | .darkangels-theme h2, | ||
.darkangels-theme h3 { | .darkangels-theme h3 { | ||
color: # | color: #ff66b3 !important; /* Bright pink instead of green */ | ||
border-bottom: 2px solid # | border-bottom: 2px solid #444 !important; | ||
padding-bottom: 5px; | padding-bottom: 5px; | ||
font-weight: 700; | font-weight: 700; | ||
Line 44: | Line 44: | ||
.darkangels-theme .army-rule-box { | .darkangels-theme .army-rule-box { | ||
border: 1px solid # | border: 1px solid #444 !important; | ||
border-radius: 5px; | border-radius: 5px; | ||
width: 100%; | width: 100%; | ||
max-width: 500px; | max-width: 500px; | ||
background: | background: #222 !important; /* Dark gray background */ | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
.darkangels-theme .army-rule-header { | .darkangels-theme .army-rule-header { | ||
background-color: # | background-color: #ff66b3 !important; /* Pink headers */ | ||
color: | color: #111 !important; /* Dark text on pink */ | ||
padding: 10px 15px; | padding: 10px 15px; | ||
font-weight: 700; | font-weight: 700; | ||
font-size: 16px; | font-size: 16px; | ||
} | } | ||
Line 65: | Line 64: | ||
font-size: 14px; | font-size: 14px; | ||
line-height: 1.5; | line-height: 1.5; | ||
color: #ddd !important; | |||
} | } | ||
Line 71: | Line 71: | ||
font-weight: 700; | font-weight: 700; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
color: # | color: #ff88cc !important; /* Lighter pink */ | ||
letter-spacing: 0.5px; | letter-spacing: 0.5px; | ||
} | } | ||
Line 81: | Line 81: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
font-size: 13px; | font-size: 13px; | ||
background: | background: #222 !important; /* Dark gray */ | ||
border: 1px solid #444 !important; | |||
} | } | ||
.darkangels-theme .wikitable th { | .darkangels-theme .wikitable th { | ||
background-color: # | background-color: #ff66b3 !important; /* Pink headers */ | ||
color: | color: #111 !important; /* Dark text */ | ||
padding: 8px 12px; | padding: 8px 12px; | ||
text-align: left; | text-align: left; | ||
} | } | ||
.darkangels-theme .wikitable td { | .darkangels-theme .wikitable td { | ||
padding: 8px 12px; | padding: 8px 12px; | ||
border: 1px solid # | border: 1px solid #444 !important; | ||
vertical-align: top; | vertical-align: top; | ||
color: #ddd !important; | |||
} | } | ||
.darkangels-theme .wikitable tr:nth-child(even) { | .darkangels-theme .wikitable tr:nth-child(even) { | ||
background-color: # | background-color: #333 !important; /* Slightly lighter gray */ | ||
} | } | ||
/* ===== SPECIAL CASES ===== */ | /* ===== SPECIAL CASES ===== */ | ||
.darkangels-theme a { | .darkangels-theme a { | ||
color: # | color: #ff88cc !important; /* Lighter pink links */ | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
.darkangels-theme pre, | .darkangels-theme pre, | ||
.darkangels-theme code { | .darkangels-theme code { | ||
background: # | background: #333 !important; | ||
border: 1px solid # | border: 1px solid #555 !important; | ||
color: # | color: #eee !important; | ||
} | } |