-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfriends.custom.dev.css
More file actions
84 lines (64 loc) · 3 KB
/
Copy pathfriends.custom.dev.css
File metadata and controls
84 lines (64 loc) · 3 KB
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
@import "dist/friends-client/friends-client.css";
/* ----------------------------------------------------------------------------
/* == Squircle Avatar == */
/* @import url(dist/friends-client/avatarStyle/squircleAvatar.css);
/* == Square Avatar == */
/* @import url(dist/friends-client/avatarStyle/squareAvatar.css);
/* == Round Avatar == */
@import "dist/friends-client/avatarStyle/roundAvatar.css";
/* ----------------------------------------------------------------------------
/* == Outline Status == */
/* @import url(css/customisable/avatarStatus/outlineStatus.css);
/* == Discord Status == */
@import "dist/friends-client/avatarStatus/discordStatus.css";
/* ----------------------------------------------------------------------------
/* == Dark Theme == */
/* @import url(dist/friends-client/colourSet/darkMode.css);
/* == Light Theme == */
/* @import url(dist/friends-client/colourSet/lightMode.css);
/* == Steam like Theme == */
/* @import url(dist/friends-client/colourSet/steamColours.css);
/* == Discord Colours Theme == */
@import "dist/friends-client/colourSet/discordColours.css";
/* ----------------------------------------------------------------------------
/* == Mini profile solid == */
/* @import url(dist/friends-client/miniProfile/miniProfileSolid.css);
/* == Mini profile blur == */
@import "dist/friends-client/miniProfile/miniProfileBlur.css";
/* ----------------------------------------------------------------------------
/* == No Glow == */
/* @import url(dist/friends-client/statusGlow/noGlow.css);
/* == Themed Glow == */
@import "dist/friends-client/statusGlow/themedGlow.css";
/* ----------------------------------------------------------------------------
/* == No Shadow == */
/* @import url(dist/friends-client/shadowEffects/noShadow.css);
/* == Better Shadows == */
@import "dist/friends-client/shadowEffects/improvedShadow.css";
/* ----------------------------------------------------------------------------
/* == No Frames == */
/* @import url(dist/friends-client/avatarFrame/disable.css);
/* ----------------------------------------------------------------------------
/* ==== Fonts ====
/* Here you can apply your own font.
/* Ensure the font is either a web safe font or installed on your system
/* - https://www.w3schools.com/cssref/css_websafe_fonts.asp
/* - https://fonts.google.com/?selection.family=Big+Shoulders+Text (also a good resource, use the @IMPORT option)
*/
/*
/* -- Remove this line to uncomment the font-family --
* {
font-family: <replace-me-with-your-font> !important;
}
/*
/* ----------------------------------------------------------------------------
/* ======== CREDITS ========
/* LaserFlash: - https://github.com/LaserFlash/
/* - https://steamcommunity.com/id/LaserFlash/
/*
/* Website - https://steamchatskinning.tk
/*
/* Community: - https://discord.gg/UZvkvkh
/* ----------------------------------------------------------------------------
/*
/* ======== Base Theme - the only required import ======== */