無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
3column_note
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<?xml version="1.0" encoding="{site_encoding}"?> <!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}" /> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> <div id="layout"> <div id="body"> <a name="top" id="top"></a> <div id="left"> <br /> <!-- BEGIN calendar --> <div class="lefttitle"> CALENDAR </div> <div class="calendar" align="center"> <table summary="カレンダー" border="0" cellspacing="1" cellpadding="0"> <tr> <td class="weekday">Sun</td> <td class="weekday">Mon</td> <td class="weekday">Tue</td> <td class="weekday">Wed</td> <td class="weekday">Thu</td> <td class="weekday">Fri</td> <td class="weekday">Sat</td> </tr> </table> {calendar} </div> <!-- END calendar --> <!-- BEGIN selected_entry --> <div class="lefttitle"> NEW ENTRIES </div> <div class="linktext"> {selected_entry_list} </div> <!-- END selected_entry --> <!-- BEGIN category --> <div class="lefttitle"> CATEGORIES </div> <div class="linktext"> {category_list} </div> <!-- END category --> <!-- BEGIN recent_comment --> <div class="lefttitle"> RECENT COMMENTS </div> <div class="linktext"> <div id="commentlist">{recent_comment_list}</div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="lefttitle"> RECENT TRACKBACK </div> <div class="linktext"> <div id="tblist">{recent_trackback_list}</div> </div> <!-- END recent_trackback --> <!-- BEGIN archives --> <div class="lefttitle"> ARCHIVES </div> <div class="linktext"> <div class="archives"> {archives_list} </div> </div> <!-- END archives --> <!-- search --> <div class="lefttitle"> SEARCH </div> <form method="get" action="{site_cgi}"> <div class="search"> Search this blog. </div> <div class="search_box"> <input id="search" name="search" value="" size="15" class="form" /> <input type="submit" value="Search" class="sub" /> </div> </form> <form id="search_BP" name="search_BP" action="http://bst.blogpeople.net/search_result.jsp" onsubmit="return false;" accept-charset="Shift_JIS" target="_blank"> <div class="search"> Search other blog. </div> <div class="search_box"> <input type="text" name="keyword" size="15" value="" onclick="this.style.backgroundImage='url()';" onkeypress="if(event.keyCode == 13) {var code=document.charset;document.charset='Shift_JIS'; document.search_BP.submit();document.charset=code;}" /> <input type="submit" name="query" value="Search" onclick="var code=document.charset;document.charset='Shift_JIS';document.search_BP.submit();" class="sub" /> </div> </form> <!-- /search/ --> <!-- powered --> <div class="lefttitle"> OTHERS </div> <div class="linktext"> <ul> <li><a href="./admin/">Master Only</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> <li>designed by <a href="http://apples.eek.jp/blog/">Hisato</a></li> <li><a href="http://jugem.jp/" title="ブログのレンタルならJUGEM(じゅげむ)">Powered by "JUGEM"</a></li> </ul></div> <!-- /powered/ --> {ad} </div> <div id="note"> <div id="ring"> </div> <div id="contents"> <!-- BEGIN title --> <div id="title"> <div class="site_title"><h1>{blog_name}*</h1></div> <div class="description">{blog_description}</div> </div> <!-- END title --> <div id="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_date">{entry_date}</div> <div class="entry_title">{entry_title}</div> <div class="entry_author" style="text-align:right;">Posted by {user_name} </div> <div class="entry_body"> {entry_description} </div> <div class="entry_more"> {entry_sequel} </div> <div class="entry_state"> | {category_name} | {entry_time} | {comment_num} | {trackback_num} | </div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <div class="entry_date">COMMENTS</div> <!-- BEGIN comment --> <div class="entry_body"> {comment_description} </div> <div class="entry_state"> | {comment_name} | {comment_time} | </div> <!-- END comment --> <div class="entry_date">COMMENT FORM</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:340px;"></textarea><br /> <br /> <input tabindex="5" type="submit" value=" Submit " class="sub" 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="entry_date">TB URL</div> <div class="entry_body"> {trackback_url} </div> <div class="entry_date">TRACKBACKS</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">PROFILE</div> <div class="entry_title">{profile_name}</div> <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> <!-- foot --> <!-- BEGIN page --> <div class="page"> {prev_page_link} {page_now}/{page_num} {next_page_link}<img src="http://img-cdn.jg.jugem.jp/5c3/19223/20040823_1956546.gif" width="20" height="1" alt="" />Copyright © <a href="http://paperboy.co.jp/" target="_blank">paperboy&co.</a> All Rights Reserved. </div> <!-- END page --> </div> <div id="right"> <img src="http://img-cdn.jg.jugem.jp/5c3/19223/20040823_1956546.gif" alt="" width="1" height="32" /><br /> <!-- BEGIN profile --> <div class="righttitle"> <img src="http://img-cdn.jg.jugem.jp/5c3/19223/20040823_1956546.gif" width="10" height="1" alt="" />ABOUT ME</div> <div class="linktext"> {user_list} </div> <!-- END profile --> <!-- BEGIN link --> <div class="righttitle"> <img src="http://img-cdn.jg.jugem.jp/5c3/19223/20040823_1956546.gif" width="10" height="1" alt="" />Links</div> <div class="linktext"> {link_list} </div> <!-- END link --> </div> </div> </div> </div> </div> </body> </html>
CSS
@charset "euc-jp"; div#layout { text-align: center; } div#body { width: 820px; height: 100%; background-color: #fff; margin-left: auto; margin-right: auto; background-image: url(http://img-cdn.jg.jugem.jp/5c3/19223/20050924_33978.gif); background-repeat: repeat-y; } div#contents { width: 599px; background-color: #fff; float: right; border-right: 1px solid #600; } div#left { width: 199px; height: 100%; float: left; text-align: left; background-color: #fff; border-left: 1px solid #600; } #ring { width: 20px; height: 100%; float: left; background-image: url(http://img-cdn.jg.jugem.jp/5c3/19223/20040823_1956552.gif); background-repeat: repeat-y; background-position: top left; position: absolute; } div#title { width: 599px; float: left; padding-top: 10px; padding-bottom: 5px; background-color: #fff; } div#main { width: 400px; padding-bottom: 10px; float: left; text-align: left; background-color: #fff; } div#right { width: 198px; float: right; text-align: left; background-color: #fff; } div#note { width: 620px; height: 100%; float: right; background-color: #fff; } body { margin: 0px; background: url(http://img-cdn.jg.jugem.jp/5c3/19223/20040823_1956543.gif); } html { scrollbar-3dlight-color:#fff; scrollbar-track-color:#fff; scrollbar-arrow-color:#600; scrollbar-base-color:#600; scrollbar-darkshadow-color:#fff; scrollbar-face-color:#fff; scrollbar-highlight-color:#600; scrollbar-shadow-color:#600; } a:link { color: #333; text-decoration: none; } a:visited { color: #333; text-decoration: none; } a:active { color: #333; text-decoration: underline; } a:hover { color: #c0164d; text-decoration: underline; } div.site_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; text-align: left; color: #333; margin-left: 30px; } div.description { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; text-align: left; color: #333; margin-top: 0px; margin-right: 0px; margin-bottom: 50px; margin-left: 30px; } /* エントリー */ div.entry { background: #fff; margin-top: 0px; margin-right: 10px; margin-bottom: 20px; margin-left: 10px; padding: 20px; } div.entry_navi{ font-size: 10px; text-align: center; } div.entry_date { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 85%; font-weight: bolder; color: #333; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-bottom: 3px; border-bottom: 1px dotted #888888; } div.entry_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: x-small; font-weight: bolder; color: #333; margin-top: 15px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; } div.entry_author { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: xx-small; line-height: 130%; color: #333; margin-top: 15px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; } div.entry_body { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 75%; line-height: 170%; color: #333; margin-top: 15px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; } div.entry_more { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 75%; line-height: 170%; color: #333; margin-top: 15px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; } div.entry_state { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: xx-small; color: #333; margin-top: 15px; margin-right: 0px; margin-bottom: 25px; margin-left: 0px; } blockquote { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: xx-small; line-height: 140%; color: #666666; margin-top: 20px; margin-right: 10px; margin-bottom: 20px; margin-left: 10px; padding: 10px; background: #fee; border-left: 7px solid #fdd; } img.pict { margin-top: 0px; margin-right: 10px; margin-bottom: 2px; margin-left: 0px; float: left; clear: left; } /* リンク */ ul { padding:0px; margin: 0px; list-style-type: none; } li { list-style-position: outside; font-size: 10px; } div.lefttitle { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; font-weight: bold; color: #444; line-height: 170%; background-image: url(http://img-cdn.jg.jugem.jp/5c3/19223/20040823_1956545.gif); background-repeat: no-repeat; background-position: 4% 52%; margin-top: 0px; margin-right: 10px; margin-bottom: 0px; margin-left: 10px; padding-top: 4px; padding-right: 4px; padding-bottom: 2px; padding-left: 20px; border-bottom: 1px dotted #888; } div.righttitle { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; border-bottom :1px solid #c0c0c0; border-left: 10px solid #c0c0c0; border-top: 0px solid #ccc; border-right: 0px solid #ccc; background: #fffafa; padding: 3px 2px 3px 5px; font-size: 11px; font-weight: bold; color: #444; line-height: 170%; margin-top: 0px; margin-right: 20px; margin-bottom: 0px; margin-left: 15px; padding: 4px; } div.linktext { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #333; line-height: 170%; margin-top: 12px; margin-right: 21px; margin-bottom: 31px; margin-left: 25px; } /* サーチ */ div.search { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #333; line-height: 170%; margin-top: 20px; margin-right: 0px; margin-bottom: 5px; margin-left: 24px; } div.search_box { margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 24px; } input, textarea { font-family: "ヒラギノ角ゴ Pro W3","Verdana","MS Pゴシック","sans-serif"; font-size: 11px; border: 1px solid #666; } input.sub { font-size: 9px; color: #fff; background: #888; border: 1px #888 solid; font-family: "Verdana","Arial","sans-serif"; } /* フッター */ div.page { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: xx-small; color: #333; line-height: 170%; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 30px; } /* カレンダー */ .calendar { font-family: "Verdana"; font-size: 9px; color: #777; text-align: center; line-height: 140%; background: #fff; margin-top: 5px; margin-right: 5px; margin-bottom: 20px; margin-left: 9px; padding-bottom: 5px; } table { margin-left: auto; margin-right: auto; } td { text-align: center; font-size: 9px; color: #777; } .cell { width: 20px; font-size: 9px; padding: 2px; text-align: center; } .weekday { width: 23px; height: 13px; font-size: 9px; color: #777; padding: 0px; text-align: center; } .today { background-color: #ddd; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑