User:The Retro Gamer/common.css

From the Super Mario Wiki, the Mario encyclopedia
< User:The Retro Gamer
Revision as of 15:58, April 15, 2018 by The Retro Gamer (talk | contribs) (Whoops. Copy-paste error.)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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 {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}