無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
syobon
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- DLありがとうございます。ご使用の際はお手数ですが以下の規約をご一読の上、ご使用ください。 WindowsXP、IE6.0にて 動作確認しております。その他の環境で不具合がございましても対応できない事もございます。(というか所詮素人ですのでそこまで詳しくありません。ごめんなさい) ●禁止事項● ■使用画像の加工・使用画像のみ抜き取って他所で使用 ■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> <script type="text/JavaScript"> <!-- var bolTimer1 = false; var bolTimer2 = false; var bolTimer3 = false; function dejitaruTokei(){ document.writeln("<table border=0 cellspacing=0><tr><td>"); document.write(defWatchTD("0000","idYY")); document.write(defWatchTD(".")); document.write(defWatchTD("00","idMM")); document.write(defWatchTD(".")); document.write(defWatchTD("00","idDD")); document.write(defWatchTD("</td><td width=5>")); document.write(defWatchTD("00","idHH")); document.write(defWatchTD(":")); document.write(defWatchTD("00","idNN")); document.write(defWatchTD(":")); document.write(defWatchTD("00","idSS")); document.write("</td></tr></table>"); setTime(); } function defWatchTD(str, divID){ return "<TD align='center'><DIV id='" + divID + "'>" + str + "</DIV></TD>"; } function setTime(){ var now = new Date(); var yy = now.getYear(); var mm = now.getMonth()+1; var dd = now.getDate(); var hh = now.getHours(); var nn = now.getMinutes(); var ss = now.getSeconds(); if(mm<10) mm="0"+mm; if(dd<10) dd="0"+dd; if(hh<10) hh="0"+hh; if(nn<10) nn="0"+nn; if(ss<10) ss="0"+ss; document.getElementById("idYY").innerHTML=yy; document.getElementById("idMM").innerHTML=mm; document.getElementById("idDD").innerHTML=dd; document.getElementById("idHH").innerHTML=hh; document.getElementById("idNN").innerHTML=nn; document.getElementById("idSS").innerHTML=ss; setTimeout("setTime()",1000); } //--> </script> </head> <body onload="javascript:initval();"> <a name="top"></a> <!-- body --> <div id="body"> <!-- メインテーブル開始 --> <div id="head"> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> </div> <!-- /左部分開始 --> <table width="800" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#eeeeee"> <tr valign="top"> <td width="200"> <!-- BEGIN latest_entry --> <div class="links2"> <div class="linktitle">NEW ENTRIES</div> <div class="linktext">{latest_entry_list}</div> </div> <!-- END latest_entry --> <!-- BEGIN category --> <div class="links"> <div class="linktitle">CATEGORY</div> <div class="linktext">{category_list}</div> </div> <!-- END category --> <!-- BEGIN archives --> <div class="links"> <div class="linktitle">ARCHIVES</div> <div class="linktext">{archives_list}</div> </div> <!-- END archives --> <!-- BEGIN recent_comment --> <div class="links"> <div class="linktitle">RECENT COMMENTS</div> <div class="linktext" id="commentlist">{recent_comment_list}</div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="links"> <div class="linktitle">RECENT TRACKBACK</div> <div class="linktext" id="tblist">{recent_trackback_list}</div> </div> <!-- END recent_trackback --> <!-- BEGIN freespace1 --> <div class="links"> <div class="linktitle">{freespace_title1}</div> <div class="linktext02">{freespace_contents1}</div> </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="links"> <div class="linktitle">{freespace_title2}</div> <div class="linktext02">{freespace_contents2}</div> </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="links"> <div class="linktitle">{freespace_title3}</div> <div class="linktext02">{freespace_contents3}</div> </div> <!-- END freespace3 --> </td> <!-- /左部分終了 --> <!-- /中央部分開始 --> <td width="390"> <div class="main"> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <div class="entry_title">{entry_title}</div> <div class="line"><img src="http://img-cdn.jg.jugem.jp/d88/483037/20070419_223635.gif" border="0"></div> <div class="entry_body">{entry_description}</div> <a name="sequel"></a> <div class="entry_body">{entry_sequel}</div> <div class="entry_date">{entry_date}</div> <div class="entry_state"> | {user_name} | {category_name} | {comment_num} | {trackback_num} | {entry_time} | </div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <div class="cm_title">コメント</div> <div class="line"><img src="http://img-cdn.jg.jugem.jp/d88/483037/20070419_223635.gif" border="0"></div> <!-- BEGIN comment --> <div class="entry_body">{comment_description}</div> <div class="cm_state"> | {comment_name} | {comment_time} | </div> <div class="line"><img src="http://img-cdn.jg.jugem.jp/d88/483037/20070419_223635.gif" border="0"></div> <!-- END comment --> <div class="cm_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}" /><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:345px;"></textarea><br /> <br /> <input tabindex="5" type="submit" value="コメント送信" onclick="javascript:setval();" /> <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"> <div class="cm_title">この記事のトラックバックURL</div> <div class="trackback_body">{trackback_url}</div> <div class="cm_title">トラックバック</div> <div class="line"><img src="http://img-cdn.jg.jugem.jp/d88/483037/20070419_223635.gif" border="0"></div> <!-- BEGIN trackback --> <div class="cm_title">{trackback_title}</div> <div class="entry_body">{trackback_excerpt}</div> <div class="cm_state"> | {trackback_blog_name} | {trackback_time} | </div> <div class="line"><img src="http://img-cdn.jg.jugem.jp/d88/483037/20070419_223635.gif" border="0"></div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry"> <div class="pf_state">プロフィール</div> <div class="cm_title">{profile_name}</div> <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> <!-- BEGIN page --> <ul class="navi"> <li class="prev">{prev_page_link} </li> <li class="num">{page_now}/{page_num}PAGES</li> <li class="next"> {next_page_link}</li> </ul> <!-- END page --> </div> </td> <!-- /中央部分終了 --> <!-- 右部分開始 --> <td width="200"> <!-- clock --> <div class="clock"> <table border="0" cellpadding="0" cellspacing="0" class="cl"> <tr> <td width="35"> <img src="http://img-cdn.jg.jugem.jp/d88/483037/20070419_223272.gif" borde="0" width="25" height="10"> </td><td> <div class="clock2"> <script type="text/javascript"> <!-- dejitaruTokei(); //--> </script> </div> </td> </tr> </table> <div class="youbi"> <img src="http://img-cdn.jg.jugem.jp/d88/483037/20070419_223204.gif" border="0" width="185" height="15"> </div> </div> <!-- /clock/ --> <!-- BEGIN calendar --> <div class="calendar">{calendar}</div> <!-- END calendar --> <!-- BEGIN profile --> <div class="links"> <div class="linktitle">PROFILE</div> <div class="linktext">{user_list}</div> </div> <!-- END profile --> <!-- BEGIN link --> <div class="links"> <div class="linktitle">LINKS</div> <div class="linktext">{link_list}</div> </div> <!-- END link --> <!-- BEGIN freespace4 --> <div class="links"> <div class="linktitle">{freespace_title4}</div> <div class="linktext02">{freespace_contents4}</div> </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="links"> <div class="linktitle">{freespace_title5}</div> <div class="linktext02">{freespace_contents5}</div> </div> <!-- END freespace5 --> <div class="links"> <div class="linktitle">RECOMMEND</div> <!-- BEGIN amazon --> <div class="linktext02">{amazon_item}</div> <!-- END amazon --> </div> <!-- BEGIN jugem_ad --> <div class="links"> <div class="linktitle">SPONSORED LINKS</div> {ad} </div> <!-- END jugem_ad --> <!-- mobile --> <div class="links"> <div class="linktitle">MOBILE</div> <div class="linktext02">{site_qrcode}</div> </div> <!-- //mobile --> <!-- powered --> <div class="links"> <div class="linktitle">OTHERS</div> <div class="linktext03"> <ul> <li><a href="./admin/">管理者ページ</a></li> <li>material by <a href="http://matsucon.net/" target="_blank">MatsuCon</a></li> <li>template by <a href="http://apricot-b.jugem.jp/"target="_blank">Apricot+B</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> </ul> <!-- search --> <form method="get" action=""> <div class="search">Search this site.</div> <input id="search" name="search" size="20" style="width:150px" class="form" /> <input type="submit" value="Search" class="button" /> </form> <!-- /search/ --> </div> </div> <!-- /powered/ --> </td> </tr> </table> <!-- 右部分終了 --> <!--フッター開始 --> <div id="foot"> <table width="700" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="470" class="copyright">{copyright}</td> <td width="230"> <a href="#top"><img src="http://img-cdn.jg.jugem.jp/d88/483037/20070504_233069.gif" width="60" height="20" border="0" alt="このページの先頭へ" /></a> </td> </tr> </table> </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> <br> </body> </html>
CSS
* { margin: 0; padding: 0; } body { background-image: url(http://img-cdn.jg.jugem.jp/d88/483037/20070419_223276.gif); margin: 0px; padding: 0px; text-align: center; } #head { background:url(http://img-cdn.jg.jugem.jp/d88/483037/20070504_233056.gif) no-repeat; background-position: 100% 100%; background-attachment: fixed; background-color: #bbbbbb; height: 130px; text-align: center; margin: 0px; padding: 0px; border-bottom: solid 3px #333333; } #body { width: 800px; border: solid 3px #333333; margin: 20px 0px 20px 0px; } #foot { background-color: #eeeeee; padding: 30px 0px 20px 0px; } a:link {color:#666666; text-decoration:none;} a:visited {color:#666666; text-decoration:none;} a:active {color:#666666; text-decoration:none;} a:hover {color:#ba7676; text-decoration:underline;} h1 { margin: 20px 0px 10px 0px; } ul { margin: 0px 0px 0px 15px; padding: 0px; } form { font-size: 10px; color: #666666; margin: 0px; padding: 0px; } .site_title { font-family: "MS UI Cothic","Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-weight: bolder; margin: 0px 0px 0px 0px; padding: 35px 0px 10px 0px; } .site_title a, .site_title a:link, .site_title a:visited, .site_title a:active, .site_title a:hover { color:#333333; text-decoration:none; } .description { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; color: #000000; margin: 0px 0px 10px 0px; } .main { margin: 10px 0px 20px 0px; } .line { width: 180px; height: 15px; } .entry { background-color: #ffffff; margin: 0px 0px 20px 0px; border: solid 1px #444444; } .entry_navi{ font-size:10px; text-align:center; margin:5px 0px 5px 0px; } .entry_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; font-weight: bolder; color: #333333; margin: 15px 20px 5px 20px; text-align: left; } .entry_body { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; line-height: 170%; color: #666666; margin: 10px 20px 10px 20px; text-align: left; } .entry_date { font-family: "Verdana"; font-size: 10px; color: #333333; margin: 10px 20px 0px 20px; padding-top: 3px; border-top: 1px dotted #666666; text-align: right; } .entry_state { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #666666; margin: 5px 20px 10px 20px; text-align: right; } .cm_title { font-family: "Verdana"; font-size: 11px; font-weight: bolder; color: #333333; margin: 10px 20px 0px 20px; padding-bottom: 3px; text-align: left; } .cm_state { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #666666; margin: 5px 20px 0px 20px; text-align: right; } .trackback_body { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; line-height: 150%; color: #666666; margin: 10px 30px 20px 30px; text-align: left; } .pf_state { font-family: "Verdana"; font-size: 10px; color: #333333; margin: 0px 20px 0px 20px; padding: 10px 0px 10px 0px; border-bottom: dashed 1px #666666; text-align: left; } blockquote { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #333333; margin: 20px 10px 20px 10px; padding: 10px; border: 1px dotted #cccccc; } .pict { border-width: 1px; border-style: solid; border-color: #555555; margin: 5px 5px 5px 5px; } .links { margin: 10px 0px 10px 10px; } .links2 { margin: 10px 0px 10px 8px; } .linktitle { color:#333333; font-size:10px; background:url(http://img-cdn.jg.jugem.jp/d88/483037/20070419_223264.gif) no-repeat; background-position:left; padding:7px 0px 5px 10px; letter-spacing:1px; text-align: left; } .linktext { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #333333; line-height: 170%; margin: 10px 0px 20px 10px; text-align: left; } .linktext02 { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #333333; line-height: 150%; margin: 10px 5px 20px 5px; text-align: left; } .linktext03 { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #333333; line-height: 150%; margin: 10px 0px 20px 5px; text-align: left; } /* SEARCH---------------------------------------------------------------------- */ .search { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #333333; line-height: 170%; margin: 20px 0px 5px 0px; } .template { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #333333; line-height: 170%; margin: 20px 0px 5px 20px; } /* FOOTER---------------------------------------------------------------------- */ .copyright { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #333333; line-height: 150%; } /* CLOCK---------------------------------------------------------------------- */ .clock { margin: 10px 0px 0px 10px; background-color:#eeeeee; } .clock2 { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 9px; margin: 0px 0px 0px 20px; text-align: left; } .cl { background-color:#ffffff; border: solid 1px #333333; width: 185px; text-align: center; } .youbi { margin: 10px 0px 0px 0px; background-color:#eeeeee; } /* CALENDAR---------------------------------------------------------------------- */ .calendar { font-family: "Verdana"; font-size: 10px; color: #5252b5; margin: 0px 0px 20px 11px; } .cell { background: url(http://img-cdn.jg.jugem.jp/d88/483037/20070419_223182.gif) no-repeat; width: 25px; height: 19px; } .jugem_bana{ margin: 20px 1px 10px 0px; } ul.navi { margin: 30px 0 10px; list-style: none; text-align:center; font-size:10.5px; } ul.navi li{ display:inline; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑