MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 175: Line 175:
.hoverbox:hover .hoveritem { display:inline-block; }
.hoverbox:hover .hoveritem { display:inline-block; }
.hoverbox:hover .hoveritem.selected { display:none; }
.hoverbox:hover .hoveritem.selected { display:none; }
.theme-dark {
/* Background */;
--theme-background-color: #2c1a61;
--theme-content-background: rgba(71, 70, 70, 0.8);
--theme-background-color--secondary: #323c3c;
/* Link color */
--theme-link-color: #cca5ff;
--theme-link-color--hover: #ffffff;
--theme-alert-color: #f1748b;
--theme-alert-color--hover: #ff3048;
/* Text color */
--theme-text-color: #e6e6e6;
--theme-text-color--rgb: 230,230,230;
/* Border */
--theme-border-color: #6f6e6e;
--theme-title-border: #4a5c69;
/* Gradients */
--theme-border-gradient: linear-gradient(#36454F 0%,#212b31 50%, #36454F 100%);
--theme-background-gradient: linear-gradient(#36454F 25%,#212b31 75%);
/* Other */
--theme-alert-color: #c90018;
--theme-hover-background: 255, 255, 255;
--theme-hover-transparency: 0.17;
/* Wikitable */
--theme-table-background: #131313;
--theme-table-header: #363636;
/* article-table */
--custom-dynamic-color: 255, 255, 255;
}

Navigation menu