Show sourcecode

The following files exists in this folder. Click to view.

test/style/

debug.css
empty.css
forms.css
gotham - backup.css
gotham-rust.css
gotham-steel.css
gotham-steel_editable.css
gotham.css
gotham_editable.css
nuds.css
rainbow - backup.css
rainbow.css
tables.css

tables.css

1 lines ASCII Unix (LF)
1
/* Tables
-------------------------------------------------------------- */

table {margin-bottom: 1.4em;}
th {font-weight: bold; background: #656565; color: white;}
th,td,caption {padding: 4px 10px 4px 5px;}

tbody tr:nth-child(even) td {background: #E6E6E6;}
tbody tr:hover td {background: #F6F6F6;}

tfoot {font-style: italic;}
caption {text-align: left; background: #F6F6F6;}

table img {width: 100px;}