From b57cf08a48d0a3d45307de356523eec4d3ecf4aa Mon Sep 17 00:00:00 2001 From: amy Date: Sun, 5 Feb 2023 18:10:55 -0600 Subject: start menu --- display.html | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 87 insertions(+), 7 deletions(-) (limited to 'display.html') diff --git a/display.html b/display.html index 1b42867..2d1b4a1 100644 --- a/display.html +++ b/display.html @@ -205,10 +205,59 @@ } #bar-menu { - display: block; + display: flex; + position: relative; + height: calc(100% - 5px); + font-size: large; + padding: 3px; + user-select: none; + padding-left: 10px; + padding-right: 10px; + outline: 2px outset; + outline-offset: -2px; + cursor: pointer; + + + } + #bar-menu-root { + padding-top: 2px; + height:280px; + width:180px; + background-color: #c7c7c7; + position: absolute; + border-style:outset; + bottom:30px; + display: none; + } + .bar-menu-item{ + padding-left:5px; + width: 100%; + height:25px; + display:flex; + font-size: 14px; + font-weight: bold; + padding-top: 1px; + } + .bar-menu-image{ + height: 18px; + padding-left:5px; + padding-right:5px; + } + .bar-menu-text{ + position: absolute; + left:30px; + padding-top:2px; + } + .bar-menu-separator{ + width:calc(100% - 20px); + height: 3px; + margin-bottom: 5px; + background-color: #a1a1a1; + border-style:none none solid none; + border-color:#dddddd; + border-width:2px; + left:10px; position: relative; - height: 100%; - background-color: red; } + onload="window_create(1,'hewwo','hi











hi');window_create(2,'uwu','uwu');load_bar();main()">
-
uwu +
 
Start +
@@ -582,7 +648,21 @@
+
+
Windows Update
+
+
Programs
+
Favorites
+
Documents
+
Settings
+
Find
+
Help
+
Run
+
+
Log Off...
+
Shut Down...
+
- \ No newline at end of file + -- cgit v1.2.3