player.css
621 Bytes
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
body {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-family: "細明體"
}
a { text-decoration: none; color: #000000 }
a:hover { text-decoration: underline; color: #FF0000}
a:active { text-decoration: none; color: #000000 }
td {
font-size: 9pt;
font-family: "細明體"
}
p {
font-family: "細明體"
}
.texts {
font-family: "細明體";
font-size: 9pt;
line-height: 12pt
}
.textm {
font: 10.8pt/14pt "細明體"
}
.textb {
font: 12pt/15pt "細明體"
}
.etext {
font-family: "Verdana", "Arial";
font-size: 9pt
}