-
Notifications
You must be signed in to change notification settings - Fork 0
/
normalfriends.css
91 lines (81 loc) · 2.75 KB
/
normalfriends.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
87
88
89
90
91
/* Little Circle Status (Default) */
.online .steamavatar_avatarStatus_1Pwr6 {
background: rgb(var(--online)) !important;
border-radius: 50px !important;
width: 20px !important;
height: 20px !important;
left: 60px !important;
border: 2px solid #1e1e1f !important;
z-index: 2 !important;}
.ingame .steamavatar_avatarStatus_1Pwr6 {
background: rgb(var(--ingame)) !important;
border-radius: 50px !important;
width: 20px !important;
height: 20px !important;
left: 60px !important;
border: 2px solid #1e1e1f !important;
z-index: 2 !important;}
.ingame .X-Large .steamavatar_avatarStatus_1Pwr6 {
border-radius: 50px !important;
border-radius: 50px !important;
width: 20px !important;
height: 20px !important;
left: 60px !important;
border: 2px solid #1e1e1f !important;
z-index: 2 !important;}
.awayOrSnooze .steamavatar_avatarStatus_1Pwr6 {
background: rgb(var(--snooze)) !important;
border-radius: 50px !important;
border-radius: 50px !important;
width: 20px !important;
height: 20px !important;
left: 60px !important;
border: 2px solid #1e1e1f !important;
z-index: 2 !important;}
.golden .steamavatar_avatarStatus_1Pwr6 {
border-radius: 50px !important;
width: 20px !important;
height: 20px !important;
left: 60px !important;
border: 2px solid #1e1e1f !important;
z-index: 2 !important;}
/* Around Avatar Status */
/*.online .steamavatar_avatarStatus_1Pwr6 {
background: rgb(var(--online)) !important;
border-radius: 50px !important;
width: 92px !important;
height: 92px !important;
left: -1px !important;
top: -1px !important;}
.ingame .steamavatar_avatarStatus_1Pwr6 {
background: rgb(var(--ingame)) !important;
border-radius: 50px !important;
width: 92px !important;
height: 92px !important;
left: -1px !important;
top: -1px !important;}
.ingame .X-Large .steamavatar_avatarStatus_1Pwr6 {
border-radius: 50px !important;
width: 92px !important;
height: 92px !important;
left: -1px !important;
top: -1px !important;}
.awayOrSnooze .steamavatar_avatarStatus_1Pwr6 {
background: rgb(var(--snooze)) !important;
border-radius: 50px !important;
width: 92px !important;
height: 92px !important;
left: -1px !important;
top: -1px !important;}
.golden .steamavatar_avatarStatus_1Pwr6 {
border-radius: 50px !important;
width: 92px !important;
height: 92px !important;
left: -1px !important;
top: -1px !important;}
.watchingbroadcast .steamavatar_avatarStatus_1Pwr6 {
border-radius: 50px !important;
width: 92px !important;
height: 92px !important;
left: -1px !important;
top: -1px !important;}