無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
plusme
テンプレートイメージ表示ページへ戻る
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 http-equiv="content-script-type" content="text/javascript" /> <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> <div id="back"> <!-- HEADER --> <table id="head" border="0" cellpadding="0" cellspacing="0"> <tr><td colspan="2" height="20"> </td></tr> <tr valign="top"> <td width="510"><!-- BEGIN title --><h1 class="site_title">{blog_name}</h1><h3 class="description">{blog_description}</h3><!-- END title --></td> <!-- 広告ここから --> <td> 広告設置部分468バナー置けます。 </td> <!-- 広告ここまで --> <td align="right"><ul><li><a href="./?mode=atom">Atom0.3</a></li><li><a href="./?mode=rss">RSS1.0</a></li><li><a href="./admin">Login</a></li></ul></td> </tr> </table> <br /> <p align="center"> グーグルなどのビッグバナー728px置けます。 </p> <!-- /HEADER/ --> <!-- MAIN --> <div id="main"> <div class="menu">この下にバナー468px置けます</div> ここに置く。 <!-- BEGIN page --> <table class="navi" border="0" cellpadding="0" cellspacing="0" width="100%" summary="アフィリエイト"> <tr> <td width="150" class="cell_1"><span>アフィリエイト</span></td> <td class="cell_2"><img src="./template/grid/img/sp.gif" alt="" /></td> <td class="cell_1" ><span>ENTRY</span></td> <td class="cell_1" align="right"><span><a href="{prev_page_url}"><<new</a> | {page_now} / {page_num}pages | <a href="{next_page_url}">old>></a></span></td></tr> </table> <!-- END page --> <!-- BEGIN sequel --> <table class="navi" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="150" class="cell_1"><span>News</span></td> <td class="cell_2"><img src="./template/grid/img/sp.gif" alt="" /></td> <td class="cell_1" ><span>ENTRY</span></td> <td class="cell_1" align="right"><span><a href="{next_permalink}"><<new entry</a> | <a href="./">main</a> | <a href="{prev_permalink}">old entry>></a></span></td> </tr> </table> <!-- END sequel --> <!-- BEGIN entry --> <table class="entry" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td class="entry_main"> <div class="entry_title"><h2> <a href="{entry_permalink}">{entry_title}</a></h2></div> <div class="entry_body"> {entry_description} <div class="entry_more"> {entry_sequel}<br /> </div> {entry_date}|{entry_time}|{category_name}|{comment_num}|{trackback_num} </div> </td> </tr> </table> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <div class="comment"> 記事下にアドセンスなどを設置したい場合はここへ記述すると記事ページときのみ表示されます。 <a name="comments"></a> <div class="title">Comment:</div> <!-- BEGIN comment --> <div class="tb" style=" border-bottom:1px dotted #808080;padding:10px 0; "> <div class="state">{comment_time}, {comment_name} wrote:</div> {comment_description} </div> <!-- END comment --> <div class="title" style="margin-top:15px; ">Add a comment:</div> <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:300px;" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:300px;" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:300px;" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:300px;"></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> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div id="comment" style="margin-top:50px; "> <div class="title">Trackback:</div> <div class="tb_url">{trackback_url}</div> <!-- BEGIN trackback --> <div class="tb"> <div class="tb_title">{trackback_title} / {trackback_blog_name}</div> <div class="state">{trackback_time}</div> {trackback_excerpt} </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <table class="navi" border="0" cellpadding="0" cellspacing="0" width="100%" height="20px"> <tr> <td width="150" class="cell_1"> </td> <td class="cell_2"><img src="./template/grid/img/sp.gif" alt="" /></td> <td class="cell_1" ><span>PROFILE</span></td> <td class="cell_1" align="right"> </td> </tr> </table> <table class="entry" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td class="entry_main"> <div class="entry_body"> {profile_description} {profile_name} </div> </td> </tr></table> <!-- END profile_area --> </div> <!-- /MAIN/ --> <!-- SIDE_1 --> <div id="side_1"> <table class="navi" border="0" cellpadding="0" cellspacing="0" width="100%" style=" background:#FF9933;"> <tr><td> </td></tr> </table> <!-- BEGIN calendar --> <div class="linktitle">CALENDAR</div> <div class="linktext"> <div class="calendar"> <table border="0" cellspacing="1" cellpadding="0" summary="アフィリエイトブログ"><tr><td class="weekday">S</td><td class="weekday">M</td><td class="weekday">T</td><td class="weekday">W</td><td class="weekday">T</td><td class="weekday">F</td><td class="weekday">S</td></tr></table> {calendar} </div></div> <!-- END calendar --> <!-- BEGIN selected_entry --> <div class="linktitle">ENTRY(latest 5)</div> <div class="linktext"> {latest_entry_list} </div> <!-- END selected_entry --> <!-- BEGIN category --> <div class="linktitle">CATEGORY</div> <div class="linktext"> {category_list} </div> <!-- END category --> <!-- BEGIN recent_comment --> <div class="linktitle">COMMENT</div> <div class="linktext"> {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="linktitle">TRACKBACK</div> <div class="linktext"> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- BEGIN archives --> <div class="linktitle">ARCHIVES</div> <div class="linktext"> {archives_list} </div> <!-- END archives --> <!-- BEGIN link --> <div class="linktitle">LINK</div> <div class="linktext"> {link_list} </div> <!-- END link --> </div> <!-- /SIDE_1/ --> <!-- SIDE_2 --> <div id="side_2"> <table class="navi" border="0" cellpadding="0" cellspacing="0" width="100%" style=" background:#FF9933;"> <tr><td> </td></tr> </table> <!-- search --> <div class="search"> <div class="title">SEARCH</div> <form method="get" action=""> <input id="search" name="search" size="20" style="width:100px" /><input type="submit" value="Search" class="button" /> </form> </div> <!-- /search/ --> <!-- BEGIN freespace1 --> <div class="linktitle">{freespace_title1}</div> <div class="linktext">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="linktitle">{freespace_title2}</div> <div class="linktext">{freespace_contents2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="linktitle">{freespace_title3}</div> <div class="linktext">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="linktitle">{freespace_title4}</div> <div class="linktext">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="linktitle">{freespace_title5}</div> <div class="linktext">{freespace_contents5}</div> <!-- END freespace5 --> <!-- BEGIN amazon --> <div class="linktitle">RECOMMEND</div> {amazon_item} <!-- END amazon --> <!-- mobile --> <div class="linktitle">MOBILE</div> <div class="linktext">{site_qrcode}</div> <!-- //mobile --> <!-- BEGIN profile --> <div class="linktitle">PROFILE</div> <div class="linktext"> {user_list} </div> <!-- END profile --> <!-- ad --> <div class="linktitle">SPONSORED LINKS</div> {ad} <!-- //ad --> <div class="jugem_bana">{powered}</div> </div> <!-- /SIDE_2/ --> <br style="clear:both; " /> <!-- FOOTER --> <div id="copy">{copyright}<br /> Designed by <a href="http://plusme.jugem.jp"><h3>ブログでアフィリエイト!</a></h3></div> <!-- /FOOTER/ --> </div> </body> </html>
CSS
/* 元はgridです。 当テンプレートはカテゴリリストなどのツリー化スクリプト ver 2導入を考慮して変更しています。 参考:http://nz.jugemers.net/log/eid31.html もちろんこのままでも利用できますが、ツリー化するとキレイになるので挑戦してみては? また各所にバナー設置部分を用意してありますが、必要なければごっそり削除してください。 分からなければお問い合わせくださいませ〜^^ http://plusme.jugem.jp */ body { font-family:"Verdana","MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3",; font-size:11px; color:#333333; background:#666666; margin:0px; padding:0px; } a:link { color: #00C; text-decoration: none; } a:visited { color: #00C; text-decoration: none; } a:active { color: #00C; text-decoration: none; } a:hover { color: #F00; text-decoration: none; } h1 { font-size:9px; margin: 0px; padding: 0px; font-weight: normal; } h2 { font-size:14px; font-weight: bold; margin: 0px; padding: 0px; } h3 { font-size:10px; font-weight: normal; margin: 0px; padding: 0px; } h4 { font-size:14px; margin:0px auto; padding:0px 10px; border-bottom:1px #ff0000 solid; border-left:3px #ff0000 solid; } table,td,tr,div,form { margin:0px; padding:0px; } img { border:none; } ul { list-style-type: none; line-height:120%; margin:0px; padding:0px; } input,textarea { color: #333; font-size :12px; border:1px #CCC solid; background-color:#FFF; padding: 2px; } .aka { font-size:11px; color: #FF0000; font-weight: bold; } .menu { font-size:11px; margin:0px auto; padding:0px 10px; color: #FFFFFF; background-color:#FF9933; } /* レイアウト---------------------------------------------------------------------- */ #back { width:880px; background:#FFFFFF; border-right:2px solid #AEAEAE; border-left:2px solid #AEAEAE; margin:0px auto; padding:0px 10px; } #head{ width:880px; background: #EEEEEE; border-bottom:3px #FF9933 solid; } #main { width:500px;float:left; } #main ul { list-style-type: none; line-height:140%; margin-left:10px; padding:0px; } #side_1 { width:180px;float:left;margin-left:10px;} #side_2 { width:180px;float:left;margin-left:10px;} #copy { margin-top:30px; border-bottom:20px #838383 solid; color:#CCC; text-align:right; } /* ヘッダー---------------------------------------------------------------------- */ #head .site_title { font-size:16px; margin:0px 10px; } #head .description { margin:0px 10px; } #head ul { margin:0px 10px 10px 0px; } #head a:link { color: #FF9933; text-decoration: none; } #head a:visited { color: #FF9933; text-decoration: none; } #head a:active { color: #FF9933; text-decoration: none; } #head a:hover { color: #999; text-decoration: none; } /* ナビゲーション---------------------------------------------------------------------- */ .navi { color:#666; font-size:12px; margin-bottom:10px; } .navi .cell_1 { background:#CCCCCC;} .navi .cell_2 { width:10px;} .navi .cell_2 img { width:10px; height:20px;} .navi span { margin: 0px 5px;} .navi a:link { color: #333; text-decoration: none; } .navi a:visited { color: #333; text-decoration: none; } .navi a:active { color: #333; text-decoration: none; } .navi a:hover { color: #666; text-decoration: none; } /* エントリー ---------------------------------------------------------------------- */ .entry { margin-bottom:20px; } /* state部分 ---------*/ .entry .state { width:150px; color:#333; background:#FF9933; text-align:right; padding:5px 0px; } .entry .state ul { margin-right:5px; margin-bottom:10px; } .entry .state a:link { color: #FFF; text-decoration: none; } .entry .state a:visited { color: #FFF; text-decoration: none; } .entry .state a:active { color: #FFF; text-decoration: none; } .entry .state a:hover { color: #444; text-decoration: none; } /* entry_main部分 ---------*/ .entry .entry_main { border-left:1px #AFAEAE dotted; } .entry_title { font-size:12px; color:#FFF; margin-left:10px; margin-bottom:10px; border-left:10px solid #CC0000; } .entry_body { font-size:11px; line-height:170%; margin-left:10px; border-bottom:3px solid #FF9933; } .entry_more { padding-top:10px; } blockquote { color: #999; border-left:3px solid; margin: 10px 5px; padding:0px 5px; } .pict { display:block; } /* コメント・トラックバック部分 ---------*/ .comment { color:#333; line-height:150%; } #comment .title { color:#333; font-weight:bolder; padding-bottom:5px; border-bottom:1px solid; } #comment .tb { border-bottom:1px dotted #808080; padding:10px 0; } #comment .state { color:#333; background:url(./template/grid/img/arrow.gif) no-repeat; background-position:0px 6px; padding-left:9px; margin-bottom:5px; } #comment .tb_url { color:#333; font-size:12px; } #comment .tb_title { font-weight: bold; } #set_cookie { border:none;background:none; } /* サイドメニュー---------------------------------------------------------------------- */ .linktitle { color:#FF9933; font-size:12px; margin-bottom:7px; } .linktext { border-bottom:1px solid #926335; padding-bottom:10px; } .linktext ul { margin:0px 0px 10px 10px; } .linktext li { background:url(./template/grid/img/arrow.gif) no-repeat; background-position:0px 4px; padding-left:9px; margin-bottom:5px; } /* カレンダー ---------*/ .calendar { font-family: "Verdana"; text-align:center; line-height: 140%; margin-bottom:10px; } .calendar table { width:100%; margin:0px auto; text-align:center; } .weekday { padding: 2px;} .cell { padding: 2px;} .cell a:link {font-weight: bolder;} /* アマゾン ---------*/ .amazon { margin-bottom:20px; } .amazon_text { line-height:140%; } /* サーチ ---------*/ .search { margin-bottom:10px;} .search .title { color:#FF9933;} .search input { color: #666; font-size :12px; border:1px #926335 solid; background-color:#BBB; padding: 2px; } .search .button { margin-left:5px;} /* バナー ---------*/ .jugem_bana {margin-bottom:10px;}
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑