無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
Lady
テンプレートイメージ表示ページへ戻る
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" /> <meta name="robots" content="HASH,hash,ハッシュ,長谷川,はっしゅ,HASHED BLOG,hybrain,studiobp,ハイブレイン"> <meta name="keywords" content="HASH,hash,ハッシュ,長谷川,はっしゅ,HASHED BLOG,hybrain,studiobp,ハイブレイン"> <meta name="description" content="H A S H E D B L O G is here!"> <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="wrapper"> <img src="http://img-cdn.jg.jugem.jp/801/708493/20080117_424826.jpg" style="float: left;"> <div id="contents"> <!-- BEGIN title --> <div id="header_waku"> <h1>{blog_name}</h1> <h2>{blog_description}</h2> <div class="header_menu"> </div> </div> <!-- END title --> <div id="main"> <!-- ENTRY --> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN selected_entry --> <div id="entrylist" style="display:none;"> <div id="entrylist_title" class="entry_title">SELECTED ENTRIES</div> {selected_entry_list} </div> <!-- END selected_entry --> <div id="entryarea"> <!-- BEGIN entry --> <div id="entry_waku"> <div class="entry_date">{entry_date}</div> <div class="entry_title"><a href="{entry_permalink}">{entry_title}</a></div> <div class="entry_body">{entry_description}</div> <div class="entry_more_waku"> <div class="entry_more">{entry_sequel}</div></div> <div class="clear"></div> <div class="entry_state_waku"> <div class="entry_state">| <a href="{entry_permalink}">permalink</a> | {comment_num} | {trackback_num} | {category_name} | <a href="#top">TOP↑</a> | </div> </div> </div> {trackback_auto_discovery} <!-- END entry --> </div> <!-- /close_entryarea --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry_waku"> <div class="entry_date">コメント</div> <!-- BEGIN comment --> <div class="entry_body">{comment_description}</div> <div class="entry_state">| {comment_name} | {comment_time} | </div> <br /> <!-- END comment --> <div class="entry_date">コメントする</div> <div class="entry_body"> <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">email:</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:320px;"></textarea><br /> <br /> <input type="submit" value="コメント送信" /> <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_waku"> <div class="entry_date">この記事のトラックバックURL</div> <div class="entry_body">{trackback_url}</div> <div class="entry_date">トラックバック</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="entry_waku"> <div class="entry_date">プロフィール</div> <div class="entry_title">{profile_name}</div> <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> <div class="entry_navi"> {prev_page_link} {page_now} / {page_num} {next_page_link} </div> </div><!-- /close_main --> <!-- SIDE MENU --> <div id="menu"> <!-- BEGIN calendar --> <div id="side_waku"> <div class="side_title" id="calendarname">Calendar</div> <div class="linktext" id="calendarlist"> <table><tr> <td class="day_cell">日</td> <td class="day_cell">月</td> <td class="day_cell">火</td> <td class="day_cell">水</td> <td class="day_cell">木</td> <td class="day_cell">金</td> <td class="day_cell">土</td> </tr></table> <div class="calendar">{calendar}</div> </div> </div> <!-- END calendar --> <!-- BEGIN profile --> <div id="side_waku"> <div class="side_title" id="profilename">Profile</div> <div class="linktext" id="profilelist">{user_list}</div> </div> <!-- END profile --> <!-- BEGIN freespace3 --> <div id="side_waku"> <div class="side_title" id="freespace3name">{freespace_title3}</div> <div class="linktext" id="freespace3list">{freespace_contents3}</div> </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div id="side_waku"> <div class="side_title" id="freespace4name">{freespace_title4}</div> <div class="linktext" id="freespace4list">{freespace_contents4}</div> </div> <!-- END freespace4 --> <!-- BEGIN latest_entry --> <div id="side_waku"> <div class="side_title" id="newentryname">New Entries</div> <div class="linktext" id="newentrylist">{latest_entry_list}</div> </div> <!-- END latest_entry --> <!-- BEGIN category --> <div id="side_waku"> <div class="side_title" id="categoryname">Categories</div> <div class="linktext" id="categorylist">{category_list}</div> </div> <!-- END category --> <!-- BEGIN archives --> <div id="side_waku"> <div class="side_title" id="archivename">Archives</div> <div class="linktext" id="archivelist">{archives_list}</div> </div> <!-- END archives --> <!-- BEGIN recent_comment --> <div id="side_waku"> <div class="side_title" id="commentname">Recent Comments</div> <div class="linktext" id="commentlist">{recent_comment_list}</div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div id="side_waku"> <div class="side_title" id="tbname">Recent Trackback</div> <div class="linktext" id="tblist">{recent_trackback_list}</div> </div> <!-- END recent_trackback --> <!-- BEGIN link --> <div id="side_waku"> <div class="side_title" id="linkname">Links</div> <div class="linktext" id="linklist">{link_list}</div> </div> <!-- END link --> <!-- BEGIN freespace1 --> <div id="side_waku"> <div class="side_title" id="freespace1name">{freespace_title1}</div> <div class="linktext" id="freespace1list">{freespace_contents1}</div> </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div id="side_waku"> <div class="side_title" id="freespace2name">{freespace_title2}</div> <div class="linktext" id="freespace2list">{freespace_contents2}</div> </div> <!-- END freespace2 --> <!-- BEGIN freespace5 --> <div id="side_waku"> <div class="side_title" id="freespace5name">{freespace_title5}</div> <div class="linktext" id="freespace5list">{freespace_contents5}</div> </div> <!-- END freespace5 --> <!-- powered --> <div id="side_waku"> <div class="side_title" id="othername">Others</div> <div class="linktext" id="otherlist"> <ul> <li><a href="./admin/">User Login</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> <li><a href="http://jugem.jp/" target="_blank">Powered by "JUGEM"</a></li> <li><form method="get" action=""> Search this site. <br /> <input id="search" name="search" size="10" style="width:100px" class="form" /> <input type="submit" value="検索" /> </form></li> </ul> </div> <div class="side_title" id="mobilename">Mobile</div> <div class="linktext" id="mobilelist">{site_qrcode}</div> </div> <!-- /powered/ --> <!-- BEGIN jugem_ad --> <div <div style="display:none;"> <div id="side_waku"> <div class="side_title" id="sponsoredname">Sonsored Links</div> <div class="linktext" id="sponsoredlist">{ad}</div> </div> </div> <!-- END jugem_ad --> <!-- BEGIN amazon --> <div id="side_waku"> <div class="side_title">Recommend</div> <div class="linktext">{amazon_item}</div> </div> <!-- END amazon --> </div><!-- /close_menu --> </div><!-- /close_contents --> <div class="clear"></div> <!-- FOOTER --> <div id="footer_waku"> <div class="copyright">Copyright (C) HASHED BLOG Some Rights Reserved.</div> </div> <!-- /FOOTER/ --> </div><!-- close wrapper --> <!-- メニューのツリーリスト化スクリプト --> <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('[',RegExp.$1,']').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('',RegExp.$1,'').join(''); this.elem = Array('<a href="',linkUrl,'" target="_blank">',RegExp.$2,'</a>').join(''); } } else if (idName.indexOf('category') > -1) { var tmpText = objList.innerHTML; if ( tmpText.match(/\[(.+)\](.+)/) ) { this.base = Array('',RegExp.$1,'').join(''); this.elem = Array('<a href="',linkUrl,'">',RegExp.$2).join(''); } } else if (idName.indexOf('archive') > -1) { var tmpText = objList.innerHTML; tmpText.match(/\((\d+)\)/); var tmpCnt = Array(' (', RegExp.$1, ')').join(''); tmpText = objLink.innerHTML; tmpText.match(/(.+) (\d+)/); this.base = Array('[',RegExp.$2,']').join(''); this.elem = Array('<a href="',linkUrl,'">',RegExp.$1,'</a>', tmpCnt).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'] = true; // ツリー内の表示順 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('commentlist',gTreeOption); // 最新コメントリスト createTreeList('tblist',gTreeOption); // 最新トラックバックリスト createTreeList('linklist',gTreeOption); // リンクリスト createTreeList('categorylist',gTreeOption); // カテゴリリスト //▲▲ツリーリスト化する項目をここに追加する▲▲ // --> </script> <!-- /メニューのツリーリスト化スクリプト --> </body> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-3442346-1"); pageTracker._initData(); pageTracker._trackPageview(); </script> </html>
CSS
/*--------------- メイン ---------------*/ body { color: #fff; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; background:#1E0000 url(http://img-cdn.jg.jugem.jp/801/708493/20080115_423651.jpg) repeat-x; } html { scrollbar-base-color: #fff; scrollbar-base-color: #fff; } a:link {color:#996633; text-decoration:none; } a:visited {color:#996633; text-decoration:none; } a:active {color:#996633; text-decoration:none; } a:hover {color:#ff0000; text-decoration:underline; } h1 { font-family:Arial; font-size: 15px; font-weight: bold; text-align: center; margin: 30px 0px 0px 0px; padding: 0px; } h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover { color: #333; text-decoration: none; } h2 { font-family:Arial; font-size: 9px; font-weight: bold; text-align: center; color: #333; font-weight: none; margin: 5px 0px 0px 0px; padding: 0px; } .entry_more a {color:#996633; text-decoration:none; } .entry_more a:link {color:#996633; text-decoration:none; } .entry_more a:visited {color:#996633; text-decoration:none; } .entry_more a:active {color:#996633; text-decoration:none; } .entry_more a:hover {color:#ff0000; text-decoration:underline; } .clear { clear: both; } /*--------------- コンテンツ ---------------*/ #wrapper { width: 784px; margin: 0 auto; background:#1E0000 url(http://img-cdn.jg.jugem.jp/801/708493/20080115_423651.jpg) repeat-x; } #contents { width: 728px; margin: 0 auto; background:#000; border: 0px solid #222222; } #main { float:left; width: 514px; margin:0px; } #menu { float:right; width: 214px; margin:0px; display:inline; overflow:hidden; } #header_waku { background-color: #000; margin: 0px; padding: 15px 0px 0px 0px; height:174px; background:url(http://img-cdn.jg.jugem.jp/801/708493/20080117_424767.jpg) repeat-x; } #entry_waku { background-color: #000000; margin: 0px 10px 10px 10px; padding: 0px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #666666; border-right-color: #333333; border-bottom-color: #333333; border-left-color: #666666; } #side_waku { background:#000; margin: 0px 10px 10px 0px; padding: 0px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #666666; border-right-color: #333333; border-bottom-color: #333333; border-left-color: #666666; } #footer_waku { width: 728px; margin: 10px 10px 20px 10px; padding: 0px; } /*--------------- ヘッダー ---------------*/ .header_menu { text-align: center; width: 728px; margin-top: 70px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } .header_menu ul { list-style: none; margin: 0px; } .header_menu li { font-size: 10px; display: inline; text-indent: 0px; text-align: center; list-style-type: none; margin: 0px 19px 0px 19px; padding: 0px; width: 80px; } .header_pict { margin: 0px; } .header_menu li a:link {color:#555; text-decoration:none; } .header_menu li a:visited {color:#555; text-decoration:none; } .header_menu li a:active {color:#555; text-decoration:none; } .header_menu li a:hover {color:#FFffff; text-decoration:none; } /*--------------- リストアイテム ---------------*/ ul { list-style-type: disc; margin: 0px 0px 0px 15px; padding: 0px; list-style-image: url(http://img-cdn.jg.jugem.jp/801/708493/20080111_421711.gif); } /*--------------- エントリー ---------------*/ .entry_navi{ font-size: 12px; text-align: center; margin: 0px 0px 5px 0px; padding: 0px; } .entry_date { font-family:Arial; font-size: 12px; font-weight: normal; color: #fff; margin: 5px 20px 10px 10px; padding-bottom: 3px; border-bottom: 1px solid #333; } .entry_title { font-family:Arial; font-size: 20px; font-weight: bold; color: #fff; margin: 10px 20px 10px 20px; padding: 0px; } .entry_body { font-family: "Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅"; font-size: 12px; line-height: 170%; color: #fff; margin: 15px 20px 15px 20px; padding: 0px; } .entry_more { font-family: "Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅"; font-size: 12px; line-height: 170%; color: #fff; margin: 15px 20px 15px 20px; padding: 0px; } .entry_state { font-family: "Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅"; font-size: 10px; color: #fff; margin: 20px 10px 10px 10px; text-align: left; padding-top: 5px; border-top: 1px solid #333; } blockquote { font-family: "Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅"; font-size: 12px; color: #fff; margin: 5px 3px 5px 3px; padding: 3px; border: 1px solid #333; } .pict { border-width: 2px; border-style: solid; border-color: #ccc; margin: 0px; margin-right: 7px; } .entry_title a, .entry_title a:link, .entry_title a:visited, .entry_title a:active, .entry_title a:hover { color: #fff; text-decoration: none; } /*--------------- サイドメニュー ---------------*/ .side_title { font-family:Arial; font-size: 12px; font-weight: normal; color: #999; margin: 5px 10px 10px 10px; padding-bottom: 3px; border-bottom: 1px solid #555; } .side_title a { float: right; } .linktext { font-family: "Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅"; font-size: 10px; color: #ccc; line-height: 150%; margin: 10px 5px 10px 15px; padding: 0px; } /*--------------- カレンダー ---------------*/ .calendar { font-family:Arial; font-size: 11px; color: #ccc; margin: 0px; padding: 0px; } .cell { text-align: center; width: 25px; height: 12px; } .day_cell { text-align: center; width: 22px; color: #ccc; } /*--------------- 検索 ---------------*/ .search { font-family:Arial; font-size: 10px; color: #ccc; line-height: 100%; margin: 20px 0px 5px 0px; padding: 0px; } .template { font-family:Arial; font-size: 10px; color: #ccc; line-height: 100%; margin: 20px 0px 5px 20px; padding: 0px; } .copyright { font-family:Arial; font-size: 11px; color: #ccc; line-height: 200%; text-align:center; } /*--------------- エントリーリスト ---------------*/ #entrylist { font-family: "Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅"; font-size: 11px; line-height: 160%; color: #ccc; width: 430px; border: 5px solid #555; background-color: #000; margin: 0px 0px 15px 15px; padding: 10px 0px 20px 15px; } ul.entrylist { margin: 0px; padding: 0px 0px 0px 20px; } ul.entrylist li { margin: 0px; padding: 0px 0px 0px 20px; } .mark_navi { font-family: "Verdana", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅"; font-size: 12px; font-weight: bolder; color: #ccc; } /*--------------- TREE_LIST_MENU ---------------*/ ul.tree { list-style-type: none; margin: 0px; padding: 0px; } ul.tree li { list-style-image: none; list-style-type: none; margin: 0px; padding: 0px 0px 0px 20px; background-image: url("http://img-cdn.jg.jugem.jp/801/708493/20080115_423725.gif"); background-repeat: no-repeat; } ul.tree li.end { list-style-image: none; list-style-type: none; margin: 0px; padding: 0px 0px 0px 20px; background-image: url("http://img-cdn.jg.jugem.jp/801/708493/20080115_423724.gif"); background-repeat: no-repeat; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑