-
Notifications
You must be signed in to change notification settings - Fork 3
/
onekocord.theme.css
106 lines (103 loc) · 7.31 KB
/
onekocord.theme.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
/*Onekocord section*/
/*DO NOT REMOVE, KEEP AT TOP*/
@import url(https://raw.githubusercontent.com/coolesding/onekocord/refs/heads/main/onekoanimations.css);
/*Onekocord snippets*/
@import url(https://raw.githubusercontent.com/coolesding/onekocord/refs/heads/main/onekoattachmenticon.css);
@import url(https://raw.githubusercontent.com/coolesding/onekocord/refs/heads/main/onekoavatar.css);
@import url(https://raw.githubusercontent.com/coolesding/onekocord/refs/heads/main/onekohomeicon.css);
@import url(https://raw.githubusercontent.com/coolesding/onekocord/refs/heads/main/onekomessagebar.css);
@import url(https://raw.githubusercontent.com/coolesding/onekocord/refs/heads/main/onekoprogressbar.css);
@import url(https://raw.githubusercontent.com/coolesding/onekocord/refs/heads/main/onekotoolbox.css);
@import url(https://raw.githubusercontent.com/coolesding/onekocord/refs/heads/main/onekowelcome.css);
/*Onekocord settings*/
/*Edit any value you want, you can remove values you don't want to change*/
:root { /*Onekohomeicon*/
--onekohomeicon-skin: url(https://raw.githubusercontent.com/coolesding/onekocord/main/skins/default.png); /*Replace "default" with the name of any skin, case sensitive*/
--onekohomeicon-rendering: pixelated; /*https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering*/
--onekohomeicon-wakeup-animation: wakeup; /*Any animation, case sensitive*/
--onekohomeicon-wakeup-duration: 2s; /*Any time value*/
--onekohomeicon-sleep-animation: sleep; /*Any animation, case sensitive*/
--onekohomeicon-sleep-duration: 2s; /*Any time value*/
--onekohomeicon-hovered-animation: runright; /*Any animation, case sensitive*/
--onekohomeicon-hovered-duration: 0.3s; /*Any time value*/
--onekohomeicon-selected-animation: alert; /*Any animation, case sensitive*/
--onekohomeicon-selected-duration: 0.3s; /*Any time value*/
--onekohomeicon-scale: 1; /*Size multiplier, usually breaks things*/
}
:root { /*Onekomessagebar*/
--onekomessagebar-skin: url(https://raw.githubusercontent.com/coolesding/onekocord/main/skins/default.png);/*Replace "default" with the name of any skin, case sensitive*/
--onekomessagebar-rendering: pixelated; /*https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering*/
--onekomessagebar-z-index: 1; /*https://developer.mozilla.org/en-US/docs/Web/CSS/z-index*/
--onekomessagebar-position-top: -30px; /*Any length value*/
--onekomessagebar-position-left: 10px; /*Any length value*/
--onekomessagebar-wakeup-animation: wakeup; /*Any animation, case sensitive*/
--onekomessagebar-wakeup-duration: 2s; /*Any time value*/
--onekomessagebar-sleep-animation: sleep; /*Any animation, case sensitive*/
--onekomessagebar-sleep-duration: 2s; /*Any time value*/
--onekomessagebar-hovered-animation: runright; /*Any animation, case sensitive*/
--onekomessagebar-hovered-duration: 0.3s; /*Any time value*/
--onekomessagebar-selected-animation: alert; /*Any animation, case sensitive*/
--onekomessagebar-selected-duration: 0.3s; /*Any time value*/
--onekomessagebar-scale: 1; /*Size multiplier, usually breaks things*/
}
:root { /*Onekotoolbox*/
--onekotoolbox-skin: url(https://raw.githubusercontent.com/coolesding/onekocord/main/skins/default.png);/*Replace "default" with the name of any skin, case sensitive*/
--onekotoolbox-rendering: pixelated; /*https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering*/
--onekotoolbox-wakeup-animation: wakeup; /*Any animation, case sensitive*/
--onekotoolbox-wakeup-duration: 2s; /*Any time value*/
--onekotoolbox-sleep-animation: sleep; /*Any animation, case sensitive*/
--onekotoolbox-sleep-duration: 2s; /*Any time value*/
--onekotoolbox-hovered-animation: runright; /*Any animation, case sensitive*/
--onekotoolbox-hovered-duration: 0.3s; /*Any time value*/
--onekotoolbox-selected-animation: alert; /*Any animation, case sensitive*/
--onekotoolbox-selected-duration: 0.3s; /*Any time value*/
--onekotoolbox-scale: 1; /*Size multiplier, usually breaks things*/
}
:root { /*Onekoavatar*/
--onekoavatar-skin: url(https://raw.githubusercontent.com/coolesding/onekocord/main/skins/default.png);/*Replace "default" with the name of any skin, case sensitive*/
--onekoavatar-rendering: pixelated; /*https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering*/
--onekoavatar-wakeup-animation: wakeup; /*Any animation, case sensitive*/
--onekoavatar-wakeup-duration: 2s; /*Any time value*/
--onekoavatar-sleep-animation: sleep; /*Any animation, case sensitive*/
--onekoavatar-sleep-duration: 2s; /*Any time value*/
--onekoavatar-hovered-animation: runright; /*Any animation, case sensitive*/
--onekoavatar-hovered-duration: 0.3s; /*Any time value*/
--onekoavatar-selected-animation: alert; /*Any animation, case sensitive*/
--onekoavatar-selected-duration: 0.3s; /*Any time value*/
--onekoavatar-scale: 1; /*Size multiplier, usually breaks things*/
}
:root { /*Onekowelcome*/
--onekowelcome-skin: url(https://raw.githubusercontent.com/coolesding/onekocord/main/skins/default.png);/*Replace "default" with the name of any skin, case sensitive*/
--onekowelcome-rendering: pixelated; /*https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering*/
--onekowelcome-wakeup-animation: wakeup; /*Any animation, case sensitive*/
--onekowelcome-wakeup-duration: 2s; /*Any time value*/
--onekowelcome-sleep-animation: sleep; /*Any animation, case sensitive*/
--onekowelcome-sleep-duration: 2s; /*Any time value*/
--onekowelcome-hovered-animation: runright; /*Any animation, case sensitive*/
--onekowelcome-hovered-duration: 0.3s; /*Any time value*/
--onekowelcome-scale: 1; /*Size multiplier, usually breaks things*/
}
:root { /*Onekoattachmenticon*/
--onekoattachmenticon-skin: url(https://raw.githubusercontent.com/coolesding/onekocord/main/skins/default.png);/*Replace "default" with the name of any skin, case sensitive*/
--onekoattachmenticon-rendering: pixelated; /*https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering*/
--onekoattachmenticon-z-index: 1; /*https://developer.mozilla.org/en-US/docs/Web/CSS/z-index*/
--onekoattachmenticon-position-top: -30px; /*Any length value*/
--onekoattachmenticon-position-left: 10px; /*Any length value*/
--onekoattachmenticon-wakeup-animation: wakeup; /*Any animation, case sensitive*/
--onekoattachmenticon-wakeup-duration: 2s; /*Any time value*/
--onekoattachmenticon-sleep-animation: sleep; /*Any animation, case sensitive*/
--onekoattachmenticon-sleep-duration: 2s; /*Any time value*/
--onekoattachmenticon-hovered-animation: scratchright; /*Any animation, case sensitive*/
--onekoattachmenticon-hovered-duration: 0.3s; /*Any time value*/
--onekoattachmenticon-selected-animation: alert; /*Any animation, case sensitive*/
--onekoattachmenticon-selected-duration: 0.3s; /*Any time value*/
--onekoattachmenticon-scale: 1; /*Size multiplier, usually breaks things*/
}
:root { /*Onekoprogressbar*/
--onekoprogressbar-skin: url(https://raw.githubusercontent.com/coolesding/onekocord/main/skins/default.png);/*Replace "default" with the name of any skin, case sensitive*/
--onekoprogressbar-rendering: pixelated; /*https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering*/
--onekoprogressbar-position-top: -28px; /*Any length value*/
--onekoprogressbar-position-left: -16px; /*Any length value*/
--onekoprogressbar-animation: runright; /*Any animation, case sensitive*/
--onekoprogressbar-duration: 0.3s; /*Any time value*/
}