summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/html/ja/help-offline/index.html
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-08-24 07:37:50 +0800
committerErik Kundiman <erik@megapahit.org>2023-08-24 07:37:50 +0800
commit7f354c70ba623b591c36dadd0f6616b349be4fc7 (patch)
tree67557a9981877e6e4b1f08937dfde94e6287dc61 /indra/newview/skins/default/html/ja/help-offline/index.html
parent5b9cb5bba3c12b1b5c86ba56d43ccf06b83edc14 (diff)
parent33e0766ee08cccb480675a75d83b3a6e78849906 (diff)
Merge tag '6.6.14-release'
source for viewer 6.6.14.581101
Diffstat (limited to 'indra/newview/skins/default/html/ja/help-offline/index.html')
-rw-r--r--indra/newview/skins/default/html/ja/help-offline/index.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/indra/newview/skins/default/html/ja/help-offline/index.html b/indra/newview/skins/default/html/ja/help-offline/index.html
new file mode 100644
index 0000000000..aeaafe8216
--- /dev/null
+++ b/indra/newview/skins/default/html/ja/help-offline/index.html
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html lang="ja" xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta encoding="utf-8" />
+ <title>オフラインヘルプ</title>
+ <style>
+ body {
+ background-color: #000000;
+ font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic',
+ sans-serif;
+ font-size: 62.5%;
+ color: #e9f1f8;
+ width: 100%;
+ padding: 0px;
+ margin: 0px;
+ }
+ #infobox {
+ position: absolute;
+ top: 40%;
+ left: 50%;
+ z-index: 1;
+ padding: 0;
+ width: 592px;
+ margin-left: -296px;
+ margin-top: -150px;
+ text-align: center;
+ font-size: 1.2em;
+ color: #ccc;
+ }
+ </style>
+ </head>
+ <body>
+ <div id="infobox">
+ <p>Second Lifeオフラインヘルプ</p>
+ <p>
+ オンラインではなく、リモートでヘルプを取得しないように構成されています。
+ <br />
+ これは、さらに作業が完了するまで利用できるすべてのヘルプです。うん。
+ </p>
+ </div>
+ </body>
+</html>