about summary refs log tree commit diff stats
path: root/series/trunk/theme
diff options
context:
space:
mode:
Diffstat (limited to 'series/trunk/theme')
-rw-r--r--series/trunk/theme/mansub.tpl1
-rw-r--r--series/trunk/theme/table.css27
2 files changed, 28 insertions, 0 deletions
diff --git a/series/trunk/theme/mansub.tpl b/series/trunk/theme/mansub.tpl index ca62d74..3b3c26b 100644 --- a/series/trunk/theme/mansub.tpl +++ b/series/trunk/theme/mansub.tpl
@@ -1,6 +1,7 @@
1<HTML> 1<HTML>
2 <HEAD> 2 <HEAD>
3 <TITLE><!--SITENAME--> InstaDisc Series Control</TITLE> 3 <TITLE><!--SITENAME--> InstaDisc Series Control</TITLE>
4 <LINK REL="stylesheet" HREF="theme/table.css">
4 </HEAD> 5 </HEAD>
5 6
6 <BODY> 7 <BODY>
diff --git a/series/trunk/theme/table.css b/series/trunk/theme/table.css new file mode 100644 index 0000000..b3603bd --- /dev/null +++ b/series/trunk/theme/table.css
@@ -0,0 +1,27 @@
1/* InstaDisc Central - A Four Island Project */
2
3table {
4 border: 0;
5 width: 100%;
6}
7
8table, table td {
9 border-spacing: 0;
10}
11
12table tr {
13 background-color: #3CE4ED;
14}
15
16table tr.even {
17 background-color: #39B7CD;
18}
19
20table th {
21 background-color: #FF9912;
22 text-align: left;
23}
24
25table td {
26 word-wrap: break-word;
27}