summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/html/ja/help-offline/index.html
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2023-08-23 22:29:40 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2023-08-23 22:29:40 +0300
commiteca82d7308cbbb3d6c39bb125d261a44604759ba (patch)
tree65657ad801985ac710fdbed8e086b9a7d66df9a9 /indra/newview/skins/default/html/ja/help-offline/index.html
parentbeb6181863bbce18ff7f408014e02a1086bc9711 (diff)
parentd454512050e636a19e4b7545515dea4f4b1bbf0d (diff)
Merge branch 'main' into DRTVWR-588-maint-W
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>