Fix font, sizing, and link to unlisted page (ec point)

This commit is contained in:
rmc 2023-12-07 17:34:57 -05:00
parent c6adcd0e9c
commit 68be298a9d
No known key found for this signature in database
GPG Key ID: 5633EC10309D77D1
43 changed files with 101 additions and 417 deletions

View File

@ -44,7 +44,7 @@ function GetDeviceInfo()
info += "<tr><td>blue2th MAC </td><td>" + r.bluetoothMACAddr + "</td></tr>"; info += "<tr><td>blue2th MAC </td><td>" + r.bluetoothMACAddr + "</td></tr>";
info += "</table>" info += "</table>"
--> -->
<table border='1' class="f8"> <table border='1' class="f8" style="font-size: 8.5px;width:90%">
<tr><td>pctrl flags </td><td>1</td></tr> <tr><td>pctrl flags </td><td>1</td></tr>
<tr><td>pctrl ogn </td><td>1</td></tr> <tr><td>pctrl ogn </td><td>1</td></tr>
<tr><td>need sync </td><td>false</td></tr> <tr><td>need sync </td><td>false</td></tr>
@ -138,32 +138,6 @@ function ConvertDate( msec )
} }
</script>--> </script>-->
<style>
body {
background-color: #FFFFFF;
}
.f8
{
font-size: 8px;
}
.f12
{
font-size: 12px;
}
.f16
{
font-size: 16px;
}
table
{
position: absolute;
top: 0px;
}
td
{
padding: 0px 2px;
}
</style>
</head> </head>
<!-- $B%a%b%j>e$G$N<1JL$N$?$aGX7J?'$rGr(B(#FFFFFF)$B0J30$K$7$F$$$^$9(B --> <!-- $B%a%b%j>e$G$N<1JL$N$?$aGX7J?'$rGr(B(#FFFFFF)$B0J30$K$7$F$$$^$9(B -->
<body bgcolor="#FEFDFF" onload="Init();"> <body bgcolor="#FEFDFF" onload="Init();">

View File

@ -46,7 +46,7 @@ function GetDeviceInfo()
info += "<tr><td>user age </td><td>" + r.userAge + "</td></tr>"; info += "<tr><td>user age </td><td>" + r.userAge + "</td></tr>";
info += "</table>" info += "</table>"
--> -->
<table border='1' class="f8"> <table border='1' class="f8" style="font-size:8.5px;width:90%;">
<tr><td>deviceId </td><td>13685480607</td></tr> <tr><td>deviceId </td><td>13685480607</td></tr>
<tr><td>titleId </td><td>00030015484E4643</td></tr> <tr><td>titleId </td><td>00030015484E4643</td></tr>
<tr><td>serial </td><td>WW414572520</td></tr> <tr><td>serial </td><td>WW414572520</td></tr>
@ -77,29 +77,6 @@ function GetDeviceInfo()
} }
</script>--> </script>-->
<style>
.f8
{
font-size: 8px;
}
.f12
{
font-size: 12px;
}
.f16
{
font-size: 16px;
}
table
{
position: absolute;
top: 0px;
}
td
{
padding: 0px 2px;
}
</style>
</head> </head>
<!-- $B%a%b%j>e$G$N<1JL$N$?$aGX7J?'$rGr(B(#FFFFFF)$B0J30$K$7$F$$$^$9(B --> <!-- $B%a%b%j>e$G$N<1JL$N$?$aGX7J?'$rGr(B(#FFFFFF)$B0J30$K$7$F$$$^$9(B -->
<body bgcolor="#FEFDFF" onload="Init();"> <body bgcolor="#FEFDFF" onload="Init();">

View File

@ -4,23 +4,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title> <title></title>
<link rel="stylesheet" type="text/css" href="../../common/css/default.css"> <link rel="stylesheet" type="text/css" href="../../common/css/default.css">
<style>
body
{
font-size: 10px;
background-color: #FFFFFF;
}
#output
{
background-color: #CCFFCC;
}
#progress
{
background-image: url("progress_bar.gif");
background-repeat: no-repeat;
background-position: -216px 0px;
}
</style>
<script type="text/javascript" src="../common/js/default.js"></script> <script type="text/javascript" src="../common/js/default.js"></script>
<script type="text/javascript" src="ec.js"></script> <script type="text/javascript" src="ec.js"></script>
<script type="text/javascript" src="syncEc.js"></script> <script type="text/javascript" src="syncEc.js"></script>

View File

@ -7,11 +7,11 @@
<script type="text/javascript" src="ec_example.js"></script> <script type="text/javascript" src="ec_example.js"></script>
<style type="text/css"> <style type="text/css">
body, p, td, div, span, a { font-size: 12px; color: #000000; font-family: tahoma,arial,verdana,sans-serif;background-color: #FFFFFF;} body, p, td, div, span, a { font-size: 14px; color: #000000; font-family: tahoma,arial,verdana,sans-serif;background-color: #FFFFFF;}
option, input, textarea, select, .formText { font-family: tahoma,arial,verdana,sans-serif; } option, input, textarea, select, .formText { font-family: tahoma,arial,verdana,sans-serif; }
<!-- /*.tdButton{width:100%} Doesn't work with opera*/ --> <!-- /*.tdButton{width:100%} Doesn't work with opera*/ -->
.tdButton{} .tdButton{white-space: nowrap;}
.tdButton1{border-style: outset; text-align:center; background-color: #F5F5F5; color:#000000; font-weight:normal; font-size:100%} .tdButton1{border-style: outset; text-align:center; background-color: #F5F5F5; color:#000000; font-weight:normal; font-size:100%;}
.td1{text-align:center; background-color: #FFFFE0; color:#000000; font-weight:normal; font-size:100%} .td1{text-align:center; background-color: #FFFFE0; color:#000000; font-weight:normal; font-size:100%}
th{background-color: #FFFFE0;} th{background-color: #FFFFE0;}
.style1{color:#FA8072; font-weight:normal; font-size:200%} .style1{color:#FA8072; font-weight:normal; font-size:200%}

View File

@ -2,5 +2,5 @@
title: ec title: ec
layout: dsiware layout: dsiware
--- ---
<object data="ec_u.html"></object> <object data="../index_u.html"></object>
<object data="ec_example.html"></object> <object data="ec_example.html"></object>

Binary file not shown.

BIN
NCL/ec/ec_point_d.html Normal file

Binary file not shown.

View File

@ -1,19 +0,0 @@
<head>
<style>
@font-face {
font-family: dsifont;
src: url(/assets/dsi/nintendo_NTLGDB_001.ttf);
}
html * {
font-family: dsifont;
}
body {
background-color: #FFFFFF;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
<title></title>
</head>
<body>
ec_u.html
</body>

6
NCL/google.html Normal file
View File

@ -0,0 +1,6 @@
---
title: Google
layout: dsiware
---
<object data="index_u.html"></object>
<object data="http://www.google.co.jp/search?igu=1"></object>

View File

@ -5,11 +5,6 @@
<title>NCL index_d</title> <title>NCL index_d</title>
<link rel="stylesheet" type="text/css" href="../common/css/default.css"> <link rel="stylesheet" type="text/css" href="../common/css/default.css">
<script type="text/javascript" src="../common/js/default.js"></script> <script type="text/javascript" src="../common/js/default.js"></script>
<style>
body {
background-color: #FFFFFF;
}
</style>
<script> <script>
<!-- <!--
window.name = "DownWindow"; window.name = "DownWindow";
@ -22,43 +17,38 @@ function GoWeb()
} }
--> -->
</script> </script>
<style>
body {
background-color: #FFFFFF;
}
</style>
</head> </head>
<body> <body>
<h1>tshop</h1> <h1>tshop</h1>
<ul> <ul>
<li><a href="http://10.101.11.69/tshop/user/nakaya_kazuto/shopmock/index_u.html"> <li><a href="#http://10.101.11.69/tshop/user/nakaya_kazuto/shopmock/index_u.html">
中谷/nakaya 中谷/nakaya
</a></li> </a></li>
<li><a href="http://10.101.11.69/tshop/user/ueda/shopmock/index_u.html"> <li><a href="#http://10.101.11.69/tshop/user/ueda/shopmock/index_u.html">
上田/ueda 上田/ueda
</a></li> </a></li>
<li><a href="http://10.101.11.69/tshop/user/wabe_kazuhiro/index_u.html"> <li><a href="#http://10.101.11.69/tshop/user/wabe_kazuhiro/index_u.html">
和部/wabe 和部/wabe
</a></li> </a></li>
<li><a href="http://10.101.11.69/tshop/user/funaya_hiroshi/shopmock/index_u.html"> <li><a href="#http://10.101.11.69/tshop/user/funaya_hiroshi/shopmock/index_u.html">
船屋/funaya 船屋/funaya
</a></li> </a></li>
<li><a href="http://10.101.11.69/tshop/user/washio_masaki/shopmock/index_u.html"> <li><a href="#http://10.101.11.69/tshop/user/washio_masaki/shopmock/index_u.html">
鷲尾/washio 鷲尾/washio
</a></li> </a></li>
<li><a href="http://10.101.11.69/tshop/user/tokunaga_eiji/DelayButton/shopmock/index_u.html"> <li><a href="#http://10.101.11.69/tshop/user/tokunaga_eiji/DelayButton/shopmock/index_u.html">
徳永/tokunaga 徳永/tokunaga
</a></li> </a></li>
</ul> </ul>
<h1>Shop Server</h1> <h1>Shop Server</h1>
<div> <div>
<a href="https://tss.t.shop.nintendowifi.net/index_u"> <a href="#https://tss.t.shop.nintendowifi.net/index_u">
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/index_u"> <a href="#https://tss.t.shop.shenqudigital.com/index_u">
https://tss.t.shop.nintendowifi.net https://tss.t.shop.nintendowifi.net
</a> </a>
</div> </div>
@ -74,6 +64,7 @@ body {
<li><a href="ec/ec_deviceInfo.html" target="_top"> <li><a href="ec/ec_deviceInfo.html" target="_top">
ec/ec_deviceInfo.html ec/ec_deviceInfo.html
</a></li> </a></li>
<li><a href="ec/ec_point.html" target="_top">ec/ec_point.html</a></li>
</ul> </ul>
<h1>shop mock</h1> <h1>shop mock</h1>
@ -87,8 +78,8 @@ body {
<h1>External Link</h1> <h1>External Link</h1>
<font color="red">注意! UAにNintendoの文字列があるのであまりうろちょろしないこと</font> <font color="red">注意! UAにNintendoの文字列があるのであまりうろちょろしないこと</font>
<ul> <ul>
<li><a href="http://www.google.co.jp" target="_top">http://www.google.co.jp</a></li> <li><a href="google.html" target="_top">http://www.google.co.jp</a></li>
<li><a href="http://www.nintendo.co.jp" target="_top">http://www.nintendo.co.jp</a></li> <li><a href="nintendo.html" target="_top">http://www.nintendo.co.jp</a></li>
</ul> </ul>
<h1>Go Web</h1> <h1>Go Web</h1>
@ -97,7 +88,7 @@ body {
<div><input type="button" value="Go Web" onClick="GoWeb();"></div> <div><input type="button" value="Go Web" onClick="GoWeb();"></div>
<h1>Back to Top</h1> <h1>Back to Top</h1>
<a href="../startup.html" target="_top"> <a href="../index.html" target="_top">
../startup_x.html ../startup_x.html
</a> </a>

View File

@ -44,20 +44,6 @@ function GetDeviceInfo()
} }
</script>--> </script>-->
<style>
.f8
{
font-size: 8px;
}
.f12
{
font-size: 12px;
}
.f16
{
font-size: 16px;
}
</style>
</head> </head>
<!-- メモリ上での識別のため背景色を白(#FFFFFF)以外にしています --> <!-- メモリ上での識別のため背景色を白(#FFFFFF)以外にしています -->
<body bgcolor="#FDFEFF" onload="Init();"> <body bgcolor="#FDFEFF" onload="Init();">

6
NCL/nintendo.html Normal file
View File

@ -0,0 +1,6 @@
---
title: Nintendo
layout: dsiware
---
<object data="index_u.html"></object>
<object data="http://nintendo.co.jp/"></object>

View File

@ -3,7 +3,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>GetMessage</title> <title>GetMessage</title>
<link rel="stylesheet" type="text/css" href="default.css"> <link rel="stylesheet" type="text/css" href="/common/css/default.css">
<script type="text/javascript" src="default.js"></script> <script type="text/javascript" src="default.js"></script>
<script> <script>
<!-- <!--

View File

@ -1,2 +1,4 @@
# debug-dsi-shop # [shop.randommeaninglesscharacters.com](https://shop.randommeaninglesscharacters.com/)
Debug DSi Shop in a web browser Debug DSi Shop in a web browser.
This is a subdomain for [randommeaninglesscharacters.com](https://randommeaninglesscharacters.com/) / [rvtr.github.io](https://github.com/rvtr/rvtr.github.io)

View File

@ -44,7 +44,7 @@ function GetDeviceInfo()
info += "<tr><td>blue2th MAC </td><td>" + r.bluetoothMACAddr + "</td></tr>"; info += "<tr><td>blue2th MAC </td><td>" + r.bluetoothMACAddr + "</td></tr>";
info += "</table>" info += "</table>"
--> -->
<table border='1' class="f8"> <table border='1' class="f8" style="font-size:8.5px;width:90%;">
<tr><td>pctrl flags </td><td>1</td></tr> <tr><td>pctrl flags </td><td>1</td></tr>
<tr><td>pctrl ogn </td><td>1</td></tr> <tr><td>pctrl ogn </td><td>1</td></tr>
<tr><td>need sync </td><td>false</td></tr> <tr><td>need sync </td><td>false</td></tr>

View File

@ -47,7 +47,7 @@ function GetDeviceInfo()
info += "<tr><td>user age </td><td>" + r.userAge + "</td></tr>"; info += "<tr><td>user age </td><td>" + r.userAge + "</td></tr>";
info += "</table>" info += "</table>"
--> -->
<table border='1' class="f8"> <table border='1' class="f8" style="font-size:8.5px;width:90%;">
<tr><td>deviceId </td><td>13685480607</td></tr> <tr><td>deviceId </td><td>13685480607</td></tr>
<tr><td>titleId </td><td>00030015484E4643</td></tr> <tr><td>titleId </td><td>00030015484E4643</td></tr>
<tr><td>serial </td><td>WW414572520</td></tr> <tr><td>serial </td><td>WW414572520</td></tr>

View File

@ -7,10 +7,10 @@
<script type="text/javascript" src="ec_example.js"></script> <script type="text/javascript" src="ec_example.js"></script>
<style type="text/css"> <style type="text/css">
body, p, td, div, span, a { font-size: 12px; color: #000000; font-family: tahoma,arial,verdana,sans-serif;background-color: #FFFFFF;} body, p, td, div, span, a { font-size: 14px; color: #000000; font-family: tahoma,arial,verdana,sans-serif;background-color: #FFFFFF;}
option, input, textarea, select, .formText { font-family: tahoma,arial,verdana,sans-serif; } option, input, textarea, select, .formText { font-family: tahoma,arial,verdana,sans-serif; }
<!-- /*.tdButton{width:100%} Doesn't work with opera*/ --> <!-- /*.tdButton{width:100%} Doesn't work with opera*/ -->
.tdButton{} .tdButton{white-space: nowrap;}
.tdButton1{border-style: outset; text-align:center; background-color: #F5F5F5; color:#000000; font-weight:normal; font-size:100%} .tdButton1{border-style: outset; text-align:center; background-color: #F5F5F5; color:#000000; font-weight:normal; font-size:100%}
.td1{text-align:center; background-color: #FFFFE0; color:#000000; font-weight:normal; font-size:100%} .td1{text-align:center; background-color: #FFFFE0; color:#000000; font-weight:normal; font-size:100%}
th{background-color: #FFFFE0;} th{background-color: #FFFFE0;}

View File

@ -2,6 +2,6 @@
title: ec title: ec
layout: dsiware layout: dsiware
--- ---
<object data="ec_u.html"></object> <object data="../index_u.html"></object>
<object data="ec_example.html"></object> <object data="ec_example.html"></object>

View File

@ -1,15 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style>
body {
background-color: #FFFFFF;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
<title></title>
</head>
<body>
ec_u.html
</body>
</html>

View File

@ -1,11 +1,4 @@
/* ---- common style ------------------------------- */ /* ---- common style ------------------------------- */
@font-face {
font-family: dsifont;
src: url(/assets/dsi/nintendo_NTLGDB_001.ttf);
}
html * {
font-family: dsifont;
}
body { body {
margin : 0 0 0 0; margin : 0 0 0 0;
padding : 0; padding : 0;

View File

@ -1,45 +0,0 @@
/* Common CSS */
@font-face {
font-family: dsifont;
src: url(/assets/dsi/nintendo_NTLGDB_001.ttf);
}
html * {
font-family: dsifont;
}
h1
{
font-size: 16px;
text-decoration: underline;
background-color: #CCFFCC;
margin: 4px 0px;
}
body
{
font-size: 12px;
}
table
{
border-width: 1px;
border-collapse: separate;
border-spacing: 0px;
}
td
{
padding: 2px;
}
ul
{
padding: 0px;
margin: 0px 12px;
}
#up_url, #down_url
{
width: 95%;
}
#app_version
{
text-align: right;
background-color: #CCC;
}

View File

@ -4,18 +4,14 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css"> <meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" href="/common/css/default.css">
<link rel="stylesheet" type="text/css" href="../css/def.css"> <link rel="stylesheet" type="text/css" href="../css/def.css">
<link rel="stylesheet" type="text/css" href="../css/page/L_03_d.css"> <link rel="stylesheet" type="text/css" href="../css/page/L_03_d.css">
<!--<script type="text/javascript" src="../js/load_kong.js"></script> <!--<script type="text/javascript" src="../js/load_kong.js"></script>
<script type="text/javascript" src="../js/se.js"></script>--> <script type="text/javascript" src="../js/se.js"></script>-->
<script type="text/javascript" src="../js/base.js"></script> <script type="text/javascript" src="../js/base.js"></script>
<style>
body {
background-color: #FFFFFF;
}
</style>
<title>FontList</title> <title>FontList</title>

View File

@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="/common/css/default.css">
<link rel="stylesheet" type="text/css" href="../css/def.css"> <link rel="stylesheet" type="text/css" href="../css/def.css">
<!--<script type="text/javascript" src="../js/load_kong.js"></script> <!--<script type="text/javascript" src="../js/load_kong.js"></script>
@ -10,17 +10,6 @@
<title>FontList</title> <title>FontList</title>
<style> <style>
body {
background-color: #FFFFFF;
}
.standardPage {
position : absolute;
top : 0px;
width : 240px;
margin : 8 8 0 8;
padding : 0 0 22 0;
}
.letterSpace { .letterSpace {
letter-spacing : 5px; letter-spacing : 5px;
} }

View File

@ -4,14 +4,9 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css"> <meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" href="/common/css/default.css">
<link rel="stylesheet" type="text/css" href="../css/def.css"> <link rel="stylesheet" type="text/css" href="../css/def.css">
<link rel="stylesheet" type="text/css" href="../css/page/L_03_d.css"> <link rel="stylesheet" type="text/css" href="../css/page/L_03_d.css">
<style>
body {
background-color: #FFFFFF;
}
</style>
<!--<script type="text/javascript" src="../js/load_kong.js"></script> <!--<script type="text/javascript" src="../js/load_kong.js"></script>
<script type="text/javascript" src="../js/se.js"></script>--> <script type="text/javascript" src="../js/se.js"></script>-->
<script type="text/javascript" src="../js/base.js"></script> <script type="text/javascript" src="../js/base.js"></script>

View File

@ -1,34 +1,13 @@
<html> <html>
<head> <head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="/common/css/default.css">
<link rel="stylesheet" type="text/css" href="../css/def.css"> <link rel="stylesheet" type="text/css" href="../css/def.css">
<!--<script type="text/javascript" src="../js/load_kong.js"></script> <!--<script type="text/javascript" src="../js/load_kong.js"></script>
<script type="text/javascript" src="../js/se.js"></script>--> <script type="text/javascript" src="../js/se.js"></script>-->
<style>
body {
background-color: #FFFFFF;
}
</style>
<title>FontList</title> <title>FontList</title>
<style>;
.layout_grid {
layout-grid-type : fixed;
layout-grid-char : 30px;
layout-grid-line : 30px;
layout-grid-mode : both;
}
.standardPage {
position : absolute;
top : 0px;
width : 240px;
margin : 8 8 0 8;
padding : 0 0 22 0;
}
</style>
</head> </head>
<body> <body>

View File

@ -4,14 +4,9 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css"> <meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" href="/common/css/default.css">
<link rel="stylesheet" type="text/css" href="../css/def.css"> <link rel="stylesheet" type="text/css" href="../css/def.css">
<link rel="stylesheet" type="text/css" href="../css/page/L_03_d.css"> <link rel="stylesheet" type="text/css" href="../css/page/L_03_d.css">
<style>
body {
background-color: #FFFFFF;
}
</style>
<!--<script type="text/javascript" src="../js/load_kong.js"></script> <!--<script type="text/javascript" src="../js/load_kong.js"></script>
<script type="text/javascript" src="../js/se.js"></script>--> <script type="text/javascript" src="../js/se.js"></script>-->
<script type="text/javascript" src="../js/base.js"></script> <script type="text/javascript" src="../js/base.js"></script>

View File

@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="/common/css/default.css">
<link rel="stylesheet" type="text/css" href="../css/def.css"> <link rel="stylesheet" type="text/css" href="../css/def.css">
<!--<script type="text/javascript" src="../js/load_kong.js"></script> <!--<script type="text/javascript" src="../js/load_kong.js"></script>
@ -9,24 +9,6 @@
<title>FontList</title> <title>FontList</title>
<style>
body {
background-color: #FFFFFF;
}
.layout_grid {
layout-grid-type : fixed;
layout-grid-char : 30px;
layout-grid-line : 30px;
layout-grid-mode : both;
}
.standardPage {
position : absolute;
top : 0px;
width : 240px;
margin : 8 8 0 8;
padding : 0 0 22 0;
}
</style>
</head> </head>
<body> <body>

View File

@ -4,18 +4,13 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css"> <meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" href="/common/css/default.css">
<link rel="stylesheet" type="text/css" href="../css/def.css"> <link rel="stylesheet" type="text/css" href="../css/def.css">
<link rel="stylesheet" type="text/css" href="../css/page/L_03_d.css"> <link rel="stylesheet" type="text/css" href="../css/page/L_03_d.css">
<!--<script type="text/javascript" src="../js/load_kong.js"></script> <!--<script type="text/javascript" src="../js/load_kong.js"></script>
<script type="text/javascript" src="../js/se.js"></script>--> <script type="text/javascript" src="../js/se.js"></script>-->
<script type="text/javascript" src="../js/base.js"></script> <script type="text/javascript" src="../js/base.js"></script>
<style>
body {
background-color: #FFFFFF;
}
</style>
<title>FontList</title> <title>FontList</title>

View File

@ -2,6 +2,7 @@
<head> <head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="/common/css/default.css">
<link rel="stylesheet" type="text/css" href="../css/def.css"> <link rel="stylesheet" type="text/css" href="../css/def.css">
<!--<script type="text/javascript" src="../js/load_kong.js"></script> <!--<script type="text/javascript" src="../js/load_kong.js"></script>
@ -9,25 +10,6 @@
<title>FontList</title> <title>FontList</title>
<style>
body {
background-color: #FFFFFF;
}
.layout_grid {
layout-grid-type : fixed;
layout-grid-char : 30px;
layout-grid-line : 30px;
layout-grid-mode : both;
}
.standardPage {
position : absolute;
top : 0px;
width : 240px;
margin : 8 8 0 8;
padding : 0 0 22 0;
}
</style>
</head> </head>
<body> <body>

View File

@ -3,27 +3,13 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SMC index_u</title> <title>SMC index_u</title>
<link rel="stylesheet" type="text/css" href="default.css"> <link rel="stylesheet" type="text/css" href="/common/css/default.css">
<script type="text/javascript" src="../common/js/default.js"></script> <script type="text/javascript" src="../common/js/default.js"></script>
<style>
.f8
{
font-size: 8px;
}
.f12
{
font-size: 12px;
}
.f16
{
font-size: 16px;
}
</style>
</head> </head>
<!-- メモリ上での識別のため背景色を白(#FFFFFF)以外にしています --> <!-- メモリ上での識別のため背景色を白(#FFFFFF)以外にしています -->
<body bgcolor="#FDFEFF" onload="Init();"> <body bgcolor="#FDFEFF" onload="Init();">
<h1>Links</h1> <h1>Links</h1>
<div id="div_UserAgent" class="f8">Instead, take a look at the other pages in this directory.</div> <div id="div_UserAgent" class="f12">Instead, take a look at the other pages in this directory.</div>
<h1>fontlist</h1> <h1>fontlist</h1>
<div> <div>

View File

@ -3,26 +3,12 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SMC index_u</title> <title>SMC index_u</title>
<link rel="stylesheet" type="text/css" href="default.css"> <link rel="stylesheet" type="text/css" href="/common/css/default.css">
<script type="text/javascript" src="../common/js/default.js"></script> <script type="text/javascript" src="../common/js/default.js"></script>
<style>
.f8
{
font-size: 8px;
}
.f12
{
font-size: 12px;
}
.f16
{
font-size: 16px;
}
</style>
</head> </head>
<!-- メモリ上での識別のため背景色を白(#FFFFFF)以外にしています --> <!-- メモリ上での識別のため背景色を白(#FFFFFF)以外にしています -->
<body bgcolor="#FDFEFF" onload="Init();"> <body bgcolor="#FDFEFF" onload="Init();">
<h1>NOTICE</h1> <h1>NOTICE</h1>
<div id="div_UserAgent" class="f8">This page was missing from the original app. I have no idea what it is supposed to look like or even do, so sorry.</div> <div id="div_UserAgent" class="f12">This page was missing from the original app. I have no idea what it is supposed to look like or even do, so sorry.</div>
</body> </body>
</html> </html>

View File

@ -5,11 +5,6 @@
<title>SMC index_d</title> <title>SMC index_d</title>
<link rel="stylesheet" type="text/css" href="../common/css/default.css"> <link rel="stylesheet" type="text/css" href="../common/css/default.css">
<script type="text/javascript" src="../common/js/default.js"></script> <script type="text/javascript" src="../common/js/default.js"></script>
<style>
body {
background-color: #FFFFFF;
}
</style>
<script> <script>
<!-- <!--
window.name = "DownWindow"; window.name = "DownWindow";
@ -63,7 +58,7 @@ function GoWeb()
</a> </a>
<h1>Topに戻る</h1> <h1>Topに戻る</h1>
<a href="../startup.html" target="_top"> <a href="../index.html" target="_top">
../startup_x.html ../startup_x.html
</a> </a>
</body> </body>

View File

@ -44,20 +44,6 @@ function GetDeviceInfo()
} }
</script>--> </script>-->
<style>
.f8
{
font-size: 8px;
}
.f12
{
font-size: 12px;
}
.f16
{
font-size: 16px;
}
</style>
</head> </head>
<!-- メモリ上での識別のため背景色を白(#FFFFFF)以外にしています --> <!-- メモリ上での識別のため背景色を白(#FFFFFF)以外にしています -->
<body bgcolor="#FDFEFF" onload="Init();"> <body bgcolor="#FDFEFF" onload="Init();">

View File

@ -3,7 +3,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>GetMessage</title> <title>GetMessage</title>
<link rel="stylesheet" type="text/css" href="default.css"> <link rel="stylesheet" type="text/css" href="/common/css/default.css">
<script type="text/javascript" src="default.js"></script> <script type="text/javascript" src="default.js"></script>
<!--<script> <!--<script>

View File

@ -1,40 +0,0 @@
/* Common CSS */
@font-face {
font-family: dsifont;
src: url(/assets/dsi/nintendo_NTLGDB_001.ttf);
}
html * {
font-family: dsifont;
}
h1
{
font-size: 16px;
text-decoration: underline;
background-color: #CCFFCC;
margin: 4px 0px;
}
body
{
font-size: 12px;
background-color: #FFFFFF;
}
table
{
border-width: 1px;
border-collapse: separate;
border-spacing: 0px;
}
td
{
padding: 2px;
}
ul
{
padding: 0px;
margin: 0px 12px;
}
#up_url, #down_url
{
width: 95%;
}

View File

@ -3,14 +3,14 @@
<head> <head>
<meta property="og:url" content="{{ site.url }}{{ page.url }}"> <meta property="og:url" content="{{ site.url }}{{ page.url }}">
<meta property="og:site_name" content="Random Meaningless Characters (rmc)"> <meta property="og:site_name" content="Random Meaningless Characters (rmc)">
<title>DSi Debug Shop | {{ page.title }}</title> <title>{{ page.title }} | DSi Debug Shop</title>
<meta property="og:title" content="{{ page.title }}"> <meta property="og:title" content="{{ page.title }}">
<link rel="icon" href="/icon.gif" type="image/gif" >
<meta property="og:image" content="{{ site.url }}/icon.png"> <meta property="og:image" content="{{ site.url }}/icon.png">
<meta name="description" content="DS(i) development software documentation and preservation."> <meta name="description" content="DSi Debug Shop">
<meta property="og:description" content="DS(i) development software documentation and preservation."> <meta property="og:description" content="DSi Debug Shop">
<meta name="keywords" content="dsi, ds, nintendo, dev" /> <meta name="keywords" content="dsi, ds, nintendo, dev" />
<link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/style.css"> <link rel="stylesheet" type="text/css" href="/style.css">
<link rel="canonical" href="{{ site.url }}{{ page.url }}"> <link rel="canonical" href="{{ site.url }}{{ page.url }}">

View File

@ -1,7 +1,7 @@
/* Common CSS */ /* Common CSS */
@font-face { @font-face {
font-family: dsifont; font-family: dsifont;
src: url(/assets/dsi/nintendo_NTLGDB_001.ttf); src: url(/font/nintendo_NTLGDB_001.ttf);
} }
html * { html * {
font-family: dsifont; font-family: dsifont;
@ -15,7 +15,7 @@ h1
} }
body body
{ {
font-size: 12px; font-size: 14px;
background-color: #FFFFFF; background-color: #FFFFFF;
} }
table table
@ -26,14 +26,38 @@ table
} }
td td
{ {
padding: 2px; padding: 0px; /* was 2 */
} }
ul ul
{ {
padding: 0px; padding: 0px;
margin: 0px 12px; margin: 0px 12px;
} }
.f8
{
font-size: 10px;
}
.f12
{
font-size: 12px;
}
.f16
{
font-size: 16px;
}
.layout_grid {
layout-grid-type : fixed;
layout-grid-char : 30px;
layout-grid-line : 30px;
layout-grid-mode : both;
}
.standardPage {
position : absolute;
top : 0px;
width : 240px;
margin : 8 8 0 8;
padding : 0 0 22 0;
}
#up_url, #down_url #up_url, #down_url
{ {
width: 95%; width: 95%;
@ -44,3 +68,13 @@ ul
text-align: right; text-align: right;
background-color: #CCC; background-color: #CCC;
} }
#output
{
background-color: #CCFFCC;
}
#progress
{
background-image: url("progress_bar.gif");
background-repeat: no-repeat;
background-position: -216px 0px;
}

BIN
icon.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

View File

@ -5,11 +5,6 @@
<title>StartPage</title> <title>StartPage</title>
<link rel="stylesheet" type="text/css" href="common/css/default.css"> <link rel="stylesheet" type="text/css" href="common/css/default.css">
<script type="text/javascript" src="common/js/default.js"></script> <script type="text/javascript" src="common/js/default.js"></script>
<style>
body {
background-color: #FFFFFF;
}
</style>
<script> <script>
<!-- <!--
window.name = "DownWindow"; window.name = "DownWindow";

View File

@ -44,20 +44,6 @@ function GetDeviceInfo()
} }
</script>--> </script>-->
<style>
.f8
{
font-size: 8px;
}
.f12
{
font-size: 12px;
}
.f16
{
font-size: 16px;
}
</style>
</head> </head>
<!-- メモリ上での識別のため背景色を白(#FFFFFF)以外にしています --> <!-- メモリ上での識別のため背景色を白(#FFFFFF)以外にしています -->
<body bgcolor="#FDFEFF" onload="Init();"> <body bgcolor="#FDFEFF" onload="Init();">

View File

@ -1,3 +1,7 @@
@font-face {
font-family: dsifont;
src: url(/font/nintendo_NTLGDB_001.ttf);
}
body { body {
width: 550px; width: 550px;
margin: 0 auto; margin: 0 auto;