8,957
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* dark.css */ | /* dark.css */ | ||
.infobox { | .infobox { | ||
background-color: # | background-color: #3F3F3F; | ||
border: 1px solid #555; | border: 1px solid #555; | ||
color: #fff; | color: #fff; | ||
} | } | ||
.infobox th { | .infobox th { | ||
background-color: # | background-color: #3F3F3F; | ||
color: #fff; | color: #fff; | ||
} | } | ||
.infobox td { | .infobox td { | ||
background-color: # | background-color: #3F3F3F; | ||
} | } | ||
Line 254: | Line 254: | ||
.custom-table .header-green { background-color: #00ff00; color: white; text-align: center; } | .custom-table .header-green { background-color: #00ff00; color: white; text-align: center; } | ||
.mw-parser-output .infobox-label, .mw-parser-output .infobox-data { text-align: left; background-color: # | .mw-parser-output .infobox-label, .mw-parser-output .infobox-data { text-align: left; background-color: #3F3F3F; } | ||
/* Change the background color of the bottom and left of eath page, up to behind the logo: */ | /* Change the background color of the bottom and left of eath page, up to behind the logo: */ |