#author("2018-01-22T23:18:09+09:00","","") #author("2018-01-22T23:18:51+09:00","","") #norelated #contents ---- **表組み位置替え [#e3b7b88a] plugin #ref(style.inc.php); pukiwiki.css.phpへ以下を追記 > .table_left .style_table { margin:auto auto auto 0px; } > .table_center .style_table { margin: auto; } > .table_right .style_table { margin:auto 0px auto auto; } > .table_left div.ie5 { text-align:left; } > .table_center div.ie5 { text-align:center; } > .table_right div.ie5 { text-align:right; } 使用法 #style(class=table_left){{ |table| }} #style(class=table_center){{ |table| }} #style(class=table_right){{ |table| }} [[参考URL:https://pukiwiki.osdn.jp/dev/?PukiWiki/1.4/%E3%81%A1%E3%82%87%E3%81%A3%E3%81%A8%E4%BE%BF%E5%88%A9%E3%81%AB/%E3%83%86%E3%83%BC%E3%83%96%E3%83%AB%E3%81%AE%E4%B8%AD%E5%A4%AE%E5%AF%84%E3%81%9Bor%E5%8F%B3%E5%AF%84%E3%81%9B]] ---- **表示を折りたたむ [#pdb1e137] plugin #ref(region.inc.php); #ref(endregion.inc.php); 変な改行が入ってしまうので以下補正 region.inc.php > 110 : <td id=rgn_summary$this->callcount style="&color(red){white-space: nowrap;};color:gray;border:gray 1px solid;$summarystyle">$this->description</td> > 118 : <td valign=top id=rgn_content$this->callcount style="&color(red){white-space: nowrap;};$contentstyle"> 使用法 #region(表題) 内容 #endregion [[参考URL:https://pukiwiki.osdn.jp/?%E8%87%AA%E4%BD%9C%E3%83%97%E3%83%A9%E3%82%B0%E3%82%A4%E3%83%B3/region.inc.php]] ---- **フロントページの名称変更 [#a70917a9] pukiwiki.ini.php > 129 : $defaultpage = '&color(red){Top};'; // Top / Default page **自動リンク無効 [#p9648426] pukiwiki.ini.php > 159 : $nowikiname = &color(red){1};; **タイトルの変更 [#u9b12d4c] skin/pukiwiki.skin.php > 93 : <h1 class="title">&color(red){<?php echo $page_title?> };<<?php echo $page?>></h1> **ロゴの変更 [#k9d1669f] skin/pukiwiki.skin.php > 15 :$_IMAGE['skin']['logo'] = '&color(red){snri.png};'; > 追加:&color(red){$_IMAGE['skin']['width'] = "248";}; > 追加:&color(red){$_IMAGE['skin']['height'] = "61";}; > 91 : <a href="<?php echo $link['top'] ?>"><img id="logo" src="<?php echo IMAGE_DIR . $image['logo'] ?>" width="&color(red){<?php echo $image['width'] ?>};" height="&color(red){<?php echo $image['height'] ?>};" alt="[PukiWiki]" title="[PukiWiki]" /></a> **menubarの幅変更(searchを配置するため) [#f1ff9a6a] pukiwiki.css.php > 356 : div#menubar { > 略 > 360 : width:&color(red){16};em;