-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtabless.css
86 lines (76 loc) · 1.56 KB
/
tabless.css
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
table.tableone
{ text-align: left;
vertical-align: top;
font-family: arial;
font-weight: normal;
font-size: x-small;
color: red;
width: 375px;
background-color: yellow;
border: 1px #d79900 solid;
border-collapse: collapse;
border-spacing: 0px;}
table.tabletwo
{ text-align: left;
vertical-align: top;
font-family: arial;
font-weight: normal;
font-size: x-small;
color: #336699;
width: 375px;
background-color: gray;
border: none;
border-collapse: collapse;
border-spacing: 0px;}
A.link1white {
color: white;
font-size : small;
font-family : Arial, Helvetica, sans-serif;
text-decoration : none;
}
A:HOVER.link1white {
color: yellow;
text-decoration : underline;
}
A.link2white {
color: white;
font-size : medium;
font-family : Arial, Helvetica, sans-serif;
text-decoration : none;
}
A:HOVER.link2white {
color: yellow;
text-decoration : underline;
}
A.link1green {
color: green;
font-size : x-small;
font-family : Arial, Helvetica, sans-serif;
text-decoration : none;
}
A:HOVER.link1green {
color: red;
text-decoration : none;
}
A.link2red {
color: red;
font-size : xx-small;
font-family : Arial, Helvetica, sans-serif;
text-decoration : none;
}
A:HOVER.link2red {
color: yellow;
text-decoration : underline;
}
A.link2blue {
color: navy;
font-size : x-small;
font-family : Arial, Helvetica, sans-serif;
text-decoration : none;
}
A:HOVER.link2blue {
color: white;
text-decoration : underline;
}
.pumpkin { font-family: arial; font-size: 20; font-style: bold; color: orange }
.redfont { font-family: arial; font-size: 50; font-style: bold; color: red }