無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
berry cake
テンプレートイメージ表示ページへ戻る
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}" /> <link href="http://fonts.googleapis.com/css?family=Carrois+Gothic+SC" rel="stylesheet" type="text/css"> <script type="text/javascript" src="./template/js/cookie.js"></script> <!--[if lt IE 8]> <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script> <![endif]--> </head> <body onload="javascript:initval();"> <div id="wrapper"> <div id="header_wrap"> <div id="header" class="container"> <!-- BEGIN title --> <h1 id="blog_name" class="lv1_ttl">{blog_name}</h1> <!-- END title --> <p id="blog_description">{blog_description}</p> </div> </div> <div id="container" class="container clearfix"> <div id="main"> <!-- BEGIN sequel --> <ul class="sequel_nav clearfix"> <li class="sequel_prev"><span>prev</span><a href="{prev_permalink}">{prev_title}</a></li> <li class="sequel_next"><span>next</span><a href="{next_permalink}">{next_title}</a></li> </ul> <!-- END sequel --> <!-- BEGIN entry --> <div class="archive_entry_block clearfix"> <div class="entry_meta_block"> <ul> <li>{entry_month} {entry_day},{entry_year}</li> <li>Categories : {category_name}</li> <li>Comment : <a href="{entry_permalink}#comments">{comment_num_only}</a></li> <li>Trackback : <a href="{entry_permalink}#trackback">{trackback_num_only}</a></li> <li><a href="{entry_permalink}">permalink</a></li> <li>Author : {user_name}</li> </ul> </div> <div class="entry_text_block"> <h2 class="icon_lv2_ttl clearfix">{entry_title}</h2> <div class="text_block">{entry_description}</div> <div id="sequel" class="text_block">{entry_sequel}</div> </div> {trackback_auto_discovery} </div> <!-- END entry --> <div class="res_block"> <!-- BEGIN comment_area --> <!-- comment --> <div id="comments"> <h3 class="lv3_ttl">コメント</h3> <!-- BEGIN comment --> <div class="comment_block"> <p class="text_block">{comment_description}</p> <ul class="res_meta_block clearfix"> <li>{comment_name}</li> <li>{comment_time}</li> </ul> </div> <!-- END comment --> <form name="comment_area" id="comment_area" class="comment_form" 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}" /></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}" /></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}" /> <button type="submit" tabindex="5" onclick="javascript:setval();">コメント送信</button> <input type="checkbox" name="set_cookie" tabindex="6" value="1" id="set_cookie"> <label for="set_cookie">入力情報を登録しますか?</label> </form> </div> <!-- comment/end --> <!-- END comment_area --> <!-- BEGIN trackback_area --> <!-- trackback --> <div id="trackback"> <h3 class="lv3_ttl">この記事のトラックバックURL</h3> <div class="url"> <input type="text" value="{trackback_url}" /> </div> <h3 class="lv3_ttl">トラックバック</h3> <dl> <!-- BEGIN trackback --> <dt class="trackback_ttl">{trackback_title}</dt> <dd> <p class="text_block">{trackback_excerpt}</p> <ul class="res_meta_block clearfix"> <li>{trackback_blog_name}</li> <li>{trackback_time}</li> </ul> </dd> <!-- END trackback --> </dl> </div> <!-- trackback/end --> <!-- END trackback_area --> </div> <!-- BEGIN related_entry --> <div id="related" class="related_entry_block"> <h2 class="icon_lv2_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 --> <!-- BEGIN profile_area --> <!-- profile --> <div id="profile"> <h2 class="icon_lv2_ttl">プロフィール</h2> <div class="profile_block"> <h3 class="lv3_ttl">{profile_name}</h3> <div class="text_block">{profile_description}</div> </div> </div> <!-- profile/end --> <!-- END profile_area --> <!-- BEGIN pager --> <div id="pager" class="clearfix"> {full_pager_link} </div> <!-- END pager --> </div> <div id="side"> <h2>navigation</h2> <!-- Search --> <div class="side_nav_block"> <form method="get" action="./"> <div class="clearfix"> <input type="text" id="search" name="search" /> <input type="submit" value="" /> </div> </form> </div> <!-- BEGIN calendar --> <div class="side_nav_block calendar_block"> <h3 class="side_ttl google_font">Calendar</h3> <table border="0" cellspacing="1" cellpadding="0"> <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_block text_list_block"> <h3 class="side_ttl google_font">Profile</h3> {user_list} </div> <!-- END profile --> <!-- New entries --> <!-- BEGIN latest_entry --> <div class="side_nav_block text_list_block"> <h3 class="side_ttl google_font">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_block text_list_block"> <h3 class="side_ttl google_font">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_block text_list_block"> <h3 class="side_ttl google_font">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_block text_list_block"> <h3 class="side_ttl google_font">Recent comment</h3> {recent_comment_list} </div> <!-- END recent_comment --> <!-- Recent trackback --> <!-- BEGIN recent_trackback --> <div class="side_nav_block text_list_block"> <h3 class="side_ttl google_font">Recent trackback</h3> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- Mobile --> <div class="side_nav_block qrcode_block"> <h3 class="side_ttl google_font">Mobile</h3> {site_qrcode} </div> <!-- other --> <div class="side_nav_block text_list_block"> <h3 class="side_ttl google_font">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 <div> {powered} </div> </li> </ul> </div> <!-- adsense --> <!-- BEGIN jugem_ad --> <div class="side_nav_block clearfix"> <h3 class="side_ttl google_font">Sponsored Links</h3> {ad} </div> <!-- END jugem_ad --> <!-- Recommend --> <div class="side_nav_block"> <h3 class="side_ttl google_font">Recommend</h3> <!-- BEGIN amazon --> {amazon_item} <!-- END amazon --> </div> <!-- Links --> <div class="side_nav_block text_list_block"> <h3 class="side_ttl google_font">Links</h3> {link_list} </div> <!-- freespace 1 --> <!-- BEGIN freespace1 --> <div class="side_nav_block"> <h3 class="side_ttl google_font">{freespace_title1}</h3> <div> {freespace_contents1} </div> </div> <!-- END freespace1 --> <!-- freespace 2 --> <!-- BEGIN freespace2 --> <div class="side_nav_block"> <h3 class="side_ttl google_font">{freespace_title2}</h3> <div> {freespace_contents2} </div> </div> <!-- END freespace2 --> <!-- freespace 3 --> <!-- BEGIN freespace3 --> <div class="side_nav_block"> <h3 class="side_ttl google_font">{freespace_title3}</h3> <div> {freespace_contents3} </div> </div> <!-- END freespace3 --> <!-- freespace 4 --> <!-- BEGIN freespace4 --> <div class="side_nav_block"> <h3 class="side_ttl google_font">{freespace_title4}</h3> <div> {freespace_contents4} </div> </div> <!-- END freespace4 --> <!-- freespace 5 --> <!-- BEGIN freespace5 --> <div class="side_nav_block"> <h3 class="side_ttl google_font">{freespace_title5}</h3> <div> {freespace_contents5} </div> </div> <!-- END freespace5 --> </div> <div class="pagetop"> <a href="#wrapper">ページ先頭へ</a> </div> </div> <div id="footer_wrap"> <div id="footer" class="container"> <p>{copyright} | Template by <a href="http://nama-mugi.jugem.jp/" target="_blank" class="credit">ナマムギ</a></p> </div> </div> </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.5; background-color: #000; font-size: 12px; color: #999; } 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;} .clearfix {zoom:1;} .clearfix:after {content: ""; display: block; clear: both;} .google_font {font-family: 'Carrois Gothic SC', sans-serif !important;} .container {width: 980px; margin: 0 auto 20px;} #wrappaer {font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", sans-serif;} #wrapper table {border-collapse: collapse; border-spacing: 0;} #header_wrap {border-top: 13px solid #333;} #header { height: 380px; background-image: url(http://img-cdn.jg.jugem.jp/9c6/2392221/20121204_1483525.png); } #blog_name { width: 650px; margin-bottom: 10px; padding-top: 40px; font-family: "MS P明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; font-size: 28px; font-weight: normal; line-height: 1.2; } #blog_name a {color: #fff; text-decoration: none;} #blog_name a:hover {color: #eee;} #blog_description {width: 600px; color: #666;} #footer_wrap {background-color: #333;} #footer {margin-bottom: 0; padding: 40px 0 10px;} #footer * {color: #999; text-align: right;} .credit {text-decoration: none; font-weight: bold;} .pagetop {width: 60px; height: 60px; margin-left: 920px; clear: both; text-indent: 100%; white-space: nowrap; overflow: hidden;} .pagetop a {display: block; height: 100%; background-image: url(http://img-cdn.jg.jugem.jp/9c6/2392221/20121204_1483523.png);} #side {width: 240px; float: right;} #side h2 {display: none;} /* style */ .side_nav_block {clear: both; margin-bottom: 25px;} .side_ttl {margin-bottom: 8px; font-size: 14px; font-weight: normal; line-height: 2;} .side_ttl.google_font {font-size: 16px;} .text_list_block ul {list-style: none; border-top: 1px solid #666;} .text_list_block li {padding: 6px 8px; border-bottom: 1px solid #666; line-height: 1.4;} .text_list_block a {text-decoration: none; color: #999;} .text_list_block a:hover {text-decoration: underline;} .text_list_block span {margin-left: 4px; color: #666;} .text_list_block div {margin-top: 4px;} /* search */ .side_nav_block form {height: 31px; background-image: url(http://img-cdn.jg.jugem.jp/9c6/2392221/20121204_1483527.png);} .side_nav_block form div {padding: 7px 10px 0 10px;} .side_nav_block input[type="text"] {width: 200px; padding: 0; float: left; line-height: 1.5; border: none; background-color: #333;} .side_nav_block input[type="submit"] {width: 16px; height: 16px; float: right; border: none; background-image: url(http://img-cdn.jg.jugem.jp/9c6/2392221/20121204_1483524.png); background-color: #333;} /* calendar */ .cell {width: 34px; text-align: center; line-height: 22px;} .cell.sat {color: #0023a5;} .cell.sun {color: #cb0000;} .calendar_month {font-size: 10px; line-height: 30px;} .calendar_month a {color: #ccc;} /* amazon */ .side_nav_block .amazon {padding: 15px 0; border-bottom: 1px solid #666; font-size: 10px;} .side_nav_block .amazon a {color: #ccc; text-decoration: none; font-size: 12px;} .side_nav_block .amazon a:hover {text-decoration: underline;} #main {width: 704px; float: left;} /* style */ .icon_lv2_ttl { margin-bottom: 20px; font-size: 18px; font-family: "MS P明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; font-weight: normal; color: #fff; } .icon_lv2_ttl:before { width: 25px; height: 35px; margin-top: -2px; margin-right: 4px; content: ""; display: block; float: left; background-image: url(http://img-cdn.jg.jugem.jp/9c6/2392221/20121204_1483526.png); } .lv3_ttl { margin: 20px 0 10px; font-size: 16px; font-family: "MS P明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; font-weight: normal; color: #fff; } .text_block {line-height: 1.6} .text_block ul, .text_block ol {margin-left: 30px; line-height: 2;} .text_block blockquote {padding: .5em 12px; color: #ccc; background-color: #222;} /* comments & trackback */ .res_block {margin-left: 240px;} .res_meta_block {margin-top: 10px; list-style: none; line-height: 1;} .res_meta_block li {display: inline; padding: 0 8px; color: #666; border-right: 1px solid #666;} .res_meta_block li:first-child {border-left: 1px solid #666;} /* comment form */ .comment_form {margin: 25px 0;} input[type="text"], textarea {width: 300px; padding: .5em 5px; font-size: 12px; line-height: 1.6;} /* entry */ .entry_meta_block {width: 160px; float: left; font-size: 10px;} .entry_meta_block ul {list-style: none; line-height: 2;} .entry_meta_block li:first-child {margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #666; color: #999;} .entry_meta_block a {font-weight: bold; color: #ccc;} .archive_entry_block {clear: both;} .entry_text_block {width: 500px; margin-bottom: 25px; float: right;} .entry_text_block > div {margin: 0 4px;} .entry_text_block .pict { max-width: 460px; border: 10px solid #111; -webkit-box-shadow: 0 0 10px rgba(255,255,255,0.5); -moz-box-shadow: 0 0 10px rgba(255,255,255,0.5); -ms-box-shadow: 0 0 10px rgba(255,255,255,0.5); -o-box-shadow: 0 0 10px rgba(255,255,255,0.5); box-shadow: 0 0 10px rgba(255,255,255,0.5); -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } /* related entry */ .related_entry_block {margin: 30px 0 20px 202px;} .related_entry_block ul {margin-left: 30px; line-height: 2; font-size: 14px;} .related_entry_block a {color: #ccc;} .related_entry_block span {margin-left: 10px; color: #666;} /* profile */ .profile_block {margin: 0 0 20px 30px;} #pager {margin-bottom: 60px;} #pager span {float: left; display: block; line-height: 1.5;} #pager span a {display: block; text-decoration: none; color: #fff; padding: 3px 7px;} #pager span a:hover {text-decoration: underline;} #pager .current {padding: 3px 7px; background-color: #222; font-weight: bold;} .sequel_nav {margin-bottom: 40px; padding-bottom: 10px; list-style-type: none; border-bottom: 1px solid #666;} .sequel_nav li {width: 340px; line-height: 1.5;} .sequel_nav a {color: #ccc; text-decoration: none;} .sequel_nav a:hover {text-decoration: underline;} .sequel_prev {float: left;} .sequel_next {float: right; text-align: right;} .sequel_nav span {display: block; margin-bottom: 5px; font-weight: bold; line-height: 1;}
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑