MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 18: Line 18:
.wikitable > tr > th, .wikitable > * > tr > th { background:url(); }
.wikitable > tr > th, .wikitable > * > tr > th { background:url(); }


.wikitable { background-color: #FFE4AA; color: #202122; margin: 1em 0; border: 1px solid #a2a9b1; border-collapse: collapse; }
.wikitable {
    background-color: #FFE4AA;
    color: #202122;
    margin: 1em 0;
    border: 1px solid #a2a9b1;
    border-collapse: collapse;
}


.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { background-color: #FFE4AA; border: 1px solid #a2a9b1; padding: 0.2em 0.4em; }
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { background-color: #FFE4AA; border: 1px solid #a2a9b1; padding: 0.2em 0.4em; }

Navigation menu