無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
3sheet
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset={site_encoding}" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <title>{site_title}</title> <link rel="stylesheet" href="{site_css}" type="text/css" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="{site_rss}" /> <link rel="alternate" type="application/atom+xml" href="{site_atom}" /> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> <a name="top"></a> <div style="width:850px;margin:0 auto;"> <table width="850px" border="0" cellspacing="0" cellpadding="0" style="background:#FFF; "> <!--Header--> <tr> <td height="120" valign="bottom"> <table width="830" height="90" border="0" cellspacing="0" cellpadding="0" style=" margin:20px auto 10px auto;border:1px #666 solid;"> <tr><td valign="bottom" style=" background:url(http://www1.ocn.ne.jp/~r-ash/blog/btitle2.jpg) no-repeat; background-position:4px 4px;"> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> </td></tr> </table> </td> </tr> <!--//Header--> <tr><td height="5" style="background: url(./template/3sheet/img/colorbar.gif);"><!----></td></tr> <tr> <td height="25" align="center" valign="middle"> <!-- BEGIN calendar --><div class="calendar">{calendar_horizontal}</a><!-- END calendar --> </td> </tr> </table> <!--Body--> <table width="850" border="0" cellspacing="0" cellpadding="0" style="margin:10px 0; "> <tr valign="top"> <!--left--> <td width="200" id="left"> <!-- BEGIN amazon --> <div class="linktitle">RECOMMEND</div> <div class="linktext"> {amazon_item} </div> <!-- END amazon --> <!-- BEGIN link --> <div class="linktitle">LINKS</div> <div class="linktext"> {link_list} </div> <!-- END link --> <!-- BEGIN profile --> <div class="linktitle">PROFILE</div> <div class="linktext"> {user_list} </div> <!-- END profile --> <!-- search --> <form method="get" action=""> <div class="linktitle">SEARCH</div> <div class="linktext"> <input id="search" name="search" size="20" style="width:140px" class="form" /><input type="submit" value="Search" class="button" /> </div> </form> <!-- /search/ --> </td> <td width="10"><img src="./template/3sheet/img/sp.gif" width="10" height"1"></td> <!--center--> <td width="430" id="center"> <!-- BEGIN sequel --> <div class="entry_navi">{prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <div class="entry_date">{entry_date} {entry_time}</div> <div class="entry_title">{entry_title}</div> <div class="entry_body"> {entry_description} </div> <a name="sequel"></a> <div class="entry_more"> {entry_sequel} </div> <table width="100%" height="12" border="0" cellspacing="0" cellpadding="0"> <tr valign="bottom"> <td><div class="entry_state">| {user_name} | {category_name} | {comment_num} | {trackback_num} | </div></td> <td align="right"><div class="pagetop"><a href="#top">▲</a></div></td> </tr> </table> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <div class="entry_date">Comment</div> <!-- BEGIN comment --> <div class="comment"> <div class="comment_state"> {comment_name} ({comment_time}) </div> <div class="entry_body"> {comment_description} </div> </div> <!-- END comment --> <div class="entry_body"> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" /> <label for="name">name:</label><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:200px;" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:200px;" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:350px;"></textarea><br /> <br /> <input tabindex="5" type="submit" value="コメント送信" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookieに登録</label> </form> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="entry" style="border-bottom:none;"> <div class="entry_date">Trackback</div> <div class="entry_body"> url: {trackback_url} </div> <!-- BEGIN trackback --> <div class="entry_title">{trackback_title}</div> <div class="entry_body">{trackback_excerpt}</div> <div class="entry_state"> | {trackback_blog_name} | {trackback_time} | </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry"> <div class="entry_date">Profile</div> <div class="entry_title">{profile_name}</div> <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> <!-- BEGIN page --> <div class="paging"><a href="{prev_page_url}"><new</a> | <a href="./">top</a> | <a href="{next_page_url}">old></a></div> <!-- END page --> </td> <td width="10"><img src="./template/3sheet/img/sp.gif" width="10" height"1"></td> <!--right--> <td width="200" id="right"> <!-- BEGIN selected_entry --> <div class="linktitle">SELECTED ENTRIES</div> <div class="linktext"> {selected_entry_list} </div> <!-- END selected_entry --> <!-- BEGIN recent_comment --> <div class="linktitle"> RECENT COMMENTS</div> <div class="linktext"> {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN category --> <div class="linktitle">CATEGORIES</div> <div class="linktext"> {category_list} </div> <!-- END category --> <!-- BEGIN archives --> <div class="linktitle">ARCHIVES</div> <div class="linktext"> {archives_list} </div> <!-- END archives --> <!-- <!-- BEGIN recent_trackback --> <div class="linktitle">RECENT TRACKBACK</div> <div class="linktext"> {recent_trackback_list} </div> <!-- END recent_trackback --> --> <!-- powered --> <div class="linktitle">OTHERS</div> <div class="linktext"> <ul> <li><a href="./admin/">管理者ページ</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> </ul> <div class="jugem_bana"> {powered} </div> </div> <!-- /powered/ --> {ad} </td> </tr> </table> <!--footer--> <table width="850" border="0" cellspacing="0" cellpadding="0"style="background:#FFF;"> <tr><td height="25" align="center" valign="middle" class="copyright"> {copyright} </td></tr> <tr><td height="20"><!----></td></tr> </table> </div> </body> </html>
CSS
body { color: #999; background: #B9B9B9; margin: 0px; padding: 0px; } a, a:link, a:visited {color:#666; text-decoration:none; border-bottom:none;} a:active, a:hover {color:#333F86; text-decoration:none; border-bottom:1px dotted;} #left { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; color: #CC0000; background: #FFF url(http://www1.ocn.ne.jp/~r-ash/blog/bbg2.JPG) repeat-y; border-top: 20px #CC0000 solid; } #center { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; background: #FFF url(http://www1.ocn.ne.jp/~r-ash/blog/bbg2.JPG) repeat-y; ; border-top: 20px #333F86 solid; } #right { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; color: #DBB653; background: #FFF url(http://www1.ocn.ne.jp/~r-ash/blog/bbg2.JPG) repeat-y; border-top: 20px #DBB653 solid; } ul { list-style: none; margin: 0px; padding: 0px; } input, textarea { border:1px #778899 solid; color: #666; background: #FFF; } .pict { padding: 4px; border: 1px solid; } h1 { margin: 0px; padding: 0px; } .site_title { color: #FFF; font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 20px; margin:0px 0px 0px 10px; } .site_title a, .site_title a:link, .site_title a:visited, .site_title a:active, .site_title a:hover {color:#FFF;text-decoration:none;border-bottom:none;} .description { color:#FFF; font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; margin: 0px 0px 10px 10px; } /* ENTRY---------------------------------------------------------------------- */ .entry { margin: 0px; padding-bottom:20px; border-bottom: 1px #333F86 dotted; } .entry_navi{ font-size:10px; text-align:center; padding:15px 0 5px 0; border-bottom: 1px #333F86 dotted; } .entry_date { font-family: "Verdana"; font-size: 24px; color: #FFFFFF; position: relative; top:-5px; } .entry_date a, .entry_date a:link, .entry_date a:visited, .entry_date a:active, .entry_date a:hover {color:#FFFFFF;} .entry_title { font-size: 10px; font-weight:bolder; color: #333F86; margin: 10px 0 20px; border-left: 8px #333F86 solid; padding-left: 4px; } .entry_body { font-size:12px; line-height:170%; padding: 0 15px; margin-bottom: 10px; } .entry_more { font-size:12px; line-height:170%; padding: 0 15px; margin-bottom: 30px; } blockquote { font-size: 11px; background: #FAFAFA; margin: 10px; padding: 5px; border: 1px solid #CCC; } .entry_state { font-size:12px; margin: 0px 12px; } .pagetop { font-size: 11px; margin: 0px 12px; } .comment { font-size: 12px; margin:10px 0; } .comment_state { font-size: 10px; border-left: 8px #778899 solid; padding-left: 4px; color: #778899; } .paging { font-size: 12px; text-align: center; margin: 5px 0 30px 0; } /* SIDE---------------------------------------------------------------------- */ .linktitle { font-size:12px; font-weight: bolder; margin-top: 15px; padding-left: 4px; border-left: 8px solid; } .linktext { font-size:10px; color: #999; padding: 10px 10px 20px 10px; border-bottom:1px dotted; } /* FOOTER---------------------------------------------------------------------- */ .copyright { font-family: "Verdana"; font-size: 11px; } /* CALENDAR---------------------------------------------------------------------- */ .calendar { font-family: "Verdana"; font-size: 11px; } .today { background-color: #FFFF33; } .jugem_bana{ margin: 20px 1px 10px 0px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑