https://github.com/bopwerks/omnino Skip to content Sign up * Why GitHub? Features - + Mobile - + Actions - + Codespaces - + Packages - + Security - + Code review - + Issues - + Integrations - + GitHub Sponsors - + Customer stories- * Team * Enterprise * Explore + Explore GitHub - Learn and contribute + Topics - + Collections - + Trending - + Learning Lab - + Open source guides - Connect with others + The ReadME Project - + Events - + Community forum - + GitHub Education - + GitHub Stars program - * Marketplace * Pricing Plans - + Compare plans - + Contact Sales - + Education - [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} bopwerks / omnino Public * Notifications * Star 23 * Fork 0 Omnino is a windowing system for web applications. GPL-3.0 License 23 stars 0 forks Star Notifications * Code * Issues 0 * Pull requests 0 * Actions * Projects 0 * Wiki * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Wiki * Security * Insights main Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 1 branch 0 tags Code Latest commit @bopwerks bopwerks Prevents the mouse from selecting text when a window or column handle... ... d822c21 Oct 7, 2021 Prevents the mouse from selecting text when a window or column handle... ... is dragged. d822c21 Git stats * 21 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time LICENSE Initial commit Sep 19, 2021 README.md Updates README with live demo link. Sep 20, 2021 example.css Moves example app-specific code to example.js and renames user.css to... Sep 24, 2021 example.js Moves example app-specific code to example.js and renames user.css to... Sep 24, 2021 index.html Moves example app-specific code to example.js and renames user.css to... Sep 24, 2021 omnino.js Prevents the mouse from selecting text when a window or column handle... Oct 7, 2021 screenshot.png Adds initial files. Sep 20, 2021 View code Omnino Customization README.md Omnino Omnino is a windowing system for web applications, inspired by the Acme text editor. It divides the display, or a portion of it, into columns and windows which may be created, deleted, resized, and reordered. A live demo is available. Screenshot Customization CSS variables control visual aspects of Omnino. An example follows. :root { /* The title text which is displayed in the top-left of the Omnino container. */ --omnino-title: "My Website"; /* The color of an empty Omnino column. */ --omnino-background-color: #151515; /* The color of the border which separates Omnino columns and window. */ --omnino-border-color: rgb(54, 54, 54); /* The background color of Omnino's menus. */ --omnino-menu-background: #252526; /* The foreground text color of Omnino's menus. */ --omnino-menu-fgcolor: #858585; /* The background color of Omnino's menu items when the mouse hovers over them. */ --omnino-link-hover-color: #1c1c1c; /* The background color of Omnino's menu items when the mouse is pressed over them. */ --omnino-link-active-color: #101010; /* The color of the handle used to reposition columns and windows. */ --omnino-handle-color: #569cd6; } About Omnino is a windowing system for web applications. Resources Readme License GPL-3.0 License Releases No releases published Packages 0 No packages published Languages * JavaScript 76.8% * HTML 21.4% * CSS 1.8% * (c) 2021 GitHub, Inc. * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.