無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
manly stag
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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 type="text/css" href="{gmo_header_css}" rel="stylesheet" media="screen,print" /> <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> </head> <body onload="javascript:initval();"> {gmo_header_src} <div id="wrapper"> <div id="inner_wrap"> <div id="header"> <!-- BEGIN title --> <h1>{blog_name}</h1> <!-- END title --> <p>{blog_description}</p> </div> <div id="container_wrap"> <div id="container"> <div id="contents"> <div id="inner_cont"> <div class="main"> <!-- entry --> <!-- BEGIN entry --> <!-- BEGIN sequel --> <ul class="sequel clearfix"> <li class="prev"><span>prev</span><a href="{prev_permalink}">{prev_title}</a></li> <li class="next"><span>next</span><a href="{next_permalink}">{next_title}</a></li> </ul> <!-- END sequel --> <div class="entry"> <h2 class="ttl">{entry_title}</h2> <div class="entry_description">{entry_description}</div> <a name="sequel"></a> <div class="entry_sequel">{entry_sequel}</div> <ul class="entry_meta clearfix"> <li>Entry : {entry_date} {entry_time}</li> <li>Categories : {category_name}</li> <li>{comment_num}</li> <li>{trackback_num}</li> <li><a href="{entry_permalink}">permalink</a></li> <li>{logpi_link}</li> <li>{love}</li> <li>Author : {user_name}</li> </ul> {trackback_auto_discovery} </div> <!-- END entry --> <!-- entry/end --> <!-- BEGIN comment_area --> <div id="comments"> <h3 class="ttl">コメント</h3> <!-- BEGIN comment --> <div class="comment_box"> <p class="comment_description">{comment_description}</p> <ul class="res_meta clearfix"> <li>{comment_name}</li> <li>{comment_time}</li> </ul> </div> <!-- END comment --> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <dl> <dt><label for="name">name:</label></dt> <dd><input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" class="input" /></dd> <dt><label for="email">email:</label></dt> <dd><input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" class="input" /></dd> <dt><label for="url">url:</label></dt> <dd><input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" class="input" /></dd> <dt><label for="description">comments:</label></dt> <dd><textarea tabindex="4" id="description" name="description" rows="5"></textarea></dd> </dl> <input type="hidden" name="entry_id" value="{entry_id}" /> <input tabindex="5" type="submit" value="コメント送信" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">入力情報を登録しますか?</label> </form> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <!-- trackback --> <div id="trackback"> <h3 class="ttl">この記事のトラックバックURL</h3> <div class="url"> <input type="text" value="{trackback_url}" /> </div> <h3 class="ttl">トラックバック</h3> <dl> <!-- BEGIN trackback --> <dt>{trackback_title}</dt> <dd> <p>{trackback_excerpt}</p> <ul class="res_meta clearfix"> <li>{trackback_blog_name}</li> <li>{trackback_time}</li> </ul> </dd> <!-- END trackback --> </dl> </div> <!-- trackback/end --> <!-- END trackback_area --> <!-- BEGIN related_entry --> <div id="related"> <h2 class="ttl">この記事に関連する記事</h2> <ul> <!-- BEGIN related_entry_items --> <li><a href="/?eid={related_entry_item_id}">{related_entry_item_title}</a><span>{related_entry_item_date}</span></li> <!-- END related_entry_items --> </ul> </div> <!-- END related_entry --> <!-- profile --> <!-- BEGIN profile_area --> <div id="profile"> <h2 class="ttl">プロフィール</h2> <dl> <dt>{profile_name}</dt> <dd>{profile_description}</dd> </dl> </div> <!-- END profile_area --> <!-- profile/end --> <!-- BEGIN pager --> <div id="pager" class="clearfix"> {full_pager_link} </div> <!-- END pager --> </div> </div> <!-- inner_cont/end --> </div> <!-- contents/end --> <div id="left-sidebar"> <h2>blog navigation</h2> <!-- Calendar --> <!-- BEGIN calendar --> <div class="side_nav calendar"> <h3 class="ttl">Calendar</h3> <table border="0" cellpadding="0" cellspacing="1"> <tr> <td class="cell sun">S</td> <td class="cell">M</td> <td class="cell">T</td> <td class="cell">W</td> <td class="cell">T</td> <td class="cell">F</td> <td class="cell sat">S</td> </tr> </table> {calendar} </div> <!-- END calendar --> <!-- Profile --> <!-- BEGIN profile --> <div class="side_nav text_list"> <h3 class="ttl">Profile</h3> {user_list} </div> <!-- END profile --> <!-- Search this site. --> <div class="side_nav"> <h3 class="ttl">Search this site.</h3> <form method="get" action="./"> <input id="search" name="search" size="20" align="center" class="form" /> <input type="submit" value="Search" /> </form> </div> <!-- New entries --> <!-- BEGIN latest_entry --> <div class="side_nav text_list"> <h3 class="ttl">New entries</h3> <ul> <!-- BEGIN latest_entry_items --> <li><a href="./?eid={latest_entry_item_id}">{latest_entry_item_title}</a><span>({latest_entry_item_date})</span></li> <!-- END latest_entry_items --> </ul> </div> <!-- END latest_entry --> <!-- Categories --> <!-- BEGIN category --> <div class="side_nav text_list"> <h3 class="ttl">Categories</h3> <ul> <!-- BEGIN category_items --> <li><a href="./?cid={category_item_id}">{category_item_name}</a><span>({category_item_num})</span></li> <!-- END category_items --> </ul> </div> <!-- END category --> <!-- Archives --> <!-- BEGIN archives --> <div class="side_nav text_list"> <h3 class="ttl">Archives</h3> <ul> <!-- BEGIN archives_items --> <li><a href="./?month={archives_item_id}">{archives_item_eng}</a><span>({archives_item_num})</span></li> <!-- END archives_items --> </ul> </div> <!-- END archives --> <!-- Recent comment --> <!-- BEGIN recent_comment --> <div class="side_nav text_list"> <h3 class="ttl">Recent comment</h3> {recent_comment_list} </div> <!-- END recent_comment --> <!-- Recent trackback --> <!-- BEGIN recent_trackback --> <div class="side_nav text_list"> <h3 class="ttl">Recent trackback</h3> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- Mobile --> <div class="side_nav"> <h3 class="ttl">Mobile</h3> {site_qrcode} </div> <!-- other --> <div class="side_nav text_list"> <h3 class="ttl">Others</h3> <ul> <li><a href="./manage/">管理者ページ</a></li> <li><a href="{site_rss}">RSS1.0</a></li> <li><a href="{site_atom}">Atom0.3</a></li> <li class="powered">Powered <span> {powered} </span> </li> </ul> </div> </div> <!-- left-sidebar/end --> </div> <!-- container/end --> <div id="right-sidebar"> <h2>link navigation</h2> <!-- adsense --> <!-- BEGIN jugem_ad --> <div class="side_nav clearfix"> <h3 class="ttl">Sponsored Links</h3> {ad} </div> <!-- END jugem_ad --> <!-- Recommend --> <div class="side_nav"> <h3 class="ttl">Recommend</h3> <!-- BEGIN amazon --> {amazon_item} <!-- END amazon --> </div> <!-- Links --> <div class="side_nav text_list"> <h3 class="ttl">Links</h3> {link_list} </div> <!-- freespace 1 --> <!-- BEGIN freespace1 --> <div class="side_nav"> <h3 class="ttl">{freespace_title1}</h3> <div> {freespace_contents1} </div> </div> <!-- END freespace1 --> <!-- freespace 2 --> <!-- BEGIN freespace2 --> <div class="side_nav"> <h3 class="ttl">{freespace_title2}</h3> <div> {freespace_contents2} </div> </div> <!-- END freespace2 --> <!-- freespace 3 --> <!-- BEGIN freespace3 --> <div class="side_nav"> <h3 class="ttl">{freespace_title3}</h3> <div> {freespace_contents3} </div> </div> <!-- END freespace3 --> <!-- freespace 4 --> <!-- BEGIN freespace4 --> <div class="side_nav"> <h3 class="ttl">{freespace_title4}</h3> <div> {freespace_contents4} </div> </div> <!-- END freespace4 --> <!-- freespace 5 --> <!-- BEGIN freespace5 --> <div class="side_nav"> <h3 class="ttl">{freespace_title5}</h3> <div> {freespace_contents5} </div> </div> <!-- END freespace5 --> </div> <!-- right-sidebar/end --> </div> <!-- container_wrap/end --> <div id="footer"> <p id="pagetop"><a href="#header">▲PageTop</a></p> <ul class="copyright"> <li>{copyright}</li> <li> Template by <a href="http://nama-mugi.jugem.jp/" target="_blank">ナマムギ</a></li> </ul> </div> </div> <!-- inner_wrap/end --> </div> </body> </html>
CSS
@charset "euc-jp"; /**************************************************** ======利用規約====== ●著作権は放棄しておりません。カスタマイズ後も著作権表示は消さずにご利用ください。 (“Template by ナマムギ”というfooterにある著作権リンクを削除しないでください。) ●再配布は禁止とさせていただきます。 ●模倣やカスタマイズ後の配布はご遠慮ください。 ●テンプレート内で使用している素材の無断転用をご遠慮ください。 ****************************************************/ /* reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } #wrapper table { border-collapse: collapse; border-spacing: 0; } .clearfix { zoom:1; } .clearfix:after { content: ""; display: block; clear: both; } /* layout */ #wrapper { min-width: 990px; margin: 0 auto; font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif; background-color: #F5EBE9; } /* IE6 */ * html #wrapper { border-left: 960px solid #F5EBE9; zoom: 1; } * html #wrapper #inner_wrap { margin-left: -960px; position: relative; zoom: 1; } #header { height: 200px; padding: 0 200px 0 15px; background-color: #333; color: #F5EBE9; margin-bottom: 40px; background-image: url(http://img-cdn.jg.jugem.jp/9c6/2392221/20120313_924611.gif); background-repeat: no-repeat; background-position: right center; line-height: 1.4; } #container_wrap { margin: 0 15px; } #container { width: 100%; float: left; margin-right: -200px; } #contents { width: 100%; float: right; margin-left: -200px; } #inner_cont { margin: 0 230px; position: relative; } #left-sidebar { float: left; width: 200px; position: relative; z-index: 3; } #right-sidebar { float: right; width: 200px; margin-bottom: 60px; position: relative; z-index: 1; } #footer { height: 85px; clear: both; padding: 0 15px; background-color: #333; color: #F5EBE9; } #pagetop { position: relative; top: -50px; margin-left: 230px; text-align: right; z-index: 2; } /* header */ #header a { color: #F5EBE9; text-decoration: none; } #header a:hover { text-decoration: underline; } #header h1 { padding-top: 75px; } #header h1 a { font-size: 24px; font-weight: bold; } /* footer */ #footer .copyright { text-align: left; list-style-type: none; } #footer .copyright a { color: #F5EBE9; } #pagetop a { color: #000; } /* sidebar */ #left-sidebar h2, #right-sidebar h2 { display: none; } .side_nav { clear: both; margin-bottom: 20px; } .side_nav a { color: #000; } .side_nav .ttl { margin: 0 0 5px; padding: 5px 8px 12px 0; font-size: 14px; background-image: url(http://img-cdn.jg.jugem.jp/9c6/2392221/20120313_924610.gif); background-repeat: no-repeat; background-position: top; text-align: center; color: #F5EBE9; line-height: 1.5; clear: both; } /* IE6 */ * html .side_nav .ttl { zoom: 1; } /* calendar */ .calendar table { margin: 0 2px; } .calendar td { line-height: 2; text-align: center; } .calendar .cell { width: 28px; } .calendar .sun { color: #EB4844; } .calendar .sat { color: #32B5EC; } /* search form */ .side_nav form { text-align: right; } .form { width: 120px; } /* text_list */ .text_list ul { margin-left: 20px; list-style-position: outside; line-height: 1.2; } .text_list li { margin-top: 4px; } .text_list span { margin-left: 4px; font-size: 10px; color: #999; } .text_list .powered span { display: block; margin-left: 0; } /* amazon */ .amazon { margin-bottom: 20px; padding-bottom: 10px; font-size: 10px; text-align: center; color: #666; border-bottom: 1px dotted #CCC; } .amazon a { font-size: 12px; } .amazon_text { margin: 0 10px; text-align: left; } /* main */ .main a { color: #22CFD5; } /* title */ h2.ttl { margin-bottom: 20px; padding: 3px 0 6px 35px; font-size: 18px; font-weight: bold; background-image: url(http://img-cdn.jg.jugem.jp/9c6/2392221/20120313_924612.gif); background-repeat: no-repeat; background-position: left top; line-height: 1.5; } /* IE6 */ * html h2.ttl { padding-top: 7px; } h3.ttl { margin: 30px 20px 10px; font-size: 18px; font-weight: bold; } /* entry */ .entry { margin-bottom: 40px; border-bottom: 1px dotted #CCC; line-height: 1.5; } .entry .pict { border-style: none; } .entry p { margin: 20px 0; } .entry ul { margin: 20px 20px 20px 40px; } .entry ol { margin: 20px 20px 20px 40px; } .entry blockquote { margin: 20px; padding: 10px; border: 1px solid #E3C7C1; background-color: #E3C7C1; } .entry_meta { margin: 0 !important; padding-bottom: 10px; list-style-type: none; } .entry_meta li { float: left; padding: 0 5px; margin-bottom: 4px; line-height: 1.2; color: #666; border-right: 1px solid #CCC; } .entry_meta li img { display: block; float: left; } .entry_meta li:first-child { border-left: 1px solid #CCC; } /* comment trackback */ .res_meta { margin-top: 10px; border-left: 1px solid #CCC; list-style-type: none; } .res_meta li { float: left; padding: 0 5px; line-height: 1.2; border-right: 1px solid #CCC; color: #666; } #comments { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px dotted #CCC; } .comment_box { padding: 20px; line-height: 1.5; } #comments form { margin: 20px; } #comments form dt { text-transform: capitalize; font-weight: bold; } #comments form dd { margin-bottom: 4px; } #comments form dd input, #comments form dd textarea { font-size: 12px; width: 400px; } #trackback { margin-bottom: 50px; } #trackback .url { margin-left: 20px; } #trackback .url input { width: 400px; } #trackback dl { margin: 0 20px 30px; line-height: 1.5; } #trackback dt { font-weight: bold; } #trackback dd { margin-bottom: 10px; } /* related */ #related ul { margin: 0 30px 50px; line-height: 2; } #related li a { color: #000; } #related li span { margin-left: 10px; font-size: 10px; color: #666; } /* profile */ #profile dl { margin: 0 30px; } #profile dt { font-size: 14px; font-weight: bold; line-height: 2; } #profile dd { padding-bottom: 10px; border-bottom: 1px dotted #CCC; } /* sequel */ .sequel { margin-bottom: 25px; padding-bottom: 25px; list-style-type: none; border-bottom: 1px dotted #CCC; } .sequel li { width: 45%; line-height: 1.5; } .sequel .prev { float: left; } .sequel .next { float: right; text-align: right; } .sequel span { display: block; font-weight: bold; line-height: 2; } /* pager */ #pager { margin-bottom: 60px; } #pager span { float: left; display: block; line-height: 1.5; font-weight: bold; } #pager span a { display: block; text-decoration: none; color: #333; padding: 3px 7px; } #pager span a:hover { color: #22CFD5; } #pager .current { color: #FFF; background: #333; padding: 3px 7px; } /* ad */ #jgSideAdContainer { float: right; width: auto; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑