無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
Love token
テンプレートイメージ表示ページへ戻る
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" /> <strong><title>{site_title}</title></strong> <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 id="layout"> <!-- BEGIN title --> <div id="header"> <strong><h1 class="site_title">{blog_name}</h1></strong> <strong><div class="description">{blog_description}</div></strong> </div> <br class="clear" /> <!-- END title --> <div id="contents"> <div id="left"> <!-- BEGIN calendar --> <div class="linktitle">Calendar</div> <div class="calendar"> <table border="0" cellpadding="1" cellspacing="1"> <tr align="center"> <td class="cell" style="color:#CC0000">S</td> <td class="cell" style="color:#696969;">M</td> <td class="cell" style="color:#696969;">T</td> <td class="cell" style="color:#696969;">W</td> <td class="cell" style="color:#696969;">T</td> <td class="cell" style="color:#696969;">F</td> <td class="cell" style="color:#0066CC">S</td> </tr> </table> {calendar} </div> <!-- END calendar --> <!-- BEGIN archives --> <div class="linktitle">Archives</div> <div class="linktext"> {archives_list} </div> <!-- END archives --> <!-- BEGIN category --> <div class="linktitle">Categories</div> <div class="linktext"> {category_list} </div> <!-- END category --> <!-- BEGIN amazon --> <div class="linktitle"> Recommend </div> <div class="linktext"> {amazon_item} </div> <!-- END amazon --> </div> <div id="center"> <div class="pad"> <!-- 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}</div> <div class="entry_author">author : {user_name} </div> <div class="entry_title">{entry_title}</div> <div class="entry_body">{entry_description}</div> <div class="entry_more">{entry_sequel}</div> <div class="entry_state">| {category_name} | {entry_time} | {comment_num} | {trackback_num} |</div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <div class="comment-title">Comments♪</div> <!-- BEGIN comment --> <div class="entry_body">{comment_description}</div> <div class="entry_state">| {comment_name} | {comment_time} |</div> <!-- END comment --> <div class="comment-title">Commentしませう♪</div> <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}" style="width:250px;" class="form_color" /> <label for="name">name:</label><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" style="width:250px;" class="form_color" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:250px;" class="form_color" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:250px;" class="form_color" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:300px;" class="form_color"></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"> <div class="trackback-title">この記事のトラックバックURL♪</div> <div class="entry_body">{trackback_url}</div> <div class="trackback-title">Track Back♪</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="page">{prev_page_link} | {page_now}/{page_num}PAGES | {next_page_link}</div> <!-- END page --> </div> </div> <div id="right"> <!-- BEGIN freespace1 --> {freespace_contents1} <!-- END freespace1 --> <!-- 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">Comments</div> <div class="linktext"> {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="linktitle">Track Backs</div> <div class="linktext"> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- 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 --> <!-- BEGIN freespace3 --> <div class="linktitle">Mobile</div> <div class="linktext"> {site_qrcode} </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> {freespace_contents4} <!-- END freespace4 --> <!-- search --> <div class="linktitle">Search</div> <form method="get" action=""> <div class="search"><br /> <input id="search" name="search" size="20" style="width:140px" class="form_color" /> <input type="submit" value="Search" class="button" /> </div> </form> <!-- /search/ --> <!-- 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"> <a href="http://jugem.jp/" target="_blank"><img src="../template/banner/powered_09b.gif" width="128" height="22" alt="みんなのブログポータル JUGEM" border="0" /></a> </div> </div> <!-- /powered/ --> {ad} </div> <br class="clear" /> </div> <!--footer --> <div id="footer"> <div class="copyright" align="center">{copyright}</div> <div class="linktext" align="right"><a href="#top">↑一番上に戻りませう〜♪</a></div> </div> </div> <!-- /footer/ --> </div> </body> </html>
CSS
body { margin: 0px auto; padding: 5px; background-color: #ffffff; background-image:url(http://img-cdn.jg.jugem.jp/822/13149/20070603_327097.gif); text-align: center; } .clear { clear: both; font: 0px/0px sans-serif ; } #layout { margin: 0 auto; width: 800px; text-align: left; } #header { } #contents #left { float: left; width: 160px; } #contents #center { float: left; width: 480px; } #contents #center .pad { padding : 0 20px; } #contents #right { float: right; width: 160px; } #footer { clear: both; } h1 { margin: 0px; padding: 0px; } ul { margin: 0px 0px 0px 15px; padding: 0px; } div, td { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; } .form_color { background: #ffffff; } a { color: #CD5C5C; text-decoration:none; } a:link { color: #CC6666; text-decoration:none;border-bottom : 1px dashed #CC6666; } a:visited { color: #BC8F8F; text-decoration:none;} a:active { color: #A9A9A9; text-decoration: none;} a:hover { color: #ffffff; text-decoration: none;background-color: #D19275;} .site_title a {color: #5C4033;text-decoration: none;} .site_title a:link {color: #5C4033;text-decoration: none;} .site_title a:visited {color: #5C4033;text-decoration: none;} .site_title a:active {color: #ffffff;text-decoration: none;} .site_title a:hover {color: #ffffff;text-decoration: none;} .site_title { background-image:url(http://img-cdn.jg.jugem.jp/822/13149/20070702_335029.JPG); background-color: #ffffff; font-family:"HG丸ゴシックM-PRO", "HG丸ゴシックM-PRO", "HG丸ゴシックM-PRO", "Osaka‐等幅"; font-size: 21px; font-weight: bolder; color: #5C4033; margin: 10px 80px 0px 25px; padding: 30px 10px 0px 25px; height: 280px; width: 680px; text-align: left; border-left: 2px solid #663300; border-right: 2px solid #663300; border-top: 2px solid #663300; } .description { background-color: #ffffff; font-family:"HG丸ゴシックM-PRO", "HG丸ゴシックM-PRO", "HG丸ゴシックM-PRO", "Osaka‐等幅"; font-size: 12px; color: #5C4033; margin: 0px 80px 20px 25px; padding: 5px 0px 10px 25px; width: 690px; text-align: left; border-left: 2px solid #663300; border-right: 2px solid #663300; border-bottom: 2px solid #663300; } .entry_navi{ font-size: 12px; color: #696969; margin: 0px 0px 0px 0px; text-align: center; } .entry { margin: 0px; padding: 0px; } .entry_date { background: url(http://img-cdn.jg.jugem.jp/822/13149/20070603_327099.gif) no-repeat 8% 60%; font-family: "Times New Roman Bold"; font-size: 23px; font-weight: bold; font-style : italic; color: #5C4033; margin: 15px 5px 0px 5px; padding: 20px 15px 15px 67px; background-color: #ffffff; border-left: 2px solid #663300; border-right: 2px solid #663300; border-top: 2px solid #663300; } .entry_title { background: url(http://img-cdn.jg.jugem.jp/822/13149/20070603_327104.gif) no-repeat 5% 50%; font-family:"HG丸ゴシックM-PRO", "HG丸ゴシックM-PRO", "HG丸ゴシックM-PRO", "Osaka‐等幅"; font-size: 13px; font-weight: bolder; color: #CC6666; margin: 0px 5px 0px 5px; padding: 15px 10px 15px 45px; background-color: #ffffff; border-left: 2px solid #663300; border-right: 2px solid #663300; } .entry_body { font-size: 12px; line-height: 170%; color: #663333; margin: 0px 5px 0px 5px; padding: 15px 15px 10px 20px; background-color: #ffffff; border-left: 2px solid #663300; border-right: 2px solid #663300; } .entry_author { background: url(http://img-cdn.jg.jugem.jp/822/13149/20070603_327100.gif) no-repeat 72% 50%; font-family: "Times New Roman Bold"; font-size: 11px; font-weight: bold; color: #5C4033; margin: 0px 5px 0px 5px; padding: 3px 10px 0px 5px; background-color: #ffffff; text-align: right; height: 20px; border-left: 2px solid #663300; border-right: 2px solid #663300; } .entry_more { font-size: 12px; line-height: 170%; color: #663333; margin: 0px 5px 0px 5px; padding: 15px 15px 10px 20px; background-color: #ffffff; border-left: 2px solid #663300; border-right: 2px solid #663300; } .entry_state { background: url(http://img-cdn.jg.jugem.jp/822/13149/20070603_327109.gif) repeat-x 0% 5%; font-size: 11px; color: #5C4033; margin: 0px 5px 0px 5px; padding: 40px 5px 15px 20px; background-color: #ffffff; border-left: 2px solid #663300; border-right: 2px solid #663300; border-bottom: 2px solid #663300; } .comment-title { background: url(http://img-cdn.jg.jugem.jp/822/13149/20070603_327106.gif) no-repeat 3% 50%; font-family:"HG丸ゴシックM-PRO", "HG丸ゴシックM-PRO", "HG丸ゴシックM-PRO", "Osaka‐等幅"; font-size: 14px; font-weight: bold; color: #CC6666; margin: 5px 5px 0px 5px; padding: 13px 15px 13px 45px; background-color: #ffffff; border-left: 2px solid #663300; border-right: 2px solid #663300; border-top: 2px solid #663300; border-bottom: 1px dotted #663300; } .trackback-title { background: url(http://img-cdn.jg.jugem.jp/822/13149/20070603_327106.gif) no-repeat 3% 50%; font-family:"HG丸ゴシックM-PRO", "HG丸ゴシックM-PRO", "HG丸ゴシックM-PRO", "Osaka‐等幅"; font-size: 14px; font-weight: bold; color: #CC6666; margin: 5px 5px 0px 5px; padding: 13px 15px 13px 45px; background-color: #ffffff; border-left: 2px solid #663300; border-right: 2px solid #663300; border-top: 2px solid #663300; border-bottom: 1px dotted #663300; } .pict { border-width: 1px; border-style: solid; border-color: #663300; } .page { font-family: "Times New Roman Bold"; font-size: 15px; font-weight: bold; color: #666666; padding: 5px 5px 5px 5px; margin: 20px 10px 0px 140px; text-align: center; text-decoration: border-bottom : 1px dashed #666666; background-color: #ffffff; width: 130px; border-left: 1px solid #663300; border-right: 1px solid #663300; } .linktitle { background: url(http://img-cdn.jg.jugem.jp/822/13149/20070603_327103.gif) no-repeat 5% 50%; font-family: "Times New Roman Bold"; font-size: 15px; font-weight: bold; font-style : italic; color: #663300; padding-bottom: 3px; background-color: #ffffff; line-height: 170%; margin: 15px 0px 0px 5px; padding: 3px 2px 3px 33px; border-left: 2px solid #663300; border-right: 2px solid #663300; border-top: 2px solid #663300; border-bottom: 1px dashed #663300; } .linktext { font-size: 10px; color: #663333; line-height: 170%; padding: 3px 5px 5px 3px; margin: 0px 0px 5px 5px; padding: 3px; background-color: #ffffff; border-left: 2px solid #663300; border-right: 2px solid #663300; border-bottom: 2px solid #663300; } .search { font-size: 10px; color: #333333; line-height: 170%; margin: 0px 0px 0px 0px; } .button { margin: 0px 0 0 0; } .copyright { font-family: "Times New Roman Bold"; font-size: 14px; color: #666666; line-height: 170%; margin: 30px 0px 0px 0px; padding-top: 10px; text-align: center; } .calendar { font-family: "Times New Roman Bold"; font-size: 12px; color: #000066; padding: 0px; margin: 0px 0px 0px 5px; text-align: center background-color: #ffffff; border-left: 2px solid #663300; border-right: 2px solid #663300; border-bottom: 2px solid #663300; } .calendar_month { font-family: "Times New Roman Bold"; margin-bottom: 0px; padding: 0px; font-size: 12px; font-weight: bolder; color: #663333; background-color: #ffffff; } .cell { background: url(http://img-cdn.jg.jugem.jp/822/13149/20070101_274827.gif) no-repeat 50% 50%; background-color: #ffffff; width: 30px; height: 20px; padding: 0px; margin: 0px 0px 0px 0px; font-size: 13px; font-family: "Times New Roman Bold"; font-weight: bold; color: #663333; border: 1px solid #663300; } .jugem_bana{ margin: 20px 1px 10px 0px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑