Others/PukiWiki Plus!
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#contents
#br
* 情報 [#m9d3e276]
- http://pukiwiki.cafelounge.net/plus/
- RSS
#showrss(http://pukiwiki.cafelounge.net/plus/index.php?cm...
* コード [#s9000402]
- 記号
|コード|記号|h
|!|!|
|"|"|
|#|#|
|$|$|
|%|%|
|&|&|
|'|'|
|(|(|
|)|)|
|*|*|
|+|+|
|,|,|
|-|-|
|.|.|
|/|/|
|:|:|
|&#x3b;|;|
|&#x3c;|<|
|&#x3d;|=|
|&#x3e;|>|
|&#x3f;|?|
|&#x40;|@|
|&#x5b;|[|
|&#xa5;|¥|
|&#x5d;|]|
|&#x5e;|^|
|&#x5f;|_|
|&#x60;|`|
|&#x7b;|{|
|&#x7c;|||
|&#x7d;|}|
|&#x203e;|‾|
* Config [#jc4efd2e]
** 見出し編集 [#ud3fcdad]
/////////////////////////////////////////////////
// 見出しごとの編集を可能にする.
//
// 見出し行の固有のアンカ自動挿入されているとき
// のみ有効です
$fixed_heading_edited = 1;
** Read only 設定 [#yee386ff]
// PKWK_READONLY - Prohibits editing and maintain via WWW
// NOTE: Counter-related functions will work now (coun...
if (! defined('PKWK_READONLY'))
define('PKWK_READONLY', 2); // 0,1,2,3,4
** アカウント設定 [#te8516be]
$auth_users = array(
'user' => array('{x-php-md5}XXXXXXXXXXXXXXXXXX...
* Skin [#l9ade5a9]
** 背景色を灰に [#w61e34e9]
21 body
22 {
23 >.......color:#333322;
24 >.......background-color:#c0c0c0;
** リンク色を黒に [#hf3e841e]
44 a:link
45 {
46 >.......color:black;
51 a:active
52 {
53 >.......color:black;
54 >.......background-color:#CCDDEE;
58 a:visited
59 {
60 >.......color:black;
65 a:hover
66 {
67 >.......color:black;
** 3 段階目の見出し [#f09d9d81]
122 h4, h5, h6
123 {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
133 border-bottom:2px dotted;
134 border-color:#fff8f8 #fff8f8 #ffcc66 #c0c...
** 整形済みテキスト [#cc160802]
- コマンド
158 pre
159 {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
168 font-size:90%;
line-height:110%;
169 color:#c0c0c0;
170 background-color:black;
- スコア
158 pre
159 {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
168 line-height:110%;
** メニューバーの幅 [#ya3b17cc]
- 180px を全て置換
width:120px;
** メニューバーの背景 [#m305af60]
963 td.ltable
964 {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
967 background-color: #FFFCEE; 削除
** 更新履歴の表示乱れ修正 [#r1ca52d0]
917 ul.recent_list
918 {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
920 >.......margin:0px 0px 0px 10px;
** 見出しの高さ [#r001e1c4]
512 div#menubar h4
513 {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
515 >.......padding:0px;
521 div#menubar h5
522 {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
524 >.......padding:0px;
** 再下段のリンク [#eed57f7b]
623 div#related
624 {
625 display: none;
終了行:
#contents
#br
* 情報 [#m9d3e276]
- http://pukiwiki.cafelounge.net/plus/
- RSS
#showrss(http://pukiwiki.cafelounge.net/plus/index.php?cm...
* コード [#s9000402]
- 記号
|コード|記号|h
|&#x21;|!|
|&#x22;|"|
|&#x23;|#|
|&#x24;|$|
|&#x25;|%|
|&#x26;|&|
|&#x27;|'|
|&#x28;|(|
|&#x29;|)|
|&#x2a;|*|
|&#x2b;|+|
|&#x2c;|,|
|&#x2d;|-|
|&#x2e;|.|
|&#x2f;|/|
|&#x3a;|:|
|&#x3b;|;|
|&#x3c;|<|
|&#x3d;|=|
|&#x3e;|>|
|&#x3f;|?|
|&#x40;|@|
|&#x5b;|[|
|&#xa5;|¥|
|&#x5d;|]|
|&#x5e;|^|
|&#x5f;|_|
|&#x60;|`|
|&#x7b;|{|
|&#x7c;|||
|&#x7d;|}|
|&#x203e;|‾|
* Config [#jc4efd2e]
** 見出し編集 [#ud3fcdad]
/////////////////////////////////////////////////
// 見出しごとの編集を可能にする.
//
// 見出し行の固有のアンカ自動挿入されているとき
// のみ有効です
$fixed_heading_edited = 1;
** Read only 設定 [#yee386ff]
// PKWK_READONLY - Prohibits editing and maintain via WWW
// NOTE: Counter-related functions will work now (coun...
if (! defined('PKWK_READONLY'))
define('PKWK_READONLY', 2); // 0,1,2,3,4
** アカウント設定 [#te8516be]
$auth_users = array(
'user' => array('{x-php-md5}XXXXXXXXXXXXXXXXXX...
* Skin [#l9ade5a9]
** 背景色を灰に [#w61e34e9]
21 body
22 {
23 >.......color:#333322;
24 >.......background-color:#c0c0c0;
** リンク色を黒に [#hf3e841e]
44 a:link
45 {
46 >.......color:black;
51 a:active
52 {
53 >.......color:black;
54 >.......background-color:#CCDDEE;
58 a:visited
59 {
60 >.......color:black;
65 a:hover
66 {
67 >.......color:black;
** 3 段階目の見出し [#f09d9d81]
122 h4, h5, h6
123 {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
133 border-bottom:2px dotted;
134 border-color:#fff8f8 #fff8f8 #ffcc66 #c0c...
** 整形済みテキスト [#cc160802]
- コマンド
158 pre
159 {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
168 font-size:90%;
line-height:110%;
169 color:#c0c0c0;
170 background-color:black;
- スコア
158 pre
159 {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
168 line-height:110%;
** メニューバーの幅 [#ya3b17cc]
- 180px を全て置換
width:120px;
** メニューバーの背景 [#m305af60]
963 td.ltable
964 {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
967 background-color: #FFFCEE; 削除
** 更新履歴の表示乱れ修正 [#r1ca52d0]
917 ul.recent_list
918 {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
920 >.......margin:0px 0px 0px 10px;
** 見出しの高さ [#r001e1c4]
512 div#menubar h4
513 {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
515 >.......padding:0px;
521 div#menubar h5
522 {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
524 >.......padding:0px;
** 再下段のリンク [#eed57f7b]
623 div#related
624 {
625 display: none;
ページ名: