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 ++++++++++++++++++++++++++++++++++++++++++++++---- readme.md | 1 + src/img/cmd.png | Bin 0 -> 382 bytes src/img/dir.png | Bin 0 -> 425 bytes src/img/docs.png | Bin 0 -> 695 bytes src/img/explorer.png | Bin 0 -> 1060 bytes src/img/favorites.png | Bin 0 -> 612 bytes src/img/find.png | Bin 0 -> 537 bytes src/img/help.png | Bin 0 -> 681 bytes src/img/log-off.png | Bin 0 -> 600 bytes src/img/notepad.png | Bin 0 -> 479 bytes src/img/programs.png | Bin 0 -> 494 bytes src/img/run.png | Bin 0 -> 492 bytes src/img/settings.png | Bin 0 -> 521 bytes src/img/shut-down.png | Bin 0 -> 476 bytes src/img/update.png | Bin 0 -> 754 bytes src/img/windows.png | Bin 0 -> 458 bytes 17 files changed, 88 insertions(+), 7 deletions(-) create mode 100644 src/img/cmd.png create mode 100644 src/img/dir.png create mode 100644 src/img/docs.png create mode 100644 src/img/explorer.png create mode 100644 src/img/favorites.png create mode 100644 src/img/find.png create mode 100644 src/img/help.png create mode 100644 src/img/log-off.png create mode 100644 src/img/notepad.png create mode 100644 src/img/programs.png create mode 100644 src/img/run.png create mode 100644 src/img/settings.png create mode 100644 src/img/shut-down.png create mode 100644 src/img/update.png create mode 100644 src/img/windows.png 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 + diff --git a/readme.md b/readme.md index dec8fbd..2ac3e88 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,6 @@ credits:
display-font (src/98.ttf): [Levi Windows](https://www.dafont.com/leviwindows.font?text=All+your+base+belong+to+us.+Cancel+OK)
badges (badges/\*): [here uwu](https://cyber.dabamos.de/88x31/) and [here](https://neonaut.neocities.org/cyber/88x31)
+icons (src/img/\*): [here](https://win98icons.alexmeub.com/)
./badges\000010.gif ./badges\104.gif ./badges\1of2.gif ./badges\anibanner.gif ./badges\anticodeandrun.gif ./badges\arizona.gif ./badges\asexuals_now.gif ./badges\beyes.gif ./badges\calcium.png ./badges\catp0rtal.gif ./badges\css.png ./badges\css2.gif ./badges\devils.gif ./badges\digby88.gif ./badges\dramaturgie.gif ./badges\finger-logo-people.gif ./badges\firefox4.gif ./badges\friday-girl.gif ./badges\getbsod.gif ./badges\hexrain.png ./badges\linuxnow2.gif ./badges\neovim.gif ./badges\nya2.gif ./badges\reshirii.gif ./badges\thatwhitehand.png ./badges\transistor_cafe.gif ./badges\transnow2.gif ./badges\zettai.gif diff --git a/src/img/cmd.png b/src/img/cmd.png new file mode 100644 index 0000000..78af341 Binary files /dev/null and b/src/img/cmd.png differ diff --git a/src/img/dir.png b/src/img/dir.png new file mode 100644 index 0000000..b6f5df5 Binary files /dev/null and b/src/img/dir.png differ diff --git a/src/img/docs.png b/src/img/docs.png new file mode 100644 index 0000000..5852574 Binary files /dev/null and b/src/img/docs.png differ diff --git a/src/img/explorer.png b/src/img/explorer.png new file mode 100644 index 0000000..d6073c7 Binary files /dev/null and b/src/img/explorer.png differ diff --git a/src/img/favorites.png b/src/img/favorites.png new file mode 100644 index 0000000..113bc81 Binary files /dev/null and b/src/img/favorites.png differ diff --git a/src/img/find.png b/src/img/find.png new file mode 100644 index 0000000..ca46c5e Binary files /dev/null and b/src/img/find.png differ diff --git a/src/img/help.png b/src/img/help.png new file mode 100644 index 0000000..1a0de60 Binary files /dev/null and b/src/img/help.png differ diff --git a/src/img/log-off.png b/src/img/log-off.png new file mode 100644 index 0000000..4e50f0e Binary files /dev/null and b/src/img/log-off.png differ diff --git a/src/img/notepad.png b/src/img/notepad.png new file mode 100644 index 0000000..f55bb78 Binary files /dev/null and b/src/img/notepad.png differ diff --git a/src/img/programs.png b/src/img/programs.png new file mode 100644 index 0000000..f17cc81 Binary files /dev/null and b/src/img/programs.png differ diff --git a/src/img/run.png b/src/img/run.png new file mode 100644 index 0000000..793a236 Binary files /dev/null and b/src/img/run.png differ diff --git a/src/img/settings.png b/src/img/settings.png new file mode 100644 index 0000000..70e5a7d Binary files /dev/null and b/src/img/settings.png differ diff --git a/src/img/shut-down.png b/src/img/shut-down.png new file mode 100644 index 0000000..1766292 Binary files /dev/null and b/src/img/shut-down.png differ diff --git a/src/img/update.png b/src/img/update.png new file mode 100644 index 0000000..0aa056f Binary files /dev/null and b/src/img/update.png differ diff --git a/src/img/windows.png b/src/img/windows.png new file mode 100644 index 0000000..572511d Binary files /dev/null and b/src/img/windows.png differ -- cgit v1.2.3