sen den gon ban

CSSテンプレート設定





画像付きセンデンゴン板スクリプトは、以下のような構造になっています。

document.write('

<article >
<a href=小説URL target=_top>
<img src=画像URL alt=タイトル class=thumb align=left width=60px height=60px style=-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;border:none;>
</a>
<div class=senden>
<p style=margin-bottom:3px>
<a href=小説URL class=title target=_top>小説タイトル</a>
</p>
<p class=story style=margin-bottom:0px>
宣伝文 ..(作者名 完結区分/長さ区分/雰囲気区分ジャンル<a href=ジャンルURL> ></a>)
</p>
</div>
<div style=clear:both;visibility:hidden;height:0;></div>#改行クリア
</article>
<hr class=line>

');

各クラスをCSSで設定することによって、自由にレイアウトできます。

CSS適用例

1,CSS未適用

2,タイル状テンプレート使用

3,このページのテンプレート使用

TOPへ