File tree Expand file tree Collapse file tree 2 files changed +64
-5
lines changed
Expand file tree Collapse file tree 2 files changed +64
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ slug : /commands/shake/
3+ title : ;shake
4+ hide_table_of_contents : true
5+ ---
6+
7+ # ` ;shake ` Command
8+
9+ ::: joke
10+ :::
11+
12+ ::: info
13+ This command is an owner-only command, only people with ownership can use this. (the room owner, and any promoted people)
14+ :::
15+
16+ ::: info
17+ This command will or can block user interaction, or make it temporarily tough for the user to use Random Rants +.
18+ :::
19+
20+ This makes the sender's screen shake for the specified intensity.
21+
22+ The maximum intensity is 10.
23+
24+ # Usage
25+
26+ ``` messagecommand
27+ ;popcat <Username> <Intensity>
28+ ```
29+
30+ # Examples
31+
32+ ``` messagecommand
33+ ;shake gvbvdxx 10
34+ ```
35+
36+ ``` messagecommand
37+ ;shake @all 4
38+ ```
39+
40+ ``` messagecommand
41+ ;shake @others 5
42+ ```
Original file line number Diff line number Diff line change 2727 font-size : 20px ;
2828}
2929
30- .alert--joke {
31- --ifm-alert-background-color : # ac00db ;
32- --ifm-alert-background-color-highlight : rgba (212 , 53 , 28 , 0.15 );
33- --ifm-alert-foreground-color : rgb (255 , 255 , 255 );
34- --ifm-alert-border-color : # 5e0078 ;
30+ /* src/css/custom.css */
31+
32+ /*
33+ This block defines the "light mode" styles.
34+ It's a light purple background with dark purple text/border.
35+ */
36+ html [data-theme = "light" ] .alert--joke {
37+ --ifm-alert-background-color : # f3e5f5 ; /* Light purple */
38+ --ifm-alert-foreground-color : # 5e0078 ; /* Dark purple text */
39+ --ifm-alert-border-color : # ac00db ; /* Bright purple border */
40+ --ifm-alert-icon-color : # 5e0078 ; /* Dark purple icon */
41+ }
42+
43+ /*
44+ This block defines the "dark mode" styles.
45+ It uses your dark purple background with white text.
46+ */
47+ html [data-theme = "dark" ] .alert--joke {
48+ --ifm-alert-background-color : # 2a003d ; /* Dark purple bg */
49+ --ifm-alert-foreground-color : # f0dfff ; /* Light purple/white text */
50+ --ifm-alert-border-color : # ac00db ; /* Bright purple border */
51+ --ifm-alert-icon-color : # f0dfff ; /* Light purple/white icon */
3552}
You can’t perform that action at this time.
0 commit comments