無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
black-butterfly
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- DLありがとうございます。ご使用の際はお手数ですが以下の規約をご一読の上、ご使用ください。 OS:WindowsXP、ブラウザ:IE6/Lunascape3(Lite)/Firefox2にて 動作確認しております。その他の環境で不具合がございましても対応できない事もございます。(というか所詮素人ですのでそこまで詳しくありません。ごめんなさい) ●禁止事項● ■使用画像の加工・使用画像のみ抜き取って他所で使用 ■UTFでのテンプレート公開(再配布に該当します) ■18禁(アダルト)・宗教・誹謗中傷等の公序良俗に反したブログでの使用 ※BL・同人は可 ■『OTHERS』部、または最下段の素材屋さん及び当ブログのリンクを消す事 ※カスタマイズ時にはこれに該当しない場合もあります。詳しくは↓を参照 ●OKな事● ■カスタマイズ(特に制限なし) ※画像をご自分で用意したものと差し替える際には中途半端に残さないよう、丸ごと差し替えてください。その際には素材屋さんのリンクは必ず消してください。素材屋さんが迷惑しますので。 http://apricot-b.jugem.jp/ 製作者:杏 --> <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();"> <a name="top"></a> <div id="body"> <!-- タイトル開始 --> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> <!-- タイトル終了 --> <!-- カレンダー開始 --> <!-- BEGIN calendar --> <div class="calendar">{calendar_horizontal}</div> <!-- END calendar --> <!-- カレンダー終了 --> <!-- 記事部開始 --> <div id="contents"> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <h3 class="entry_title">{entry_title}</h3> <div class="entry_body">{entry_description}</div> <a name="sequel"></a> <div class="entry_body">{entry_sequel}</div> <div class="entry_author">{entry_date} {entry_time}</div> <div class="entry_state">{user_name} | {category_name} | {comment_num} | {trackback_num} </div> {trackback_auto_discovery} </div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="comment"> <h3 class="comment_title">この記事に対するコメント</h3> <!-- BEGIN comment --> <div class="entry_body">{comment_description}</div> <div class="comment_author"> {comment_name} | {comment_time} </div> <!-- END comment --> <div class="comment_title">コメントする</div> <div class="entry_body"> <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;" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:300px;" class="bars"></textarea><br /> <br /> <input tabindex="5" type="submit" style="background-color: #000000; color: #aaaaaa; font-size: 11px;" value="コメント送信" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie" /> <label for="set_cookie">Cookieに登録</label> </form> </div> <div class="line"><br /></div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="comment_title">この記事のトラックバックURL</div> <div class="trackback_url">{trackback_url}</div> <div class="comment_title">この記事に対するトラックバック</div> <!-- BEGIN trackback --> <div class="entry_body">{trackback_excerpt}</div> <div class="comment_author"> {trackback_title} | {trackback_blog_name} | {trackback_time} </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry"> <div class="comment_title">プロフィール</div> <div class="profile_author">{profile_name}</div> <div class="line"><br /></div> <div class="entry_body">{profile_description}</div> <div class="line"><br /></div> </div> <!-- END profile_area --> <!-- BEGIN page --> <ul class="navi"> <li>{prev_page_link}</li> <li>{page_now}/{page_num}PAGES</li> <li>{next_page_link}</li> </ul> <!-- END page --> </div> <!-- 記事部終了 --> <!-- 右メニュー開始 --> <div id ="side"> <!-- BEGIN latest_entry --> <div class="links02"> <div class="linktitle">NEW ENTRIES</div> <div class="linktext">{latest_entry_list}</div> </div> <!-- END latest_entry --> <!-- BEGIN category --> <div class="links02"> <div class="linktitle">CATEGORIES</div> <div class="linktext">{category_list}</div> </div> <!-- END category --> <!-- BEGIN archives --> <div class="links02"> <div class="linktitle">ARCHIVES</div> <div class="linktext">{archives_list}</div> </div> <!-- END archives --> <!-- BEGIN recent_comment --> <div class="links02"> <div class="linktitle">RECENT COMMENTS</div> <div class="linktext" id="commentlist">{recent_comment_list}</div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="links02"> <div class="linktitle">RECENT TRACKBACK</div> <div class="linktext" id="tblist">{recent_trackback_list}</div> </div> <!-- END recent_trackback --> <!-- BEGIN link --> <div class="links02"> <div class="linktitle">LINKS</div> <div class="linktext">{link_list}</div> </div> <!-- END link --> <!-- BEGIN profile --> <div class="links02"> <div class="linktitle">PROFILE</div> <div class="linktext">{user_list}</div> </div> <!-- END profile --> <!-- BEGIN freespace1 --> <div class="links02"> <div class="linktitle">{freespace_title1}</div> <div class="linktext02">{freespace_contents1}</div> </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="links02"> <div class="linktitle">{freespace_title2}</div> <div class="linktext02">{freespace_contents2}</div> </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="links02"> <div class="linktitle">{freespace_title3}</div> <div class="linktext02">{freespace_contents3}</div> </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="links02"> <div class="linktitle">{freespace_title4}</div> <div class="linktext02">{freespace_contents4}</div> </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="links02"> <div class="linktitle">{freespace_title5}</div> <div class="linktext02">{freespace_contents5}</div> </div> <!-- END freespace5 --> <div class="links02"> <div class="linktitle">RECOMMEND</div> <!-- BEGIN amazon --> <div class="linktext03">{amazon_item}</div> <!-- END amazon --> </div> <!-- mobile --> <div class="links02"> <div class="linktitle">MOBILE</div> <div class="linktext03">{site_qrcode}</div> </div> <!-- //mobile --> <!-- BEGIN jugem_ad --> <div class="links02"> <div class="linktitle">SPONSORED LINKS</div> <div class="linktext02">{ad}</div> </div> <!-- END jugem_ad --> <!-- powered --> <div class="links02"> <div class="linktitle">OTHERS</div> <div class="linktext"> <ul> <li><a href="./admin/">admin</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> </ul> </div> <!-- search --> <div class="search"> <form method="get" action=""> <input id="search" name="search" size="20" style="width:140px" class="form" /> <input type="submit" style="background-color: #000000; color: #aaaaaa; font-size: 11px;" value="Search" class="button" /> </form> </div> <!-- /search/ --> </div> <!-- /powered/ --> </div> <!-- 右メニュー終了 --> <!-- 下 --> <div id="foot"> <div class="footer"> <div class="copy"> <ul> <li><a href="#top">↑ TOP PAGE ↑</a></li> <li>material by <a href="http://www.design-labo.com/"target="_blank">*Design Labo*</a></li> <li>template by <a href="http://apricot-b.jugem.jp/"target="_blank">Apricot+B</a></li> <li>{copyright}</li> </div> </div> </div> <!-- /下 --> </div> <!-- ツリー化スクリプト --> <script type="text/javascript"> <!-- function makeTreeElements (idName,objList) { if (!objList.innerHTML) return; var objLink = objList.getElementsByTagName('a')[0]; var linkUrl = objLink.getAttribute('href'); if (idName.indexOf('comment') > -1 || idName.indexOf('tb') > -1) { var tmpText = objList.innerHTML.split("⇒"); tmpText[0] = tmpText[0].slice(0,tmpText[0].search(/<BR/i)); this.base = Array('<a href="',linkUrl,'">',tmpText[0],'</a>').join(''); this.elem = objLink.innerHTML; } else if (idName.indexOf('entry') > -1) { var tmpText = objList.innerHTML; tmpText.match(/\((\d\d\/\d\d)\)/); this.base = Array('<strong>[',RegExp.$1,']</strong>').join(''); this.elem = Array('<a href="',linkUrl,'">',objLink.innerHTML,'</a>').join(''); } else if (idName.indexOf('link') > -1) { var tmpText = objList.innerHTML; if ( tmpText.match(/\[(.+)\](.+)/) ) { this.base = Array('<strong>[',RegExp.$1,']</strong>').join(''); this.elem = Array('<a href="',linkUrl,'" target="_blank">',RegExp.$2,'</a>').join(''); } } return this; } function createTreeList(idName,option) { // version 2.2 var objFocus = this.document.getElementById(idName); if (!objFocus) return; if (!objFocus.innerHTML) return; var objLists = objFocus.getElementsByTagName('li'); var linkList = new Array(); var outText = new Array(); if (objLists.length > 0) { for (i=0;i<objLists.length;i++) { var chckFlag = true; var elemText = new makeTreeElements(idName,objLists[i]); if (!elemText.base || !elemText.elem) return; for (j=0;j<linkList.length;j++) { if ( linkList[j].base.indexOf(elemText.base) > -1 ) { chckFlag = false; linkList[j][linkList[j].length] = elemText.elem; } } if (chckFlag) { var tmpNum = linkList.length; linkList[tmpNum] = new Array(); linkList[tmpNum][0] = elemText.elem; linkList[tmpNum].base = elemText.base; } } if (linkList.length > 0) { outText[outText.length] = '<ul>\n'; for (i=0;i<linkList.length;i++) { outText[outText.length] = Array('<li>',linkList[i].base,option.top).join(''); if (linkList[i].length > 0 && option.sort) linkList[i].reverse(); for (j=0;j<linkList[i].length;j++) { outText[outText.length] = (j == linkList[i].length - 1) ? option.end : option.list; outText[outText.length] = Array(linkList[i][j],option.leef).join(''); } outText[outText.length] = Array(option.btm,'</li>').join(''); } outText[outText.length] = '</ul>\n'; objFocus.innerHTML = outText.join(''); } } } var gTreeOption = new Array; gTreeOption['sort'] = false; /* ツリー内の表示順 true:並び替える false:そのまま */ gTreeOption['list'] = '├ '; /* ツリー用マーク(通常) */ gTreeOption['end'] = '└ '; /* ツリー用マーク(末端) */ gTreeOption['leef'] = '<br />\n'; /* 各枝の末尾 */ gTreeOption['top'] = '<br />\n'; /* ツリー本体の最初 */ gTreeOption['btm'] = ''; /* ツリー本体の最後 */ createTreeList('commentlist',gTreeOption); // 最新コメントリストのツリー化 createTreeList('tblist',gTreeOption); // 最新トラックバックリストのツリー化 // --> </script> </body> </html>
CSS
/* ------------------------- 基本設定 ------------------------- */ div { margin: 0px; padding: 0px; font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; line-height: 150%; } ul { margin: 0px 0px 0px 0px; padding: 0px; list-style-type: square; } li { margin: 0px 0px 0px 0px; padding: 0px; } a:link { color: #dddddd; text-decoration: none; } a:visited { color: #dddddd; text-decoration: none; } a:active { color: #dddddd; text-decoration: none; } a:hover { color: #dddddd; text-decoration: none; } img { border:none; } form { font-size: 10px; color: #cccccc; margin: 0px; padding: 0px; } input,textarea { color: #dddddd; font-size :12px; border:1px #ffffff solid; background-color:#000000; padding: 2px; } h1, h3 { margin: 0px; padding: 0px; } body { background:url(http://img-cdn.jg.jugem.jp/d88/483037/20070502_232138.jpg) repeat-y; background-position: 0% 0%; background-attachment: fixed; background-color: #000000; margin:0px; padding:0px; } /* ------------------------- レイアウト ------------------------- */ #body { width:750px; margin: auto; } #contents { float: left; width: 470px; margin : 20px 0px 0px 0px; } #side { padding: 0px 0px 0px 0px; margin: 50px 0px 0px 490px; text-align: left; } #foot { clear: both; margin: 0px 0px 0px 0px; } /* ------------------------- 上 ------------------------- */ .site_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; margin: 30px 20px 10px 70px; font-size: 24px; text-align: left; } .site_title a {color: #ffffff; text-decoration: none; background:transparent;} .site_title a:link {color: #ffffff; text-decoration: none; background:transparent;} .site_title a:visited {color: #ffffff; text-decoration: none; background:transparent;} .site_title a:active {color: #ffffff; text-decoration: none; background:transparent;} .site_title a:hover {color: #ffffff; text-decoration: none; background:transparent;} .description { margin: 0px 25px 30px 80px; font-size: 10px; color: #bbbbbb; text-align: left; } .calendar { font-family: "Calligraph421 BT","MS UI Gothic","Verdana", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅"; text-align: center; font-size: 12px; color: #888888; padding: 5px 0px 5px 0px; } .calendar a {color: #ffffff;text-decoration: none;} .calendar a:link {color: #ffffff;text-decoration: none;} .calendar a:visited {color: #ffffff;text-decoration: none;} .calendar a:active {color: #ffffff;text-decoration: none;} .calendar a:hover {color: #ffffff;text-decoration: none;} /* ------------------------- 左 ------------------------- */ .entry { background:url(http://img-cdn.jg.jugem.jp/d88/483037/20070502_232135.jpg) no-repeat; background-position: 100% 0%; margin: 0px 0px 30px 0px; padding: 0px 0px 0px 0px; } .entry_title { font-size: 16px; text-align:left; line-height:120%; font-weight: bolder; color: #888888; margin: 0px 0px 0px 0px; padding: 30px 20px 20px 35px; } .entry_body { font-size: 12px; text-align: left; line-height: 150%; color: #dddddd; margin: 0px 0px 0px 0px; padding: 5px 25px 10px 30px; } .entry_author { font-size: 10px; font-weight: normal; text-align:right; color: #888888; margin: 0px 15px 0px 15px; padding: 5px 10px 0px 10px; } .entry_author a {color: #888888;text-decoration: none;} .entry_author a:link {color: #888888;text-decoration: none;} .entry_author a:visited {color: #888888;text-decoration: none;} .entry_author a:active {color: #888888;text-decoration: none;} .entry_author a:hover {color: #888888;text-decoration: none;} .entry_state { font-size: 10px; color: #888888; margin: 0px 0px 0px 0px; padding: 0px 20px 5px 20px; text-align: right; } .entry_state a {color: #888888;text-decoration: none;} .entry_state a:link {color: #888888;text-decoration: none;} .entry_state a:visited {color: #888888;text-decoration: none;} .entry_state a:active {color: #888888;text-decoration: none;} .entry_state a:hover {color: #888888;text-decoration: none;} .entry_navi { text-align: center; font-size: 10px; padding: 15px 0px 0px 0px; } blockquote { font-size: 10px; color: #aaaaaa; margin: 20px 20px 20px 20px; padding: 10px; border: solid 1px #666666; } .pict { border-width: 1px; border-style: solid; border-color: #ffffff; margin: 5px 5px 5px 5px; } .comment { margin: 30px 0px 20px 0px; padding: 5px 0px 5px 0px; border: 3px double #aaaaaa; } .comment_title { font-size: 12px; font-weight: bolder; line-height:120%; color: #888888; text-align: left; margin: 0px 0px 0px 0px; padding: 25px 20px 20px 35px; } .comment_author { font-size: 10px; font-weight: normal; text-align:right; color: #888888; margin: 0px 30px 10px 30px; padding: 5px 0px 5px 0px; border-bottom: dashed 1px #aaaaaa; } .comment_author a {color: #888888;text-decoration: none;} .comment_author a:link {color: #888888;text-decoration: none;} .comment_author a:visited {color: #888888;text-decoration: none;} .comment_author a:active {color: #888888;text-decoration: none;} .comment_author a:hover {color: #888888;text-decoration: none;} .trackback_url { font-size: 10px; line-height:120%; text-align: left; color: #eeeeee; margin: 0px 0px 0px 0px; padding: 0px 30px 0px 30px; } .profile_author { font-size: 12px; font-weight: bolder; text-align:left; color: #ffffff; margin: 15px 15px 10px 15px; padding: 0px 10px 0px 10px; } .line { background:url(http://img-cdn.jg.jugem.jp/d88/483037/20070503_232250.gif) no-repeat; background-position: 0% 0%; width: 380px; height: 40px; margin : 0px 0px 0px 20px; } ul.navi { margin: 10px 0px 10px 0px; list-style: none; text-align:center; font-size:11px; color: #dddddd; } ul.navi li{ display:inline; margin:0px 2px; } /* ------------------------- 右 ------------------------- */ .links02 { margin: 0px 0px 10px 0px; } .linktitle { font-family: "verdana","arial","sans-serif"; font-size: 10px; background-color: #333333; color: #ffffff; line-height: 100%; margin: 0px 0px 0px 0px; padding: 5px 10px 5px 15px; border: dotted 3px #aaaaaa; width: 180px; } .linktext { font-size: 10px; color: #888888; line-height: 150%; margin: 0px 0px 0px 0px; padding: 10px 20px 15px 20px; } .linktext02 { font-size: 10px; color: #888888; line-height: 150%; margin: 0px 0px 0px 0px; padding: 15px 5px 15px 5px; } .linktext03 { font-size: 10px; color: #888888; line-height: 150%; margin: 0px 0px 0px 0px; padding: 10px 15px 10px 15px; } .footer { margin : 30px 0px 30px 0px; } .search { margin: 5px 0px 0px 0px; padding: 5px 0px 0px 0px; } /* ------------------------- 下 ------------------------- */ .copy { font-size: 10px; font-weight: normal; text-align:right; color: #aaaaaa; padding: 10px 20px 0px 30px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑