Skip to content

Instantly share code, notes, and snippets.

@Keksuccino
Keksuccino / streamlabs_horizontal.css
Created November 27, 2022 22:51 — forked from DorkmasterFlek/streamlabs_horizontal.css
Streamlabs event list based on Nerd or Die's sample, converted to scroll horizontal instead.
@import url("https://fonts.googleapis.com/css?family=$font_family");
html,
.widget-EventList li > div {
-webkit-transform: rotateX($rotate_x) rotateY($rotate_y);
transform: rotateX($rotate_x) rotateY($rotate_y);
}
* {
margin: 0;
@Keksuccino
Keksuccino / en_us.json
Created November 19, 2024 10:47
Fancymenu EN_US
{
"fancymenu.editor.add.image": "Image",
"fancymenu.editor.add.image.desc": "A simple image.\nSupports local and web sources.",
"fancymenu.editor.add.animation": "Animation",
"fancymenu.editor.add.animation.desc": "An animation.\nSimilar to GIFs, but higher resolution.\n\nTo learn more about animations,\nvisit docs.fancymenu.net!",
"fancymenu.editor.add.button": "Button",
"fancymenu.editor.custombutton.config.actiontype.sendmessage": "Send Chat Message/Command",
"fancymenu.editor.custombutton.config.actiontype.sendmessage.desc": "Send a chat message or command.",
"fancymenu.editor.custombutton.config.actiontype.sendmessage.desc.value": "Message/Command",
"fancymenu.editor.custombutton.config.actiontype.openlink": "Open URL in Browser",