mirror of
https://github.com/rvtr/debug-dsi-shop.git
synced 2025-10-31 06:01:07 -04:00
Fix font, sizing, and link to unlisted page (ec point)
This commit is contained in:
parent
c6adcd0e9c
commit
68be298a9d
@ -44,7 +44,7 @@ function GetDeviceInfo()
|
||||
info += "<tr><td>blue2th MAC </td><td>" + r.bluetoothMACAddr + "</td></tr>";
|
||||
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 ogn </td><td>1</td></tr>
|
||||
<tr><td>need sync </td><td>false</td></tr>
|
||||
@ -138,32 +138,6 @@ function ConvertDate( msec )
|
||||
}
|
||||
|
||||
</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>
|
||||
<!-- $B%a%b%j>e$G$N<1JL$N$?$aGX7J?'$rGr(B(#FFFFFF)$B0J30$K$7$F$$$^$9(B -->
|
||||
<body bgcolor="#FEFDFF" onload="Init();">
|
||||
|
||||
@ -46,7 +46,7 @@ function GetDeviceInfo()
|
||||
info += "<tr><td>user age </td><td>" + r.userAge + "</td></tr>";
|
||||
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>titleId </td><td>00030015484E4643</td></tr>
|
||||
<tr><td>serial </td><td>WW414572520</td></tr>
|
||||
@ -77,29 +77,6 @@ function GetDeviceInfo()
|
||||
}
|
||||
|
||||
</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>
|
||||
<!-- $B%a%b%j>e$G$N<1JL$N$?$aGX7J?'$rGr(B(#FFFFFF)$B0J30$K$7$F$$$^$9(B -->
|
||||
<body bgcolor="#FEFDFF" onload="Init();">
|
||||
|
||||
@ -4,23 +4,6 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title></title>
|
||||
<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="ec.js"></script>
|
||||
<script type="text/javascript" src="syncEc.js"></script>
|
||||
|
||||
@ -7,11 +7,11 @@
|
||||
<script type="text/javascript" src="ec_example.js"></script>
|
||||
|
||||
<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; }
|
||||
<!-- /*.tdButton{width:100%} Doesn't work with opera*/ -->
|
||||
.tdButton{}
|
||||
.tdButton1{border-style: outset; text-align:center; background-color: #F5F5F5; color:#000000; font-weight:normal; font-size:100%}
|
||||
.tdButton{white-space: nowrap;}
|
||||
.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%}
|
||||
th{background-color: #FFFFE0;}
|
||||
.style1{color:#FA8072; font-weight:normal; font-size:200%}
|
||||
|
||||
@ -2,5 +2,5 @@
|
||||
title: ec
|
||||
layout: dsiware
|
||||
---
|
||||
<object data="ec_u.html"></object>
|
||||
<object data="../index_u.html"></object>
|
||||
<object data="ec_example.html"></object>
|
||||
Binary file not shown.
BIN
NCL/ec/ec_point_d.html
Normal file
BIN
NCL/ec/ec_point_d.html
Normal file
Binary file not shown.
@ -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
6
NCL/google.html
Normal 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>
|
||||
@ -5,11 +5,6 @@
|
||||
<title>NCL index_d</title>
|
||||
<link rel="stylesheet" type="text/css" href="../common/css/default.css">
|
||||
<script type="text/javascript" src="../common/js/default.js"></script>
|
||||
<style>
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
<!--
|
||||
window.name = "DownWindow";
|
||||
@ -22,43 +17,38 @@ function GoWeb()
|
||||
}
|
||||
-->
|
||||
</script>
|
||||
<style>
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>tshop</h1>
|
||||
<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
|
||||
</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
|
||||
</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
|
||||
</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
|
||||
</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
|
||||
</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
|
||||
</a></li>
|
||||
</ul>
|
||||
|
||||
<h1>Shop Server</h1>
|
||||
<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
|
||||
</a>
|
||||
</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
|
||||
</a>
|
||||
</div>
|
||||
@ -74,6 +64,7 @@ body {
|
||||
<li><a href="ec/ec_deviceInfo.html" target="_top">
|
||||
ec/ec_deviceInfo.html
|
||||
</a></li>
|
||||
<li><a href="ec/ec_point.html" target="_top">ec/ec_point.html</a></li>
|
||||
</ul>
|
||||
|
||||
<h1>shop mock</h1>
|
||||
@ -87,8 +78,8 @@ body {
|
||||
<h1>External Link</h1>
|
||||
<font color="red">注意! UAにNintendoの文字列があるのであまりうろちょろしないこと!</font>
|
||||
<ul>
|
||||
<li><a href="http://www.google.co.jp" 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="google.html" target="_top">http://www.google.co.jp</a></li>
|
||||
<li><a href="nintendo.html" target="_top">http://www.nintendo.co.jp</a></li>
|
||||
</ul>
|
||||
|
||||
<h1>Go Web</h1>
|
||||
@ -97,7 +88,7 @@ body {
|
||||
<div><input type="button" value="Go Web" onClick="GoWeb();"></div>
|
||||
|
||||
<h1>Back to Top</h1>
|
||||
<a href="../startup.html" target="_top">
|
||||
<a href="../index.html" target="_top">
|
||||
../startup_x.html
|
||||
</a>
|
||||
|
||||
|
||||
@ -44,20 +44,6 @@ function GetDeviceInfo()
|
||||
}
|
||||
|
||||
</script>-->
|
||||
<style>
|
||||
.f8
|
||||
{
|
||||
font-size: 8px;
|
||||
}
|
||||
.f12
|
||||
{
|
||||
font-size: 12px;
|
||||
}
|
||||
.f16
|
||||
{
|
||||
font-size: 16px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<!-- メモリ上での識別のため背景色を白(#FFFFFF)以外にしています -->
|
||||
<body bgcolor="#FDFEFF" onload="Init();">
|
||||
|
||||
6
NCL/nintendo.html
Normal file
6
NCL/nintendo.html
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Nintendo
|
||||
layout: dsiware
|
||||
---
|
||||
<object data="index_u.html"></object>
|
||||
<object data="http://nintendo.co.jp/"></object>
|
||||
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<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>
|
||||
<!--
|
||||
|
||||
@ -1,2 +1,4 @@
|
||||
# debug-dsi-shop
|
||||
Debug DSi Shop in a web browser
|
||||
# [shop.randommeaninglesscharacters.com](https://shop.randommeaninglesscharacters.com/)
|
||||
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)
|
||||
|
||||
@ -44,7 +44,7 @@ function GetDeviceInfo()
|
||||
info += "<tr><td>blue2th MAC </td><td>" + r.bluetoothMACAddr + "</td></tr>";
|
||||
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 ogn </td><td>1</td></tr>
|
||||
<tr><td>need sync </td><td>false</td></tr>
|
||||
|
||||
@ -47,7 +47,7 @@ function GetDeviceInfo()
|
||||
info += "<tr><td>user age </td><td>" + r.userAge + "</td></tr>";
|
||||
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>titleId </td><td>00030015484E4643</td></tr>
|
||||
<tr><td>serial </td><td>WW414572520</td></tr>
|
||||
|
||||
@ -7,10 +7,10 @@
|
||||
<script type="text/javascript" src="ec_example.js"></script>
|
||||
|
||||
<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; }
|
||||
<!-- /*.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%}
|
||||
.td1{text-align:center; background-color: #FFFFE0; color:#000000; font-weight:normal; font-size:100%}
|
||||
th{background-color: #FFFFE0;}
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
title: ec
|
||||
layout: dsiware
|
||||
---
|
||||
<object data="ec_u.html"></object>
|
||||
<object data="../index_u.html"></object>
|
||||
<object data="ec_example.html"></object>
|
||||
|
||||
|
||||
@ -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>
|
||||
@ -1,11 +1,4 @@
|
||||
/* ---- common style ------------------------------- */
|
||||
@font-face {
|
||||
font-family: dsifont;
|
||||
src: url(/assets/dsi/nintendo_NTLGDB_001.ttf);
|
||||
}
|
||||
html * {
|
||||
font-family: dsifont;
|
||||
}
|
||||
body {
|
||||
margin : 0 0 0 0;
|
||||
padding : 0;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
@ -4,18 +4,14 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<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/page/L_03_d.css">
|
||||
|
||||
<!--<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/base.js"></script>
|
||||
<style>
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
</style>
|
||||
|
||||
<title>FontList</title>
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<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">
|
||||
|
||||
<!--<script type="text/javascript" src="../js/load_kong.js"></script>
|
||||
@ -10,17 +10,6 @@
|
||||
<title>FontList</title>
|
||||
|
||||
<style>
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.standardPage {
|
||||
position : absolute;
|
||||
top : 0px;
|
||||
width : 240px;
|
||||
margin : 8 8 0 8;
|
||||
padding : 0 0 22 0;
|
||||
}
|
||||
|
||||
.letterSpace {
|
||||
letter-spacing : 5px;
|
||||
}
|
||||
|
||||
@ -4,14 +4,9 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<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/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/se.js"></script>-->
|
||||
<script type="text/javascript" src="../js/base.js"></script>
|
||||
|
||||
@ -1,34 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<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">
|
||||
|
||||
<!--<script type="text/javascript" src="../js/load_kong.js"></script>
|
||||
<script type="text/javascript" src="../js/se.js"></script>-->
|
||||
<style>
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
</style>
|
||||
<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>
|
||||
<body>
|
||||
|
||||
|
||||
@ -4,14 +4,9 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<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/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/se.js"></script>-->
|
||||
<script type="text/javascript" src="../js/base.js"></script>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<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">
|
||||
|
||||
<!--<script type="text/javascript" src="../js/load_kong.js"></script>
|
||||
@ -9,24 +9,6 @@
|
||||
|
||||
<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>
|
||||
<body>
|
||||
|
||||
@ -4,18 +4,13 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<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/page/L_03_d.css">
|
||||
|
||||
<!--<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/base.js"></script>
|
||||
<style>
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
</style>
|
||||
<title>FontList</title>
|
||||
|
||||
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
<head>
|
||||
<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">
|
||||
|
||||
<!--<script type="text/javascript" src="../js/load_kong.js"></script>
|
||||
@ -9,25 +10,6 @@
|
||||
|
||||
<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>
|
||||
<body>
|
||||
|
||||
|
||||
@ -3,27 +3,13 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<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>
|
||||
<style>
|
||||
.f8
|
||||
{
|
||||
font-size: 8px;
|
||||
}
|
||||
.f12
|
||||
{
|
||||
font-size: 12px;
|
||||
}
|
||||
.f16
|
||||
{
|
||||
font-size: 16px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<!-- メモリ上での識別のため背景色を白(#FFFFFF)以外にしています -->
|
||||
<body bgcolor="#FDFEFF" onload="Init();">
|
||||
<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>
|
||||
<div>
|
||||
|
||||
@ -3,26 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<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>
|
||||
<style>
|
||||
.f8
|
||||
{
|
||||
font-size: 8px;
|
||||
}
|
||||
.f12
|
||||
{
|
||||
font-size: 12px;
|
||||
}
|
||||
.f16
|
||||
{
|
||||
font-size: 16px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<!-- メモリ上での識別のため背景色を白(#FFFFFF)以外にしています -->
|
||||
<body bgcolor="#FDFEFF" onload="Init();">
|
||||
<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>
|
||||
</html>
|
||||
|
||||
@ -5,11 +5,6 @@
|
||||
<title>SMC index_d</title>
|
||||
<link rel="stylesheet" type="text/css" href="../common/css/default.css">
|
||||
<script type="text/javascript" src="../common/js/default.js"></script>
|
||||
<style>
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
<!--
|
||||
window.name = "DownWindow";
|
||||
@ -63,7 +58,7 @@ function GoWeb()
|
||||
</a>
|
||||
|
||||
<h1>Topに戻る</h1>
|
||||
<a href="../startup.html" target="_top">
|
||||
<a href="../index.html" target="_top">
|
||||
../startup_x.html
|
||||
</a>
|
||||
</body>
|
||||
|
||||
@ -44,20 +44,6 @@ function GetDeviceInfo()
|
||||
}
|
||||
|
||||
</script>-->
|
||||
<style>
|
||||
.f8
|
||||
{
|
||||
font-size: 8px;
|
||||
}
|
||||
.f12
|
||||
{
|
||||
font-size: 12px;
|
||||
}
|
||||
.f16
|
||||
{
|
||||
font-size: 16px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<!-- メモリ上での識別のため背景色を白(#FFFFFF)以外にしています -->
|
||||
<body bgcolor="#FDFEFF" onload="Init();">
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<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>
|
||||
|
||||
|
||||
@ -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%;
|
||||
}
|
||||
@ -3,14 +3,14 @@
|
||||
<head>
|
||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
|
||||
<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 }}">
|
||||
<link rel="icon" href="/icon.gif" type="image/gif" >
|
||||
<meta property="og:image" content="{{ site.url }}/icon.png">
|
||||
<meta name="description" content="DS(i) development software documentation and preservation.">
|
||||
<meta property="og:description" content="DS(i) development software documentation and preservation.">
|
||||
<meta name="description" content="DSi Debug Shop">
|
||||
<meta property="og:description" content="DSi Debug Shop">
|
||||
<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="canonical" href="{{ site.url }}{{ page.url }}">
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/* Common CSS */
|
||||
@font-face {
|
||||
font-family: dsifont;
|
||||
src: url(/assets/dsi/nintendo_NTLGDB_001.ttf);
|
||||
src: url(/font/nintendo_NTLGDB_001.ttf);
|
||||
}
|
||||
html * {
|
||||
font-family: dsifont;
|
||||
@ -15,7 +15,7 @@ h1
|
||||
}
|
||||
body
|
||||
{
|
||||
font-size: 12px;
|
||||
font-size: 14px;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
table
|
||||
@ -26,14 +26,38 @@ table
|
||||
}
|
||||
td
|
||||
{
|
||||
padding: 2px;
|
||||
padding: 0px; /* was 2 */
|
||||
}
|
||||
ul
|
||||
{
|
||||
padding: 0px;
|
||||
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
|
||||
{
|
||||
width: 95%;
|
||||
@ -44,3 +68,13 @@ ul
|
||||
text-align: right;
|
||||
background-color: #CCC;
|
||||
}
|
||||
#output
|
||||
{
|
||||
background-color: #CCFFCC;
|
||||
}
|
||||
#progress
|
||||
{
|
||||
background-image: url("progress_bar.gif");
|
||||
background-repeat: no-repeat;
|
||||
background-position: -216px 0px;
|
||||
}
|
||||
@ -5,11 +5,6 @@
|
||||
<title>StartPage</title>
|
||||
<link rel="stylesheet" type="text/css" href="common/css/default.css">
|
||||
<script type="text/javascript" src="common/js/default.js"></script>
|
||||
<style>
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
<!--
|
||||
window.name = "DownWindow";
|
||||
|
||||
@ -44,20 +44,6 @@ function GetDeviceInfo()
|
||||
}
|
||||
|
||||
</script>-->
|
||||
<style>
|
||||
.f8
|
||||
{
|
||||
font-size: 8px;
|
||||
}
|
||||
.f12
|
||||
{
|
||||
font-size: 12px;
|
||||
}
|
||||
.f16
|
||||
{
|
||||
font-size: 16px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<!-- メモリ上での識別のため背景色を白(#FFFFFF)以外にしています -->
|
||||
<body bgcolor="#FDFEFF" onload="Init();">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user