User:The Retro Gamer/common.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (This is what it actually needs to be, I think.) |
m (Color swap...) |
||
Line 4: | Line 4: | ||
//Brown DKC table styling | //Brown DKC table styling | ||
table.dktable-brown {} | table.dktable-brown {} | ||
table.dktable-brown > tr:nth-child(odd) > td, table.dktable-brown > * > tr:nth-child(odd) > td {background: | table.dktable-brown > tr:nth-child(odd) > td, table.dktable-brown > * > tr:nth-child(odd) > td {background:#FFF8DC} | ||
table.dktable-brown > tr:nth-child(even) > td, table.dktable-brown > * > tr:nth-child(even) > td {background: | table.dktable-brown > tr:nth-child(even) > td, table.dktable-brown > * > tr:nth-child(even) > td {background:wheat} | ||
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 13: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:#FFF8DC}
table.dktable-brown > tr:nth-child(even) > td, table.dktable-brown > * > tr:nth-child(even) > td {background:wheat}
table.dktable-brown > tr > th, table.dktable-brown > * > tr > th {background: #BB8855}