This repository has been archived by the owner on Mar 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ps3trophies.css
58 lines (44 loc) · 3.75 KB
/
ps3trophies.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
BODY {font: 10pt verdana; color: black}
DIV {font: 10pt verdana; color: black}
TD {font: 8pt verdana; color: white; border: none}
TD.m_entry {font: 10pt arial; color: white; border: none; font-weight: bold}
TD.m_head {font: 12pt arial; color: white; background: #800000; font-weight: bold; border-bottom: solid gray 2px; border-top: solid gray 2px; border-left: solid gray 2px; border-right: solid gray 2px}
TD.m_left {font: 10pt arial; color: white; background: black; font-weight: bold; border-left: solid gray 2px}
TD.m_right {font: 10pt arial; color: white; background: black; font-weight: bold; border-right: solid gray 2px}
TD.m_both {font: 10pt arial; color: white; background: black; font-weight: bold; border-left: solid gray 2px; border-right: solid gray 2px}
TD.m_bottom {font: 10pt arial; color: white; background: black; font-weight: bold; border-left: solid gray 2px; border-right: solid gray 2px; border-bottom: solid gray 2px}
TD.a_head {background: #800000; border-bottom: solid gray 2px; border-top: solid gray 2px; border-left: solid gray 2px; border-right: solid gray 2px}
TD.alpha {font: 10pt verdana; color: white; font-weight: bold;}
TD.head {font: 10pt verdana; color: gray; font-weight: bold; border-bottom: solid gray 2px}
DIV.head {font: 10pt verdana; color: gray; font-weight: bold; border-bottom: solid gray 2px}
DIV.alpha {font: 10pt verdana; color: white; font-weight: bold}
TD.entity {font: 18pt verdana; color: white; font-weight: bold}
A {font: 10pt verdana; color: black; text-decoration: none}
A:link {font: 10pt verdana; color: black; text-decoration: none}
A:hover {font: 10pt verdana; color: red; text-decoration: none}
A:active {font: 10pt verdana; color: gray; text-decoration: none;}
A.other {font: 8pt verdana; color: red; text-decoration: none}
A.other:link {font: 8pt verdana; color: red; text-decoration: none}
A.other:hover {font: 8pt verdana; color: gray; text-decoration: none}
A.other:active {font: 8pt verdana; color: gray; text-decoration: none;}
A.other2 {font: 10pt verdana; color: red; text-decoration: none}
A.other2:link {font: 10pt verdana; color: red; text-decoration: none}
A.other2:hover {font: 10pt verdana; color: gray; text-decoration: none}
A.other2:active {font: 10pt verdana; color: gray; text-decoration: none;}
A.base {font: 8pt verdana; color: #FFFF80; text-decoration: none}
A.base:link {font: 8pt verdana; color: #FFFF80; text-decoration: none}
A.base:hover {font: 8pt verdana; color: red; text-decoration: none}
A.base:active {font: 8pt verdana; color: red; text-decoration: none;}
A.base2 {font: 12pt verdana; color: #FFFF80; font-weight: bold; text-decoration: none}
A.base2:link {font: 12pt verdana; color: #FFFF80; font-weight: bold; text-decoration: none}
A.base2:hover {font: 12pt verdana; color: red; font-weight: bold; text-decoration: none}
A.base2:active {font: 12pt verdana; color: red; font-weight: bold; text-decoration: none;}
A.a_head {font: 10 pt verdana; color: white; text-decoration: none; font-weight: bold;}
A.a_head:hover {font: 10 pt verdana; color: silver; text-decoration: none; font-weight: bold}
A.a_head:link {font: 10 pt verdana; color: white; text-decoration: none; font-weight: bold}
A.a_head:active {font: 10 pt verdana; color: silver; text-decoration: none; font-weight: bold}
A.alpha {font: 10pt verdana; color: red; text-decoration: none; font-weight: bold;}
A.alpha:hover {font: 10pt verdana; color: gray; text-decoration: none; font-weight: bold;}
A.alpha:link {font: 10pt verdana; color: red; text-decoration: none; font-weight: bold;}
img.gray_b {border: 2px gray solid;}
img.gray_b:hover {border: 2px red solid;}