無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
narrow
テンプレートイメージ表示ページへ戻る
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"> <head> <meta http-equiv="Content-Type" content="text/html; charset={site_encoding}" /> <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}" /> </head> <body> <!-- BEGIN title --> <h1 class="site_title" title="{site_title}" id="top"><a href="."><img src="?image=8" width="60" height="60" alt="{site_title}" /></a><span class="description">{blog_description}</span></h1> <!-- END title --> <div id="main"> <!-- BEGIN entry --> <div class="entry"> <h2 class="entry_date">{entry_date}</h2> <div class="entry_author">author : {user_name} </div> <h3 class="entry_title">{entry_title}</h3> <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 --> <div class="entry" id="comments"> <h2 class="comment-title">コメント</h2> <!-- BEGIN comment --> <div class="entry_body">{comment_description}</div> <div class="entry_state">| {comment_name} | {comment_time} |</div> <!-- END comment --> <h2 class="comment-title">コメントする</h2> <div class="entry_body"> <form 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}" /><br /> <label for="url">url:</label><br /> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50"></textarea><br /><br /> <input type="submit" value="コメント送信" /> <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 --> <div class="entry" id="trackback"> <div class="trackback-title">この記事のトラックバックURL</div> <div class="entry_body">{trackback_url}</div> <h2 class="trackback-title">トラックバック</h2> <!-- BEGIN trackback --> <h3 class="entry_title">{trackback_title}</h3> <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"> <h2 class="entry_date">プロフィール</h2> <h3 class="entry_title">{profile_name}</h3> <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> <!--footer--> <div class="footer"> <p class="copyright">Copyright (C) 2004 <a href="http://paperboy.co.jp" target="_blank">paperboy&co.</a> All Rights Reserved.</p> <p class="linktext"><a href="http://jugem.cc" target="_blank">Powered by "JUGEM"</a></p> <p class="linktext"><a href="#top">▲このページの先頭へ</a></p> </div> </div> <div id="side"> <!-- BEGIN amazon --> <dl> <dt class="linktitle">RECOMMEND</dt> <dd class="linktext"> {amazon_item} </dd> </dl> <!-- END amazon --> <!-- BEGIN latest_entry --> <dl> <dt class="linktitle">NEW ENTRIES</dt> <dd class="linktext"> {latest_entry_list} </dd> </dl> <!-- END latest_entry --> <!-- BEGIN category --> <dl> <dt class="linktitle">CATEGORIES</dt> <dd class="linktext"> {category_list} </dd> </dl> <!-- END category --> <!-- BEGIN archives --> <dl> <dt class="linktitle">ARCHIVES</dt> <dd class="linktext"> {archives_list} </dd> </dl> <!-- END archives --> <!-- BEGIN recent_comment --> <dl> <dt class="linktitle">RECENT COMMENT</dt> <dd class="linktext"> {recent_comment_list} </dd> </dl> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <dl> <dt class="linktitle">RECENT TRACKBACK</dt> <dd class="linktext"> {recent_trackback_list} </dd> </dl> <!-- END recent_trackback --> <!--links--> <dl> <dt class="linktitle">LINKS</dt> <dd class="linktext"> {link_list} </dd> </dl> <!--profile--> <dl> <dt class="linktitle">PROFILE</dt> <dd class="linktext"> {user_list} </dd> </dl> <!--search--> <form method="get" action=""> <div class="search">Search this site.<br /> <input id="search" name="search" size="20" style="width:140px" class="form" /><input type="submit" value="Search" class="button" /> </div> </form> <!--RSS--> <dl> <dt class="linktitle">SYNDICATE</dt> <dd class="linktext"> <ul> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> </ul> </dd> </dl> <p class="banner_area"><a href="https://jugem.jp/jt/"><img src="?image=4" alt="JUGEM TEMPLATER" width="88" height="31" /></a></p> <!-- BEGIN page --> <div id="navipage">{prev_page_link} {page_now}/{page_num} {next_page_link}</div> <script type="text/javascript"> <!-- PageSelector('plain','navipage'); function PageSelector(pageType,idName) { var objFocus = this.document.getElementById(idName); if (!objFocus) return; var outText; switch (pageType) { case 'select': outText = '<form action="#">Page:<select onchange="window.location.href = this.value">'; for (i=1;i<={page_num};i++) { outText = Array(outText,'<option value="./?page=',i-1,'"').join(''); if (i == {page_now}) outText = Array(outText,' selected="selected"').join(''); outText = Array(outText,'>',i,'</option>').join(''); } outText = Array(outText,'</select></form>').join(''); break; case 'plain': for (i=1;i<={page_num};i++) { var preText = (i != {page_now}) ? Array('<a href="./?page=',i-1,'">').join('') : '<strong>'; var pstText = (i != {page_now}) ? '</a> ' : '</strong> '; outText = Array(outText,preText,i,pstText).join(''); } break; default: return; } objFocus.innerHTML = outText; } // --> </script> <!-- END page --> </div> <div class="calendar"> {calendar_vertical} </div> </body> </html>
CSS
* { margin: 0; padding: 0; } html { background: #FFF url(http://hid3yuki.jugem.cc/?image=3) repeat-y 270px 0; } body { width: 510px; font-size: small; } #main { margin-top: 80px; width: 270px; float: left; } #side { width: 200px; float: left; background: transparent; } h1 { padding: 0 10px; } ul { margin: 0 0 0 15px; } div.search { display: none; } a { color: #996; text-decoration: underline; } a:link { color: #900; text-decoration: underline; } a:visited { color: #999; text-decoration: underline; } a:active { color: #999; text-decoration: none; } a:hover { color: #999; text-decoration: none; } .site_title a { color: #666; text-decoration: none; } .site_title a:link { color: #666; text-decoration: none; } .site_title a:visited { color: #666; text-decoration: none; } .site_title a:active { color: #666; text-decoration: none; } .site_title a:hover { color: #666; text-decoration: none; } .site_title { top: 0; left: 0; color: #666; margin: 10px 0 5px 0; position: absolute; font: 120% monospace; } .description { color: #666; margin: 0 0 25px 0; font: 110% "Verdana", "Helvetica", "MS PGothic", "Osaka", sans-serif; } .entry, .footer { padding: 0 10px; } .entry_date { color: #666; margin: 10px 0 10px 0; padding-bottom: 3px; border-bottom: 1px dotted #ccc; font: bolder 115% "Verdana", "Helvetica", "MS PGothic", "Osaka", sans-serif; } .entry_title { color: #666; margin: 15px 0 15px 0; font: bolder 110% "Verdana", "Helvetica", "MS PGothic", "Osaka", sans-serif; } .entry_body { color: #666; margin: 15px 0 15px 0; font: 100%/1.6 "Verdana", "Helvetica", "MS PGothic", "Osaka", Sans-serif; } .entry_author { color: #999; margin: 5px 0 5px 0; text-align: right; font: 80% "Verdana", "Helvetica", "MS PGothic", "Osaka", sans-serif; } .entry_more { color: #333; margin: 15px 0 15px 0; font: 100%/170% "Verdana", "Helvetica", "MS PGothic", "Osaka", sans-serif; } .entry_state { color: #666; margin: 15px 0 30px 0; font: 75% "Verdana", "Helvetica", "MS PGothic", "Osaka", sans-serif; } blockquote { color: #666; margin: 20px 10px; padding: 10px; border-left: 3px solid #ccc; font: 100% "Verdana", "Helvetica", "MS PGothic", "Osaka", sans-serif; } .comment-title { color: #666; margin: 10px 0 10px 0; padding-bottom: 3px; border-bottom: 1px dotted #ccc; font: bolder 110% "Verdana", "Helvetica", "MS PGothic", "Osaka", sans-serif; } .trackback-title { color: #666; margin: 10px 0 10px 0; padding-bottom: 3px; border-bottom: 1px dotted #ccc; font: bolder 110% "Verdana", "Helvetica", "MS PGothic", "Osaka", sans-serif; } .pict { border-width: 1px; border-style: solid; border-color: #999; } .linktitle { color: #666; margin: 10px 0 0 0; font: bolder 90%/170% "Verdana"; } .linktext { color: #999; margin: 5px 0 15px 0; font: 85%/170% "Verdana", "Helvetica", "MS PGothic", "Osaka", sans-serif; } .search { color: #333; margin: 20px 0 5px 0; font: 95%/170% "Verdana", "Helvetica", "MS PGothic", "Osaka", sans-serif; } .copyright { color: #333; border-top: 1px solid #666; margin: 30px 0 0 0; padding-top: 10px; font: 80%/170% "Verdana", "Helvetica", "MS PGothic", "Osaka", sans-serif; } .calendar { width: 15px; float: left; color: #666; margin-left: 15px; font: 10px "Verdana", "Helvetica", sans-serif; } .calendar_month { margin-bottom: 10px; color: #666; font: 95% "Verdana"; } .cell { width: 25px; height: 20px; } #side dl, #side div { margin-left: 10px; } #side dt { color: #666; margin: 10px 0 10px 0; padding-bottom: 3px; border-bottom: 1px dotted #ccc; } #description { width: 95%; } a img { border: 0; } .entry_body input, .entry_body textarea { border: solid 1px #ccc; font: 85% "Verdana", "Helvetica", "MS PGothic", "Osaka", sans-serif; } #navipage { font: 80% "Verdana", "Helvetica", "MS PGothic", "Osaka", sans-serif; } .banner_area { margin: 10px 0 10px 10px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑