無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
蝶×和
テンプレートイメージ表示ページへ戻る
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 rel="alternate" type="application/rss+xml" title="RSS" href="{site_rss}" /> <link rel="alternate" type="application/atom+xml" href="{site_atom}" /> </head> <body> <a name="top"></a> <!--BODY--> <table width="600" border="0" cellspacing="0" cellpadding="0" align="center"> <tr valign="top"> <!--entry--> <td> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <div class="description"> {blog_description}</div> <!-- END title --> <!-- BEGIN entry --> <div class="entry_date"> {entry_date}</div> <div class="entry"> <div class="entry_title"><IMG SRC="http://www008.upp.so-net.ne.jp/xstardustx/wa/icon.gif"> {entry_title}</div> <div class="entry_body"> {entry_description} </div> <div class="entry_more"> {entry_sequel} </div> <div class="entry_state"> * by {user_name}</a> * {entry_time} * {category_name} * {comment_num} * {trackback_num} * </div> </div> <center><IMG SRC="http://www008.upp.so-net.ne.jp/xstardustx/wa/line.gif"></center> {trackback_auto_discovery} <!-- END entry --> <center>{prev_page_link} * <a href="./">TOP</a> * {next_page_link}</center> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry_date"> Comment</div> <div class="entry"> <!-- BEGIN comment --> <div class="entry_body"> {comment_description} </div> <div class="entry_state"> * {comment_name} * {comment_time} * </div> <!-- END comment --> <div class="comment_title">Comment</div> <div class="comment"> <form 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}" /><br /> <label for="email">E-Mail:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" /><br /> <label for="url">URL:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" /><br /> <label for="description">Comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:400px;"></textarea><br /> <br /> <input type="submit" value="Submit" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookie</label> </form> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="entry_date">Trackback URL</div> <div class="entry"> <div class="entry_body"> {trackback_url} </div> <div class="comment_title">Trackback</div> <!-- BEGIN trackback --> <div class="entry_title">{trackback_title}</div> <div class="entry_body">{trackback_excerpt}</div> <div class="entry_state"> * {trackback_blog_name} * {trackback_time} * </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="linktitle"> {profile_name} </div> <div class="entry"> <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> </td> <!--right side--> <td width="200"> <!-- BEGIN calendar --> <div class="linktitle"><IMG SRC="http://www008.upp.so-net.ne.jp/xstardustx/wa/icon.gif"> Calendar</div> <div class="calendar" align="center"> <table border="0" cellspacing="0" cellpadding="0"> <tr align="center"> <td class="cell">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">S</td> </tr> </table> {calendar} </div> <!-- END calendar --> <!-- BEGIN selected_entry --> <div class="linktitle"><IMG SRC="http://www008.upp.so-net.ne.jp/xstardustx/wa/icon.gif"> New Entry</div> <div class="linktext" id="entrylist">{selected_entry_list}</div> <!-- END selected_entry --> <!-- BEGIN category --> <div class="linktitle"><IMG SRC="http://www008.upp.so-net.ne.jp/xstardustx/wa/icon.gif"> Category</div> <div class="linktext">{category_list}</div> <!-- END category --> <!-- BEGIN archives --> <div class="linktitle"><IMG SRC="http://www008.upp.so-net.ne.jp/xstardustx/wa/icon.gif"> Archive</div> <div class="linktext">{archives_list}</div> <!-- END archives --> <!-- BEGIN recent_comment --> <div class="linktitle"><IMG SRC="http://www008.upp.so-net.ne.jp/xstardustx/wa/icon.gif"> Recent Comment</div> <div class="linktext" id="commentlist">{recent_comment_list}</div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="linktitle"><IMG SRC="http://www008.upp.so-net.ne.jp/xstardustx/wa/icon.gif"> Recent Trackback</div> <div class="linktext" id="tblist">{recent_trackback_list}</div> <!-- END recent_trackback --> <!-- BEGIN profile --> <div class="linktitle"><IMG SRC="http://www008.upp.so-net.ne.jp/xstardustx/wa/icon.gif"> Profile</div> <div class="linktext">{user_list}</div> <!-- END profile --> <div class="linktitle"><IMG SRC="http://www008.upp.so-net.ne.jp/xstardustx/wa/icon.gif"> Recommend</div> <!-- BEGIN amazon --> <div class="linktext">{amazon_item}</div> <!-- END amazon --> <!-- BEGIN freespace1 --> <div class="linktitle"><IMG SRC="http://www008.upp.so-net.ne.jp/xstardustx/wa/icon.gif"> {freespace_title1}</div> <div class="linktext">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN link --> <div class="linktitle"><IMG SRC="http://www008.upp.so-net.ne.jp/xstardustx/wa/icon.gif"> Links</div> <div class="linktext" id="linklist">{link_list}</div> <!-- END link --> <!-- powered --> <div class="linktitle"><IMG SRC="http://www008.upp.so-net.ne.jp/xstardustx/wa/icon.gif"> Others</div> <div class="linktext"><ul> <li><a href="./admin/">Master only</a></li> <li><a href="{site_rss}">RSS1.0</a></li> <li><a href="{site_atom}">Atom0.3</a></li></ul></div> <!--AD--> <div class="ad">{ad}</div> <!-- search --> <div class="linktitle"><IMG SRC="http://www008.upp.so-net.ne.jp/xstardustx/wa/icon.gif"> Search</div> <div class="linktext"> <form method="get" action=""> <input id="search" name="search" size="20" style="width:150px" class="form" /> <input type="submit" value="Search" class="button" /> </form></div> <center><b>Photo Material by <a href="http://suiamamiya.fc2web.com/" target="_blank">lebellion</a></b><br ><b>Material by <a href="http://cheerful.hacca.jp/" target="_blank">Cheerful</a></center> <!-- END page --> </td> </tr> </table> <!-- END right side --> <script type="text/javascript"> <!-- function GetElements(tagName, className) { var ret = []; var obj = this.document.getElementsByTagName(tagName); for (var i = 0; i < obj.length; i++) if (obj[i].className == className) ret[ret.length] = obj[i]; return ret; } // reference from NYAN-NYAN-HANTEN (C) ALIMIKA SATOMI http://www.remus.dti.ne.jp/~a-satomi/ // --> </script> <script type="text/javascript"> <!-- ChangeMore(); function ChangeMore() { var outText = 'More?'; /* 「続きを読む>>」から置き換える文句 */ var viewMode = window.location.search; if ( viewMode.indexOf("?eid=") > -1 || viewMode.indexOf("?mode=comment") > -1 ) return; var objMore = GetElements('div','entry_more'); for (i=0;i<objMore.length;i++) { var linkMore = objMore[i].getElementsByTagName('a'); for (j=0;j<linkMore.length;j++) { if ( linkMore[j].getAttribute('href').indexOf('#sequel') > -1 ) linkMore[j].firstChild.nodeValue = outText; } } } // --> </script> <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'] = '<li class="lst">'; /* ツリー用マーク(通常) */ gTreeOption['end'] = '<li class="end">'; /* ツリー用マーク(末端) */ gTreeOption['leef'] = '</li>?n'; /* 各枝の末尾 */ gTreeOption['top'] = '<ul class="tree">'; /* ツリー本体の最初 */ gTreeOption['btm'] = '</ul>'; /* ツリー本体の最後 */ createTreeList('entrylist',gTreeOption); // エントリリストのツリー化 createTreeList('commentlist',gTreeOption); // 最新コメントリストのツリー化 createTreeList('tblist',gTreeOption); // 最新トラックバックリストのツリー化 createTreeList('linklist',gTreeOption); // リンクリストのツリー化 // --> </script> </body> </html>
CSS
body { margin: 30px 30px 30px 30px; background: #ffffff; background-image:url(http://www008.upp.so-net.ne.jp/xstardustx/wa/back.jpg); background-repeat : no-repeat; background-attachment : fixed; background-position: right bottom; } a:link {color:#333333;text-decoration: none;} a:active {color: #333333;text-decoration: none} a:visited {color: #333333;text-decoration: none} a:hover {color: #b30026;text-decoration: underline;} .site_title a {color: #333333;text-decoration: none;} .site_title a:link {color: #b30026;text-decoration: none;} .site_title a:visited {color: #b30026;text-decoration: none;} .site_title a:active {color: #b30026;text-decoration: none;} .site_title a:hover {color: #7f7f7f;text-decoration: none;} h1 { margin: 10px 0px 10px 0px; } .site_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-weight: bolder; font-size: 14px; color: #000000; margin: 10px 0px 10px 50px; } .description { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #000000; margin: 10px 0px 40px 20px; } .entry { margin: 1px 10px 20px 10px; padding: 10px; } .entry_date { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; font-weight: bolder; color: #000000; line-height: 170%; margin: 10px 10px 0px 20px; } .entry_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; font-weight: bolder; color: #b30026; } .entry_body { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; line-height: 170%; color: #000000; margin: 0px 5px 10px 5px; padding: 5px; } .entry_more { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size:11px; line-height: 170%; color: #000000; margin: 15px 5px 10px 10px; } .entry_state { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #666666; margin: 10px 10px 5px 10px; } blockquote { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #333333; margin: 10px 5px 10px 5px; padding: 10px; border-top: 2px dotted #5961b3; border-bottom: 2px dotted #5961b3; border-right: 2px dotted #5961b3; border-left: 2px dotted #5961b3; } .pict { padding:3px; border-width: 1px; border-style: solid; border-color: #cccccc #cccccc #cccccc #cccccc; } .linktitle { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; font-weight: bolder; color: #b30026; line-height: 170%; margin: 1px 10px 0px 10px; } .linktext { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #000000; line-height: 170%; margin: 1px 10px 20px 10px; padding: 10px; } .comment_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; font-weight: bolder; color: #5961b3; margin: 10px 0px 10px 0px; border-bottom: 1px dotted #cccccc; } .comment { margin: 0px 10px 10px 10px; } /* SEARCH---------------------------------------------------------------------- */ .search { font-family: "Tahoma", "Verdana", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅"; font-size: 11px; color: #5961b3; line-height: 170%; margin: 10px 10px 0px 10px; } .search_box { margin: 10px 10px 10px 10px; } /* FOOTER---------------------------------------------------------------------- */ .copyright { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #000000; line-height: 170%; margin: 0px 0px 0px 20px; } /* CALENDAR---------------------------------------------------------------------- */ .calendar { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #666666; line-height: 140%; background: #; margin: 1px 10px 20px 10px; padding: 10px; } .cell { /*background: url(./template/flat/img/cell.gif) no-repeat;*/ width: 20px; height: 13px; padding: 1px; } .weekday { font-size: 10px; text-align: center; width: 22px; height: 13px; padding: 1px; } .today { color: #5961b3; } ul { margin: 0px 0px 0px 15px; padding: 0px; } ul.tree { list-style: none; margin: 0px; padding: 0px; } ul.tree li { margin: 0px; padding: 0px 0px 0px 16px; background-image: url(http://img-cdn.jg.jugem.jp/283/140302/20060211_247.gif); background-repeat: no-repeat; } ul.tree li.end { background-image: url(http://img-cdn.jg.jugem.jp/283/140302/20060211_246.gif); }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑