MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 644: Line 644:
     --droptable-random-background: #ffa3ff;
     --droptable-random-background: #ffa3ff;
}
}


.wikitable {
.wikitable {
     background: var(--wikitable-bg);
     background: #c0a886; /* This sets the background color */
     color: var(--wikitable-color);
     color: var(--wikitable-color); /* This sets the text color, defined by a variable */
     border-color: var(--wikitable-border);
     border-color: #d0bd97; /* This sets the border color */
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
}


.wikitable > tr > th,
.wikitable > tr > th,

Navigation menu