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

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Whoops. Copy-paste error.)
m (Removing this for now, as it will hopefully be implemented on the site's CSS file.)
Line 1: Line 1:
/* A comment, for easier testing. This is my native code commenting style, so it is very comfortable. */
/* 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) }
textarea { background: #FFFFFF url(/images/d/d2/DK_edit_BG.png) }
//Brown DKC table styling
//table.dktable-brown {border:1pt solid black}
table.dktable-brown > tr, table.dktable-brown > tr > th, table.dktable-brown > * > tr > td, table.dktable-brown > * > tr > th {border:1pt solid black; padding:3}
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}

Revision as of 17:49, 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) }