無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
Old Letter
テンプレートイメージ表示ページへ戻る
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" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <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 type="text/javascript" src="./template/js/cookie.js"></script> <script type="text/javascript" src="http://js.jugem.jp/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ // Image Hover Effect $("a img.pict").hover( function () { $(this).fadeTo("fast", 0.6); }, function () { $(this).fadeTo("fast", 1.0); } ); // Smooth Scroll Effect $(function () { if (! $.browser.safari) { $('#page-top').click(function () { $(this).blur(); $('html,body').animate({ scrollTop: 0 }, 'slow'); return false; }); } }); // Sliding Menu $(".slide h3").hover(function(){ $(this).css("cursor","pointer"); },function(){ $(this).css("cursor","default"); }); $(".slide ul").css("display","none"); $(".slide h3").click(function(){ $(this).next().slideToggle("normal"); $(this).next().css("display","block"); }); }); </script> </head> <body onload="javascript:initval();"> <div id="header"> <div id="header_in"> <!-- BEGIN title --> <h1>{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> </div> <div id="searchbox"> <form method="get" action="./" class="search"> <input id="search" name="search" size="20" class="search_input" value="Search this site" onfocus="if (this.value == 'Search this site') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search this site';}" tabindex="8" accesskey="s" /> <input type="image" src="http://img-cdn.jg.jugem.jp/17e/1280280/20090517_316999.png" alt="search this site." class="search_submit" value="Search" tabindex="9" accesskey="r" /> </form> </div> </div><!-- //header// --> <div id="content"> <div id="main"> <div id="entry_area"> <!-- BEGIN entry --> <div class="post"> <h2><a href="{entry_permalink}">{entry_title}</a></h2> <div class="post-content"> {entry_description} <!-- BEGIN entry_sequel_link --> <a href="./?eid={entry_sequel_id}">read more...</a> <!-- END entry_sequel_link --> <!-- BEGIN entry_sequel_items --> {entry_sequel_text} <!-- END entry_sequel_items --> </div> <div class="post-meta"> {entry_year}/{entry_month}/{entry_day} | in {category_name} | <a href="{entry_permalink}#comments" title="{entry_title}へのコメント">{comment_num_only} Comments</a> | <a href="{entry_permalink}" title="{entry_title}へのパーマリンク"><img src="http://img-cdn.jg.jugem.jp/17e/1280280/20090512_279697.gif" width="16" height="16" alt="Permalink" /></a> </div> {trackback_auto_discovery} </div> <!-- END entry --> <!-- BEGIN sequel --> <div id="entry-navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN comment_area --> <a name="comments" id="comments"></a> <div class="post"> <h2>Comment</h2> <!-- BEGIN comment --> <div class="comment-meta"> Posted by <span>{comment_name}</span> ({comment_time}) </div> <div class="comment-content">{comment_description}</div> <!-- END comment --> </div> <div class="post"> <h2>Post Comment</h2> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" class="comment_input" /> <label for="name">name:</label><br /> <input type="text" tabindex="1" accesskey="n" name="name" id="name" value="{cookie_name}" class="comment_input" /><br /> <label for="email">email:</label><br /> <input type="text" tabindex="2" accesskey="e" name="email" id="email" value="{cookie_email}" class="comment_input" /><br /> <label for="url">url:</label><br /> <input type="text" tabindex="3" accesskey="u" name="url" id="url" value="{cookie_url}" class="comment_input" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" accesskey="m" id="description" name="description" cols="50" rows="5"></textarea><br /> <input name="submit" type="submit" id="submit" tabindex="5" accesskey="c" value="Submit Comment" /> <input type="checkbox" tabindex="6" accesskey="o" name="set_cookie" value="1" id="set_cookie" /> <label for="set_cookie">入力情報を登録</label> </form> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback" id="trackback"></a> <div class="post"> <h2>Trackback URL</h2> <input type="text" tabindex="7" accesskey="t" onfocus="this.select()" readonly="readonly" value="{trackback_url}" class="trackback_input" /> </div> <div class="post"> <h2>Trackback</h2> <!-- BEGIN trackback --> <div class="post-content"> <div class="tb-title">{trackback_title}</div> {trackback_excerpt} </div> <div class="post-meta"> | {trackback_blog_name} | {trackback_time} | </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="post"> <h2>Profile</h2> <h3>{profile_name}</h3> <div class="post-content">{profile_description}</div> </div> <!-- END profile_area --> <!-- BEGIN page --> <div id="page-navi"> {prev_page_link} | {page_now}/{page_num}PAGES | {next_page_link} </div> <!-- END page --> </div><!-- //entry_area// --> </div><!-- //main// --> <div id="sidebar"> <ul> <li> <h3>Subscribe</h3> <ul> <li class="feed_image"><a href="./?mode=rss"><img src="http://img-cdn.jg.jugem.jp/17e/1280280/20090518_326229.png" alt="RSS feed" width="64" height="65" /></a></li> </ul> </li> <!-- BEGIN category --> <li> <h3>Categories</h3> {category_list} </li> <!-- END category --> <!-- BEGIN selected_entry --> <li class="slide"> <h3>Selected Entries</h3> {selected_entry_list} </li> <!-- END selected_entry --> <!-- BEGIN recent_comment --> <li class="slide"> <h3>Recent Comments</h3> <ul> <!-- BEGIN recent_comment_items --> <li><a href="./?eid={recent_comment_item_entry_id}#comments" title="{recent_comment_item_title} へのコメント">{recent_comment_item_name}</a> ({recent_comment_item_date})</li> <!-- END recent_comment_items --> </ul> </li> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <li class="slide"> <h3>Recent Trackback</h3> {recent_trackback_list} </li> <!-- END recent_trackback --> <!-- BEGIN archives --> <li class="slide"> <h3>Archives</h3> {archives_list} </li> <!-- END archives --> <!-- BEGIN profile --> <li class="slide"> <h3>Profile</h3> {user_list} </li> <!-- END profile --> <!-- BEGIN link --> <li class="slide"> <h3>Links</h3> {link_list} </li> <!-- END link --> <!-- BEGIN amazon --> <li> <h3>Recommend</h3> {amazon_item} </li> <!-- END amazon --> <!-- BEGIN freespace1 --> <li> <h3>{freespace_title1}</h3> <div class="free-space">{freespace_contents1}</div> </li> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <li> <h3>{freespace_title2}</h3> <div class="free-space">{freespace_contents2}</div> </li> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <li> <h3>{freespace_title3}</h3> <div class="free-space">{freespace_contents3}</div> </li> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <li> <h3>{freespace_title4}</h3> <div class="free-space">{freespace_contents4}</div> </li> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <li> <h3>{freespace_title5}</h3> <div class="free-space">{freespace_contents5}</div> </li> <!-- END freespace5 --> <!-- BEGIN jugem_ad --> <li> <h3>Sponsor</h3> {ad} </li> <!-- END jugem_ad --> </ul> </div><!-- //sidebar// --> <br style="clear:both;" /> <div id="footer"> <div id="footer_copy"> <span><a href="./?mode=rss">RSS1.0</a> | <a href="./?mode=atom">Atom0.3</a> | <a href="./admin/">Admin</a> | <a href="./" id="page-top" name="page-top">PageTop ▲</a></span> <!-- Please do not remove this credit. --> {copyright}<br />Designed by <a href="http://www.seaside99.com/blog/">Seaside 99</a> </div> </div><!-- //footer// --> </div><!-- //content// --> </body> </html>
CSS
/* JUGEM Template Name: Old Letter Author: seaside99.com URI: http://www.seaside99.com/blog/ Email: clockwork99@gmail.com Background image: SeamlessTextures.net (http://seamlesstextures.net/) Illustration: Doodle Pictures (http://www.freevectors.net/details/Doodle+Pictures) Coffee Stain: Morning Coffee-PS Brush (http://photoshoprangerstock.deviantart.com/art/Morning-Coffee-PS-Brush-29387074) Icon: Free Hand Drawn Doodle Icon Set for Bloggers (http://www.blog.spoongraphics.co.uk/freebies/free-hand-drawn-doodle-icon-set-for-bloggers) License: Under a Creative Commons Attribution. (http://creativecommons.org/licenses/by/3.0/) */ /* --------------------------------------------------------------- Reset */ * {margin:0; padding:0;} html, body, div, span, object, iframe, h1, h2, h3, p, blockquote, pre, a, address, cite, code, del, em, font, img, iq, s, small, strong, sub,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; background: transparent; } /* --------------------------------------------------------------- Base */ a, :focus, a:active, a:focus { outline: none; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } li { list-style: none; } form, input, textarea { margin: 0; padding: 0; } table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } hr { border: none 0; border-bottom: 1px solid #fff; height: 1px; margin: 0; } blockquote { color: #777; line-height: 1.4; margin: 5px 0; padding: 8px 0 8px 20px; } strong {font-weight: bold;} small {font-size: 10px;} .clear {clear: both;} /* --------------------------------------------------------------- Link */ a { color: #a3a32f; text-decoration:none; } a:hover { color: #000; text-decoration: underline; } img, a img { margin: 0; padding: 0; border: 0; } a img:hover { margin: 0; padding: 0; border: 0; } /* ------------------------------------------------------------- Rayout */ body { color:#333; margin:0 0 30px; padding:0; border:0; text-align:center; font-size:12px; font-family: Monaco, Consolas, Courier, monospace, "courier new"; background: url("http://img-cdn.jg.jugem.jp/17e/1280280/20090517_313801.jpg"); } #header { width:920px; height:309px; overflow:hidden; margin:0 auto; padding: 0; border:0; text-align:left; background: transparent url("http://img-cdn.jg.jugem.jp/17e/1280280/20090519_336152.png") no-repeat left top!important; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://img-cdn.jg.jugem.jp/17e/1280280/20090519_336152.png',sizingMethod='scale'); /* for IE6 */ _background:none; /* for IE6 */ } #header_in { width:450px; height:130px; margin:0; padding:55px 0 0 115px; overflow:hidden; } /* --- HEADER TITLE(フォントの色、サイズ、種類等は適宜変更の事)-- */ h1 { color:#666; font-size:38px; font-family: "Times New Roman", Times, serif; font-style:italic; font-weight:bold; letter-spacing:0.08em; margin-bottom:5px; padding:0; } h1 a { position:relative; color:#666; text-decoration:none; } h1 a:hover {color:#666;text-decoration:none;} .description { color:#666; font-size: 12px; font-family: "Times New Roman", Times, serif; font-style:italic; font-weight:bold; letter-spacing:0.08em; margin:0; padding:0; line-height: 1.4; } /* ---------- // HEADER TITLE // -------- */ #content { width:692px; overflow:hidden; margin:0 auto 0; padding: 0 114px; border:0 text-align:left; background: transparent url("http://img-cdn.jg.jugem.jp/17e/1280280/20090517_313802.png") repeat-y center; } #main { float:left; width:450px; text-align:left; margin:0; padding:0; } #sidebar { float:right; width:200px; margin:0; padding:0; text-align:left; } /* ------------------------------------------------------- Search Form */ #searchbox { position:relative; width:920px; color:#666; margin:0; padding: 0; } #searchbox form { position:absolute; left: 525px; top: 65px; margin:0; padding: 0; } .search_input { width: 130px; color: #666; font-size: 13px; font-family: Monaco, Consolas, Courier, monospace, "courier new"; margin: 0; padding: 3px; border: 0px; background: #efefbf; } .search_submit { position: absolute; left: 140px; top: 2px; } /* -------------------------------------------------------------- Entry */ #entry_area { width:430px; color:#666; margin:0; padding:0 0 0 20px; border:0; } .post { margin-bottom:50px; padding:0; text-align:left; } .post h2 { font-size:14px; font-weight:bold; color:#666; padding-bottom:2px; border-bottom:1px dotted #999; } .post h2 a {color:#666;text-decoration:none;} .post h2 a:hover {color:#666;text-decoration:underline;} .post-content { line-height: 1.5; margin: 0px; padding: 10px 0; } .post-content p { line-height: 1.5; margin: 10px 0; } .post-meta { font-size: 12px; margin: 0px; padding-top: 2px; border-top: 1px solid #ddd; } .post-content img, .post-meta img { vertical-align: middle; } .post-content img.pict { margin: 0 5px 2px 0; padding: 0px; border: 0px; vertical-align: middle; } .post-content ul { margin-left: 30px; margin-bottom: 10px; } .post-content ol { margin-left: 40px; margin-bottom: 10px; } .post-content ul li { line-height: 1.3; margin-bottom: 3px; list-style-type: disc; } .post-content ol li { line-height: 1.3; margin-bottom: 3px; list-style: decimal; } /* --------------------------------------------------------- Navigation */ #entry-navi, #page-navi { margin-bottom: 40px; padding: 0; text-align: center; } /* ------------------------------------------------------------ Comment */ .comment-meta { font-size: 12px; margin-top: 20px; padding:10px 0 0 10px; border-top: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf; } .comment-meta span { font-size: 12px; font-weight: bold; } .comment-content { font-size: 12px; line-height: 1.6; margin: 0; padding: 5px 10px; border-right: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf; } /* ------------------------------------------------------- Comment Form */ #comment_area { margin: 15px 0 10px; } #comment_area label { font-size: 12px; margin-bottom: 3px; padding: 0; } #comment_area input.comment_input { width: 220px; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 5px; padding: 3px; border: 1px solid #acd0e0; } #comment_area textarea { width: 350px; height: 120px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin-bottom: 10px; padding: 5px; border: 1px solid #acd0e0; } /* ---------------------------------------------------------- Trackback */ .tb-title { font-size: 12px; font-weight: bold; margin: 10px 0; padding: 0; } input.trackback_input { font-size: 12px; font-family:Monaco, Consolas, Courier, monospace, "courier new"; width: 90%; margin-top: 10px; padding: 2px; border: 1px solid #acd0e0; } /* --- for Profile Name --- */ .post h3{ font-size: 14px; color: #999; font-weight: normal; margin: 20px 0 0; padding-bottom: 3px; border-bottom: 1px dotted #ccc; } /* ------------------------------------------------------------- Sidebar */ #sidebar h3 { font-size:14px; font-weight:bold; color:#666; margin-bottom:5px; } #sidebar a {color:#666;text-decoration:none;} #sidebar a:hover {color:#000;text-decoration:underline;} #sidebar ul { margin:0; padding:0 20px 0 0 ; list-style-type:none; } #sidebar ul li { width:180px; margin-bottom:5px; padding:0; border:0; list-style-type:none; } #sidebar ul li ul { margin-bottom:15px; padding:0; border:0; list-style-type:none; } #sidebar ul li ul li { margin: 0 ; padding: 2px 0; line-height: 1.2; border:0; list-style-type:none; } /* ------------------------------------------------------------- Footer */ #footer { height:80px; color:#777; margin:0; padding:30px 20px 0; text-align:left; background: transparent url("http://img-cdn.jg.jugem.jp/17e/1280280/20090517_314243.png") no-repeat left top; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://img-cdn.jg.jugem.jp/17e/1280280/20090517_314243.png',sizingMethod='scale'); /* for IE6 */ _background:none; /* for IE6 */ } #footer a {color:#777;text-decoration:none;} #footer a:hover {color:#777;text-decoration:underline;} #footer_copy { font-size:12px; line-height:1.4; margin:0; padding: 0; } #footer_copy span { display:block; font-size:12px; margin-bottom:5px; padding: 0; } /* ----------------------------------------------------------- QR code */ .qr { margin: 0 ; padding: 0 ; text-align: center ; } .qr img { margin: 0 auto ; padding: 0 ; } /* ------------------------------------------------------------ Amazon */ .amazon { margin:10px 0 20px; padding: 0 ; text-align: center; } /* --------------------------------------------------------- Free Space */ .free-space { margin:10px 0 20px; padding: 0 ; text-align: center; } /* ----------------------------------------------------------------- Ad */ .links { margin:10px 0 20px; padding: 0 ; text-align: center; } /* ------------------------------------------------------ Sidebar Image */ #sidebar ul li ul li.feed_image { text-align: center; margin: 0; padding: 10px 0 0; border: 0 ; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑