表組み位置替え

plugin

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


表示を折りたたむ

plugin

変な改行が入ってしまうので以下補正

region.inc.php

110 : <td id=rgn_summary$this->callcount style="white-space: nowrap;color:gray;border:gray 1px solid;$summarystyle">$this->description</td>

118 : <td valign=top id=rgn_content$this->callcount style="white-space: nowrap;$contentstyle">

使用法

#region(表題)
内容
#endregion

参考URL


フロントページの名称変更

pukiwiki.ini.php

129 : $defaultpage = 'Top'; // Top / Default page

自動リンク無効

pukiwiki.ini.php

159 : $nowikiname = 1;

タイトルの変更

skin/pukiwiki.skin.php

93 : <h1 class="title"><?php echo $page_title?> <<?php echo $page?>></h1>

ロゴの変更

skin/pukiwiki.skin.php

15 :$_IMAGE['skin']['logo'] = 'snri.png';

追加:$_IMAGE['skin']['width'] = "248";

追加:$_IMAGE['skin']['height'] = "61";

91 : <a href="<?php echo $link['top'] ?>"><img id="logo" src="<?php echo IMAGE_DIR . $image['logo'] ?>" width="<?php echo $image['width'] ?>" height="<?php echo $image['height'] ?>" alt="[PukiWiki]" title="[PukiWiki]" /></a>

menubarの幅変更(searchを配置するため)

pukiwiki.css.php

360 : width:16em;


添付ファイル: fileregion.inc.php 809件 [詳細] fileendregion.inc.php 827件 [詳細] filestyle.inc.php 876件 [詳細]

トップ   編集 凍結解除 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2018-01-22 (月) 23:18:51 (2278d)