MediaWiki:Theme-dark.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* dark.css */
/* dark.css */
.infobox {
.infobox {
     background-color: #2e2e2e;
     background-color: #3F3F3F;
     border: 1px solid #555;
     border: 1px solid #555;
     color: #fff;
     color: #fff;
}
}
.infobox th {
.infobox th {
     background-color: #444;
     background-color: #3F3F3F;
     color: #fff;
     color: #fff;
}
}
.infobox td {
.infobox td {
     background-color: #333;
     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: #a09e9e; }
.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: */

Navigation menu