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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"/> | |
| <meta name="viewport" content="width=device-width,initial-scale=1.0"/> | |
| <title>Billiards Scorebug</title> | |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Barlow+Condensed:wght@700;800&display=swap" rel="stylesheet"> | |
| <style> | |
| :root { | |
| --bg: #140e21; --card: #1e1530; --card2: #251d38; |
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
| https://app.overlays.uno/control/2tIB7M4f66Ma0GDvD1r27l |
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
| /* | |
| MINIMAL CLEAN — Xbox One Skin for GamepadViewer | |
| Works with: gamepadviewer.com, Base skin = "Xbox One" | |
| HOW IT WORKS: | |
| - Keeps GPV's original layout and positioning intact | |
| - Hides the default sprite images with filter/opacity tricks | |
| - Recolors everything using CSS filters and overlays | |
| - Buttons flash white on press via the .pressed class | |
| */ |