無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
callog_black
テンプレートイメージ表示ページへ戻る
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 type="text/javascript" src="./template/js/cookie.js"></script> <img src="http://img-cdn.jg.jugem.jp/548/1983489/20110202_1881441.png" alt="" width="877" height="233" class="pict" /> <script type="text/javascript"> <!-- function getTitle() { //URLを取得 u = location.href; //URLに?cidがあるかどうか uu = u.indexOf("?cid"); if(uu >= 0) { t = document.title; cn = t.lastIndexOf("|")+2; if(cn > 1) { en = t.length; ct = t.substring(cn,en); } //IEcheck if (typeof document.getElementById("cat_title").textContent != "undefined") { document.getElementById("cat_title").textContent = ct; } else { document.getElementById("cat_title").innerText = ct; } //?cidの時のみdisplay:block document.getElementById("cat_title").style.display = "block"; } } --> </script> </head> <body id="{index}{month}{cid}{eid}{day}{pid}{search}" onload="javascript:initval();getTitle();"> {gmo_header_src} <a name="top"></a> <div id="wrapper"> <div id="header"> <!-- BEGIN title --> <h1>{blog_name}<span class="description">{blog_description}</span></h1> <!-- END title --> </div> <!-- BEGIN calendar --> <div id="calendar"> <div class="ym"> <h2>{calendar_this_year}/{calendar_this_month}</h2> </div> <div class="d"> <div>{calendar_horizontal_only_addzero}</div> <div><a href="./?month={calendar_prev_yearmonth}"><<</a> <a href="./?month={calendar_next_yearmonth}">>></a></div> </div> <br class="clear" /> </div> <!-- END calendar --> <!-- category_title --> <h2 id="cat_title" style="display:none;"></h2> <!--// category_title --> <!-- linklist --> <dl id="linklist"> <!-- BEGIN latest_entry --> <dt>new</dt> <dd> {latest_entry_list} </dd> <!-- END latest_entry --> <!-- BEGIN archives --> <dt>archive</dt> <dd> {archives_list} </dd> <!-- END archives --> <!-- BEGIN category --> <dt>category</dt> <dd> {category_list} </dd> <!-- END category --> <!-- BEGIN user --> <dt>profile</dt> <dd> {user_list} </dd> <!-- END user --> </dl> <!--// linklist --> <!-- entry_area --> <div id="entry_area"> <!-- BEGIN entry --> <div class="entry_margin"> <div class="entry_date"> <p class="entry_ym">{entry_year}{entry_month}</p> <h3 class="{entry_eng_week_short}">{entry_day}</h3> <p class="{entry_eng_week_short}">{entry_eng_week}</p> <div class="entryLove">{love_white}</div> </div> <div class="entry_body"> <!-- BEGIN sequel --> <div id="navi"> <a href="{prev_permalink}" title="{prev_title}" /><<Prev Entry</a> | <a href="{next_permalink}" title="{next_title}" />Next Entry>></a> </div> <!-- END sequel --> <div class="header"> <h4><a href="{entry_permalink}">{entry_title}</a></h4> <ul class="state"> <li>{entry_time}</li> <li>{category_name}</li> <li>{user_name}</li> <li>{comment_num}</li> <li>{trackback_num}</li> <li>{pookmark_link}</li> <li>{logpi_link}</li> </ul> </div> <div class="entry_description"> {entry_description} <a name="sequel"></a> <div class="entry_more">{entry_sequel}</div> </div> </div> <br class="clear" /> </div> {trackback_auto_discovery} <!-- END entry --> <script type="text/javascript"> <!-- function bindEntriesByDate() { if (!document.body.innerHTML) return; var objDiv = this.document.getElementsByTagName('div'); var prevDate; for (var i=0;i<objDiv.length;i++) { if (objDiv[i].className == 'entry_date') { if (prevDate && prevDate.indexOf(objDiv[i].innerHTML) > -1 ) { objDiv[i].style.display = 'none'; } else { prevDate = objDiv[i].innerHTML; } } } } bindEntriesByDate(); // --> </script> <!-- BEGIN comment_area --> <a name="comments"></a> <dl id="comment"> <dt>comment</dt> <!-- BEGIN comment --> <dd class="com_area"> <p>{comment_description}</p> <ul><li>{comment_name}</li><li>{comment_time}</li></ul> </dd> <!-- END comment --> <dd class="com_form"> <form name="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" class="form" /> <label for="name">name:</label><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" class="form" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" class="form" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" class="form" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="7" cols="50" class="form"></textarea><br /><br /> <input tabindex="5" type="submit" value="submit" onclick="javascript:setval();" class="button" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookieに登録</label> </form> </dd> </dl> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <dl id="tb"> <dt>trackback</dt> <dd class="url"> <label for="name">trackback URL:</label><br/> <input type="text" value="{trackback_url}" class="form" /> </dd> <!-- BEGIN trackback --> <dd class="com_area"> <p class="title">{trackback_title}</p> <p>{trackback_excerpt}</p> <ul><li>{trackback_blog_name}</li><li>{trackback_time}</li></ul> </dd> <!-- END trackback --> </dl> <!-- END trackback_area --> <!-- BEGIN profile_area --> <dl id="profile"> <dt>profile</dt> <dd> <h4>{profile_name}</h4> {profile_description} </dd> </dl> <!-- END profile_area --> <!-- BEGIN page --> <ul class="pager"> <li>{prev_page_link}</li> <li>{page_now}/{page_num}PAGES</li> <li>{next_page_link}</li> </ul> <!-- END page --> </div> <!--// entry_area --> <div id="footer"> <!-- BEGIN jugem_ad --> {ad} <!-- END jugem_ad --> <ul class="menu"> <li><a href="./manage/">Login</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> </ul> {powered} <address>{copyright}</address> </div> </div> </body> </html>
CSS
* { margin: 0; padding: 0; } body { color:#FFF; background:#000; font: 12px/160% "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; } img {border:none;} li {list-style-type:none;} br.clear { clear: both; font: 0px/0px sans-serif ; } /* =================================== */ /* ページ属性に合わせて表示・非表示を変更する */ /* =================================== */ /* インデックスページのとき、エントリーを非表示にする */ #index #entry_area { display:none; } #entry_area { display:block; } /* インデックスページのとき、リンクリスト(最新エントリーリスト、カテゴリリスト等)を表示させる */ #linklist { display:none; } #index #linklist { display:block; } /* 個別のカテゴリページのとき、カレンダーを非表示にする */ #cid #calendar { display:none; } #calendar { display:block; } /* 個別のカテゴリページのとき、記事のエリアに年月を表示させる */ #entry_area .entry_date p.entry_ym { display:none; } #cid #entry_area .entry_date p.entry_ym { display:block; } /* 個別のカテゴリページのときに表示されるカテゴリータイトル */ h2#cat_title { font-size:40px; letter-spacing:-0.1em; line-height:100%; font-weight:bolder; margin-top:10px; } /* =================================== */ /* リンクの設定 */ /* =================================== */ a, a:link, a:visited, a:active { color: #AFAFAF; text-decoration: none; } a:hover { color: #FFCC00; text-decoration: none; } #header h1 a, #header h1 a:link, #header h1 a:visited, #header h1 a:active { color: #FFCC00;} #header h1 a:hover { color: #FFF;} #calendar a, #calendar a:link, #calendar a:visited, #calendar a:active { color: #FFCC00;font-size:18px; font-weight:bolder;} #calendar a:hover { color: #FFF;} #entry_area a, #entry_area a:link, #entry_area a:visited, #entry_area a:active { border-bottom:1px dotted #CCC; } #entry_area a:hover {border-bottom:1px dotted #666; } #linklist a, #linklist a:link, #linklist a:visited, #linklist a:active { border-bottom:1px dotted #CCC; } #linklist a:hover {border-bottom:1px dotted #666; } /* =================================== */ /* レイアウト */ /* =================================== */ #wrapper { margin:50px; } /* =================================== */ /* ヘッダー */ /* =================================== */ #header {} #header h1 { font-size:20px; } #header span.description { font-size:10px; font-weight:normal; margin-left:10px; } #entry_area .entry_date h3 { font-size:60px; letter-spacing:-0.1em; line-height:100%; } /* =================================== */ /* カレンダー */ /* =================================== */ #calendar { font-family:"Arial"; margin-top:10px; } #calendar .ym { width:210px; float:left; } #calendar .d { margin-left:210px; } #calendar .ym h2 { font-size:60px; letter-spacing:-0.1em; line-height:100%; } /* =================================== */ /* リンクリスト */ /* =================================== */ #linklist { margin-top:10px; font-size:10px; } #linklist dl { } #linklist dt { width:60px; float:left; margin-bottom:3px; font-weight:bolder; background:#333; } #linklist dd { margin-left:70px; margin-bottom:3px; } #linklist li { display:inline; border-right:1px solid #444; padding:0 3px; } /* =================================== */ /* エントリーエリア */ /* =================================== */ #entry_area{ margin-top:10px; } /* エントリーとエントリーの間隔 */ #entry_area .entry_margin { margin-bottom:50px; } /* ナビゲーション(エントリーリンク、ページリンク) */ #entry_area #navi { margin-bottom:20px; font-family:"Arial"; font-weight:bolder; } /* エントリーの日付 */ #entry_area .entry_date { font-family:"Arial"; width:80px; float:left; } #entry_area .entry_date h3 { font-size:60px; letter-spacing:-0.1em; line-height:0.8em; } #entry_area .entry_date p.entry_ym { font-weight:bolder; font-size:16px; } /* 曜日に合わせて色を変える */ .Sat { color:#0000FF;} .Sun { color:#FF0000;} /* LOVEボタン */ .entryLove {margin:2px 0;} /* エントリーの本文 */ #entry_area .entry_body { margin-left:80px; } /* エントリーのヘッダ */ #entry_area .entry_body .header { background:url(http://img-cdn.jg.jugem.jp/c88/43326/20060127_116938.gif) no-repeat; background-position:0 5px; padding-left:30px; } /* エントリータイトル */ #entry_area .entry_body .header h4 { font-size:12px; } /* エントリーステート */ #entry_area .entry_body .header ul.state { font-size:10px; margin-bottom:20px; } #entry_area .entry_body ul.state li { display:inline; border-right:1px solid #444; padding:0 3px; } /* 「続きを読む」エリア */ div.entry_more{ padding-top:10px; } /* その他装飾 */ .pict {} blockquote { color:#666; padding-left:10px; border-left: 3px solid #CCCCCC; margin:10px; } /* =================================== */ /* コメント・トラックバック */ /* =================================== */ #entry_area dl#comment, #entry_area dl#tb { margin:20px 0 20px 80px; } #entry_area dl#comment dt, #entry_area dl#tb dt { height:30px; background:url(http://img-cdn.jg.jugem.jp/c88/43326/20060127_116939.gif) no-repeat; background-position:0 5px; padding-left:30px; margin-bottom:10px; font-size:30px; font-family:"Arial"; line-height:100%; color:#4D4D4D; } #entry_area dl#tb dd.url { margin-bottom:10px; } #entry_area dl dd .form {width:250px;} #entry_area dl dd .form, #entry_area dl dd .button { background:#CCC; border:1px solid #333; color:#000; } #entry_area dl dd.com_area { margin:15px 0px; } #entry_area dl#comment dd.com_area p, #entry_area dl#tb dd.com_area p.title { text-indent:10px; background:url(http://img-cdn.jg.jugem.jp/c88/43326/20060127_116940.gif) no-repeat; background-position:left top; } #entry_area dl dd.com_area p {color:#999;} #entry_area dl#tb dd.com_area p.title { font-weight:bolder; margin-bottom:5px; } #entry_area dl#comment li, #entry_area dl#tb li { display:inline; border-right:1px solid #444; padding:0 3px; font-size:10px; } /* =================================== */ /* プロフィール */ /* =================================== */ #entry_area dl#profile { margin:10px 0 20px 80px; } #entry_area dl#profile dt { height:30px; background:url(http://img-cdn.jg.jugem.jp/c88/43326/20060127_116938.gif) no-repeat; background-position:0 5px; padding-left:30px; margin-bottom:10px; font-size:30px; font-family:"Arial"; line-height:100%; } #entry_area dl#profile dd { color:#999; } #entry_area dl#profile dd h4 { font-size:12px; margin-bottom:5px; color:#FFF; } /* =================================== */ /* フッター */ /* =================================== */ .links { width:150px; } #footer { font-family:"Arial"; margin-top:50px; } #footer #ad { margin:5px 0px; } #footer .menu ul { margin:5px 0px; } #footer .menu li { display:inline; border-right:1px solid #444; padding:0px 5px; } #footer address { font-size:10px; font-style:normal; margin:5px 0px; } ul.pager { margin:10px 0px 10px 0px; list-style: none; } ul.pager li{ font-family:"Arial"; font-size:16px; font-weight:bolder; display:inline; margin-right:5px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑