無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
calamel_handmade
テンプレートイメージ表示ページへ戻る
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 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 src="./template/analogue/menu.js" type="text/javascript"></script> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> {gmo_header_src} <a id="top" name="top"></a> <div class="linkmenu">| <a href="" onclick="return buttonClick(event, 'MENU1');">CALENDAR</a> | <a href="" onclick="return buttonClick(event, 'MENU2');">RECOMMEND</a> | <a href="" onclick="return buttonClick(event, 'MENU4');">COMMENT</a> | <a href="" onclick="return buttonClick(event, 'MENU5');">TRACKBACK</a> | <a href="" onclick="return buttonClick(event, 'MENU6');">CATEGORY</a> | <a href="" onclick="return buttonClick(event, 'MENU8');">LINK</a> | <a href="" onclick="return buttonClick(event, 'MENU9');">PROFILE</a> | <a href="" onclick="return buttonClick(event, 'MENU10');">OTHERS</a> | </div> <!-- BEGIN title --> <div class="site_title"> <h1>{blog_name}</h1><br /> <div class="description">{blog_description}</div> </div> <!-- END title --> <!-- BEGIN calendar --> <div id="MENU1" class="MENU"> <div class="calendar" align="center"> <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 class="list_title">CALENDAR</div> </div> <!-- END calendar --> <div id="MENU2" class="MENU"> <!-- BEGIN amazon --> <div class="list_text"> {amazon_item} </div> <!-- END amazon --> <div class="list_title">RECOMMEND</div> </div> <!-- BEGIN recent_comment --> <div id="MENU4" class="MENU"> <div class="list_text"> {recent_comment_list} </div> <div class="list_title">RECENT COMMENT</div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div id="MENU5" class="MENU"> <div class="list_text"> {recent_trackback_list} </div> <div class="list_title">RECENT TRACKBACK</div> </div> <!-- END recent_trackback --> <!-- BEGIN category --> <div id="MENU6" class="MENU"> <div class="list_text"> {category_list} </div> <div class="list_title">CATEGORY</div> </div> <!-- END category --> <!-- BEGIN link --> <div id="MENU8" class="MENU"> <div class="list_text"> {link_list} </div> <div class="list_title">LINK</div> </div> <!-- END link --> <!-- BEGIN profile --> <div id="MENU9" class="MENU"> <div class="list_text"> {user_list} </div> <div class="list_title">PROFILE</div> </div> <!-- END profile --> <div id="MENU10" class="MENU"> <div class="list_text"> <!-- BEGIN freespace1 --> <div class="f_t">{freespace_title1}</div> <div class="f_c">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="f_t">{freespace_title2}</div> <div class="f_c">{freespace_contents2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="f_t">{freespace_title3}</div> <div class="f_c">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="f_t">{freespace_title4}</div> <div class="f_c">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="f_t">{freespace_title5}</div> <div class="f_c">{freespace_contents5}</div> <!-- END freespace5 --> <div class="f_t">MOBILE</div> {site_qrcode} </div> <div class="list_title">OTHERS</div> </div> <div id="box"> <!-- BEGIN entry --> <div class="entry"> <div class="entry_date">{entry_date}</div> <div class="entry_title">{entry_title}</div> <div class="entry_love">{love}</div> {entry_description} <a name="sequel"></a> <div class="entry_more"> {entry_sequel} </div> <div class="entry_state">|{entry_time}| {category_name} | {comment_num} | {trackback_num} | posted by {user_name} {pookmark_link} {logpi_link}</div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="tb_main_title">Comment</div> <table width="620" border="0" cellspacing="0" cellpading="0" align="center" class="commnet_form"> <tr> <td width="240" valign="top"> <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:200px;" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:200px;" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:200px;" /> </td> <td valign="top"> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="5" cols="50" style="width:380px;"></textarea><br /><br /> <input tabindex="5" type="submit" value="コメント送信" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie" style="border:none;"> <label for="set_cookie">Cookieに登録</label> </form> </td> </tr> </table> <!-- BEGIN comment --> <div class="tb_area">{comment_description}</div> <div class="tb_state">posted by {comment_name} | {comment_time} |</div> <!-- END comment --> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="tb_main_title">Trackback</div> <div class="tb_url"><strong>この記事のトラックバックURL:</strong> {trackback_url}</div> <!-- BEGIN trackback --> <div class="tbentry_title">{trackback_title}</div> <div class="tb_area">{trackback_excerpt}</div> <div class="tb_state"> | {trackback_blog_name} | {trackback_time} | </div> <!-- END trackback --> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry_head"> <div class="entry_date">PROFILE</div> <div class="entry_date_bottom"><img src="https://imaging.jugem.jp/template/calamel_handmade/img/sp.gif" width="1" height="20"></div> </div> <div class="entry"> <div class="entry_body"> <div class="profile_name">{profile_name}</div> {profile_description} </div> </div> <!-- END profile_area --> <!-- BEGIN sequel --> <div class="entry_navi"><a href="{next_permalink}"><< NEW</a> | <a href="./">TOP</a> | <a href="{prev_permalink}">OLD>></a></div> <!-- END sequel --> <!-- BEGIN page --> <div class="entry_navi">{prev_page_link} | {page_now}/{page_num} | {next_page_link}</div> <!-- END page --> <!-- BEGIN latest_entry --> <div class="list_entry_box"> <div class="list_title_bg">LATEST ENTRY</div> {latest_entry_list} </div> <!-- END latest_entry --> <!-- BEGIN archives --> <div class="list_archive_box"> <div class="list_title_bg">ARCHIVE</div> {archives_list} </div> <!-- END archives --> <br class="clear" /> <!-- footer --> <table id="footer" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td width="50%" align="left" nowrap><div id="handmade_logo"><a href="http://handmade.calamel.jp/" target="_blank"><img src="https://calamel.jp/img/handmade/handmade_120_120.jpg" alt="カラメル手芸部" width="120" height="120" border="0" /></a></div> <div id="calamel_logo"><a href="http://calamel.jp" target="_blank"><img src="https://imaging.jugem.jp/template/calamel_handmade/img/calamel_logo.jpg" width="136" height="49" alt="カラメル" /></a></div> | <a href="./manage">管理者ページ</a> | <a href="./?mode=rss">RSS1.0</a> | <a href="./?mode=atom">Atom0.3</a> | </td> <td width="25%" align="right" nowrap> <!-- BEGIN jugem_ad --><div id="ad">{ad}</div><!-- END jugem_ad --> <div class="jugem_bana">{powered}</div> </td> </tr> </table> <div class="copy">{copyright}</div> <!-- /footer/ --> </div> </body> </html>
CSS
* { margin: 0; padding: 0; } body { width:100%; background:#FEE9D4 url(https://imaging.jugem.jp/template/calamel_handmade/img/blog_bg.jpg) fixed no-repeat top center; color:#8B8380; font: 12px/180% "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; margin:0px; padding:0px; text-align:left; } #box { width:650px; margin:0 auto; } a:link { color: #9C3056; text-decoration: none; } a:visited { color: #9C3056; text-decoration: none; } a:active { color: #9C3056; text-decoration: none; } a:hover { color: #9C3056; text-decoration: underline; } ul { list-style-type: square; line-height:120%; margin:0px; margin-left:15px; padding:0px; } li { margin-bottom:5px; } img { border:none; } form { margin: 0px; padding: 0px; } input,textarea { color: #666; font-size :12px; border:1px #CCC solid; background-color:#FFF; padding: 2px; } /* サイトタイトル---------------------------------------------------------------------- */ .site_title { width:600px; background:url(https://imaging.jugem.jp/template/calamel_handmade/img/main.jpg); margin:10px auto; padding:80px 0px 0px 50px; height:120px; } h1 { width:310px; font-size: 18px; } .description { width:310px; font-weight:normal; font-size: 10px; } .site_title a {color: #90786B;text-decoration: none;} .site_title a:link {color: #90786B;text-decoration: none;} .site_title a:visited {color: #90786B;text-decoration: none;} .site_title a:active {color: #90786B;text-decoration: none;} .site_title a:hover {color: #90786B;text-decoration: none;} /* メニュー---------------------------------------------------------------------- */ .linkmenu { width:655px; height:37px; padding-top:5px; font-size: 10px; background:#FFF url(https://imaging.jugem.jp/template/calamel_handmade/img/hd.jpg); margin : 0 auto; text-align: center; color: #FFF; } } .linkmenu a {color: #FFF;text-decoration: none;} .linkmenu a:link {color: #FFF;text-decoration: none;} .linkmenu a:visited {color: #FFF;text-decoration: none;} .linkmenu a:active {color: #FFF;text-decoration: none;} .linkmenu a:hover {color: #FFF;text-decoration: none;} .MENU { visibility: hidden; z-index: 999; position: absolute; width:200px; margin-top:5px; padding-top:5px; background: #FFF; border:1px solid #F071AA; } .list{ } .list_title{ margin:10px 0px; font-size:14px; color:#FFF; text-align:center; } .list_title_bg{ margin:10px 0px; padding:3px 7px; font-size:12px; color:#FFF; background:url(https://imaging.jugem.jp/template/calamel_handmade/img/list_title_bg.jpg) no-repeat; width:286px; height:20px; } .list_text{ padding:5px 10px; text-align:left; } .list_entry_box{ width:300px; float:left; } .list_archive_box{ width:300px; float:left; margin-left:40px; } /* カレンダー */ .calendar { font-family: "Verdana"; font-size: 10px; color: #666666; margin:0px auto; } .calendar_month { font-family: "Verdana"; margin-bottom: 10px; font-size: 10px; color: #666666; } .weekday { width: 25px; height: 20px; padding: 0px; text-align:center; font-size: 10px; color: #666666; } .cell { width: 25px; height: 20px; padding: 0px; text-align:center; font-size: 10px; color: #666666; background:#F2F2F2; } .cell a {color: #CC0033;text-decoration: none; font-weight:bolder;} .cell a:link {color: #CC0033;text-decoration: none;} .cell a:visited {color: #CC0033;text-decoration: none;} .cell a:active {color: #CC0033;text-decoration: none;} .cell a:hover {color: #CC0033;text-decoration: none;} .calendar table { margin:0 auto; } /* アマゾン */ .amazon { margin-bottom:10px; } .amazon_text { font-size:10px; text-align: left; } .amazon_text strong { } /* エントリー---------------------------------------------------------------------- */ .entry { width: 650px; margin: 30px 0px; } .entry_date { color: #ABA19E; font-family: Arial; } .entry_title { font-size: 14px; font-weight:bold; color:#FFF; padding: 5px 10px; background:url(https://imaging.jugem.jp/template/calamel_handmade/img/entry_tit_bg.jpg); margin-bottom:15px; } .entry_time { text-align:right; padding:3px 0; } .entry_more { padding-top: 10px; } .entry_state { text-align: right; margin-top: 10px; font-size:10px; } blockquote { color: #999; border-left:3px solid; background:#FFF3E6; margin: 10px 0; padding: 5px; padding-left:10px; } .pict { display:block; text-align:center; margin:0 auto; } .entry_navi { clear:both; text-align:center; margin:40px 0; } /* コメント・トラックバック・プロフィール */ .commnet_form { margin:20px auto; } .tb_main_title { border-bottom:1px dotted #F84E9E; margin:40px 0 10px 0; padding-bottom: 3px; font-size: 18px; font-family: Arial; color: #F84E9E; } #tb { width:655px; margin-bottom:30px; font-size:12px; line-height:170%; } .tb_url { margin:20px 0; text-align:center; } .tbentry_title { font-weight:bolder; margin:20px 20px 0 20px; } .tb_area { margin:0 20px 0 20px; } .tb_state { color:#C2AAAA; font-size:10px; text-align:right; border-bottom:1px dotted #CCC; margin:0 20px 10px 20px; } .profile_name { font-weight:bolder; margin-bottom:5px; } /* フッタ---------------------------------------------------------------------- */ #footer { width:650px; margin:20px 0px; font-size:10px; clear:both; } #handmade_logo{ margin-left:7px; } #calamel_logo{ margin:10px 0px; } .copy { text-align:right; margin-bottom:10px; } .jugem_bana{ margin: 5px 0px 10px 0px; } /* AD--------------- */ #ad .linktext { line-height:160%; text-align:right; } /* サーチ--------------- */ .search { } .search input { color: #666; font-size :12px; border-bottom:1px #CCC solid; background-color:#F4F0EE; padding: 3px; } .button { margin-left:5px; padding:0px; } /* フリーエリア--------------- */ .f_t { font-weight:bolder; margin:10px 0 5px 0; } .f_c { }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑