-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxo.css
66 lines (53 loc) · 1008 Bytes
/
pxo.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
P {}
H1 {}
H2 {}
H3 {}
A {
color : rgb(90,99,247);
text-decoration : none;
}
A:Visited {
color : rgb(90,99,247);
text-decoration : none;
}
A:Active {
color : rgb(255,255,255);
text-decoration : underline;
}
A:Hover {
color : rgb(255,255,255);
text-decoration : underline;
}
BODY {
scrollbar-face-color: black;
scrollbar-shadow-color: black;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: black;
scrollbar-darkshadow-color: black;
scrollbar-track-color: #00217B;
scrollbar-arrow-color: rgb(90,99,247);
}
.newsitem {
font-family : Arial;
font-weight : normal;
color : #BBBBBB;
font-size : 10pt;
}
.newsitemtitle {
font-family : Arial;
font-weight : bold;
color : White;
font-size : 12pt;
}
.copy {
font-size : 10pt;
font-family : Arial;
color : #BBBBBB;
font-weight : normal;
}
.copysm {
font-size : 8pt;
font-family : Arial;
color : #BBBBBB;
font-weight : normal;
}