無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
n-right
テンプレートイメージ表示ページへ戻る
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}" /> <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> <table width="760" border="0" cellspacing="0" cellpadding="0" class="all"> <tr valign="top"> <!--LEFT--> <td class="td_left" width="525"> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <h2>{entry_title}</h2> <div class="entry_date">{entry_date}</div> <div class="entry_body"> {entry_description} </div> <div class="entry_more"> {entry_sequel} </div> <div class="entry_state"> <ul><li>| {category_name} </li><li>| {comment_num} </li><li>| {trackback_num} |</li></ul></div> <div class="entry_author">Posted by : {user_name} </div> </div> {trackback_auto_discovery} <!-- END entry --> <script type="text/javascript"> <!-- function initSequel(tagName,className) { if (!document.body.innerHTML) return; var viewMode = window.location.search; if ( viewMode.indexOf('?mode=comment') > -1 || viewMode.indexOf('?eid=') > -1 ) return; var objDiv = document.getElementsByTagName(tagName); for (var i=0;i<objDiv.length;i++) { if ( objDiv[i].className == className && objDiv[i].getElementsByTagName('hr').length > 0 ) { var tmp = gTextSequel.length; var linkText = Array('<a class="toggleSequel" href="#" onclick="return toggleSequel(',tmp,')" onkeypress="return toggleSequel(',tmp,')">',gTextVisible,'</a>').join(''); gTextSequel[tmp] = new Array(); gTextSequel[tmp].text = objDiv[i].innerHTML.replace(/<hr \/>/i,'<HR>'); gTextSequel[tmp].flag = false; objDiv[i].setAttribute('id',Array('jugemEntryBody',tmp).join('')); objDiv[i].innerHTML = Array(gTextSequel[tmp].text.split(/<HR\/?>/i)[0],linkText).join(''); } } } function toggleSequel(idNum) { if (!document.body.innerHTML) return false; var idName = Array('jugemEntryBody',idNum).join(''); var objFocus = document.getElementById(idName); if (objFocus) { var tmpText = new Array(); var bodyText = ''; var linkText = (gTextSequel[idNum].flag) ? gTextVisible : gTextHidden; linkText = Array('<a class="toggleSequel" href="#" onclick="return toggleSequel(',idNum,')" onkeypress="return toggleSequel(',idNum,')">',linkText,'</a>').join(''); if (gTextSequel[idNum].flag) { bodyText = Array(gTextSequel[idNum].text.split(/<HR\/?>/i)[0],linkText).join(''); } else { switch (gTextPosition) { case 0: bodyText = gTextSequel[idNum].text.split(/<HR\/?>/i).join(linkText); break; case 1: bodyText = Array(gTextSequel[idNum].text,linkText).join('<br />'); break; case 2: bodyText = gTextSequel[idNum].text.split(/<HR\/?>/i).join(linkText); bodyText = Array(bodyText,linkText).join('<br />'); break; } } gTextSequel[idNum].flag = (gTextSequel[idNum].flag) ? false : true; objFocus.innerHTML = bodyText; } return false; } gTextVisible = '続きを表示 >>'; /* 「続き」を表示するためリンク */ gTextHidden = '<< 続きを隠す'; /* 「続き」を隠すためのリンク */ gTextPosition = 2; /* 「続きを隠す」を表示する位置 0:「続き]の前 1:「続き」の後ろ 2:両方 */ gTextSequel = new Array(); initSequel('div','entry_body'); // --> </script> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <div class="ct_title">コメント</div> <!-- BEGIN comment --> <div class="entry_body"> {comment_description} </div> <div class="entry_state"> | {comment_name} | {comment_time} | </div> <br /> <!-- END comment --> <div class="ct_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:160px;"/><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:160px;"/><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:160px;"/><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50"></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="ct_title">この記事のトラックバックURL</div> <div class="entry_body"> {trackback_url} </div> <div class="ct_title">トラックバック</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"> <div class="entry_date">プロフィール</div> <div class="entry_title">{profile_name}</div> <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> <!-- foot --> <div class="copyright"> {copyright}<br /> <br /> <div align="right"><a href="#top">Page Top</a></div> </div></td> <!--CENTER--> <td width="40"> <!-- BEGIN calendar --> <table width="30" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td align="center" valign="top" class="calendar">{calendar_vertical}</td> </tr> </table> <!-- END calendar --></td> <td class="td_right" width="230"> <!-- BEGIN selected_entry --> <h3> SELECTED ENTRIES </h3> <div class="linktext"> {selected_entry_list} </div> <!-- END selected_entry --> <!-- BEGIN category --> <h3> CATEGORIES </h3> <div class="linktext"> {category_list} </div> <!-- END category --> <!-- BEGIN archives --> <h3> ARCHIVES </h3> <div class="linktext"> {archives_list} </div> <!-- END archives --> <!-- BEGIN recent_comment --> <h3> RECENT COMMENTS </h3> <div class="linktext"> {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <h3> RECENT TRACKBACK </h3> <div class="linktext"> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- BEGIN link --> <h3> LINKS </h3> <div class="linktext"> {link_list} </div> <!-- END link --> <h3> OTHER </h3> <div class="linktext"> <ul><!-- powered --> <li><a href="./admin">admin</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">atom</a></li><!-- /powered/ --> <li><a href="http://katakoi.jugem.jp/">Template by 語恋</a></li> <li><a href="http://www.nutstaste.com/">Material by NUTS-TASTE.COM</a></li> </ul> </div> <!-- BEGIN profile --> <h3> PROFILE </h3> <div class="linktext"> {user_list} </div> <!-- END profile --> <!-- BEGIN freespace1 --> <h3>{freespace_title1}</h3> <div class="linktext">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <h3>{freespace_title2}</h3> <div class="linktext">{freespace_contents2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <h3>{freespace_title3}</h3> <div class="linktext">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <h3>{freespace_title4}</h3> <div class="linktext">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <h3>{freespace_title5}</h3> <div class="linktext">{freespace_contents5}</div> <!-- END freespace5 --> <!-- BEGIN amazon --> <h3> RECOMMEND </h3> <div class="linktext"> {amazon_item} </div> <!-- END amazon --> <!-- BEGIN jugem_ad --> <h3> SPONSORED LINKS </h3> <div class="linktext"> {ad} </div> <!-- END jugem_ad --> <div style="margin: 0px 0px 0px 15px;padding-left:10px;"><div class="jugem_bana"> {powered} </div></div> <!-- search --> <form method="get" action=""> <div class="search"> Search this site. </div> <div class="search_box"> <input id="search" name="search" size="20" style="width:100px" /> <input type="submit" value="Search" /> </div> </form> <!-- /search/ --> </td> </tr> </table> <!-- Template by 語恋 http://katakoi.jugem.jp/ --> </body> </html>
CSS
html { scrollbar-3dlight-color: #484848; scrollbar-arrow-color: #D8AB73; scrollbar-darkshadow-color: #484848; scrollbar-face-color: #484848; scrollbar-highlight-color: #D8AB73; scrollbar-shadow-color: #484848; scrollbar-track-color: #D8AB73; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } body { background: #D8AB73; color: #484848; background-image: url(http://img-cdn.jg.jugem.jp/818/152797/20060623_127725.gif); background-attachment:fixed; background-repeat: repeat; margin: 0px 0px 0px 0px; } .all { margin: 0px auto; } a {color: #484848;text-decoration: none;} a:link {color: #484848;text-decoration: none;} a:visited {color: #484848;text-decoration: none;} a:active {color: #484848;text-decoration: none;} a:hover {color: #BF3F47; border-bottom:1px dotted #BF3F47;} h1 { margin: 20px 0px 10px 0px; } ul { margin: 0px 8px 0px 8px; padding: 0px; } li { margin: 0px; padding: 0px; } /* TABLE---------------------------------------------------------------------- */ .td_left { border-left: 1px dotted #484848; border-right: 1px dotted #484848; } .td_right { border-left: 1px dotted #484848; border-right: 1px dotted #484848; } /* TITLE---------------------------------------------------------------------- */ .site_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-weight: bold; color: #484848; font-size:26px; letter-spacing : 2px; margin: 20px 10px 0px 20px; padding: 0px 0px 5px 0px; } .description { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 80%; color: #484848; letter-spacing : 1px; margin: 8px 10px 0px 20px; padding: 0px; } /* ENTRY---------------------------------------------------------------------- */ .entry { margin: 0px 0px 30px 0px; padding: 25px 0px 0px 0px; } .entry_date { font-family: "Verdana"; font-size: 12px; font-weight: bold; color: #484848; letter-spacing : 1px; text-align: right; margin: 5px 20px 20px 20px; padding-bottom: 3px; } h2 { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; font-weight: bold; letter-spacing : 1px; color: #484848; border-bottom: 1px dotted #484848; margin: 30px 20px 0px 20px; padding: 0px 0px 5px 3px; } .entry_body { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 90%; line-height: 170%; color: #484848; margin: 15px 0px 15px 0px; padding: 0px 22px 0px 22px; } .entry_body a:link {color: #BF3F47; text-decoration:none;} .entry_body a:visited {color: #BF3F47; text-decoration:none;} .entry_body a:active {color: #BF3F47; text-decoration:none;} .entry_body a:hover {color: #484848; border-bottom:1px dotted #BF3F47;} .entry_more { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 90%; line-height: 170%; color: #484848; margin: 15px 0px 15px 0px; padding: 0px 22px 0px 22px; } .entry_more a:link {color: #BF3F47; text-decoration:none;} .entry_more a:visited {color: #BF3F47; text-decoration:none;} .entry_more a:active {color: #BF3F47; text-decoration:none;} .entry_more a:hover {color: #484848; border-bottom:1px dotted #BF3F47;} .entry_body hr { display: none; } .entry_state { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #484848; text-align: right; margin: 0px 0px 0px 0px; padding: 20px 22px 10px 22px; } .entry_state ul { margin: 0px; padding: 0px; } .entry_state li { margin: 0px; padding: 0px; display: inline; } .entry_author { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #484848; text-align: right; padding: 0px 22px 30px 10px; } .entry_navi { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; padding: auto; font-size: 11px; color: #484848; margin: 25px 22px 10px 22px; padding: 0px 0px 0px 0px; } blockquote { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #484848; margin: 20px 20px 20px 5px; padding: 10px; border: 1px dotted #484848; } .pict { border-width: 3px; border-style: solid; border-color: #484848 #484848 #484848 #484848; } .links { margin: 10px 0px 0px 12px; } h3 { font-family: "Verdana"; font-size: 12px; font-weight: bolder; color: #484848; margin: 20px 10px 15px 10px; padding: 0px 0px 0px 15px; height: 15px; } .linktext { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #BF3F47; line-height: 170%; margin: 10px 0px 30px 15px; padding: 0px 0px 0px 10px; } .linktext ul { margin: 0px 8px 0px 0px; padding: 0px; } .linktext li { margin: 0px; padding: 0px; list-style: none; } .linktext a:link {color: #BF3F47; text-decoration:none;} .linktext a:visited {color: #BF3F47; text-decoration:none;} .linktext a:active {color: #BF3F47; text-decoration:none;} .linktext a:hover {color: #484848; border-bottom:1px dotted #BF3F47;} .ct_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; font-weight: bold; color: #484848; border-bottom:1px dotted #484848; margin: 15px 22px 0px 22px; padding: 0px 0px 5px 3px; } /* SEARCH---------------------------------------------------------------------- */ .search { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #484848; font-weight: bold; line-height: 170%; margin: 30px 0px 5px 20px; } .search_box { margin: 0px 0px 5px 20px; } input { color: #484848; border:1px solid #484848; background: transparent; } textarea { width: 360px; color: #484848; border:1px solid #484848; background: transparent; } /* FOOTER---------------------------------------------------------------------- */ .copyright { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #484848; line-height: 170%; margin: 40px 20px 20px 20px; padding-top: 10px; border-top: 1px dotted #484848; } /* CLOCK---------------------------------------------------------------------- */ .clock { margin: 25px 0px 20px 12px; } /* CALENDAR---------------------------------------------------------------------- */ .calendar { font-family: "Verdana"; font-size: 11px; color: #484848; line-height: 180%; padding: 0px 0px 0px 4px; margin: 0px 0px 0px 0px; } .calendar a:link {color: #BF3F47; text-decoration:none;} .calendar a:visited {color: #BF3F47; text-decoration:none;} .calendar a:active {color: #BF3F47; text-decoration:none;} .calendar a:hover {color: #484848; border-bottom:1px dotted #BF3F47;} .today { background: #FFFFFF; margin: 0px 1px 0px 1px; } .jugem_bana{ margin: 20px 1px 10px 1px; } #ad .linktext { margin:0 0 0 -10px; padding:0; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑