無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
*B&P*
テンプレートイメージ表示ページへ戻る
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"> <head> <meta http-equiv="Content-Type" content="text/html; charset={site_encoding}" /> <title>:: {site_title} :: {entry_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}" /> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> <a name="top"></a> <div id ="header"> <body background="http://img-cdn.jg.jugem.jp/9ce/352315/20061216_14895.gif"> <!--BODY--> <!-- BEGIN title --> <div id="wrapper"> <div id="header"> <h1 id="site_title" title="{blog_description}">{blog_name}</h1> <form method="get" action=""> <div class="search"> Search this site.<br /> <input id="search" name="search" size="20" style="width:130px" class="form" /> <input type="submit" value="Search" class="button" /> </div> </form></div> <!-- END title --> <div id="main"> <div id="contents"> <!-- BEGIN sequel --> <div class="entry_navi"><FONT COLOR="#FF3375"> {prev_entry} | <a href="./">main</a> | {next_entry} </FONT> </div> <BR> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <h2 class="entry_title">{entry_title}</h2> <div class="entry_date">{entry_date}</div> <div class="entry_body"> {entry_description} </div> <a name="sequel"></a> <div class="entry_more"> {entry_sequel} </div> <div class="entry_state"> {user_name} * {category_name} * {entry_time} * {comment_num} * {trackback_num}<br /> {trackback_auto_discovery} </div> </div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <h2 class="entry_title">コメント</h2> <!-- BEGIN comment --> <div class="entry_body"> {comment_description} </div> <div class="entry_state"> Comment by {comment_name} @ {comment_time} </div> <!-- END comment --> <div class="entry_body">コメントする<br /> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" class="write" /> <label for="name">name:</label><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" class="write" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" class="write" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" class="write" /><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 tabindex="5" type="submit" value="Write" class="button" 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"> <h2 class="entry_title">トラックバック</h2> <div class="entry_date">この記事のトラックバックURL:<br /> {trackback_url} </div> <!-- BEGIN trackback --> <h3 class="entry_title">{trackback_title}</h3> <p class="entry_body">{trackback_excerpt}</p> <div class="entry_state"> From {trackback_blog_name} @ {trackback_time} </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry"> <h2 class="entry_title">プロフィール</h2> <h3 class="entry_title">{profile_name}</h3> <p class="entry_body">{profile_description}</p> </div> <!-- END profile_area --> <!-- BEGIN page --> <ul class="navi"> <font size="2"><li>{prev_page_link}</li> <li>{page_now}/{page_num}PAGES</li> <li>{next_page_link}</li></font> </ul> <!-- END page --> </div> <!--right side--> <div id="menu"> <BR> <!-- BEGIN calendar --> <div class="linktitle">Calendar</div> <div class="linktext calendar">{calendar}</div> <!-- END calendar --> <!-- BEGIN profile --> <div class="linktitle" id="profilename">Profile</div> <div class="linktext" id="profilelist"> {user_list} </div> <!-- END profile --> <!-- BEGIN latest_entry --> <div class="linktitle" id="newentryname"> New Entries </div> <div class="linktext" id="newentrylist"> {latest_entry_list} </div> <!-- END latest_entry --> <!-- BEGIN recent_comment --> <div class="linktitle" id="commentname">Recent Comments</div> <div class="linktext" id="commentlist"> {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="linktitle" id="tbname">Recent Trackback</div> <div class="linktext" id="tblist"> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- BEGIN category --> <div class="linktitle" id="categoryname">Category</div> <div class="linktext" id="categorylist"> {category_list} </div> <!-- END category --> <!-- BEGIN archives --> <div class="linktitle" id="archivename">Archives</div> <div class="linktext" id="archivelist"> {archives_list} </div> <!-- END archives --> <div class="linktitle" id="recommendname">Recommend</div> <div id="recommendlist"> <!-- BEGIN amazon --> <li><a href="{amazon_url}"> <img src="{amazon_ImageUrlMedium}" width="118" alt="{amazon_ProductName} ({amazon_Creator}) {amazon_comment}" /></a></li> <!-- END amazon --> </div> <!-- BEGIN freespace1 --> <div class="linktitle">{freespace_title1}</div> <div class="linktext02">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="linktitle">{freespace_title2}</div> <div class="linktext02">{freespace_contents2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="linktitle">{freespace_title3}</div> <div class="linktext02">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="linktitle">{freespace_title4}</div> <div class="linktext02">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="linktitle02">{freespace_title5}</div> <div class="linktext">{freespace_contents5}</div> <!-- END freespace5 --> <!-- BEGIN link --> <div class="linktitle">Links</div> <div class="linktext"> {link_list} </div> <!-- END link --> <!-- powered --> <div class="linktitle">Others</div> <div class="linktext"> <ul> <li><a href="./admin/">管理者ページ</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> </ul> <BR><BR> <!-- mobile --> <div class="linktitle">Mobile</div> <div class="linktext02"> {site_qrcode}</div> <!-- //mobile --> <div class="linktitle">Sponsored links</div> {ad} <!-- END jugem_ad --> </div> <!-- /powered/ --> </div> <a href="#wrapper"><img src="http://img-cdn.jg.jugem.jp/9ce/352315/20061216_14916.gif" width="73" height="12" class="totop" alt="このページの先頭へ" /></a> <br class="clear" /> </div> </div> <!--footer --> <div id="copyright"> {copyright} </div> <!-- /footer/ --> <script type="text/javascript"> <!-- function InitFoldNavi() { FoldNavigation('newentry','off',false); // 最新エントリ FoldNavigation('entry' ,'off' ,false); // ページエントリ FoldNavigation('comment' ,'off' ,false); // 最新コメント FoldNavigation('tb' ,'off' ,false); // 最新トラックバック FoldNavigation('archive' ,'off',false); // アーカイブ FoldNavigation('category' ,'off' ,false); // カテゴリー FoldNavigation('profile' ,'off',false); // プロファイル FoldNavigation('recommend','off' ,false); // アマゾン } function FoldNavigation(idName,initMode,viewNum) { var openMark = '≪ '; /* 閉じている場合に開くためのマーク */ var closeMark = '≫ '; /* 開いている場合に閉じるためのマーク */ var preMark = true; /* マークの挿入位置。タイトルの前なら true、タイトルの後ろなら false */ var idTitle = Array(idName,'name').join(''); var idList = Array(idName,'list').join(''); var objTitle = this.document.getElementById(idTitle); var objLists = this.document.getElementById(idList); if (!objTitle || !objLists) return; var dispMode = objLists.style.display; if (!dispMode) { var tmpText = Array('FoldNavigation(',"'",idName,"','chng','');return(false);").join(''); var insMark = new Array(); var insText = new Array(); insMark[insMark.length] = Array('<a class="foldmark" href="#" onclick="',tmpText,'" onkeypress="',tmpText,'">').join(''); insMark[insMark.length] = (initMode == 'off') ? openMark : closeMark; insMark[insMark.length] = '</a>'; if (preMark) insText[insText.length] = insMark.join(''); insText[insText.length] = objTitle.innerHTML; if (viewNum) { var objItems = objLists.getElementsByTagName('li'); insText[insText.length] = Array(' <span>(',objItems.length,')</span>').join(''); } if (!preMark) insText[insText.length] = insMark.join(''); objLists.style.display = (initMode == 'off') ? 'none' : 'block'; objTitle.innerHTML = insText.join(''); } else if (initMode == 'chng') { var objMarks = objTitle.getElementsByTagName('a'); for (i=0;i<objMarks.length;i++) { if (objMarks[i].className == 'foldmark') { objMarks[i].firstChild.nodeValue = (dispMode == 'none') ? closeMark : openMark; } } objLists.style.display = (dispMode == 'none') ? 'block' : 'none'; } } InitFoldNavi(); // ナビゲーションの折り畳み // --> </script> </body> </html>
CSS
html, body { scrollbar-base-color: #FF3375; scrollbar-track-color: #FF3375; scrollbar-face-color: #000000; scrollbar-shadow-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #FF3375; scrollbar-arrow-color: #FF6699; } * { margin: 0; padding: 0; } body { margin: 0; padding: 0; bottom left fixed repeat-x; font-family: "Verdana", "MS ゴシック", "sans-serif"; text-align: center; } div, span, form, h1, h2, h3, h4, ul, ol, li { margin: 0; padding: 0} a:link { color:#EFA3B6; text-decoration:underline;} a:visited { color:#EFA3B6; text-decoration:none;} a:active { color:#EFA3B6; text-decoration:underline;} a:hover { color:#EFA3B6; text-decoration:underline;} body{ cursor: url();} --> /*-- レイアウト--*/ #wrapper { margin: 0 auto 5px auto; width: 750px;} #header { text-align: left; width: 750px; height: 167px; background: url(http://img-cdn.jg.jugem.jp/9ce/352315/20061216_14894.gif) no-repeat; background-color:#000000; } h1#site_title { text-align: center; font-size: 170%; font-weight: normal; color: #FFF; margin: 0; padding: 60px 0 0 0; } #site_title a, #site_title a:link, #site_title a:visited, #site_title a:active, #site_title a:hover { color:#FFF; text-decoration:none; } #main {border-top-width: 0; border-right: 1px solid #FF3375; border-bottom: 1px solid #FF3375; border-left: 1px solid #FF3375; background: url(http://img-cdn.jg.jugem.jp/9ce/352315/20061216_14902.gif) repeat-x bottom left #000000; text-align: left; padding: 20px 30px; } #contents { float: left; width: 480px; } #menu { margin: 0; padding: 0 8px; float: none; width: 175px; float: right; text-align: left; } /*-- コンテンツ部分 --*/ .entry_navi { width: 480px; margin: 0 0 8px 0; text-align:center; font-size: 60%; } .entry { width: 480px; border-top: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; background-color: #000000; margin: 0 0 8px 0; } h2.entry_title { font-size: 90%; font-weight: bold; color: #EC6A8A; margin: 15px 20px 0 20px; text-align: center; padding-bottom: 6px; background: url(http://img-cdn.jg.jugem.jp/9ce/352315/20061216_14896.gif) no-repeat; } h3.entry_title { font-size: 75%; font-weight: bold; color: #FF3375; margin: 15px 20px 0 20px; text-align: left; padding: 0; } .entry_date { font-family: Verdana, sans-serif; font-size: 65%; color: #EC6A8A; margin: 3px 20px 10px 20px; text-align: center; } .entry_body { font-size: 7pt; line-height: 170%; color: #FFFFFF; margin: 10px 20px 10px 20px; } .entry_more { font-size: 75%; line-height: 170%; color: #FF3375; margin: 20px 20px 10px 20px; } .entry_state { font-size: 65%; color: #FF3375; margin: 10px 20px 20px 20px; text-align: left; background: url(http://img-cdn.jg.jugem.jp/9ce/352315/20061216_14900.gif) no-repeat top left; padding: 0 0 0 20px; clear: left; } blockquote { margin: 20px 10px 0 10px; padding: 8px; border: 1px dashed #FF3375; background-color: #000000; } ul li { list-style-type: square; margin: 0 10px 0 25px; padding: 0; line-height: 1.5; } ol li { margin: 0 10px 0 35px; padding: 0; line-height: 1.5; } .pict { border: 4px solid #000000; float: center; margin: 0 8px 5px 0; padding: 0; } img.totop { border-width: 0; margin: 0 0 0 310px; padding: 0; width: 73px; } .clear { clear: both; height: 1px; } /*-- フォーム --*/ #main input.write, #main textarea { border: 1px dashed #FF3375; padding: 1px; color: #333; } .button { background-color: #FFF; background-image: url(http://img-cdn.jg.jugem.jp/9ce/352315/20061216_14903.gif); border: 1px solid #966; color: #600; } /*-- 検索 -- */ .search { font-size: 65%; color: #FFF; line-height: 150%; padding: 20px 0 0 535px; } /*-- サイドメニュー --*/ .linktitle span { color: gray; } .linktitle a.foldmark { text-decoration: none; } .linktitle { color:#EC6A8A; font-family: Verdana,"MS ゴシック"; font-size:14px; font-weight:bolder; background:url(http://img-cdn.jg.jugem.jp/9ce/352315/20061216_14897.gif) no-repeat; background-position:right bottom; text-align:right; } .linktext { font-size:10px; color: #EC6A8A; line-height: 170%; margin:10px 0px 20px 0px; } .linktext02 { font-size:10px; color: #EC6A8A; line-height: 170%; margin:10px 0px 20px 5px; } .linktext li { margin-bottom:3px; } .calendar {text-align:right;} ul.entry li, ul.skip li, ul.amazon li{ font-size: 80%; margin-left:25%; margin-right:0%; display: inline; list-style-type: none;} ul.amazon li img{width: 100px; height: none;} /*-- 各リンクリスト画像の設定 --*/ ul { margin: 0px 0px 0px 10px; padding: 0px; list-style-image: url(http://img-cdn.jg.jugem.jp/9ce/352315/20061216_14900.gif); } .ent_list li, .tb_list li { list-style-image: url(http://img-cdn.jg.jugem.jp/9ce/352315/20061216_14900.gif); } .comm_list li { list-style-image: url(http://img-cdn.jg.jugem.jp/9ce/352315/20061216_14900.gif); } .cat_list li, .arch_list li { list-style-image: url(http://img-cdn.jg.jugem.jp/9ce/352315/20061216_14900.gif); } .prof_list li { list-style-image: url(http://img-cdn.jg.jugem.jp/9ce/352315/20061216_14900.gif); } /*-- フッター --*/ #copyright { font-size: 70%; color: #FF3375; line-height: 130%; clear: both; text-align: center; padding: 0 0 5px 0; } /*-- 時計 --*/ .clock { margin: 0px 0px 0px 1px; } /*-- カレンダー --*/ .calendar_table { margin: 0 0 15px 30px; } .cell, .today, .calendar_month { padding: 2px; font-size: 11px; font-family: Verdana, sans-serif; color: #EC6A8A; } .jugem_bana{ margin: 20px 1px 10px 1px; } ul.navi { margin: 50px 0px 10px 0px; list-style: none; text-align:center; color: #EC6A8A; } ul.navi li{ display:inline; margin:0px 2px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑