無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
ヒゲとボイン
テンプレートイメージ表示ページへ戻る
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}" /> <link rel="alternate" media="handheld" type="application/xhtml+xml" href="{mobile_url}" /> <script src="https://jugem.jp/common/menu.js" type="text/javascript"></script> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> <a name="top"></a> <div id="back"> <!-- HEADER --> <div id="head"> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> </div> <ul id="m20"> <li><a href="?pid=1"><img src="http://img-cdn.jg.jugem.jp/445/15130/20061107_276489.png" alt="" width="44" height="16" /></a></li> <li><a href="" onclick="return buttonClick(event, 'MENU1');"><img src="http://img-cdn.jg.jugem.jp/445/15130/20061107_276490.png" alt="" width="66" height="16" /></a></li> <li><a href="" onclick="return buttonClick(event, 'MENU2');"><img src="http://img-cdn.jg.jugem.jp/445/15130/20061107_276491.png" alt="" width="42" height="16" /></a></li> <li><a href="" onclick="return buttonClick(event, 'MENU3');"><img src="http://img-cdn.jg.jugem.jp/445/15130/20061107_276492.png" alt="" width="71" height="16" /></a></li> <li><a href="" onclick="return buttonClick(event, 'MENU4');"><img src="http://img-cdn.jg.jugem.jp/445/15130/20061107_276493.png" alt="" width="76" height="16" /></a></li> <li><a href="" onclick="return buttonClick(event, 'MENU5');"><img src="http://img-cdn.jg.jugem.jp/445/15130/20061107_276494.png" alt="" width="68" height="16" /></a></li> <li><a href="" onclick="return buttonClick(event, 'MENU6');"><img src="http://img-cdn.jg.jugem.jp/445/15130/20061107_276495.png" alt="" width="57" height="16" /></a></li> </ul> <!-- BEGIN calendar --> <div id="MENU1" class="MENU"> <div class="linktitle">CALENDAR</div> <div class="linktext"> <div class="calendar"> <table border="0" cellspacing="1" cellpadding="0"><tr><td class="weekday">S</td><td class="weekday">M</td><td class="weekday">T</td><td class="weekday">W</td><td class="weekday">T</td><td class="weekday">F</td><td class="weekday">S</td></tr></table> {calendar} </div> </div> </div> <!-- END calendar --> <!-- BEGIN latest_entry --> <div id="MENU2" class="MENU"> <div class="linktitle">NEW ENTRIES</div> <ul> <!-- BEGIN latest_entry_items --> <li><a href="/?eid={latest_entry_item_id} ">{latest_entry_item_title}<br /> <span style="font-size:9px;">posted {latest_entry_item_year}-{latest_entry_item_month}-{latest_entry_item_day}</span> </a></li><!-- END latest_entry_items --> </ul> </div> <!-- END latest_entry --> <!-- BEGIN recent_comment --> <div id="MENU3" class="MENU"> <div class="linktitle">RECENT COMMENT</div> <ul> <!-- BEGIN recent_comment_items --> <li><a href="/?eid={recent_comment_item_entry_id}#comments">{recent_comment_item_name} <span style="font-size:9px;">@{recent_comment_item_year}-{recent_comment_item_month}-{recent_comment_item_day}</span> <br /><span style="font-size:x-small;">Article Title「{recent_comment_item_title}」</span> </a></li><!-- END recent_comment_items --> </ul> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div id="MENU4" class="MENU"> <div class="linktitle">RECENT TRACKBACK</div> <ul> <!-- BEGIN recent_trackback_items --> <li><a href="/?eid={recent_trackback_item_entry_id}#trackback">{recent_trackback_item_blog_name} <br /> <span style="font-size: 9px;">@{recent_trackback_item_year}-{recent_trackback_item_month}-{recent_trackback_item_day} <br /> Title 「{recent_trackback_item_title}」</span></a> </li><!-- END recent_trackback_items --> </ul> </div> <!-- END recent_trackback --> <!-- BEGIN category --> <div id="MENU5" class="MENU"> <div class="linktitle">CATEGORIES</div> <ul><!-- BEGIN category_items --> <li><a href="?cid={category_item_id}">{category_item_name} /<span style="font-size:9px;"> Total: </span>{category_item_num}</span></a></li><!-- END category_items --> </ul> </div> <!-- END category --> <!-- BEGIN archives --> <div id="MENU6" class="MENU"> <div class="linktitle">ARCHIVES</div> <ul> <!-- BEGIN archives_items --> <li><a href="?month={archives_item_id}">{archives_item_year} {archives_item_eng_month} <span style="font-size: 9px;">Total:</span>{archives_item_num}</a></li> <!-- END archives_items --> </ul> </div> <!-- END archives --> <!-- /HEADER/ --> <!-- MAIN --> <div id="main"> <!-- BEGIN entry --> <div id="entry"> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">TOP</a> | {next_entry} </div> <!-- END sequel --> <div valign="top"> <div class="state"> <ul> <li class="entry_date">{entry_year}.<strong>{entry_month}.{entry_day}</strong></li> <li class="entry_time">{entry_eng_week_short}.{entry_time_only}</li> </ul> </div> <div class="entry_main"> <div class="entry_title"> {entry_title} </div> <div class="entry_body"> {entry_description} <a name="sequel"></a> <div class="entry_more"> {entry_sequel} </div> <ul> <li class="entry_category"><a href="./">HOME</a> > {category_name} > <a href="{entry_permalink}">{entry_title}</a> </li> <li>by {user_name} | <a href="{entry_permalink}">Permalink</a> | {comment_num} | {trackback_num}</li> </ul> </div> </div> </div> </div id="entry"> {trackback_auto_discovery} <br style="clear:both"> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div id="comment"> <div class="title">Comment:</div> <!-- BEGIN comment --> <div class="tb"> <div class="state">{comment_year}/<strong>{comment_month}/{comment_day}</strong><br />{comment_eng_week_short} {comment_hour_24}:{comment_minute}<br /></div> <div class="commenter">wrote:{comment_name}<br /><br />{comment_description}</div> </div> <!-- END comment --> <div class="title" style="margin-top:15px; ">Add a comment:</div> <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}" style="width:300px;" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:300px;" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:300px;" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:300px;"></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> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div id="comment" style="margin-top:50px; "> <div class="title">Trackback:</div> <div class="tb_url">{trackback_url}</div> <!-- BEGIN trackback --> <div class="tb"> <div class="state">{trackback_year}/<strong>{trackback_month}/{trackback_day}</strong><br />{trackback_eng_week_short} {trackback_hour_24}:{trackback_minute}</div> <div class="commenter"> <p class="tb_title">SITE NAME: {trackback_blog_name}<br />TITLE: {trackback_title}</p> </p>{trackback_excerpt}</p> </div> </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div id="profile"> <div class="state"> <ul> <li><div class="entry_title">PROFILE</div></li> <li>Name :</li> </ul> </div> <div class="entry_main"> <div class="entry_body"> <div class="entry_title">{profile_name}</div> {profile_description} </div> </div> </div> {trackback_auto_discovery} <br style="clear:both"> <!-- END profile_area --> <div class="page"> <span><a href="{prev_page_url}"><<new</a> | {page_now} / {page_num}pages | <a href="{next_page_url}">old>></a></span> </div> </div> <!-- /MAIN/ --> <!-- SIDE_1 --> <div id="side_1"> <div><a href="http://factio.jp/" target="_blank"><img src="http://img-cdn.jg.jugem.jp/445/15130/20061107_276552.gif" alt="" width="224" height="84" /></a></div> <!-- BEGIN profile --> <div class="linktitle">PROFILE</div> <div class="linktext"> <span style="font-size:9px;">Bloger name:</span> {user_list} </div> <!-- END profile --> <!-- BEGIN freespace1 --> <div class="linktitle">{freespace_title1}</div> <div class="linktext"> {freespace_contents1} </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="linktitle">{freespace_title2}</div> <div class="linktext"> {freespace_contents2} </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="linktitle">{freespace_title3}</div> <div class="linktext"> {freespace_contents3} </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="linktitle">{freespace_title4}</div> <div class="linktext"> {freespace_contents4} </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="linktitle">{freespace_title5}</div> <div class="linktext"> {freespace_contents5} </div> <!-- END freespace5 --> <!-- mobile --> <div class="linktitle">MOBILE</div> <div class="linktext"> {site_qrcode} </div> <!-- //mobile --> <!-- BEGIN link --> <div class="linktitle">LINK</div> <div class="linktext"> {link_list} </div> <!-- END link --> <!-- BEGIN amazon --> <div class="linktitle">RECOMMEND</div> <div class="linktext"> {amazon_item} </div> <!-- END amazon --> <!-- search --> <div class="linktitle">SEARCH</div> <div class="linktext"> <form method="get" action=""> <input id="search" name="search" size="20" style="width:90px" /><input type="submit" value="Search" class="button" /> </form> </div> <!-- /search/ --> <!-- ad --> <div class="linktitle">SPONSORED LINKS</div> <div class="linktext"> {ad} </div> <!-- //ad --> <div class="jugem_bana">{powered}</div> <div class="description2"> <ul> <li><a href="./?mode=atom">Atom0.3</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./admin">Login</a></li> </ul> </div> </div> <!-- /SIDE_1/ --> <br style="clear:both; "> <!-- FOOTER --> <div id="copy">Copyright (C) 2006 All Rights Reserved.<br />Template Design by <a href="http://ryu-ra.com">RYU-ra</a></div> <!-- /FOOTER/ --> </div> </body> </html>
CSS
* { margin:0; padding:0; } body { font: 10px 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','MS Pゴシック', sans-serif; background: #fff url(http://img-cdn.jg.jugem.jp/445/15130/20061104_274542.gif) repeat-y; margin:0px; padding:0px; } a:link { color: #5A8C8C; text-decoration: bold; } a:visited { color: #aaa; text-decoration: bold; } a:active { color: #555; text-decoration: bold; } a:hover { color: #ff0000; text-decoration: bold; } table,td,tr,div,form { margin:0px; padding:0px; } img { border:none; } ul { list-style-type: none; line-height:120%; margin:0px; padding:0px; } input,textarea { color: #555; font-size :12px; border:1px #ccc solid; background-color:#fff; padding: 2px; } h1 { margin: 0px; padding: 0px; font: bolder x-large/100% georgia, Verdana, Arial, MS ゴシック, sans-serif; } /* layout------------------------------------------- */ #back { width:820px; padding:0px 0px; background: url(http://img-cdn.jg.jugem.jp/445/15130/20061107_276467.jpg) no-repeat; } #head{ height:150px; width:820px; } #main{ clear: both; width:564px; float:left; } #side_1 { width:224px; margin-top:400px; margin-right:32px; float:right; } #side_1 .space{ margin-top:0px; background:#fff; } #copy { width:820px; height:159px; margin: 0px 0px 0px 0px; padding:25px 0 0 0; color:#669999; background: url(http://img-cdn.jg.jugem.jp/445/15130/20061107_276468.gif) no-repeat; text-align:center; } /* HEADER------------------------------------------- */ .site_title { font-size: 32px; font-weight: bolder; margin: 0px 0px 5px 30px; padding: 20px 0px 0px 0px; } .description { font-size: 11px; color: #669999; font-weight: bolder; margin: 0px 0px 0px 35px; } #head ul { margin:0px 10px; } #head li { } #head .site_title a { color: #fff; text-decoration: none; } #head .site_title h1 a:link { color: #fff; text-decoration: none; } #head .site_title h1 a:visited { color: #fff; text-decoration: none; } #head .site_title h1 a:active { color: #fff; text-decoration: none; } #head .site_title h1 a:hover { color: #fff; text-decoration: none; } /* ENTRY------------------------------------------- */ #entry { width:564px; margin-top:30px; margin-bottom:30px; } .entry_navi { border: 1px solid #94E0DC; font-size: 11px; margin: 0px 0px 10px 0px; padding: 5px; text-align: center; } /* ENTRY STATE------------------------------------------- */ #entry .state { color:#555; text-align:right; width:124px; float:left; } #entry .state ul { margin-right:5px; margin-bottom:10px; } #entry .entry_date { margin-bottom:5px; color:#82C8C8; font-size:14px; } #entry .entry_time { color:#669999; font-weight:bold; } #entry .state a:link { color: #333; text-decoration: bold; } #entry .state a:visited { color: #555; text-decoration: bold; } #entry .state a:active { color: #555; text-decoration: bold; } #entry .state a:hover { color: #333; text-decoration: bold; } /* ENTRY MAIN------------------------------------------- */ #entry .entry_main { border-top: 10px #94E0DC solid; width:416px; float:left; margin-bottom:30px; } #entry .entry_title { font-size:18px; font-weight:bold; color:#669999; margin-top:3px; margin-bottom:10px; } .entry_user { margin-top:10px; } .entry_category { margin-top:0px; color:#aaa; } .entry_body { font-size:12px; line-height:170%; margin-left:0px; } .entry_more { padding-top:20px; padding-left:25px; padding-bottom:0px; } blockquote { color: #999; border-left:3px solid; margin:10px 5px; padding:0px 5px; } .pict { padding: 5px 5px; border: 1px solid #CCC; } .page { clear: both; border: 1px solid #94E0DC; font-size: 11px; margin: 10px 0px 10px 0px; padding: 5px; text-align: center; } /* COMMENT & TRACKBACK------------------------------------------- */ #comment { color:#555; line-height:150%; margin-left:0; margin-top:0; } #comment .title { color:#82C8C8; font-size:14px; font-weight:bolder; padding-top:10px; padding-left:45px; padding-bottom:0px; border-bottom:3px solid #94E0DC; } #comment .commenter { border-top: 10px #94E0DC solid; width:426px; float:left; margin-bottom:30px; } #comment .tb { clear: both; padding:10px 0 0 0; } #comment .state { clear: both; background-position:0px 6px; margin-bottom:10px; padding-right:5px; color:#82C8C8; text-align:right; width:115px; font-size:12px; float:left; } #comment_area { padding-left:120px; } #comment .tb_url { margin-top:10px; margin-left:120px; color:#555; font-size:12px; } #comment .tb_title { font-weight: bold; } #set_cookie { border:none;background:none; } /* PROFILE------------------------------------------- */ #profile { width:564px; margin-top:30px; margin-bottom:30px; } /* PROFILE STATE------------------------------------------- */ #profile .state { color:#669999; text-align:right; width:124px; float:left; padding-left:0px; } #profile .state ul { margin-right:5px; margin-bottom:10px; } /* PROFILE MAIN------------------------------------------- */ #profile .entry_main { width:400px; float:left; border-top: 12px #94E0DC solid; margin-bottom:30px; } #profile .entry_title { font-weight:bold; margin-bottom:5px; color:#82C8C8; font-size:14px; } /* SIDE MENU------------------------------------------- */ .linktitle { background: #CAEEEC url(http://img-cdn.jg.jugem.jp/445/15130/20060109_106147.gif) repeat-x; color: #346461; font-family: "georgia", "Verdana", "Arial", "MS ゴシック", "sans-serif"; font-weight: bolder; font-size: 12px; margin: 0px 0px 0px 0px; padding: 20px 0px 2px 10px; } .linktext { background: #CAEEEC; font-size: 11px; line-height: 170%; padding: 10px 5px 10px 13px; } .linktext img { border: 1px solid #666; background-color: #FFF; padding: 5px; margin: 0px 5px 0px 0px; } .linktext ul { margin:0px 0px 10px 10px; } .linktext li { background-position:0px 4px; padding-left:9px; margin-bottom:5px; } #ad .linktext { border-top:none; padding-bottom:10px; } .rssplace img { border: none; margin: 0px; padding: 0px; } .description2 { padding-top:30px; text-align: right; } /* CALENDAR------------------------------------------- */ .calendar { font-family: "Verdana"; text-align:center; line-height: 200%; margin-bottom:20px; } .calendar table { width:100%; margin:0px auto; text-align:center; } .weekday { padding: 2px;} .cell { padding: 2px ;} .cell a:link {font-weight: bolder;} /* AMAZON------------------------------------------- */ .amazon { margin-bottom:20px; } .amazon_text { line-height:140%; } /* SEARCH------------------------------------------- */ .search { margin-bottom:10px;} .search .title { color:#8DC505;} .search input { color: #555; font-size :12px; border:1px #CCC solid; background-color:#fff; padding: 2px; } .search .button { margin-left:5px; } /* BANAR------------------------------------------- */ .jugem_bana {margin-bottom:20px;} /* TOPNOBOTAN------------------------------------------- */ .MENU { visibility: hidden; z-index: 999; position: absolute; margin:0px; padding:0px; background: #FFF; border-top: 1px #000 solid; border-bottom: 1px #000 solid; text-align:left; } #m20{ height:16px; margin-left: 38px; padding-left: 0px; } #m20 ul { list-style: none; } #m20 li { margin: 0px 5px; height:16px; float: left; } #m20 li a { display: block; border-top: 1px #94E0DC solid; border-bottom: 4px #fff solid; } #m20 a:hover { height:16px; border-top: 5px #ff9 solid; border-bottom: 0px; } .MENU { width: 200px; float: left; margin: 0px; padding: 0px; } .MENU ul { font-size :10px; line-height: 140%; padding: 0px; } .MENU li { list-style-type: none; padding:0px; border-bottom: 1px dotted #CAEEEC; } .MENU li a { display: block; padding: 3px 5px 3px 5px; text-decoration: none; width: 190px; height: 100%; } .MENU li a:hover { color: #000; text-decoration: none; background: #CAEEEC; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑