-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaffiliates.css
More file actions
123 lines (121 loc) · 2.43 KB
/
affiliates.css
File metadata and controls
123 lines (121 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
body {
background-image: url(/images/pagebg.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #5E5E5E;
color: #000000;
font-size: 9px
}
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}
.text {font-size: 9px
}
a:link {
color: #FFFFCC;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFFCC;
}
a:hover {
text-decoration: none;
color: #999999;
}
a:active {
text-decoration: none;
color: #FFFFCC;
}
.style2 {
color: #FFFFCC;
font-weight: bold;
}
.earnedincome {color: #FFCC00}
.header {color: #FFFFCC}
td
{
font-family: Arial, sans-serif; font-size:11px
}
.inputb
{
background-color="#AFAFAF";
font-family="arial";
font-size="11px";
}
.inputt
{
font-family : arial;
font-size : 11px;
}
.inputs
{
font-family : arial;
font-size : 11px;
}
.rowA
{
padding-left:6px; padding-right:6px; background-color: #DFDFBF; color:#003366; text-decoration:none; FONT-FAMILY: Arial, Verdana, Arial, sans-serif; FONT-SIZE: 11px; LINE-HEIGHT: 127%
}
.rowB
{
padding-left:6px; padding-right:6px; background-color: #F2F2E6; color:#003366; text-decoration:none; FONT-FAMILY: Arial, Verdana, Arial, sans-serif; FONT-SIZE: 11px; LINE-HEIGHT: 127%
}
.rowA a
{
color:#000000; text-decoration:none;
}
.rowA a:hover
{
text-decoration:underline;
}
.rowB a
{
color:#883366; text-decoration:none;
}
.rowB a:hover
{
text-decoration:underline;
}
.tabletop
{
padding:4; background-image: url("/images/tabletop_bg4.gif"); background-color: #cccc99; color:#5064B5; font-family:Arial, Verdana, Geneva, Arial,; font-size:11px; font-weight:bold
}
.tabletop a
{
color:#5064B5; text-decoration:none;
}
.tabletop a:visited
{
color:#5064B5; text-decoration:none;
}
.tabletop a:hover
{
color:#5064B5; text-decoration:underline;
}
.navfonthead
{
color:#FFFFFF; font-family:Arial, Verdana, Geneva, Arial,; font-size:11px; font-weight:bold
}
.navfont
{
color:black; font-family:Arial, Verdana, Geneva, Arial,; font-size:11px; line-height:125%;
}
.navfont a
{
color:black; text-decoration:none;
}
.navfont a:visited
{
color:black; text-decoration:none;
}
.navfont a:hover
{
color:black; text-decoration:underline;
}
.version
{
font-family : arial;
font-size : 10px;
color:#E9B9CF;
}