-
Notifications
You must be signed in to change notification settings - Fork 0
/
friends.custom.css
536 lines (473 loc) · 13.8 KB
/
friends.custom.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
:root{
--focus: 102, 36, 226;
--clientBG: 0, 255, 2;
--header_dark: 25, 255, 255;
--iconBG: 200, 200, 200;
--online: 0,120,150;
--offline: 100,100,100;
--scrollbarSize: 3000px;
--scrollbarBG: 70, 70, 70;
--avatarCircleRadius: 200px;
}
/* Clear Animations */
*{
box-shadow: none !important;
border-radius: 0 !important;
transition: none !important;
transition-duration: 0ms !important;
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
}
/* Avatar name vertical Center */
.currentUserContainer .labelHolder{
justify-content: center !important;
}
/* Top Border */
.currentUserContainer{
border-bottom: 1px solid grey !important;
}
/* Friend List Panel bg*/
.friendlistListContainer {
background: rgb(var(--clientBG)) !important;
}
/* Top Panel bg*/
.friendListHeaderContainer, .friendsListSectionTitle {
background-color: rgb(var(--header_dark)) !important;
}
/* Bottom Panel bg*/
.activeTab,
.friendListFooter {
background-color: rgb(var(--header_dark)) !important;
}
/* Top Panel Avatar Effect*/
.statusHeaderGlow{
opacity: 0 !important;
}
/* Top Panel Focus Effect*/
.title-area-highlight{
background: none !important;
mask: none !important;
-webkit-mask: none !important;
}
/*Top Panel Focus Line*/
.singleWindowFocusBar {
height: 1px !important;
background: rgb(var(--online)) !important;
mask: none !important;
-webkit-mask: none !important;
}
/* Online Friends header */
.onlineFriends .groupHeaderContainer{
background: rgb(var(--online)) !important;
}
/* Online Friends header */
.offlineFriends .groupHeaderContainer{
background: rgb(var(--offline)) !important;
}
/* Remove each category header margin */
.FriendsListContent .friendlistListContainer .friendGroup{
border-top: none !important;
margin-top: 1px !important;
}
/* PlusMinus Friends Header */
.friendGroup.offlineFriends .groupName .groupCount,
.friendGroup.onlineFriends .groupName .groupCount,
.friendGroup .groupName .groupCount.collapsed{
color: white !important;
}
.friendGroup .groupName .groupCount{
color: white !important;
opacity: 1 !important;
transform: translateX( 0px ) !important;
}
/* PlusMinus Friends Header Color*/
.ExpandPlusMinus .SVGIcon_PlusCircle .horizontalLine,
.ExpandPlusMinus .SVGIcon_PlusCircle .verticalLine{
stroke: white !important;
}
.ContextMenuButton .SVGIcon_DownArrowContextMenu{
width: 20px !important;
height: 20px !important;
}
.ContextMenuButton{
width: 22px !important;
opacity: 1 !important;
}
/* Move the zzz to the right end */
.friendsContainer .SnoozeContainer,
.friendlistListContainer .SnoozeContainer{
position: absolute !important;
right: 6px !important;
}
.friendsContainer .SnoozeContainer .SnoozeZ,
.friendlistListContainer .SnoozeContainer .SnoozeZ{
font-size: 16px !important;
}
/* Remove useless "Watch Broadcast" text */
.friendsContainer .watchingbroadcast .richPresenceContainer .gameName,
.friendlistListContainer .watchingbroadcast .richPresenceContainer .gameName{
position: absolute !important;
opacity: 0 !important;
}
/* X unread Message in Friends Panel */
.unreadMessageViolator{
background: rgba(0,0,0,0.8) !important;
color: yellow !important;
}
/* Make chat screenshots small at startup */
.chatImageFull{
width: 120px !important;
/* height: 150px !important; */
}
.chatImageContainer img { /* the container might be a bit buggy but not important*/
min-width: 100% !important;
min-height: 100% !important;
}
/* Fix for each friend list to have correct hover height including the rich presence */
.CompactFriendsList .friend,
.CompactFriendsList .friendGroup .friend,
.CompactFriendsList .friendGroup .SteamPlayerGroupFooter,
.CompactFriendsList .friendGroup.gameGroup:not( .OtherGamesGroup ) .friend{
padding: 4px 0 8px 12px !important;
}
.CompactFriendsList .friend .richPresenceLabel{
margin-top: -1.8px !important;
}
/* Friend items hover colors */
.friendStatusHover.online:hover,
.friendStatusHover.online.Friend_ContextMenuActive{
background-color: rgb( 36, 52, 64 ) !important;
}
.friendStatusHover.ingame:hover,
.friendStatusHover.ingame.Friend_ContextMenuActive{
background-color: rgba( 39, 52, 36, 0.6 ) !important;
z-index: 1 !important;
}
.friendStatusHover.offline:hover,
.friendStatusHover.offline.Friend_ContextMenuActive{
background-color: rgb( 10, 10, 10 ) !important;
z-index: 1 !important;
}
.friendStatusHover.watchingbroadcast:hover, /*Fix missing hover */
.friendStatusHover.watchingbroadcast.Friend_ContextMenuActive{
background-color: rgb(57,54,71) !important;
}
/* Avatar Status Boxes */
.friend.online .avatarHolder .avatarStatus{
background: rgb(109, 207, 246) !important;
width:100% !important;
margin: -1px 1px !important;
z-index: -1 !important;
transform: translateX( 0px ) !important;
}
.friend.ingame .avatarHolder .avatarStatus{
background: rgb(140, 214, 29) !important;
width:100% !important;
margin: -1px 1px !important;
z-index: -1 !important;
transform: translateX( 0px ) !important;
}
.friend.watchingbroadcast .avatarHolder .avatarStatus{
background: rgb(200,189,247) !important;
width:100% !important;
margin: -1px 1px !important;
z-index: -1 !important;
transform: translateX( 0px ) !important;
}
/* Remove status Boxes if zzz */
.friend.awayOrSnooze .avatarHolder .avatarStatus{
background:none !important;
}
.chatTab .ChatTabContent .avatarHolder .avatarStatus{
z-index: 6 !important;
margin: -1px 0px !important;
}
/* Favorites Section avatars */
.friend.online.quickAccessFriend .avatarHolder .avatarStatus,
.friend.ingame.quickAccessFriend .avatarHolder .avatarStatus,
.friend.watchingbroadcast.quickAccessFriend .avatarHolder .avatarStatus{
position: absolute !important;
height: 100% !important;
transform: scale(1.07) translate(-1px, 1px) !important;
}
/* Icons on the friends panel */
.friendRequestButton .SVGIcon_FriendRequest .friendBodyFull,
.friendRequestButton .SVGIcon_FriendRequest .friendHead,
.friendRequestButton .SVGIcon_FriendRequest .friendArm,
.friendRequestButton .SVGIcon_FriendRequest .friendBody,
.addFriendButton .SVGIcon_AddFriend .friendHead,
.addFriendButton .SVGIcon_AddFriend .friendBody,
.addFriendButton .SVGIcon_AddFriend .plusCircle,
.friendsListSectionTitle .SVGIcon_NewChatGroup {
fill: rgb(var(--iconBG)) !important;
}
.friendsListSectionTitle,
.activeTab {
color: rgb(var(--iconBG)) !important;
}
.TabSearchButton .ColorSelector {
fill: rgb(var(--iconBG)) !important;
}
/* Remove Friends List Top Shadow */
.friendsListInsetShadowCtn .friendListInsetShadowTop{
background: none !important;
}
.friendsListInsetShadowCtn .friendListInsetShadowBottom{
background: none !important;
}
/* Remove Playing with X amount of people */
.SteamPlayerGroupFooterLabel {
display:none !important;
}
.friend.firstInGroup .SteamPlayerGroupLines,
.friend.inGroup .SteamPlayerGroupLines,
.friend.lastInGroup .SteamPlayerGroupLines,
.SteamPlayerGroupFooter .SteamPlayerGroupLines {
display: none !important;
}
.SteamPlayerGroupFooterCount .count {
position: absolute!important;
top: -35px!important;
right: 45px!important;
color: rgba( 145, 194, 87, 1 );
}
/* Remove heightspace after each friend item */
.friendGroup .SteamPlayerGroupFooter{
position: absolute !important;
}
/* Remove waste of space after categorized games */
.CompactFriendsList .friendsContainer{
padding: 0 !important;
}
/* =============Chat============= */
.chatWindow{
background:rgb(var(--clientBG)) !important;
}
.chatRoomListContainer {
background:rgb(var(--clientBG)) !important;
}
.titleBarContainer.ChatTabs {
background: rgb(var(--header_dark)) !important;
}
.chatEntryControls{
background-color: rgb(var(--header_dark)) !important;
}
.ScrollToBottomButton{
color: grey !important;
}
.ScrollToBottomButton > span{
width: 100% !important;
background: rgba(0,0,0,0.7) !important;
}
/* Favorites List Unread Indicator */
.quickAccessFriends .friend.quickAccessFriend .ChatUnreadMessageIndicator .chatUnreadCircle{
right: 0 !important;
top: 0 !important;
height: 12px !important;
width: 12px !important;
border-radius: 6px !important;
}
/* Message Box Area */
.chatWindow.SingleUserChat .chatHeader {
background: rgb(var(--header_dark)) !important;
}
.chatTabList .chatTab,
.ChatTabsBackButton,
.chatWindow .chatEntry {
background: rgb(var(--header_dark)) !important;
}
.chatSubmitButton.disabled,
.chatSubmitButton.EmbedButton,
.chatSubmitButton.EmoticonPickerButton {
background-color: rgb(var(--header_dark))!important;
}
.VoiceToggle,
.chatTextarea {
background: rgb(var(--header_dark))!important;
}
.ChatMessageBlock.SingletonMsg .FriendChatTimeStamp {
background: none!important;
}
.chatEntry .chatSubmitButton {
background-color: rgb(var(--header_dark)) !important;
}
.chatEntry .chatSubmitButton.disabled{
margin-left: -1px !important;
}
/* Any Right Click Menu */
.contextMenu {
border: 1px solid rgb(var(--header_dark));
background: rgb(var(--clientBG)) !important;
box-shadow: none!important;
}
.contextMenu .contextMenuItem:hover, .contextMenu .contextMenuItem.active {
background: rgba(255, 255, 255, 0.1) !important;
}
/* ============================= */
/* Global Dialogs */
.DialogContent, .DialogContentTransition{
background: rgb(var(--clientBG)) !important;
}
.DialogSlider_Value{
background: rgb(var(--focus)) !important;
}
.DialogSlider_Grabber{
background: rgba(255, 255, 255, 0.7) !important;
}
button.DialogButton:not(.Off) {
background: rgb(var(--focus)) !important;
}
button.DialogButton:hover {
background: rgb(var(--header_dark)) !important;
}
button.DialogButton:disabled,
button.DialogButton:disabled:hover{
background: rgb(var(--header_dark)) !important;
}
.DialogCheckbox path {
stroke: rgb(var(--focus)) !important;
}
button.DialogButton.roleButton.owner:disabled {
background-color: rgb(var(--header_dark)) !important;
}
.Disabled .DialogOnOffToggle_Option.Active {
background-color: #4f4f4f!important;
}
.DialogDropDownMenu._DialogInputContainer {
border: 1px solid #383535!important;
background: rgb(var(--header_dark)) !important;
}
._DialogInputContainer .DialogDropDown_Arrow .SVGIcon_DownArrowContextMenu{
fill: rgb(var(--focus)) !important;
}
button.DialogButton,
.DialogOnOffToggle_Option:hover:not( .Active ) {
background: #4c4c4c;
}
.DialogOnOffToggle_Control {
background: #343434!important
}
.DialogOnOffToggle_Control .Active{
background: rgb(var(--focus)) !important;
}
.DialogLabel,
.DialogLabelStrong{
color: white !important;
}
.DialogCheckbox_Container{
padding: 0 !important;
}
._DialogLayout:not(.DialogButton):not(.DialogContent) {
background: none !important;
}
.PagedSettingsDialog_PageListColumn{
background: rgb(var(--header_dark)) !important;
}
/* Scroll Bar*/
::-webkit-scrollbar{
width: var(--scrollbarSize) !important;
}
::-webkit-scrollbar-thumb{
border-radius: 0 !important;
background: rgb(var(--scrollbarBG)) !important;
}
.chatWindow ::-webkit-scrollbar,
.friendlist ::-webkit-scrollbar{
background: rgb(20, 20, 20) !important;
width: var(--scrollbarSize) !important;
}
/* ======== Friend Panel Group ======== */
.friendsListSectionTitle.chatSectionTitle .groupChatSectionTitle{
position: absolute !important;
left: 16px !important;
}
/* Groups chat selected category on servers */
.chatWindow .chatHeader,
.chatRoomTextChannel.ActiveTextChannel {
background: rgb(var(--header_dark)) !important;
}
/* groups chat search button on servers */
.friendSearchInput[type="text"]:focus,
.friendSearchInput[type="text"] {
background-color: rgb(var(--header_dark)) !important;
}
/* Random stuff from groups area on friends list */
.ChatRoomListGroupItem:hover {
background-color: #101010 !important;
}
.chatRoomVoiceChannel.ActiveVoiceChannel {
background-color: #191b1b !important;
}
.ChatRoomListGroupItem .openGroupButton:hover {
background-color: #2f2e2e !important;
}
/* Voice control */
.activeVoiceControls {
background:transparent!important;
}
/* Change cursor at groups */
.voiceRoomDragBar {
cursor: initial !important;
}
/* Group List Height remake */
.chatRoomListContainer[style="height: 0px; max-height: 0px; min-height: 0px;"] {
display: none !important;
}
.chatRoomListContainer[style*="height: 150px; max-height: 222px; min-height: 0px;"] {
height: 100em !important;
max-height: 100em !important;
min-height: 100em !important;
}
.chatRoomListContainer {
z-index: 20 !important;
height: 100em !important;
max-height: 100% !important;
width: 100%!important;
}
/* Friends remove height and remake height */
.friendlistListContainer {
min-height: 0px!important;
}
.chatRoomListContainer[style*="height: 150px; max-height: 222px; min-height: 0px;"] {
height: 100em !important;
max-height: 100em !important;
}
/* Group Button Clickable Area */
.ToggleGroupChatList {
position: absolute !important;
z-index: 11 !important;
right: 60px !important;
width: 100% !important;
height: 20px !important;
opacity: 0 !important;
}
.ToggleGroupChatList svg{
display: none !important;
}
/* ========== EXTRA ========== */
/* Circle Avatar */
.friend .avatarHolder .avatar{
border-radius: var(--avatarCircleRadius) !important;
}
/* Classic Version */
.friend .avatarHolder .avatarStatus{
border-radius: var(--avatarCircleRadius) !important;
}
/* Modern Version */
/* .friend.online .avatarHolder .avatarStatus,
.friend.ingame .avatarHolder .avatarStatus,
.friend.watchingbroadcast .avatarHolder .avatarStatus {
border-radius: var(--avatarCircleRadius) !important;
transform: scale(0.4) translate(0, 23px) !important;
left: 6px !important;
z-index: 1 !important;
}
.friend.online.quickAccessFriend .avatarHolder .avatarStatus,
.friend.ingame.quickAccessFriend .avatarHolder .avatarStatus,
.friend.watchingbroadcast.quickAccessFriend .avatarHolder .avatarStatus{
border-radius: var(--avatarCircleRadius) !important;
position: absolute !important;
height: 100% !important;
transform: scale(0.4) translate(22px, 43px) !important;
} */