wiki作成上の作業メモ。

■ユーザ定義CSS のバックアップ

#tarea_wiki {
横幅(width)を500pxにしたい場合
min-width:500px ! important;
max-width:500px ! important;
width:500px! important;
縦幅(height)を1000pxにしたい場合
min-height:1000px ! important;
max-height:1000px ! important;
height:600px! important;
}


■記号について

読み 文字 
たて    │ ┃  
たてひだり ┨ ┥ ┤ ┫ 
たてみぎ  ┣ ┠ ┝ ├ 
ひだりうえ ┌ ┏ 
ひだりした └ ┗ 
ふとわく  ┗┻━┛ ┏┳━┓ 
ほそわく  └┴─┘ ┌┬─┐ 
まんなか  ┼ ╋ ┿ ╂ 
みぎうえ  ┐ ┓ 
みぎした  ┘ ┛ 
よこ    ─ ━ 
よこうえ  ┻ ┷ ┸ ┴ 
よこした  ┳ ┯ ┰ ┬ 
特殊文字・記号や罫線文字の入力一覧表
http://support.microsoft.com/kb/883172/ja
最終更新:2008年02月23日 16:31