A tiny bit of style

This commit is contained in:
rmc 2023-12-08 14:00:26 -05:00
parent 7f53ece5bf
commit e16ac1365b
No known key found for this signature in database
GPG Key ID: 5633EC10309D77D1
3 changed files with 28 additions and 14 deletions

View File

@ -23,7 +23,7 @@
</style> </style>
</head> </head>
<body> <body>
<div id="content-wrap"> <div class="content-wrap">
<div class="screenlabels"> <div class="screenlabels">
<a href="https://randommeaninglesscharacters.com/"><-- Main site</a> | <a href="/">Shop start page</a> | <a href="https://discord.gg/se9yQBeX3e" target="_blank">Discord</a> | <a href="https://github.com/rvtr/debug-dsi-shop" target="_blank"> GitHub </a> <a href="https://randommeaninglesscharacters.com/"><-- Main site</a> | <a href="/">Shop start page</a> | <a href="https://discord.gg/se9yQBeX3e" target="_blank">Discord</a> | <a href="https://github.com/rvtr/debug-dsi-shop" target="_blank"> GitHub </a>
</div><hr> </div><hr>
@ -31,13 +31,17 @@
<div class="screenlabels"> <div class="screenlabels">
<div><h2><u>Top screen:</u></h2></div><div><h2><u>Bottom screen:</u></h2></div> <div><h2><u>Top screen:</u></h2></div><div><h2><u>Bottom screen:</u></h2></div>
</div> </div>
<div class="screenlabels">
{{ content }} {{ content }}
<br> </div>
<div style="text-align: right;margin-right: 35px;">&uarr; I'm an interactive window! Try me!</div> <div class="screenlabels" style="padding-top:5px;">
{% if page.title == "Startup" -%} {% if page.title == "Startup" -%}
<div></div>
{%- else -%} {%- else -%}
<i><a href="javascript:window.history.back()"><-- previous</a></i> <div style="text-align: left;"><i><a href="javascript:window.history.back()"><-- previous</a></i></div>
{%- endif %} {%- endif %}
<div>&uarr; I'm an interactive window! Try me!</div>
</div>
<br><br> <br><br>
<div style="text-align:left;"> <div style="text-align:left;">
<hr> <hr>
@ -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.<br> I have found 3 different versions of this app. I am not sure what the specific differences between the apps are.<br>
I used the files from <i><b>shop.HNFC.Release.v1536</b></i> for my demo. I used the files from <i><b>shop.HNFC.Release.v1536</b></i> for my demo.
<br><br> <br><br>
shop.HNFC.Release.v1536: <a href="https://archive.org/download/rmc-dsi/shop.HNFC.Release.v1536.srl">srl</a> | <a href="https://archive.org/download/rmc-dsi/shop.HNFC.Release.v1536.tad">tad</a><br> shop.HNFC.Release.v1536: <a href="https://cdn.randommeaninglesscharacters.com/rmc-prg/Shop/Shop_v1536.srl">srl</a> | <a href="https://cdn.randommeaninglesscharacters.com/rmc-prg/Shop/Shop_v1536.tad">tad</a><br>
shop.HNFC.Release.14231: <a href="https://archive.org/download/rmc-dsi/shop.HNFC.Release.14231.srl">srl</a> | <a href="https://archive.org/download/rmc-dsi/shop.HNFC.Release.14231.tad">tad</a><br> shop.HNFC.Release.14231: <a href="https://cdn.randommeaninglesscharacters.com/rmc-prg/Shop/Shop_v14231.srl">srl</a> | <a href="https://cdn.randommeaninglesscharacters.com/rmc-prg/Shop/Shop_v14231.tad">tad</a><br>
shop.HNFC.Release.thumb: <a href="https://archive.org/download/rmc-dsi/shop.HNFC.Release.thumb.srl">srl</a> | <a href="https://archive.org/download/rmc-dsi/shop.HNFC.Release.thumb.tad">tad</a><br> shop.HNFC.Release.thumb: <a href="https://cdn.randommeaninglesscharacters.com/rmc-prg/Shop/Shop_thumb.srl">srl</a> | <a href="https://cdn.randommeaninglesscharacters.com/rmc-prg/Shop/Shop_thumb.tad">tad</a><br>
<br><br><span style="color:orange;"> <br><br><span style="color:orange;">
<i><b>shop.HNFC.Release.v1536.tad</b></i> is the only working version of the debug shop. It will only run if installed to NAND and booted via the home menu.<br>Using nds-bootstrap, unlaunch, or any similar apps will introduce problems like dead touch controls, a <b>293003</b> error, or cause the shop to whitescreen.</span> <i><b>shop.HNFC.Release.v1536.tad</b></i> is the only working version of the debug shop. It will only run if installed to NAND and booted via the home menu.<br>Using nds-bootstrap, unlaunch, or any similar apps will introduce problems like dead touch controls, a <b>293003</b> error, or cause the shop to whitescreen.</span>
<br><br> <br><br>
</div> </div>
</div>
<hr> <hr>
<div style="text-align: center;font-size: 10px;padding-bottom: 5px;"><i>Copyright &copy; 2021-<span id="footerDate"></span> Lillian M. Skinner <a href="https://randommeaninglesscharacters.com/contact.html" class="text-reset fw-bold">Contact me.</a></i></div> <div style="text-align: center;font-size: 10px;"><i>Copyright &copy; 2021-<span id="footerDate"></span> Lillian M. Skinner <a href="https://randommeaninglesscharacters.com/contact.html" class="text-reset fw-bold">Contact me.</a></i></div>
</div>
</body> </body>
</html> </html>

View File

@ -25,14 +25,14 @@ function gotoShopServer( addr )
<body> <body>
<h1>Shop Server</h1> <h1>Shop Server</h1>
<div> <div>
<a href="https://tss.t.shop.nintendowifi.net" target="_top"> <a href="#https://tss.t.shop.nintendowifi.net">
https://tss.t.shop.nintendowifi.net https://tss.t.shop.nintendowifi.net
</a> </a>
</div> </div>
<div> <div>
<a href="https://tss.t.shop.shenqudigital.com" target="_top"> <a href="#https://tss.t.shop.shenqudigital.com">
https://tss.t.shop.shenqudigital.com https://tss.t.shop.shenqudigital.com
</a> </a>
</div> </div>

View File

@ -1,11 +1,19 @@
@font-face { @font-face {
font-family: dsifont; font-family: dsifont;
src: url(/font/nintendo_NTLGDB_001.ttf); src: url(/font/nintendo_NTLGDB_001.ttf);
} }
body { body {
background-image: url('https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_dsi_background.jpg');
margin: 0 auto;
}
.content-wrap {
width: 550px; width: 550px;
margin: 0 auto; margin: 0 auto;
margin-top: 10px; background-color: #ffffff;
padding: 20px;
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid black;
} }
object { object {
width: 256px; width: 256px;
@ -19,4 +27,6 @@ object {
} }
.screenlabels div { .screenlabels div {
margin-bottom: -20px; margin-bottom: -20px;
width: 256px;
text-align: center;
} }