From c64570ca9fe443b3c0cccd4e941aa928885a71f2 Mon Sep 17 00:00:00 2001 From: Yusef Aslam Date: Thu, 1 Feb 2024 21:11:44 +0000 Subject: [PATCH 1/8] index.html: change titlebar, description and button text --- Lightdm/Chicago95/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Lightdm/Chicago95/index.html b/Lightdm/Chicago95/index.html index e7e2a65..3c8f7c4 100755 --- a/Lightdm/Chicago95/index.html +++ b/Lightdm/Chicago95/index.html @@ -12,14 +12,16 @@
- Enter Network Password + + Enter Login Credentials
- Enter your network password for Microsoft Networking. + + Please enter your system login credentials.


@@ -32,7 +34,7 @@
- +

From 4d46af1172b25ae328053d8835716ff2f9e9e834 Mon Sep 17 00:00:00 2001 From: Yusef Aslam Date: Thu, 1 Feb 2024 21:12:01 +0000 Subject: [PATCH 2/8] index.html: add win95.css button theming --- Lightdm/Chicago95/index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Lightdm/Chicago95/index.html b/Lightdm/Chicago95/index.html index 3c8f7c4..5d1e6b5 100755 --- a/Lightdm/Chicago95/index.html +++ b/Lightdm/Chicago95/index.html @@ -7,6 +7,26 @@ + +
From 579998e7818e06bbe148bb6d322e1390281eaab5 Mon Sep 17 00:00:00 2001 From: Yusef Aslam Date: Thu, 1 Feb 2024 21:13:18 +0000 Subject: [PATCH 3/8] layout.css: remove padding from buttons --- Lightdm/Chicago95/css/layout.css | 1 - 1 file changed, 1 deletion(-) diff --git a/Lightdm/Chicago95/css/layout.css b/Lightdm/Chicago95/css/layout.css index 7518bf2..00265cb 100755 --- a/Lightdm/Chicago95/css/layout.css +++ b/Lightdm/Chicago95/css/layout.css @@ -72,7 +72,6 @@ box-shadow: inset -1px -1px 0px 0px rgba(128,128,128,1); button, button:hover { - padding: 5px; width: 100%; font-size: 10pt; font-family: 'Sans-Serif'; From eb0926ec6f20f72f1998ebd779e98999ad350fb3 Mon Sep 17 00:00:00 2001 From: Yusef Aslam Date: Thu, 1 Feb 2024 21:15:07 +0000 Subject: [PATCH 4/8] layout.css: remove background-color from buttons More styling of buttons is done in index.html since I do not know where else to do it. This conflicts with the styling in index.html, so removed. --- Lightdm/Chicago95/css/layout.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lightdm/Chicago95/css/layout.css b/Lightdm/Chicago95/css/layout.css index 00265cb..80cd7a7 100755 --- a/Lightdm/Chicago95/css/layout.css +++ b/Lightdm/Chicago95/css/layout.css @@ -76,8 +76,6 @@ button:hover { font-size: 10pt; font-family: 'Sans-Serif'; display: inline-block; - background-color: #c0c0c0; - } .header { From 9a56f9790879a4329d26de3823214345b6507e8c Mon Sep 17 00:00:00 2001 From: Yusef Aslam Date: Thu, 1 Feb 2024 21:15:50 +0000 Subject: [PATCH 5/8] layout.css: change fonts of everything --- Lightdm/Chicago95/css/layout.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Lightdm/Chicago95/css/layout.css b/Lightdm/Chicago95/css/layout.css index 80cd7a7..e2e9704 100755 --- a/Lightdm/Chicago95/css/layout.css +++ b/Lightdm/Chicago95/css/layout.css @@ -8,8 +8,8 @@ html, body { body { -webkit-user-select: none; - font-family: 'Sans-Serif'; - font-size: 8pt; + font-family: 'Less Perfect DOS VGA'; + font-size: 12pt; color: white; text-shadow: 0 0 0; } @@ -63,8 +63,8 @@ box-shadow: inset -1px -1px 0px 0px rgba(128,128,128,1); .box-inner .content { margin: auto; padding: 20px 2px; - font-size: 10pt; - font-family: 'Sans-Serif'; + font-size: 12pt; + font-family: 'Less Perfect DOS VGA'; display: inline-block; width: 60%; @@ -74,7 +74,7 @@ button, button:hover { width: 100%; font-size: 10pt; - font-family: 'Sans-Serif'; + font-family: 'Less Perfect DOS VGA'; display: inline-block; } @@ -82,10 +82,10 @@ button:hover { padding: 0px; width: 548px; border: 2px solid #000080; - font-size: 8pt; + font-size: 12pt; text-align: left; - font-family: 'Sans-Serif'; - font-weight: bold; + font-family: 'Less Perfect DOS VGA'; + font-weight: normal; background-color: #000080; color: white; text-shadow: 0 0 0; @@ -106,7 +106,7 @@ hr { } #clock-widget span { - font: 'Sans-Serif'; + font: 'Less Perfect DOS VGA'; text-shadow: none; font-color: white; color: white; From 6acd070b898fd2569c937b79524c6f0152380700 Mon Sep 17 00:00:00 2001 From: Yusef Aslam Date: Thu, 1 Feb 2024 21:16:25 +0000 Subject: [PATCH 6/8] normalize.css: remove -webkit-appearance: button This conflicts with styling in index.html I think. --- Lightdm/Chicago95/css/normalize.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lightdm/Chicago95/css/normalize.css b/Lightdm/Chicago95/css/normalize.css index 6d24a38..679e493 100755 --- a/Lightdm/Chicago95/css/normalize.css +++ b/Lightdm/Chicago95/css/normalize.css @@ -321,7 +321,7 @@ button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] { - -webkit-appearance: button; /* 2 */ + /* webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } From 02fcf1993ba3fd443103527199d6210e510ff438 Mon Sep 17 00:00:00 2001 From: Yusef Aslam Date: Thu, 1 Feb 2024 21:16:50 +0000 Subject: [PATCH 7/8] img: replace start.png with a new image --- Lightdm/Chicago95/img/start.png | Bin 547 -> 785 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Lightdm/Chicago95/img/start.png b/Lightdm/Chicago95/img/start.png index b252cacc1ce7dd7012b37e5860d086423f780e7a..8643c3e7675c2c4eb2732141bacea13451a65ee3 100644 GIT binary patch literal 785 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDB3?!H8JlO)I6p}rHd>I(3)EF2VS{N990fib~ zFffz?6~0PfV6d9Oz#v{QXIG#NP(nSxC&U$`prHXs9yoB||Ns9WCJ_B+`2Qb517$#b zk8EWpAd|5q$S;_|;n|He5GTpo-G!w;<7Oa`!(QU)>&pIuiBUwxc$>MwTA=hcPZ!4! zi_=pl?e{ajMpVCB|p3NZ6 znwh~KAEf*gjtb;Q*vagkpkVuswWv3)N3Tyhm?48L$ZGEo;fOUstq%7e@2OQkTK%V& zuQp9&^OXrag@XH;f|hj|hcdf0}iw-DsOnZi2N*V5F*+xJHzu zB$lLFB^RXvDF!10BNJT%BV7Z-5F-OCLrW_o3vB}fD+2@dd(!$S8glbfGSe!78VoIU z4a{{7O+rAbjjc?~AR0dHtzH1spaHj`Br`X)xFj*R0L>C33oBDYh@Ka(5AOu(VeoYI Kb6Mw<&;$ULrX#EX delta 534 zcmV+x0_pvc2BQR!7=H)`000120{Mpk00HVrL_t(&f!$d_wu2xHoc3`qxf#RF;AH$o zwI2m+D+$)lrarMTF)=g28#0hgPz1@Fv`v#4Pu5y#`%i=r03ZPn4dMp&Tv25NIkW?~ z2-*RNbEXb{I0F|!qYL%H`+7H;TWnW**a||?07zi8AQUSh(vNVyfJgvmIS&Yy&{={| z^c^@u5LN;pdNs{RLAVOQIfo-kxY{-csnS&dF-BSI&H)Whkb(imO-~vyGqd%wV|_vS z=>v}dE~5PFFn>V*4BOH^Bd{9kuZZ81({{3t0}lin#(HxAzn6g%c1F5T1aO72$)Pe* zYVXdGO!GZ%29WLJn){+8K@!&5Nb}pO+nal z9uRs5B(nIze${zEE&x?Q*m52a>_XZfHPizD&Jlz=^M3%Jzut4b@ Date: Thu, 1 Feb 2024 22:11:58 +0000 Subject: [PATCH 8/8] lightdm: move button styling to layout.css --- Lightdm/Chicago95/css/layout.css | 17 +++++++++++++++++ Lightdm/Chicago95/index.html | 21 --------------------- 2 files changed, 17 insertions(+), 21 deletions(-) diff --git a/Lightdm/Chicago95/css/layout.css b/Lightdm/Chicago95/css/layout.css index e2e9704..8ac97ce 100755 --- a/Lightdm/Chicago95/css/layout.css +++ b/Lightdm/Chicago95/css/layout.css @@ -76,6 +76,23 @@ button:hover { font-size: 10pt; font-family: 'Less Perfect DOS VGA'; display: inline-block; + padding: 4px; + border-radius: 1px; + border-width: 2px; + color: black; + background: silver; +} + +button { + border-style: outset; + border-color: buttonface; + border-right-color: #424242; + border-bottom-color: #424242; +} + +button:hover { + border: 2px inset #fff; + box-shadow: -1px -1px #000; } .header { diff --git a/Lightdm/Chicago95/index.html b/Lightdm/Chicago95/index.html index 5d1e6b5..15d718a 100755 --- a/Lightdm/Chicago95/index.html +++ b/Lightdm/Chicago95/index.html @@ -7,27 +7,6 @@ - - -