This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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", |