Browse code

Import from the old rivettracker git repository at sourceforge (amisaph/amisapphire branch)

Clarissa Walker (ami-sapphire) authored on 2014/01/24 14:02:23
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,95 @@
1
+th { /* Table Header */
2
+	background-color: #CCCC99;
3
+	padding: 4px;
4
+	border-bottom: 2px solid #664D33;
5
+}
6
+th.subheader { /* Sub-Table Header */
7
+	background-color: #99FF99;
8
+	border-bottom: 2px solid #336633;
9
+}
10
+tr.selected {
11
+        background-color: #FFCC00;
12
+        color: #000000;
13
+}
14
+tr.row0 {
15
+	background-color: #A7BCD3;
16
+}
17
+tr.row0 a:link {color: #000770}
18
+tr.row0 a:visited {color: #000770}
19
+tr.row0 a:active  {color: #000770}
20
+tr.row0 a:hover   {color: #000770}
21
+tr.row1 {
22
+	background-color: #8AA9C6;
23
+}
24
+tr.row1 a:link {color: #000770}
25
+tr.row1 a:visited {color: #000770}
26
+tr.row1 a:active  {color: #000770}
27
+tr.row1 a:hover   {color: #000770}
28
+td.percent {
29
+	background-color: #33CC33;
30
+}
31
+td.percentleft {
32
+	background-color: #CCCCCC;
33
+}
34
+img.icon { 
35
+	vertical-align: middle;
36
+	padding: 4px;
37
+}
38
+body {
39
+	font: 12pt sans-serif;
40
+	background-color: #99B2CC;
41
+	color: #000000;
42
+}
43
+h1 { /* Tracker Header/Title */
44
+	font: 24px verdana, sans-serif;
45
+	text-align: center;
46
+}
47
+h2 { /* Smaller Page Headers */
48
+	font: 18px verdana, sans-serif;
49
+}
50
+a {
51
+	color: #000770;
52
+	text-decoration: none;
53
+	background-color: transparent;
54
+}
55
+a:hover {
56
+	text-decoration: underline;
57
+}
58
+table.percentages {
59
+	width: 200px;
60
+}
61
+table.torrentlist td {
62
+	padding: 4px;
63
+}
64
+table.nopadding td {
65
+	padding: 0px;
66
+}
67
+.details {
68
+	font: 12px verdana, sans-serif;
69
+	height: 0px;
70
+}
71
+p.error {
72
+	color: red;
73
+	text-align: center;
74
+	font-weight: bold;
75
+}
76
+p.success {
77
+	color: green;
78
+	text-align: center;
79
+	font-weight: bold;
80
+}	
81
+table {
82
+	width: 100%;
83
+}
84
+.center {	
85
+	text-align: center; 
86
+}
87
+.left {
88
+	text-align: left;
89
+}
90
+.right {
91
+	text-align: right;
92
+}
93
+span.notice {
94
+	color: #FF0000;
95
+}
0 96
\ No newline at end of file