User:The Retro Gamer/common.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(1st version of dktable for testing.)
m (This is what it actually needs to be, I think.)
Line 4: Line 4:
//Brown DKC table styling
//Brown DKC table styling
table.dktable-brown {}
table.dktable-brown {}
table.dktable-brown > tr > td:nth-child(odd), table.dktable-brown > * > tr > td:nth-child(odd) {background:wheat}
table.dktable-brown > tr:nth-child(odd) > td, table.dktable-brown > * > tr:nth-child(odd) > td {background:wheat}
table.dktable-brown > tr > td:nth-child(even), table.dktable-brown > * > tr > td:nth-child(even) {background:#FFF8DC}
table.dktable-brown > tr:nth-child(even) > td, table.dktable-brown > * > tr:nth-child(even) > td {background:#FFF8DC}
table.dktable-brown > tr > th, table.dktable-brown > * > tr > th {background: #BB8855}
table.dktable-brown > tr > th, table.dktable-brown > * > tr > th {background: #BB8855}

Revision as of 14:59, April 15, 2018

/* A comment, for easier testing. This is my native code commenting style, so it is very comfortable. */
textarea { background: #FFFFFF url(/images/d/d2/DK_edit_BG.png) }

//Brown DKC table styling
table.dktable-brown {}
table.dktable-brown > tr:nth-child(odd) > td, table.dktable-brown > * > tr:nth-child(odd) > td {background:wheat}
table.dktable-brown > tr:nth-child(even) > td, table.dktable-brown > * > tr:nth-child(even) > td {background:#FFF8DC}
table.dktable-brown > tr > th, table.dktable-brown > * > tr > th {background: #BB8855}