diff options
Diffstat (limited to 'central/trunk/theme/table.css')
-rw-r--r-- | central/trunk/theme/table.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/central/trunk/theme/table.css b/central/trunk/theme/table.css new file mode 100644 index 0000000..b3603bd --- /dev/null +++ b/central/trunk/theme/table.css | |||
@@ -0,0 +1,27 @@ | |||
1 | /* InstaDisc Central - A Four Island Project */ | ||
2 | |||
3 | table { | ||
4 | border: 0; | ||
5 | width: 100%; | ||
6 | } | ||
7 | |||
8 | table, table td { | ||
9 | border-spacing: 0; | ||
10 | } | ||
11 | |||
12 | table tr { | ||
13 | background-color: #3CE4ED; | ||
14 | } | ||
15 | |||
16 | table tr.even { | ||
17 | background-color: #39B7CD; | ||
18 | } | ||
19 | |||
20 | table th { | ||
21 | background-color: #FF9912; | ||
22 | text-align: left; | ||
23 | } | ||
24 | |||
25 | table td { | ||
26 | word-wrap: break-word; | ||
27 | } | ||