From e16ac1365b02507679fc1e8ff6321cf3ed2806ca Mon Sep 17 00:00:00 2001 From: rmc Date: Fri, 8 Dec 2023 14:00:26 -0500 Subject: [PATCH] A tiny bit of style --- _layouts/dsiware.html | 22 +++++++++++++--------- startup_d.html | 4 ++-- style.css | 16 +++++++++++++--- 3 files changed, 28 insertions(+), 14 deletions(-) diff --git a/_layouts/dsiware.html b/_layouts/dsiware.html index 69938dc..3965a2f 100644 --- a/_layouts/dsiware.html +++ b/_layouts/dsiware.html @@ -23,7 +23,7 @@ -
+

@@ -31,13 +31,17 @@

Top screen:

Bottom screen:

+
{{ content }} -
-
↑ I'm an interactive window! Try me!
+
+
{% if page.title == "Startup" -%} +
{%- else -%} - <-- previous +
<-- previous
{%- endif %} +
↑ I'm an interactive window! Try me!
+



@@ -46,18 +50,18 @@ I have found 3 different versions of this app. I am not sure what the specific differences between the apps are.
I used the files from shop.HNFC.Release.v1536 for my demo.

-shop.HNFC.Release.v1536: srl | tad
+shop.HNFC.Release.v1536: srl | tad
-shop.HNFC.Release.14231: srl | tad
+shop.HNFC.Release.14231: srl | tad
-shop.HNFC.Release.thumb: srl | tad
+shop.HNFC.Release.thumb: srl | tad


shop.HNFC.Release.v1536.tad is the only working version of the debug shop. It will only run if installed to NAND and booted via the home menu.
Using nds-bootstrap, unlaunch, or any similar apps will introduce problems like dead touch controls, a 293003 error, or cause the shop to whitescreen.


-

-
Copyright © 2021- Lillian M. Skinner Contact me.
+
Copyright © 2021- Lillian M. Skinner Contact me.
+
diff --git a/startup_d.html b/startup_d.html index 6a05781..6a217b3 100644 --- a/startup_d.html +++ b/startup_d.html @@ -25,14 +25,14 @@ function gotoShopServer( addr )

Shop Server

- + https://tss.t.shop.nintendowifi.net
- + https://tss.t.shop.shenqudigital.com
diff --git a/style.css b/style.css index b8249b1..73dbd4c 100644 --- a/style.css +++ b/style.css @@ -1,11 +1,19 @@ @font-face { - font-family: dsifont; - src: url(/font/nintendo_NTLGDB_001.ttf); + font-family: dsifont; + src: url(/font/nintendo_NTLGDB_001.ttf); } body { + background-image: url('https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_dsi_background.jpg'); + margin: 0 auto; +} +.content-wrap { width: 550px; margin: 0 auto; - margin-top: 10px; + background-color: #ffffff; + padding: 20px; + padding-top: 10px; + padding-bottom: 10px; + border: 1px solid black; } object { width: 256px; @@ -19,4 +27,6 @@ object { } .screenlabels div { margin-bottom: -20px; + width: 256px; + text-align: center; } \ No newline at end of file