OSDN Git Service

Typo修正
authorshizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Sun, 8 Feb 2009 16:49:08 +0000 (16:49 +0000)
committershizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Sun, 8 Feb 2009 16:49:08 +0000 (16:49 +0000)
CSS調整

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@921 1ca29b6e-896d-4ea0-84a5-967f57386b96

27 files changed:
nucleus/documentation/devdocs/custominstall.html
nucleus/documentation/devdocs/index.html
nucleus/documentation/devdocs/plugins.html
nucleus/documentation/devdocs/sqltables.html
nucleus/documentation/devdocs/styles/manual.css
nucleus/documentation/devdocs/xmlrpc.html
nucleus/documentation/history.html
nucleus/documentation/index.html
nucleus/documentation/skins.html
nucleus/documentation/styles/manual.css
nucleus/documentation/tips.html
nucleus/javascript/admin.js
nucleus/language/english.php
nucleus/language/japanese-utf8.php
nucleus/libs/ADMIN.php
nucleus/libs/globalfunctions.php
nucleus/libs/showlist.php
nucleus/styles/admin.css
nucleus/styles/background.png [new file with mode: 0644]
nucleus/styles/bookmarklet.css
nucleus/styles/bullet.gif [new file with mode: 0644]
nucleus/styles/manual.css
nucleus/styles/popups.css
nucleus/styles/quickb-hover.jpg [changed mode: 0755->0644]
nucleus/styles/quickb-hover_org.jpg [new file with mode: 0755]
nucleus/styles/quickb.jpg [changed mode: 0755->0644]
nucleus/styles/quickb_org.jpg [new file with mode: 0755]

index 9c28ae1..fe829f7 100755 (executable)
     <link rel="index" href="./index.html" />\r
        <title>Nucleus - インストールスクリプトのカスタマイズ</title>\r
        <link rel="stylesheet" type="text/css" href="styles/manual.css" />\r
+       <script type="text/javascript">\r
+               function fontSizeChange(size) {\r
+                       var elem = document.getElementById('body');\r
+                       var flrg = document.getElementById('fontLarge');\r
+                       var fmdl = document.getElementById('fontMiddle');\r
+                       var fsml = document.getElementById('fontSmall');\r
+                       switch(size) {\r
+                               case 'l':\r
+                                       elem.style.fontSize = 'large';\r
+                                       flrg.style.fontWeight = 'bold';\r
+                                       fmdl.style.fontWeight = 'normal';\r
+                                       fsml.style.fontWeight = 'normal';\r
+                                       break;\r
+                               case 'm':\r
+                                       elem.style.fontSize = 'medium';\r
+                                       flrg.style.fontWeight = 'normal';\r
+                                       fmdl.style.fontWeight = 'bold';\r
+                                       fsml.style.fontWeight = 'normal';\r
+                                       break;\r
+                               case 's':\r
+                                       elem.style.fontSize = 'small';\r
+                                       flrg.style.fontWeight = 'normal';\r
+                                       fmdl.style.fontWeight = 'normal';\r
+                                       fsml.style.fontWeight = 'bold';\r
+                                       break;\r
+                       }\r
+                       \r
+               }\r
+       </script>\r
 </head>\r
 <body>\r
+<div id="fontSizeCanger">\r
+<a href="#top" onClick="fontSizeChange('s');return false;" id="fontSmall">小</a>\r
+<a href="#top" onClick="fontSizeChange('m');return false;" id="fontMiddle">中</a>\r
+<a href="#top" onClick="fontSizeChange('l');return false;" id="fontLarge">大</a>\r
+</div>\r
 <div id="body">\r
 \r
 <div class="heading">\r
index dac89da..d64fe78 100755 (executable)
             font-style: italic;\r
         }\r
     </style>\r
+       <script type="text/javascript">\r
+               function fontSizeChange(size) {\r
+                       var elem = document.getElementById('body');\r
+                       var flrg = document.getElementById('fontLarge');\r
+                       var fmdl = document.getElementById('fontMiddle');\r
+                       var fsml = document.getElementById('fontSmall');\r
+                       switch(size) {\r
+                               case 'l':\r
+                                       elem.style.fontSize = 'large';\r
+                                       flrg.style.fontWeight = 'bold';\r
+                                       fmdl.style.fontWeight = 'normal';\r
+                                       fsml.style.fontWeight = 'normal';\r
+                                       break;\r
+                               case 'm':\r
+                                       elem.style.fontSize = 'medium';\r
+                                       flrg.style.fontWeight = 'normal';\r
+                                       fmdl.style.fontWeight = 'bold';\r
+                                       fsml.style.fontWeight = 'normal';\r
+                                       break;\r
+                               case 's':\r
+                                       elem.style.fontSize = 'small';\r
+                                       flrg.style.fontWeight = 'normal';\r
+                                       fmdl.style.fontWeight = 'normal';\r
+                                       fsml.style.fontWeight = 'bold';\r
+                                       break;\r
+                       }\r
+                       \r
+               }\r
+       </script>\r
 </head>\r
 <body>\r
+<div id="fontSizeCanger">\r
+<a href="#top" onClick="fontSizeChange('s');return false;" id="fontSmall">小</a>\r
+<a href="#top" onClick="fontSizeChange('m');return false;" id="fontMiddle">中</a>\r
+<a href="#top" onClick="fontSizeChange('l');return false;" id="fontLarge">大</a>\r
+</div>\r
 <div id="body">\r
 \r
 <div class="heading">\r
index 6559d64..a87d3b5 100755 (executable)
             margin:0;\r
         }\r
     </style>\r
+       <script type="text/javascript">\r
+               function fontSizeChange(size) {\r
+                       var elem = document.getElementById('body');\r
+                       var flrg = document.getElementById('fontLarge');\r
+                       var fmdl = document.getElementById('fontMiddle');\r
+                       var fsml = document.getElementById('fontSmall');\r
+                       switch(size) {\r
+                               case 'l':\r
+                                       elem.style.fontSize = 'large';\r
+                                       flrg.style.fontWeight = 'bold';\r
+                                       fmdl.style.fontWeight = 'normal';\r
+                                       fsml.style.fontWeight = 'normal';\r
+                                       break;\r
+                               case 'm':\r
+                                       elem.style.fontSize = 'medium';\r
+                                       flrg.style.fontWeight = 'normal';\r
+                                       fmdl.style.fontWeight = 'bold';\r
+                                       fsml.style.fontWeight = 'normal';\r
+                                       break;\r
+                               case 's':\r
+                                       elem.style.fontSize = 'small';\r
+                                       flrg.style.fontWeight = 'normal';\r
+                                       fmdl.style.fontWeight = 'normal';\r
+                                       fsml.style.fontWeight = 'bold';\r
+                                       break;\r
+                       }\r
+                       \r
+               }\r
+       </script>\r
 </head>\r
 <body>\r
+<div id="fontSizeCanger">\r
+<a href="#top" onClick="fontSizeChange('s');return false;" id="fontSmall">小</a>\r
+<a href="#top" onClick="fontSizeChange('m');return false;" id="fontMiddle">中</a>\r
+<a href="#top" onClick="fontSizeChange('l');return false;" id="fontLarge">大</a>\r
+</div>\r
 <div id="body">\r
 \r
 <div class="heading">\r
@@ -1977,9 +2011,9 @@ class NP_HelloWorld extends NucleusPlugin {
     <li>自分自身でデータベース接続をする必要はありません。PHPコマンド <code>mysql_query()</code> を使ってSQL命令を実行できます。</li>\r
     <li>自分でデータベース接続をする場合、後でNucleusデータベースへの接続を復元するようにしてください。自前処理の後で <code>sql_connect()</code>  を呼ぶことで可能です。頻繁な再接続を避けるために、コンストラクタでそれを行うのも良いです。<code>$this- &gt;db</code>のリンクIDを保持でき、各クエリにそれを渡すことができます。</li>\r
     <li>バックアップ機能を使う時は、独自テーブルもバックアップに含めるよう、<code>getTableList()</code> を再定義してください。</li>\r
-       <li>It's a good idea to make the removal of your database tables optional. This will allow your users to temporarily remove your plugin without losing the data. For instance, you may need to make changes to options or database tables requiring that the install() method be run to execute code neccessary to modify existing tables or options. This will require that your users uninstall the old version and then install the new version and losing their data in the process. To make the deletion of your tables optional, you can add an option like this in install():\r
+       <li>ユーザーがプラグインをアップデートする時や、何らかの理由で一時的にプラグインをアンインストールしなければならない時、やプラグイン独自のテーブルの内容が失われる事があります。そうならないように、テーブルを削除するか否かをプラグインオプションで設定できるようにしておくといいでしょう。テーブルの削除をオプションでコントロールするには、install()メソッドで次のようなオプションを作成します。\r
        <pre class="example"><code>$this-&gt;createOption('del_uninstall', 'Delete NP_MyPlugin data tables on uninstall?', 'yesno','no');</code></pre>\r
-       and this snippet in uninstall():\r
+       そしてuninstall()メソッドで、次のようにします。\r
        <pre class="example"><code>if ($this-&gt;getOption('del_uninstall') == 'yes')   {\r
        foreach ($this-&gt;getTableList() as $table) {\r
                sql_query("DROP TABLE $table");\r
@@ -2145,9 +2179,10 @@ NucleusはこのAPIによって、インストール前に依存関係を検知
 \r
 <p>このプラグイン依存チェックは、他のプラグインが依存しているプラグインがアンインストールされることも防ぎます。</p>\r
 \r
-</div>\r
 <h1>プラグインの多国語化<a name="internationalization" href="#top" class="toplink"><img src="../icon-up.gif" width="15" height="15" alt="back to top" /></a></h1>\r
 \r
+<h2>プラグインをより多くの人に使ってもらうために</h2>\r
+\r
 <p>あなたと同じ言葉を話さない世界中の人達がプラグインをより使いやすくするために、プラグインを多国語化できます。\r
 少し手間は増えますが、プラグインが出力する文章を翻訳するだけで可能です。\r
 以下に Nucleus のコアで用意されている標準的な手順を記載します。\r
@@ -2202,11 +2237,13 @@ define('_ABCDEF_MESSAGENAME',                  '実際のメッセージ');
 <p>偉大なプラグインのいくつかは、様々なスキンや URL の生成において、必ずしもそのまま使用できるとはいえません。なぜなら、doSkinVar() メソッドによって出力されるものが、\r
 ユーザーのニーズに十二分に合致するものであるとは言いがたいからです。Nucleus では、出力をここのユーザーによっておのおののニーズに沿ったものにする為に、いくつかのツールを用意しています。</p>\r
 \r
+<h2>URLの出力</h2>\r
+\r
 <p>各ブログ・カテゴリー・アイテム・メンバー、それから action.php や管理エリア、または各プラグインの管理エリアなどの URL を出力する為に、Nucleus はコアの機能として\r
 いくつかのファンクションとグローバル変数を用意しています。:</p>\r
 \r
 <table summary="Nucleus の各ページへのリンクを生成する為に便利な変数とファンクション">\r
-       <caption>Functions and variables useful in creating links to Nucleus pages</caption>\r
+       <caption>Nucleus の各ページへのリンクを生成する為に便利な変数とファンクション</caption>\r
        <tr>\r
                <th>名前</th><th>種類</th><th>引数</th><th>説明</th>\r
        </tr>\r
@@ -2345,7 +2382,9 @@ define('_ABCDEF_MESSAGENAME',                  '実際のメッセージ');
        </tr>\r
 </table>\r
 \r
-<p>常に出力する文字列をテンプレートを使って整形するのは良い考えです。あなたが順不同のリストで出力したいと考えていたとしても、別のユーザーは同じデータを\r
+<h2>スキンへの出力にテンプレートを使う</h2>\r
+\r
+<p>出力する文字列をテンプレートを使って整形出来るようにしましょう。あなたが順不同のリストで出力したいと考えていたとしても、別のユーザーは同じデータを\r
 記号で区切ったり、特別な形で出力したいと考えるかもしれません。Nucleus にはテンプレートデータを作ったり定義したりする2種類の方法があります。\r
 次に上げるれいの両方において、<code>&lt;%foo%&gt;</code> と <code>&lt;%bar%&gt;</code> のふたつのテンプレート変数を使用します。</p>\r
 \r
@@ -2452,7 +2491,9 @@ foreach ($couples as $values) {
 </ol>\r
 \r
 \r
-<h1>Additional Reading <a name="additional-reading" href="#top" class="toplink"><img src="../icon-up.gif" width="15" height="15" alt="back to top" /></a></h1>\r
+<h1>この他にも…… <a name="additional-reading" href="#top" class="toplink"><img src="../icon-up.gif" width="15" height="15" alt="back to top" /></a></h1>\r
+\r
+<h2>役立つドキュメントがたくさん!</h2>\r
 \r
 <p>このドキュメント以外にもあなたがプラグインを開発するにあたって、リンク先のページもきっと役立つことと思います。</p>\r
 <ul>\r
index e646f8a..48ebf4c 100755 (executable)
 \r
 \r
        </style>\r
+       <script type="text/javascript">\r
+               function fontSizeChange(size) {\r
+                       var elem = document.getElementById('body');\r
+                       var flrg = document.getElementById('fontLarge');\r
+                       var fmdl = document.getElementById('fontMiddle');\r
+                       var fsml = document.getElementById('fontSmall');\r
+                       switch(size) {\r
+                               case 'l':\r
+                                       elem.style.fontSize = 'large';\r
+                                       flrg.style.fontWeight = 'bold';\r
+                                       fmdl.style.fontWeight = 'normal';\r
+                                       fsml.style.fontWeight = 'normal';\r
+                                       break;\r
+                               case 'm':\r
+                                       elem.style.fontSize = 'medium';\r
+                                       flrg.style.fontWeight = 'normal';\r
+                                       fmdl.style.fontWeight = 'bold';\r
+                                       fsml.style.fontWeight = 'normal';\r
+                                       break;\r
+                               case 's':\r
+                                       elem.style.fontSize = 'small';\r
+                                       flrg.style.fontWeight = 'normal';\r
+                                       fmdl.style.fontWeight = 'normal';\r
+                                       fsml.style.fontWeight = 'bold';\r
+                                       break;\r
+                       }\r
+                       \r
+               }\r
+       </script>\r
 </head>\r
 <body>\r
+<div id="fontSizeCanger">\r
+<a href="#top" onClick="fontSizeChange('s');return false;" id="fontSmall">小</a>\r
+<a href="#top" onClick="fontSizeChange('m');return false;" id="fontMiddle">中</a>\r
+<a href="#top" onClick="fontSizeChange('l');return false;" id="fontLarge">大</a>\r
+</div>\r
 <div id="body">\r
 \r
 \r
 このドキュメントはNucleusのデータベース・テーブルのフィールドを解説しています。\r
 </p>\r
 \r
-<p class="note">構造は<strong>Nucleus v3.33~</strong>のものに従っています</p>\r
+<p class="note">構造は<strong>Nucleus v3.4~</strong>のものに従っています</p>\r
 \r
 <h1><a name="toc" id="toc">目次</a></h1>\r
 \r
index 115de2f..c0bf837 100755 (executable)
@@ -3,8 +3,9 @@ body {
        background:url(background.png) repeat-x;\r
        padding-top:13px;\r
        color: #555;\r
-       /*font-family: verdana, arial;*/\r
-       font-family: "Hiragino Kaku Gothic Pro W3", "Meiryo", "MS PGothic", "Osaka", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
+       font-family: "\83\81\83C\83\8a\83I", "Meiryo", "\83q\83\89\83M\83m\8ap\83S Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "\82l\82\82o\83S\83V\83b\83N", "MS PGothic", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
+/*     font-family: verdana, arial;\r
+       font-family: "Hiragino Kaku Gothic Pro W3", "Meiryo", "MS PGothic", "Osaka", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif; */\r
        font-size: small;\r
 }\r
 \r
@@ -161,7 +162,8 @@ tt,
 code,\r
 samp {\r
        font-size: small;\r
-       font-family: "Meiryo", "MS PGothic", "Osaka", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
+               font-family: "\83\81\83C\83\8a\83I", "Meiryo", "\83q\83\89\83M\83m\8ap\83S Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "\82l\82\82o\83S\83V\83b\83N", "MS PGothic", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
+/*     font-family: "Meiryo", "MS PGothic", "Osaka", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;*/\r
 }\r
 \r
 .warning {\r
@@ -208,7 +210,30 @@ dl {
 }\r
 \r
 dt {\r
-       font-family: "Hiragino Kaku Gothic Pro W3", "Meiryo", "MS PGothic", "Osaka", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
+       font-family: "\83\81\83C\83\8a\83I", "Meiryo", "\83q\83\89\83M\83m\8ap\83S Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "\82l\82\82o\83S\83V\83b\83N", "MS PGothic", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
+/*     font-family: "Hiragino Kaku Gothic Pro W3", "Meiryo", "MS PGothic", "Osaka", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif; */\r
        font-weight:bold;\r
        margin-top:7px;\r
 }\r
+\r
+#fontSizeCanger {\r
+       position: fixed;\r
+       top: 20px;\r
+       left: 50px;\r
+       font-size: medium;\r
+}\r
+\r
+#fontSizeCanger a {\r
+       font-weight: normal;\r
+       border: 1px dotted gray;\r
+       padding: 0 3px;\r
+}\r
+\r
+#fontSizeCanger a#fontSmall {\r
+       font-weight: bold;\r
+}\r
+\r
+#fontSizeCanger a:hover {\r
+       color: #fff;\r
+       background-color: #1D3565;\r
+}\r
index def2a81..821bc02 100755 (executable)
             font-style: italic;\r
         }\r
     </style>\r
+       <script type="text/javascript">\r
+               function fontSizeChange(size) {\r
+                       var elem = document.getElementById('body');\r
+                       var flrg = document.getElementById('fontLarge');\r
+                       var fmdl = document.getElementById('fontMiddle');\r
+                       var fsml = document.getElementById('fontSmall');\r
+                       switch(size) {\r
+                               case 'l':\r
+                                       elem.style.fontSize = 'large';\r
+                                       flrg.style.fontWeight = 'bold';\r
+                                       fmdl.style.fontWeight = 'normal';\r
+                                       fsml.style.fontWeight = 'normal';\r
+                                       break;\r
+                               case 'm':\r
+                                       elem.style.fontSize = 'medium';\r
+                                       flrg.style.fontWeight = 'normal';\r
+                                       fmdl.style.fontWeight = 'bold';\r
+                                       fsml.style.fontWeight = 'normal';\r
+                                       break;\r
+                               case 's':\r
+                                       elem.style.fontSize = 'small';\r
+                                       flrg.style.fontWeight = 'normal';\r
+                                       fmdl.style.fontWeight = 'normal';\r
+                                       fsml.style.fontWeight = 'bold';\r
+                                       break;\r
+                       }\r
+                       \r
+               }\r
+       </script>\r
 </head>\r
 <body>\r
+<div id="fontSizeCanger">\r
+<a href="#top" onClick="fontSizeChange('s');return false;" id="fontSmall">小</a>\r
+<a href="#top" onClick="fontSizeChange('m');return false;" id="fontMiddle">中</a>\r
+<a href="#top" onClick="fontSizeChange('l');return false;" id="fontLarge">大</a>\r
+</div>\r
 <div id="body">\r
 \r
 <div class="heading">\r
index 875ec0b..ca55972 100755 (executable)
 </head>\r
 <body>\r
 \r
-<h1>Version History</h1>\r
+<h1>更新履歴</h1>\r
 \r
 <p>\r
-       <a href="index.html">Back to manual</a>\r
+       <a href="index.html">Nucleusマニュアルに戻る</a>\r
 </p>\r
 \r
 <ul>\r
index bbf10ae..3f230df 100755 (executable)
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
                <title>Nucleus CMS マニュアル</title>\r
                <link rel="stylesheet" type="text/css" href="styles/manual.css" />\r
+       <script type="text/javascript">\r
+               function fontSizeChange(size) {\r
+                       var elem = document.getElementsByTagName('body')[0];\r
+                       var flrg = document.getElementById('fontLarge');\r
+                       var fmdl = document.getElementById('fontMiddle');\r
+                       var fsml = document.getElementById('fontSmall');\r
+                       switch(size) {\r
+                               case 'l':\r
+                                       elem.style.fontSize = 'large';\r
+                                       flrg.style.fontWeight = 'bold';\r
+                                       fmdl.style.fontWeight = 'normal';\r
+                                       fsml.style.fontWeight = 'normal';\r
+                                       break;\r
+                               case 'm':\r
+                                       elem.style.fontSize = 'medium';\r
+                                       flrg.style.fontWeight = 'normal';\r
+                                       fmdl.style.fontWeight = 'bold';\r
+                                       fsml.style.fontWeight = 'normal';\r
+                                       break;\r
+                               case 's':\r
+                                       elem.style.fontSize = 'small';\r
+                                       flrg.style.fontWeight = 'normal';\r
+                                       fmdl.style.fontWeight = 'normal';\r
+                                       fsml.style.fontWeight = 'bold';\r
+                                       break;\r
+                       }\r
+                       \r
+               }\r
+       </script>\r
        </head>\r
        <body>\r
+<div id="fontSizeCanger">\r
+<a href="#top" onClick="fontSizeChange('s');return false;" id="fontSmall">小</a>\r
+<a href="#top" onClick="fontSizeChange('m');return false;" id="fontMiddle">中</a>\r
+<a href="#top" onClick="fontSizeChange('l');return false;" id="fontLarge">大</a>\r
+</div>\r
 \r
                <div class="heading">\r
                        Nucleus CMS マニュアル\r
                        ダウンロードしたパッケージファイルを解凍します。生成されるディレクトリ構成は以下のようになっているかをご確認下さい。(*はディレクトリ以下にファイルがある事を意味します)\r
                </p>\r
 \r
-               <pre>/*                           (サイト表示用メインファイル)\r
-/nucleus/*                   (サイト管理用ファイル)\r
-/nucleus/javascript/*        (javascripts スクリプト)\r
-/nucleus/libs/*              (Nucleus のコアライブラリ)\r
-/nucleus/language/*          (言語ファイル)\r
-/nucleus/plugins/*           (プラグインファイル)\r
-/nucleus/xmlrpc/*            (XML-RPC インターフェイス用ファイル)\r
-/nucleus/documentation/*     (説明書)\r
-/nucleus/styles/*            (管理エリア専用cssファイル)\r
-/nucleus/forms/*             (入力フォーム部品ファイル)\r
-/extra/*                     (fancy URL用ファイルなど特殊なファイル)\r
-/skins/*                     (スキンファイル [読込み時にも使用])\r
-/media/*                     (添付ファイル [インストール時は空])\r
-               </pre>\r
+               <table id="files_index">\r
+                       <tr>\r
+                               <th>/*</th><td>(サイト表示用メインファイル)</td>\r
+                       </tr><tr>\r
+                               <th>/nucleus/*</th><td>(サイト管理用ファイル)</td>\r
+                       </tr><tr>\r
+                               <th>/nucleus/javascript/*</th><td>(javascripts スクリプト)</td>\r
+                       </tr><tr>\r
+                               <th>/nucleus/libs/*</th><td>(Nucleus のコアライブラリ)</td>\r
+                       </tr><tr>\r
+                               <th>/nucleus/language/*</th><td>(言語ファイル)</td>\r
+                       </tr><tr>\r
+                               <th>/nucleus/plugins/*</th><td>(プラグインファイル)</td>\r
+                       </tr><tr>\r
+                               <th>/nucleus/xmlrpc/*</th><td>(XML-RPC インターフェイス用ファイル)</td>\r
+                       </tr><tr>\r
+                               <th>/nucleus/documentation/*</th><td>(説明書)</td>\r
+                       </tr><tr>\r
+                               <th>/nucleus/styles/*</th><td>(管理エリア専用cssファイル)</td>\r
+                       </tr><tr>\r
+                               <th>/nucleus/forms/*</th><td>(入力フォーム部品ファイル)</td>\r
+                       </tr><tr>\r
+                               <th>/extra/*</th><td>(fancy URL用ファイルなど特殊なファイル)</td>\r
+                       </tr><tr>\r
+                               <th>/skins/*</th><td>(スキンファイル [読込み時にも使用])</td>\r
+                       </tr><tr>\r
+                               <th>/media/*</th><td>(添付ファイル [インストール時は空])</td>\r
+                       </tr>\r
+               </table>\r
 \r
                <div class="note">\r
                        <b>補足:</b>\r
                        ブラウザを開いてサーバに転送したinstall.phpにアクセスします。URLは下記のようになります。(<i>www.yoursite.com</i> と <i>yourpath</i>の部分は読み替えてください)\r
                </p>\r
 \r
-               <pre>\r
-                       http://www.yoursite.com/yourpath/install.php\r
-               </pre>\r
+               <pre>   http://www.yoursite.com/yourpath/install.php</pre>\r
 \r
                <p>\r
                        表示されたページに必要入力事項を入力します。あらかじめ自動検知して入力済の部分がありますが確認をお願いします。送信後に次に行う手順が表示されますのでそれに従って作業してください。(最後にいくつかのファイルを手動でサーバから削除する作業が必要ですのでお忘れなく。)\r
index 4ce1a64..7517934 100755 (executable)
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
        <title>Nucleus - スキンとテンプレートについて</title>\r
        <link rel="stylesheet" type="text/css" href="styles/manual.css" />\r
+       <script type="text/javascript">\r
+               function fontSizeChange(size) {\r
+                       var elem = document.getElementsByTagName('body')[0];\r
+                       var flrg = document.getElementById('fontLarge');\r
+                       var fmdl = document.getElementById('fontMiddle');\r
+                       var fsml = document.getElementById('fontSmall');\r
+                       switch(size) {\r
+                               case 'l':\r
+                                       elem.style.fontSize = 'large';\r
+                                       flrg.style.fontWeight = 'bold';\r
+                                       fmdl.style.fontWeight = 'normal';\r
+                                       fsml.style.fontWeight = 'normal';\r
+                                       break;\r
+                               case 'm':\r
+                                       elem.style.fontSize = 'medium';\r
+                                       flrg.style.fontWeight = 'normal';\r
+                                       fmdl.style.fontWeight = 'bold';\r
+                                       fsml.style.fontWeight = 'normal';\r
+                                       break;\r
+                               case 's':\r
+                                       elem.style.fontSize = 'small';\r
+                                       flrg.style.fontWeight = 'normal';\r
+                                       fmdl.style.fontWeight = 'normal';\r
+                                       fsml.style.fontWeight = 'bold';\r
+                                       break;\r
+                       }\r
+                       \r
+               }\r
+       </script>\r
 </head>\r
 <body>\r
+<div id="fontSizeCanger">\r
+<a href="#top" onClick="fontSizeChange('s');return false;" id="fontSmall">小</a>\r
+<a href="#top" onClick="fontSizeChange('m');return false;" id="fontMiddle">中</a>\r
+<a href="#top" onClick="fontSizeChange('l');return false;" id="fontLarge">大</a>\r
+</div>\r
 \r
 <div class="heading">\r
 スキン &amp; テンプレート\r
index b3187fe..cc45825 100755 (executable)
@@ -93,15 +93,16 @@ h3 {
 }\r
 \r
 pre, .note, .faq .answer {\r
-       font-family: "Meiryo", "MS PGothic", "Osaka", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
+/*     font-family: "Meiryo", "MS PGothic", "Osaka", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;*/\r
+       font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック", "MS PGothic", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
        font-size: small;\r
        background-color: #eee;\r
        padding: 10px;\r
        font-size: small;\r
-       white-space: -moz-pre-wrap; /* Mozilla */\r
-       white-space: -pre-wrap;     /* Opera 4-6 */\r
-       white-space: -o-pre-wrap;   /* Opera 7 */\r
-       white-space: pre-wrap;      /* CSS3 */\r
+/*     white-space: -moz-pre-wrap; /* Mozilla *\r
+       white-space: -pre-wrap;     /* Opera 4-6 *\r
+       white-space: -o-pre-wrap;   /* Opera 7 *\r
+       white-space: pre-wrap;      /* CSS3 *\r
        word-wrap: break-word;      /* IE 5.5+ */\r
 }\r
 \r
@@ -178,3 +179,40 @@ ul {
        padding:0;\r
        list-style-image:url(bullet.gif);\r
 }\r
+\r
+table#files_index {\r
+       width: 100%;\r
+       line-height: 0.8em;\r
+       border-collapse: collapse;\r
+       margin-bottom: 2px;\r
+}\r
+\r
+table#files_index th {\r
+       width: 20%;\r
+       padding : 0;\r
+       text-align: left;\r
+       background-color: #eee;\r
+}\r
+\r
+\r
+#fontSizeCanger {\r
+       position: fixed;\r
+       top: 20px;\r
+       left: 50px;\r
+       font-size: medium !important;\r
+}\r
+\r
+#fontSizeCanger a {\r
+       font-weight: normal;\r
+       border: 1px dotted gray;\r
+       padding: 0 3px;\r
+}\r
+\r
+#fontSizeCanger a#fontSmall {\r
+       font-weight: bold;\r
+}\r
+\r
+#fontSizeCanger a:hover {\r
+       color: #fff;\r
+       background-color: #1D3565;\r
+}\r
index 4ed6ea0..87edea3 100755 (executable)
             font-style: italic;\r
         }\r
     </style>\r
+       <script type="text/javascript">\r
+               function fontSizeChange(size) {\r
+                       var elem = document.getElementsByTagName('body')[0];\r
+                       var flrg = document.getElementById('fontLarge');\r
+                       var fmdl = document.getElementById('fontMiddle');\r
+                       var fsml = document.getElementById('fontSmall');\r
+                       switch(size) {\r
+                               case 'l':\r
+                                       elem.style.fontSize = 'large';\r
+                                       flrg.style.fontWeight = 'bold';\r
+                                       fmdl.style.fontWeight = 'normal';\r
+                                       fsml.style.fontWeight = 'normal';\r
+                                       break;\r
+                               case 'm':\r
+                                       elem.style.fontSize = 'medium';\r
+                                       flrg.style.fontWeight = 'normal';\r
+                                       fmdl.style.fontWeight = 'bold';\r
+                                       fsml.style.fontWeight = 'normal';\r
+                                       break;\r
+                               case 's':\r
+                                       elem.style.fontSize = 'small';\r
+                                       flrg.style.fontWeight = 'normal';\r
+                                       fmdl.style.fontWeight = 'normal';\r
+                                       fsml.style.fontWeight = 'bold';\r
+                                       break;\r
+                       }\r
+                       \r
+               }\r
+       </script>\r
 </head>\r
 <body>\r
+<div id="fontSizeCanger">\r
+<a href="#top" onClick="fontSizeChange('s');return false;" id="fontSmall">小</a>\r
+<a href="#top" onClick="fontSizeChange('m');return false;" id="fontMiddle">中</a>\r
+<a href="#top" onClick="fontSizeChange('l');return false;" id="fontLarge">大</a>\r
+</div>\r
 \r
 <div class="heading">\r
 Tips &amp; Suggestions\r
index 80cd672..cde715e 100755 (executable)
@@ -15,7 +15,7 @@
   */
 
 function help(url) {
-       popup = window.open(url,'helpwindow','status=no,toolbar=yes,scrollbars=yes,resizable=yes,width=570,height=550,top=0,left=0');
+       popup = window.open(url,'helpwindow','status=no,toolbar=no,scrollbars=yes,resizable=yes,width=570,height=530,top=0,left=0');
        if (popup.focus) popup.focus();
        if (popup.GetAttention) popup.GetAttention();
        return false;
index 7816a5a..e2988de 100755 (executable)
@@ -32,7 +32,7 @@ define('_ADMIN_NOTABILIA',                                                    'Some information');
 define('_ADMIN_PLEASE_READ',                                           "Before you start, here's some <strong>important information</strong>");\r
 define('_ADMIN_HOW_TO_ACCESS',                                         "After you've created a new weblog, you'll need to perform some actions to make your blog accessible. There are two possibilities:");\r
 define('_ADMIN_SIMPLE_WAY',                                                    "<strong>Simple:</strong> Create a copy of <code>index.php</code> and modify it to display your new weblog. Further instructions on how to do this will be provided after you've submitted this first form.");\r
-define('_ADMIN_ADVANCED_WAY',                                          "<strong>Advanced:</strong> Insert the blog content into your current skins using skinvars like <code>otherblog</code>. This way, you can place multiple blogs on the same page.");\r
+define('_ADMIN_ADVANCED_WAY',                                          "<strong>Advanced:</strong> Insert the blog content into your current skins using skinvars like <code>&lt;%otherblog()&gt;</code>. This way, you can place multiple blogs on the same page.");\r
 define('_ADMIN_HOW_TO_CREATE',                                         'Create Weblog');\r
 \r
 \r
index 43d5988..9d52898 100755 (executable)
@@ -36,7 +36,7 @@ define('_ADMIN_NOTABILIA',                                    '注意事項');
 define('_ADMIN_PLEASE_READ',                           '作成にあたって、下記の<strong>注意事項</strong> をまずお読み下さい');\r
 define('_ADMIN_HOW_TO_ACCESS',                         '新しいBlogを作成した後に、このBlogにアクセスするための方法を紹介しておきます。方法は2つあります:');\r
 define('_ADMIN_SIMPLE_WAY',                                    '<strong>簡単な方法:</strong> <code>index.php</code>の複製を作り、新しいBlogを表示するように変更を加えます。 この変更の詳細は、作成後に表示されます。');\r
-define('_ADMIN_ADVANCED_WAY',                          '<strong>高度な方法:</strong> 現在のBlogで使用しているスキンに<code>&lt;%otherblog()%gt;</code>というコードを使った記述を加えます。この方法では、同じページ内で複数のBlogを表示することが可能となります。');\r
+define('_ADMIN_ADVANCED_WAY',                          '<strong>高度な方法:</strong> 現在のBlogで使用しているスキンに<code>&lt;%otherblog()&gt;</code>というコードを使った記述を加えます。この方法では、同じページ内で複数のBlogを表示することが可能となります。');\r
 define('_ADMIN_HOW_TO_CREATE',                         'Blogの作成');\r
 \r
 \r
index 7a89c83..f73143d 100755 (executable)
@@ -2488,7 +2488,7 @@ class ADMIN {
                $query = 'DELETE FROM '.sql_table('team')." WHERE tblog=$blogid and tmember=$memberid";\r
                sql_query($query);\r
 \r
-               $manager->notify('PostDeleteTeamMember', array('member' => &$mem, 'blogid' => $blogid));\r
+               $manager->notify('PostDeleteTeamMember', array('member' => &$tmem, 'blogid' => $blogid));\r
 \r
                return '';\r
        }\r
index 2b7aa02..d121ff2 100755 (executable)
@@ -2055,7 +2055,7 @@ function getBookmarklet($blogid) {
        $document = 'document';\r
        $bookmarkletline = "javascript:Q='';x=".$document.";y=window;if(x.selection){Q=x.selection.createRange().text;}else if(y.getSelection){Q=y.getSelection();}else if(x.getSelection){Q=x.getSelection();}wingm=window.open('";\r
        $bookmarkletline .= $CONF['AdminURL'] . "bookmarklet.php?blogid=$blogid";\r
-       $bookmarkletline .="&logtext='+escape(Q)+'&loglink='+escape(x.location.href)+'&loglinktitle='+escape(x.title),'nucleusbm','scrollbars=yes,width=600,height=550,left=10,top=10,status=yes,resizable=yes');wingm.focus();";\r
+       $bookmarkletline .="&logtext='+escape(Q)+'&loglink='+escape(x.location.href)+'&loglinktitle='+escape(x.title),'nucleusbm','status=no,toolbar=no,scrollbars=no,width=600,height=550,left=10,top=10,status=yes,resizable=yes');wingm.focus();";\r
 \r
        return $bookmarkletline;\r
 }\r
index 3714f22..456842a 100644 (file)
@@ -586,7 +586,7 @@ function listplug_table_skinlist($template, $type) {
                        echo "</td>";\r
 \r
 \r
-                       echo "<td>" , htmlspecialchars($current->sddesc);\r
+                       echo '<td class="availableSkinTypes">' . htmlspecialchars($current->sddesc);\r
                                // show list of defined parts\r
                                $r = sql_query('SELECT stype FROM '.sql_table('skin').' WHERE sdesc='.$current->sdnumber . ' ORDER BY stype');\r
                                $types = array();\r
@@ -597,9 +597,9 @@ function listplug_table_skinlist($template, $type) {
                                        for ($i=0;$i<sizeof($types);$i++) {\r
                                                $type = $types[$i];\r
                                                if (in_array($type, array('index', 'item', 'archivelist', 'archive', 'search', 'error', 'member', 'imagepopup'))) {\r
-                                                       $types[$i] = '<li>' . helpHtml('skinpart'.$type) . ' <a href="index.php?action=skinedittype&amp;skinid='.$current->sdnumber.'&amp;type='.$type.'" tabindex="'.$template['tabindex'].'">' . htmlspecialchars($friendlyNames[$type]) . "</a></li>";\r
+                                                       $types[$i] = '<li> <a href="index.php?action=skinedittype&amp;skinid='.$current->sdnumber.'&amp;type='.$type.'" tabindex="'.$template['tabindex'].'">' . htmlspecialchars($friendlyNames[$type]) . helpHtml('skinpart'.$type) . "</a></li>";\r
                                                } else {\r
-                                                       $types[$i] = '<li>' . helpHtml('skinpartspecial') . ' <a href="index.php?action=skinedittype&amp;skinid='.$current->sdnumber.'&amp;type='.$type.'" tabindex="'.$template['tabindex'].'">' . htmlspecialchars($friendlyNames[$type]) . "</a></li>";\r
+                                                       $types[$i] = '<li> <a href="index.php?action=skinedittype&amp;skinid='.$current->sdnumber.'&amp;type='.$type.'" tabindex="'.$template['tabindex'].'">' . htmlspecialchars($friendlyNames[$type]) . helpHtml('skinpartspecial') . "</a></li>";\r
                                                }\r
                                        }\r
                                        echo '<br /><br />',_LIST_SKINS_DEFINED,' <ul>',implode($types,'') ,'</ul>';\r
index 023a558..1401f36 100755 (executable)
+@charset 'UTF-8';\r
+\r
 /*
        admin area style
        
        $Id$
        $NucleusJP: admin.css,v 1.6 2006/07/17 20:03:45 kimitake Exp $
 */
-
-body {
-       background: #ffffff; 
-}
-body, td, th, a, li, ul, textarea {
-       color: #000;
-       font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
-}
-
-textarea {
-  font-size: small;
-  font-family: "Hiragino Kaku Gothic Pro W3", "MS PGothic", "Osaka", sans-serif;
-}
-*>textarea {
-  width: 95%;
-}
-
-/* textareas for skin/template editing have monospace fonts */
-textarea.skinedit, textarea.templateedit
-{
-  font-family: "Hiragino Kaku Gothic Pro W3", "MS PGothic", "Osaka", monospace;
-/* except MacIE \*/
-       font-family: monospace;
-/* end */
-       font-size: medium;
-}
-
-img                    { border: none; }
-.skip          { display: none; }
-label          { cursor: pointer; }
-.error                 { color: red; font-size: 1.2em; }
-
-/* header */
-h1 {
-       text-align: right;
-       font-size: 30px;
-       font-weight: 900;
-       letter-spacing: 0.1em;
-       /*color: #0001AA;       */
-       color: #596d9d;
-       margin: 0 0 5px 135px;
-       height: 35px;
-       /*display: none;        hide the header if you don't want it*/
-
-}
-
-/* page content */
-#content {
-   margin-left:155px;
-       font-style: normal;
-       text-decoration: none;
-       color: black;
-       text-align: justify;
-       line-height: 13pt;
-
-       border-width: 1px;
-       border-style: solid;
-       border-color: black;
-       
-       /* rounded borders in gecko-based browsers? why not :) */
-       -moz-border-radius: 10px;       
-
-       padding: 10px 10px 0 10px;      
-       
-       background-color: white;
-       
-}
-
-/* quick menu on left */
-/* 
-       It's a real pain getting this absolute positioning to work correctly
-       in all browsers. IE in particular seems to have a lot of trouble, even
-       when a valid doctype is present. Because of the way it is solved currently,
-       the top of the quickmenu and the contents will not line up
-*/
-#quickmenu {
-       position: absolute;
-       overflow: hidden;
-       
-       top: 10px;
-       left: 10px;
-
-       width: 130px;
-       margin: 0px;
-       padding: 0px;
-       
-       font-size: 70%;
-       
-       border-width: 1px;
-       border-style: solid;
-       border-color: black;
-
-       background: #ffffff url(quickb.jpg) top left fixed repeat-y; 
-}
-
-#quickmenu ul {
-       list-style-type: none;
-       margin: 0;
-       padding: 0;
-}
-#quickmenu p {
-       padding: 5px;
-       margin: 0px;
-       text-align: justify;
-}
-#quickmenu li {
-       padding: 0;
-       margin: 0;
-       text-align: center;
-       border-bottom: 1px solid #ccc;
-}
-#quickmenu a {
-       display: block;
-       padding: 5px;
-       font-size: 1em;
-       line-height: 1.5em;
-       text-decoration: none;
-       font-family: verdana, lucida, arial, helvetica, sans-serif;
-}
-*>#quickmenu a {
-       font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
-}
-#quickmenu a:hover {
-       background: #ffffff url(quickb-hover.jpg) top left fixed repeat-y; 
-       color: #000;
-       letter-spacing: 1px;
-}
-
-#quickmenu h2 {
-       font-size: small;
-       text-align: center;
-       padding: 1px 0px 1px 0px;
-       margin: 0px;
-       border-bottom: 1px solid #bbb;  
-       background-color: #ddd;
-       color: #000;
-}
-#quickmenu form {
-       margin: 0;
-       padding: 5px;
-       text-align: center;
-}
-#quickmenu option {
-       font-size: 0.9em;
-}
-
-.loginname {
-       float: right;
-       font-size: small;
-       text-align: right;
-       line-height: normal;
-       padding-left: 5px;
-       background-color: white;
-}
-
-#content h2 {
-       color: #596d9d; 
-
-       border-color: gray;
-       border-style: dashed;
-       border-width: 0px 0px 1px 0px;
-
-       font-size: large;
-       line-height: 120%;
-
-       text-decoration: none;
-       font-weight: bold; 
-
-}
-
-#content h3 {
-       border-color: gray;
-       border-style: dotted;
-       border-width: 0px 0px 1px 0px;
-       font-size: medium;
-       font-weight: normal;
-       line-height: 120%;
-
-       color: gray;
-       padding-left: 20px;
-       letter-spacing: 2;
-}
-
-#content .note, pre {
-       background-color: #ddd;
-       padding: 5px;
-}
-
-pre {
-       margin-left: 10px;
-}
-
-table {
-       border: none;
-       width: 100%;
-       border-collapse: collapse;
-       margin-bottom: 10px;
-       margin-top: 10px;       
-}
-
-.batchoperations {
-       background-color: #eef;
-       width: auto;
-       padding: 5px;
-       text-align: right;
-}
-
-th {
-       background-color: #bbc;
-       color: #000;
-       font-size: small;
-}
-
-th, td {
-       padding: 4px;
-       empty-cells: show;      
-}
-
-td {
-       background-color: #fff;
-       border: 1px solid #ddd;
-       font-size: small;
-       vertical-align: top;
-       text-align: left;
-}
-
-td a:link, td a:visited { 
-       text-decoration: underline;
-       color: black;
-       font-weight: normal;
-}
-td a:hover {
-       color: #1D3565;
-       text-decoration: underline;
-}
-
-td.draft, td.future {
-       background-color: #ffe;
-}
-
-tr.highlighted td {
-       background-color: green;
-}
-
-a:link, a:visited {
-       color: #1D3565;
-       font-weight: bold;
-       text-decoration: none;
-}
-a:hover {
-       text-decoration: underline;
-}
-
-table.navigation td, table.navigation th {
-       border: none;
-}
-
-/* footer */
-.foot {
-
- padding: 2px 0px 2px 10px;
- margin:10px -10px 0 -10px;
- text-align: center;
-}
-
-form {
-       margin-bottom: 0px;
-}
-
-input.transparent {
-       background-color: transparent;
-}
-
-/* a div that has an indent */
-div.indent {
-       margin-left: 40px;
-}
-
-/* 
-       font size tricks, to make it work in all browsers
-       
-       See: 
-       http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html
-
-       (netscape 4 trick is left out, Nucleus doesn't work anyway in that browser)     
-       #content should be 'small' (in standard-compliant browsers)
-       
-*/
-
-#content {
-  font-size: small;
-  voice-family: "\"}\"";
-  voice-family: inherit;
-  font-size: small;
-}
-html>body #content { font-size: small; }
-
-
-img.skinpreview {
-       border: 1px solid #ccc;
-}
+\r
+body {\r
+       background: #ffffff; \r
+       background:url(background.png) repeat-x;\r
+\r
+}\r
+\r
+body, td, th, a, li, ul, textarea {\r
+/*     color: #000; modify */\r
+       color: #333\r
+/*     font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;*/\r
+/*     font-family: "Hiragino Kaku Gothic Pro W3", "Meiryo", "MS PGothic", "Osaka", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif; */\r
+       font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック", "MS PGothic", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
+}\r
+\r
+/* basic link appearance */\r
+a:link, a:visited {\r
+       color: #1D3565;\r
+       font-weight: bold;\r
+       text-decoration: none;\r
+}\r
+\r
+a:hover {\r
+       text-decoration: underline;\r
+}\r
+\r
+/* textareas */\r
+textarea {\r
+  font-size: small;\r
+  \r
+       line-height:145%;/* add */\r
+       padding:5px;/* add */\r
+       \r
+/*  font-family: "Hiragino Kaku Gothic Pro W3", "MS PGothic", "Osaka", sans-serif;\r
+}\r
+\r
+*>textarea {*/\r
+  width: 95%;\r
+}\r
+\r
+/* textareas for skin/template editing have monospace fonts */\r
+textarea.skinedit, textarea.templateedit {\r
+/*     font-family: "Hiragino Kaku Gothic Pro W3", "MS PGothic", "Osaka", monospace;\r
+/* except MacIE \*//*\r
+       font-family: monospace;\r
+/* end */\r
+       font-size: medium;\r
+}\r
+\r
+/* add start */\r
+textarea#inputbody,textarea#inputmore {\r
+       width:500px;\r
+       margin:5px 3px;\r
+}\r
+\r
+textarea.pluginoption {\r
+       width:420px;\r
+}\r
+/* add end */\r
+\r
+/* images */\r
+img {\r
+       border: none; \r
+}\r
+\r
+img.skinpreview {\r
+       border: 1px solid #ccc;\r
+}\r
+\r
+/* forms */\r
+form {\r
+       margin-bottom: 0px;\r
+}\r
+\r
+label {\r
+       cursor: pointer; \r
+}\r
+\r
+input.transparent {\r
+       background-color: transparent;\r
+}\r
+\r
+/* preformatted text */\r
+pre {\r
+       margin-left: 10px;\r
+}\r
+\r
+/* a div that has an indent */\r
+div.indent {\r
+       margin-left: 40px;\r
+}\r
+\r
+.skip {\r
+       display: none; \r
+}\r
+\r
+.error {\r
+       color: red;\r
+       font-size: 1.2em; \r
+}\r
+\r
+/* header */\r
+h1 {\r
+       text-align: right;\r
+       font-size: 30px;\r
+       font-weight: 900;\r
+       letter-spacing: 0.1em;\r
+       /*color: #0001AA;       */\r
+       color: #596d9d;\r
+       margin: 0 0 5px 135px;\r
+       height: 35px;\r
+       /*display: none;        hide the header if you don't want it*/\r
+\r
+}\r
+\r
+/* quick menu on left */\r
+/* \r
+       It's a real pain getting this absolute positioning to work correctly\r
+       in all browsers. IE in particular seems to have a lot of trouble, even\r
+       when a valid doctype is present. Because of the way it is solved currently,\r
+       the top of the quickmenu and the contents will not line up\r
+*/\r
+#quickmenu {\r
+       position: absolute;\r
+       overflow: hidden;\r
+       \r
+       top: 10px;\r
+       left: 10px;\r
+\r
+       width: 150px;\r
+       margin: 0px;\r
+       padding: 0px;\r
+       \r
+       font-size: 70%;\r
+       color:#333;/* add */\r
+       \r
+       border-width: 1px;\r
+       border-style: solid;\r
+/*     border-color: black; modify */\r
+       border-color: #bbb;\r
+\r
+       background: #ffffff url(quickb.jpg) top left fixed repeat-y; \r
+}\r
+\r
+#quickmenu ul {\r
+       list-style-type: none;\r
+       margin: 0;\r
+       padding: 0;\r
+}\r
+\r
+#quickmenu li {\r
+       padding: 0;\r
+       margin: 0;\r
+       text-align: center;\r
+       border-bottom: 1px solid #ccc;\r
+}\r
+\r
+#quickmenu p {\r
+       padding: 5px;\r
+       margin: 0px;\r
+       text-align: justify;\r
+}\r
+\r
+#quickmenu a {\r
+       display: block;\r
+       padding: 5px;\r
+       font-size: 1em;\r
+       line-height: 1.5em;\r
+       text-decoration: none;\r
+/*     font-family: verdana, lucida, arial, helvetica, sans-serif;\r
+}\r
+\r
+*>#quickmenu a {\r
+       font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
+*/\r
+}\r
+\r
+#quickmenu a:hover {\r
+       background: #ffffff url(quickb-hover.jpg) top left fixed repeat-y; \r
+/*     color: #000; modify */\r
+       color: #333;\r
+       letter-spacing: 1px;\r
+       white-space: nowrap; /* add */\r
+}\r
+\r
+#quickmenu h2 {\r
+       font-size: small;\r
+       text-align: center;\r
+       padding: 1px 0px 1px 0px;\r
+       margin: 0px;\r
+       border-bottom: 1px solid #bbb;  \r
+       background-color: #ddd;\r
+/*     color: #000; modify */\r
+       color: #333;\r
+}\r
+\r
+#quickmenu form {\r
+       margin: 0;\r
+       padding: 5px;\r
+       text-align: center;\r
+}\r
+\r
+#quickmenu option {\r
+       font-size: 0.9em;\r
+}\r
+\r
+.loginname {\r
+       float: right;\r
+       font-size: small;\r
+       text-align: right;\r
+       line-height: normal;\r
+       padding-left: 5px;\r
+       background-color: white;\r
+}\r
+\r
+/* page content */\r
+#content {\r
+   margin-left:163px;\r
+       font-style: normal;\r
+       text-decoration: none;\r
+/*     color: black; modify */\r
+       color: #333;\r
+       text-align: justify;\r
+       line-height: 13pt;\r
+\r
+       border-width: 1px;\r
+       border-style: solid;\r
+/*     border-color: black; modify */\r
+       border-color: #bbb;\r
+       \r
+       /* rounded borders in gecko-based browsers? why not :) */\r
+       -moz-border-radius: 10px;\r
+\r
+       /* rounded borders in webkit-based browsers? why not :) */\r
+       -webkit-border-radius: 10px;\r
+\r
+       /* rounded borders in css3-based browsers? why not :) */\r
+       border-radius: 10px;\r
+\r
+       padding: 10px 10px 0 10px;\r
+\r
+       background-color: white;\r
+\r
+}\r
+\r
+#content h2 {\r
+       color: #596d9d; \r
+\r
+       border-color: gray;\r
+       border-style: dashed;\r
+       border-width: 0px 0px 1px 0px;\r
+\r
+       font-size: large;\r
+       line-height: 120%;\r
+\r
+       text-decoration: none;\r
+       font-weight: bold; \r
+       letter-spacing: 2px;/* add */\r
+}\r
+\r
+#content h3 {\r
+/*     border-color: gray;\r
+       border-style: dotted;\r
+       border-width: 0px 0px 1px 0px; modify */\r
+\r
+       border-color: #596d9d;\r
+       border-style: solid;\r
+       border-width: 0px 0px 0px 5px;\r
+\r
+       font-size: medium;\r
+       font-weight: normal;\r
+       line-height: 120%;\r
+\r
+/*     color: gray;\r
+       padding-left: 20px;\r
+       letter-spacing: 2; modify */\r
+\r
+       color: #596d9d;\r
+       padding-left: 8px;\r
+       letter-spacing: 2px;\r
+       margin-left:5px;/* add */\r
+}\r
+\r
+/* add start */\r
+#content ul {\r
+       line-height:1.5em;\r
+/*     list-style-type:square;*/\r
+       margin:0 0 0.5em 30px;\r
+       padding:0;\r
+       list-style-image:url(bullet.gif);\r
+}\r
+/* add end */\r
+\r
+#content .note, pre {\r
+       background-color: #ddd;\r
+       padding: 5px;\r
+}\r
+\r
+/* \r
+       font size tricks, to make it work in all browsers\r
+\r
+       See:\r
+       http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html\r
+\r
+       (netscape 4 trick is left out, Nucleus doesn't work anyway in that browser)     \r
+       #content should be 'small' (in standard-compliant browsers)\r
+\r
+*/\r
+\r
+#content {\r
+  font-size: small;\r
+  voice-family: "\"}\"";\r
+  voice-family: inherit;\r
+  font-size: small;\r
+}\r
+html>body #content { font-size: small; }\r
+\r
+/* tables */\r
+table {\r
+       border: none;\r
+       width: 100%;\r
+       border-collapse: collapse;\r
+       margin-bottom: 10px;\r
+       margin-top: 10px;       \r
+}\r
+\r
+th {\r
+/*     background-color: #bbc; modify */\r
+       background-color: #ddd;\r
+/*     color: #000; modify */\r
+       color: #333;\r
+       font-size: small;\r
+       letter-spacing:1px;/* add */\r
+}\r
+\r
+th, td {\r
+       padding: 4px;\r
+       empty-cells: show;      \r
+}\r
+\r
+td {\r
+       background-color: #fff;\r
+       border: 1px solid #ddd;\r
+       font-size: small;\r
+       vertical-align: top;\r
+       text-align: left;\r
+}\r
+\r
+td a:link, td a:visited { \r
+       text-decoration: underline;\r
+/*     color: black; modify */\r
+       color: #333;\r
+       font-weight: normal;\r
+}\r
+\r
+td a:hover {\r
+       color: #1D3565;\r
+       text-decoration: underline;\r
+}\r
+\r
+td.draft, td.future {\r
+       background-color: #ffe;\r
+}\r
+\r
+tr.highlighted td {\r
+       background-color: green;\r
+}\r
+\r
+table.navigation td, table.navigation th {\r
+       border: none;\r
+}\r
+\r
+.batchoperations {\r
+       background-color: #eef;\r
+       width: auto;\r
+       padding: 5px;\r
+       text-align: right;\r
+}\r
+\r
+/* plugin list */\r
+#content table ul.list_comment_info,\r
+#content table ul.list_item_info,\r
+#content table ul.list_item_action,\r
+#content table ul.plugin_info,\r
+#content table ul.pluginlist_actions {\r
+       list-style-type: none;\r
+       list-style-image: none;\r
+       margin: 0 0 0.5em 5px;\r
+       line-height:1.1em;\r
+}\r
+\r
+.plugin_name {\r
+       font-weight: bold;\r
+}\r
+\r
+.plugin_desc h4 {\r
+       margin: 0;\r
+}\r
+\r
+.plugin_desc p {\r
+       margin-top: 0;\r
+}\r
+\r
+/* item list */\r
+#content table label.list_item_title {\r
+       font-size: 1.1em;\r
+       font-weight: bold;\r
+}\r
+\r
+.list_item_info_th {\r
+       width: 130px;\r
+}\r
+\r
+/* footer */\r
+.foot {\r
+ padding: 2px 0px 2px 10px;\r
+ margin:10px -10px 0 -10px;\r
+ text-align: center;\r
+}\r
+\r
+table .availableSkinTypes ul li {\r
+       list-style: none;\r
+}\r
diff --git a/nucleus/styles/background.png b/nucleus/styles/background.png
new file mode 100644 (file)
index 0000000..a1308eb
Binary files /dev/null and b/nucleus/styles/background.png differ
index 890b542..e85a379 100755 (executable)
@@ -1,3 +1,4 @@
+@charset 'UTF-8';\r
 /* 
        style definitions for the bookmarklet 
        
@@ -9,11 +10,12 @@ body {
        font-size: small;
        background: #fff;
        color: #000;
-    font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;
+/*    font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;*/
+       font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック", "MS PGothic", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
 }              
 
 textarea {
-       font-family: "Hiragino Kaku Gothic Pro W3", "MS P Gothic", "Osaka", sans-serif;
+/*     font-family: "Hiragino Kaku Gothic Pro W3", "MS P Gothic", "Osaka", sans-serif;*/
 }
 
 h1 {
@@ -48,13 +50,13 @@ h1 {
     border-right: 2px solid #8E8EAB;
     border-bottom: 2px solid #8E8EAB;
     color: #000000;
-    font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;
+/*    font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;*/
     font-weight: bold;   
 }
 
 .contentblock {
        /*background: #ddd;*/
-       height: 450px;
+       height: 500px;
        overflow: auto; /* temporary removed, to make the select box work in Mozilla */
        padding: 1px;
     margin: 0px;
diff --git a/nucleus/styles/bullet.gif b/nucleus/styles/bullet.gif
new file mode 100644 (file)
index 0000000..b43de48
Binary files /dev/null and b/nucleus/styles/bullet.gif differ
index eb19d6b..462f799 100755 (executable)
-/*
-       documentation style
-       
-       $Id$
-       $NucleusJP: manual.css,v 1.4 2006/07/12 07:11:48 kimitake Exp $
-*/
-
-body {
-       background-color: #fff;
-       color: #000;
-       font-family: verdana, arial;
-       font-size: small;
-}
-
-@media screen {
-       body {
-               margin-left: 10%;
-               margin-right: 10%;
-       }
-}
-
-@media print {
-       pre, .note, td, th {
-               border: 1px dashed gray;
-       }
-}
-
-img {
-       border: none;
-}
-
-a:link, a:visited {
-       color: #1D3565; 
-       font-weight: bold;
-       text-decoration: none;
-}
-a: hover {
-       text-decoration: underline;
-}
-
-.heading {
-       text-align: center;
-       font-size: xx-large;
-       font-weight: bold;
-       color: gray;    
-}
-
-.heading i {
-       position: absolute;
-       top: 5px;
-       right: 5px;
-       font-size: small;
-       font-style: normal;
-       font-weight: normal;
-}
-
-p:first-letter {
-       font-size: large;
-}
-
-p {
-       text-indent: 20px;
-}
-
-h1 {
-       border-bottom: 1px dotted gray;
-       font-size: x-large;
-       color: #596d9d;
-}
-
-h2 {
-       color: gray;
-       font-size: large;
-       margin-left: 20px;
-       text-indent: 10px;
-       border-bottom: 1px solid #ddd;
-}
-
-pre, .note, .faq .answer {
-       background-color: #ddd;
-       padding: 10px;
-       font-size: small;
-}
-
-.screenshot {
-       text-align: center;
-       background-color: #ddd;
-       padding: 10px;
-}
-
-.faq .question {
-       font-weight: bold;
-       margin-bottom: 0px;
-}
-
-.faq .answer {
-
-}
-
-.faq {
-       margin-bottom: 20px;
-}
-
-table {
-       border: none;
-}
-
-th {
-       background-color: linen;
-       font-size: medium;
-}
-
-th, td {
-       padding: 5px;
-}
-
-td {
-       background-color: #dddddd;
-       font-size: small;
-       vertical-align: top;
-       text-align: left;
-}
-
-input, select, option, textarea {
-       background-color: transparent;
-}
-
-.deprecated {
-       border: 3px solid red;
-       padding: 5px;
-       font-size: medium;
-}
-
-tt, code, samp {
-       font-size: small;
-}
-
-.warning {
-       color: red;
-}
-.ok {
-       color: green;
-}
-
-acronym, abbr {
-       border-bottom: 1px dotted gray;
-       cursor: help;
-}
-
-label {
-       cursor: hand;
-}
+@charset 'UTF-8';\r
+\r
+/*\r
+       documentation style\r
+       \r
+       $Id$\r
+       $NucleusJP: manual.css,v 1.4 2006/07/12 07:11:48 kimitake Exp $\r
+*/\r
+\r
+body {\r
+       background-color: #fff;\r
+       color: #000;\r
+/*     font-family: verdana, arial;\r
+       font-size: small;*/\r
+       font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック", "MS PGothic", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
+       font-size: small;\r
+}\r
+\r
+@media screen {\r
+       body {\r
+               margin-left: 10%;\r
+               margin-right: 10%;\r
+       }\r
+}\r
+\r
+@media print {\r
+       pre, .note, td, th {\r
+               border: 1px dashed gray;\r
+       }\r
+}\r
+\r
+img {\r
+       border: none;\r
+}\r
+\r
+a:link, a:visited {\r
+       color: #1D3565; \r
+       font-weight: bold;\r
+       text-decoration: none;\r
+}\r
+a: hover {\r
+       text-decoration: underline;\r
+}\r
+\r
+.heading {\r
+       text-align: center;\r
+       font-size: xx-large;\r
+       font-weight: bold;\r
+       color: gray;    \r
+}\r
+\r
+.heading i {\r
+       position: absolute;\r
+       top: 5px;\r
+       right: 5px;\r
+       font-size: small;\r
+       font-style: normal;\r
+       font-weight: normal;\r
+}\r
+\r
+p:first-letter {\r
+       font-size: large;\r
+}\r
+\r
+p {\r
+       text-indent: 20px;\r
+}\r
+\r
+h1 {\r
+       border-bottom: 1px dotted gray;\r
+       font-size: x-large;\r
+       color: #596d9d;\r
+}\r
+\r
+h2 {\r
+       color: gray;\r
+       font-size: large;\r
+       margin-left: 20px;\r
+       text-indent: 10px;\r
+       border-bottom: 1px solid #ddd;\r
+}\r
+\r
+pre, .note, .faq .answer {\r
+       background-color: #ddd;\r
+       padding: 10px;\r
+       font-size: small;\r
+}\r
+\r
+.screenshot {\r
+       text-align: center;\r
+       background-color: #ddd;\r
+       padding: 10px;\r
+}\r
+\r
+.faq .question {\r
+       font-weight: bold;\r
+       margin-bottom: 0px;\r
+}\r
+\r
+.faq .answer {\r
+\r
+}\r
+\r
+.faq {\r
+       margin-bottom: 20px;\r
+}\r
+\r
+table {\r
+       border: none;\r
+}\r
+\r
+th {\r
+       background-color: linen;\r
+       font-size: medium;\r
+}\r
+\r
+th, td {\r
+       padding: 5px;\r
+}\r
+\r
+td {\r
+       background-color: #dddddd;\r
+       font-size: small;\r
+       vertical-align: top;\r
+       text-align: left;\r
+}\r
+\r
+input, select, option, textarea {\r
+       background-color: transparent;\r
+}\r
+\r
+.deprecated {\r
+       border: 3px solid red;\r
+       padding: 5px;\r
+       font-size: medium;\r
+}\r
+\r
+tt, code, samp {\r
+       font-size: small;\r
+}\r
+\r
+.warning {\r
+       color: red;\r
+}\r
+.ok {\r
+       color: green;\r
+}\r
+\r
+acronym, abbr {\r
+       border-bottom: 1px dotted gray;\r
+       cursor: help;\r
+}\r
+\r
+label {\r
+       cursor: hand;\r
+}\r
+\r
+\r
+#fontSizeCanger {\r
+       position: fixed;\r
+       top: 20px;\r
+       left: 50px;\r
+       font-size: medium !important;\r
+}\r
+\r
+#fontSizeCanger a {\r
+       font-weight: normal;\r
+       border: 1px dotted gray;\r
+       padding: 0 3px;\r
+}\r
+\r
+#fontSizeCanger a#fontSmall {\r
+       font-weight: bold;\r
+}\r
+\r
+#fontSizeCanger a:hover {\r
+       color: #fff;\r
+       background-color: #1D3565;\r
+}\r
index c1ba31a..686306b 100755 (executable)
@@ -1,3 +1,4 @@
+@charset 'UTF-8';\r
 /*
        media library popup
        
@@ -6,7 +7,8 @@
 */
 
 body {
-       font-family: verdana, arial;
+/*     font-family: verdana, arial;*/\r
+       font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック", "MS PGothic", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
        font-size: small;
        background-color: #fff;
        color: #000;
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/nucleus/styles/quickb-hover_org.jpg b/nucleus/styles/quickb-hover_org.jpg
new file mode 100755 (executable)
index 0000000..87d7e5a
Binary files /dev/null and b/nucleus/styles/quickb-hover_org.jpg differ
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/nucleus/styles/quickb_org.jpg b/nucleus/styles/quickb_org.jpg
new file mode 100755 (executable)
index 0000000..b617305
Binary files /dev/null and b/nucleus/styles/quickb_org.jpg differ