無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
2_column
テンプレートイメージ表示ページへ戻る
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" xml:lang="ja" lang="ja"> <head> <!-- BEGIN title --> <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}" /> <link rel="icon" href="http://img-cdn.jg.jugem.jp/e1f/447852/20081218_614235.gif" type="image/gif" /> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> <!-- container --> <div id="container"> <div id="wrapper"> <a name="top" id="top"></a> <!-- header --> <div id="header"> <div id="header-box"> <h1 title="{site_title}">{blog_name}</h1> <h2 title="{blog_description}">{blog_description}</h2> <!-- END title --> </div> </div> <!-- //header --> <!-- content --> <div id="content"> <!-- main --> <a name="main"></a> <div id="main"> <!-- BEGIN sequel --> <div class="entry-navi"> {prev_entry} | <a href="./" title="ホームへ">ホーム</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry border"> <div class="entry-date border"> {entry_year}年{entry_month}月{entry_day}日({entry_jpn_week}) / {category_name} / by {user_name} </div> <h3><a href="{entry_permalink}" title="{entry_title}">{entry_title}</a></h3> <div class="entry-body">{entry_description}</div> <a name="sequel"></a> <div class="entry-foot border"><div class="jgm_entry_desc_mark">{entry_sequel}</div></div> <div class="entry-state"> {comment_num}, {trackback_num} <a href="#top" title="ページの先頭へ">ページの先頭へ▲</a> </div> <br class="clear" /> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <dl id="comment"> <!-- BEGIN comment --> <div class="section"> <dt>この記事のコメント</dt> <dd> <div class="border">{comment_name}, {comment_time}</div> <p>{comment_description}</p> </dd> </div> <!-- END comment --> <div class="section"> <dt>コメントする</dt> <dd class="form_area"> <form name="comment-area" action="./?mode=comment" method="post"> <fieldset> <input type="hidden" name="entry-id" value="{entry_id}" /> <label for="name">名前:</label><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" class="form" /><br /> <label for="email">Eメールアドレス:</label><br /> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" class="form" /><br /> <label for="url">URL:</label><br /> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" class="form" /><br /> <label for="description">コメント:</label><br /> <textarea tabindex="4" id="description" name="description" rows="7" cols="50" class="form"></textarea><br /><br /> <input tabindex="5" type="submit" value="送信" onclick="javascript:setval();" onkeypress="javascript:setval();" class="button" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie" /> <label for="set_cookie">入力情報をCookieに登録しますか?</label> </fieldset> </form> </dd> </div> </dl> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <dl id="trackback"> <div class="section"> <dt>この記事のトラックバックURL</dt> <dd class="tb_url">url:<strong>{trackback_url}</strong></dd> </div> <!-- BEGIN trackback --> <div class="section"> <dt>この記事のトラックバック</dt> <dd> <div class="border">{trackback_blog_name}, {trackback_time}</div> <div class="tb-title border">{trackback_title}</div> <p>{trackback_excerpt}</p> </dd> </div> <!-- END trackback --> </dl> <!-- END trackback_area --> <!-- BEGIN profile_area --> <a name="profile"></a> <dl id="profile"> <div class="section"> <dt>プロフィール</dt> <dd> <h3 class="border">{profile_name}</h3> <p>{profile_description}</p> </dd> </div> </dl> <!-- END profile_area --> <div id="page-area"> <!-- BEGIN page --> <div class="page-navi" style=" ">{prev_page_link} | {page_now}/{page_num}PAGES | {next_page_link}</div> <!-- END page --> <div class="page-top"><a href="#top" title="ページの先頭へ">ページの先頭へ▲</a></div> <br class="clear" /> </div> </div> <!-- //main --> <!-- aside --> <div id="aside"> <!-- aside-box --> <div id="aside-box"> <!-- BEGIN calendar --> <dl id="calendar"> <dt class="aside-label">カレンダー</dt> <dd> <table class="date" summary="曜日"><tr><td class="cell sun">日</td><td class="cell">月</td><td class="cell">火</td><td class="cell">水</td><td class="cell">木</td><td class="cell">金</td><td class="cell sat">土</td></tr></table> {calendar} </dd> </dl> <!-- END calendar --> <!-- BEGIN user --> <dl id="user-list"> <dt class="aside-label">メンバーリスト</dt> <dd> <div class="border">{user_list}</div> </dd> </dl> <!-- END user --> <!-- others --> <dl> <dt>others</dt> <dd> <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> </dd> </dl> <!--// others --> <!-- BEGIN category --> <dl id="category"> <dt class="aside-label">カテゴリー</dt> <dd>{category_list}</dd> </dl> <!-- END category --> <!-- BEGIN archives --> <dl id="archives"> <dt class="aside-label">月別記事</dt> <dd>{archives_list}</dd> </dl> <!-- END archives --> <!-- BEGIN link --> <dl id="link"> <dt class="aside-label">リンク</dt> <dd> <ul> <li>{link_list}</li> </ul> </dd> </dl> <!-- END link --> <!--BEGIN search --> <dl id="search-area"> <dt class="aside-label">検 索</dt> <dd> <form method="get" action="./"> <input id="search" name="search" size="20" class="search" /> <input type="submit" value="search" class="btn" /> </form> </dd> </dl> <!-- END search --> <!-- moblie --> <dl id="moblie"> <dt class="aside-label">携帯用QRコード</dt> <dd class="centering">{site_qrcode}</dd> </dl> <!--// moblie --> <!-- BEGIN amazon --> <dl> <dt>{amazon_Creator}</dt> <dd>{amazon_item}</dd> </dl> <!-- END amazon --> <!-- BEGIN freespace1 --> <dl> <dt class="aside-label">{freespace_title1}</dt> <dd>{freespace_contents1}</dd> </dl> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <dl> <dt class="aside-label">{freespace_title2}</dt> <dd>{freespace_contents2}</dd> </dl> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <dl> <dt class="aside-label">{freespace_title3}</dt> <dd>{freespace_contents3}</dd> </dl> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <dl> <dt class="aside-label">{freespace_title4}</dt> <dd>{freespace_contents4}</dd> </dl> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <dl> <dt class="aside-label">{freespace_title5}</dt> <dd>{freespace_contents5}</dd> </dl> <!-- END freespace5 --> <!-- BEGIN latest_entry --> <dl id="latest-entry"> <dt class="aside-label">新着記事</dt> <dd>{latest_entry_list}</dd> </dl> <!-- END latest_entry --> <!-- BEGIN recent_comment --> <dl id="recent-comment"> <dt class="aside-label">最新コメント</dt> <dd>{recent_comment_list}</dd> </dl> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <dl id="recent-trackback"> <dt class="aside-label">最新トラックバック</dt> <dd>{recent_trackback_list}</dd> </dl> <!-- END recent_trackback --> <!-- BEGIN ad --> <dl> <dt>sponsored links</dt> <dd class="centering">{ad}</dd> </dl> <!-- END ad --> <!-- BEGIN powered --> <dl> <dt>powered</dt> <dd class="centering">{powered}</dd> </dl> <!-- END powered --> <div class="page-top"><a href="#top" title="ページの先頭へ">ページの先頭へ▲</a></div> </div> <!-- //aside-box --> </div> <!-- //aside --> <br class="clear" /> </div> <!-- //content --> <div id="footer"> <div id="footer-box"> <h2><address>{copyright}</address></h2> <div id="end">designed by </div> </div> </div> </div> <!-- //wrapper --> </div> <!-- //container --> <!-- 時間帯で h3のborder色変更 --> <script type="text/javascript"> function addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){oldonload();func();}}}function styleSiblings(baseColor){nowDate=new Date();var nowH=nowDate.getHours();var baseColor="#87ceeb";if(nowH>=0&&nowH<=1){var baseColor="#000080";}if(nowH>=2&&nowH<=3){var baseColor="#000000";}if(nowH>=4&&nowH<=5){var baseColor="#808000";}if(nowH>=6&&nowH<=7){var baseColor="#008080";}if(nowH>=8&&nowH<=9){var baseColor="#00ffff";}if(nowH>=10&&nowH<=11){var baseColor="#00ff00";}if(nowH>=12&&nowH<=13){var baseColor="#008000";}if(nowH>=14&&nowH<=15){var baseColor="#ffff00";}if(nowH>=16&&nowH<=17){var baseColor="#ff00ff";}if(nowH>=18&&nowH<=19){var baseColor="#ff0000";}if(nowH>=20&&nowH<=21){var baseColor="#808080";}if(nowH>=22&&nowH<=23){var baseColor="#0000ff";}if(!document.getElementsByTagName)return false;var headers=document.getElementsByTagName("h3");for(var i=0,L=headers.length;i<L;i++){headers[i].style.borderColor=baseColor;}}addLoadEvent(styleSiblings); </script> </body> </html>
CSS
@charset "euc-jp"; html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; margin:0; padding:0; } body { font:x-small; padding-right:1px; line-height:160%; color:#454545; background:#fbf9ff url(http://img-cdn.jg.jugem.jp/e1f/447852/20090101_619958.gif) repeat-y; font-size:62.5%; font-family:"メイリオ", "Meiryo", "Verdana", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS ゴシック", "MS Gothic", "Osaka‐等幅", sans-serif; text-align:center; } ol,ul { list-style:none; } blockquote,q { quotes:none; } :focus { outline:0; } ins { text-decoration:none; } del { text-decoration:line-through; } table { border-collapse:collapse; border-spacing:0; font-size:inherit; font:100%; } select,input,textarea { font-size:99%; } * { line-height:1.6; color:#222; font-size:16px; font-style:normal; margin:0; padding:0; } h1,h2,h3 { line-height:1.2; color:#666; font-family:"Verdana"; font-weight:700; margin:0.8em 10px; } h4,h5,h6 { line-height:1.2; color:#444; font-weight:700; margin:0.8em 10px; } pre { border:3px solid #eee; width:auto; overflow:scroll; color:#3d4263; background:#fff url(http://img-cdn.jg.jugem.jp/e1f/447852/20080105_463754.gif) no-repeat top right; font-family:"Osaka-等幅", monospace; padding:0.5em 10px; } p { font-weight:400; font-size:100%; margin:0.8em 10px; } blockquote { background-color:#eee; margin:1.5em 20px 1.5em 40px; padding:20px; } blockquote * { color:#888; } cite { display:block; color:#333; text-align:right; } em.ja { color:#000; font-style:normal; } em.en { font-style:oblique; } strong { font-weight:700; } code { font-family:"Osaka-等幅", monospace; } addr,acronym { border-bottom:1px dotted #aaa; cursor:help; } kbd { border:1px solid #ccc; background-color:#f5f5f5; font-family:"Osaka-等幅", monospace; text-transform:uppercase; padding:0 0.3em; } q { background-color:#ffc; } a { color:#003; outline:none; background:url(http://img-cdn.jg.jugem.jp/e1f/447852/20081209_611067.png) bottom repeat-x; } a:link { color:#0000cd; text-decoration:none; } a:visited { color:#8a2be2; text-decoration:none; } a:hover { position:relative; top:-1px; left:-1px; color:#ff4500; background-color:#ffefd5; text-decoration:underline; } a:focas { position:relative; top:-1px; left:-1px; color:#ff4500; background-color:#ffebcd; text-decoration:underline; } a:active { position:relative; top:1px; left:1px; color:#ff1493; } img { border:0; } #container { width:100%; text-align:center; } #wrapper { margin-right:auto; margin-left:auto; width:760px; min-width:760px; max-width:760px; font-size:1.3em; text-align:left; } #header { height:7em; margin:0; } #content { width:760px; margin:0 auto; } #content #main { display:inline; float:left; width:564px; } #content #aside { margin:0 5px; position:relative; float:left; min-width:180px; max-width:180px; width:180px; } #page-area { margin:10px 0 0; } h1 { font-size:2em; } h2 { font-size:1.9em; } h3 { font-size:1.8em; } h4 { font-size:1.7em; } h5 { font-size:1.6em; } h6 { font-size:1.5em; } .clear { clear:both; font:0/0 sans-serif; } #header h1 { font-size:1.3em; font-family:"Verdana", "MS P ゴシック", "MS P Gothic", "中ゴシック体", "Osaka", sans-serif; } #header h2 { font-weight:400; font-size:1.1em; } .entry-navi { text-align:center; margin:5px; } .entry { border-top:solid 1px silver; border-bottom:solid 1px gray; border-right:solid 1px gray; border-left:solid 1px silver; text-align:left; margin:20px 5px 0; padding:5px 10px; } .entry .border { border-bottom:1px dashed gray; } .border { border-bottom:1px dotted #b5b5b5; } .entry .entry-date { font-size:1em; text-align:left; padding:5px 0; } .entry .entry-body { margin:0; padding:0; } .entry .entry-foot { margin-bottom:5px; text-align:left; padding:5px 0; } .entry h3 { border-bottom:double 3px silver; border-left:solid 42px silver; line-height:1.1em; font-family:"Verdana", "MS ゴシック", "MS Gothic", "中ゴシック体", Osaka, sans-serif; margin:5px 0; padding:1px 0 0 5px; } .entry .entry-state { font-size:1em; text-align:right; padding:5px 0 0; } .entry li { margin-left:20px; list-style-type:circle; } .entry img { border:solid 1px #eee; } .entry img.spacer { width:2px; height:6px; } .entry img a { border:0; outline:medium solid #eee; margin:0 1em 1em 0; } .entry img a:hover { outline:medium solid #ffc0cb; } ul.thumbnail { list-style-type:none; margin:0.5em 16px; padding:0; } ul.thumbnail li { float:left; list-style-type:none; margin:0 8px 8px 0; padding:4px; } ul.thumbnail li img { vertical-align:bottom; } p.continue { clear:both; margin:0.5em 16px; } #comment .section,#trackback .section,#profile .section { margin-bottom:10px; border-top:solid 1px silver; border-bottom:solid 1px gray; border-right:solid 1px gray; border-left:solid 1px silver; padding:5px 10px; } #comment .form { width:100%; } #trackback .tb-url { margin-bottom:10px; width:400px; text-align:center; } #trackback .tb-url strong { margin-bottom:10px; margin-left:10px; } #trackback .tb-title { font-weight:bolder; } dl#comment,dl#trackback,dl#profile { width:90%; margin:20px auto 0; } dl#comment dt,dl#trackback dt,dl#profile dt { margin-top:5px; margin-bottom:10px; font-family:"Arial"; font-weight:bolder; text-align:center; } dl#comment p,dl#trackback p,dl#profile p { color:#454545; padding:5px 0; } fieldset { padding:20px; } #aside #aside-box { border-top:solid 1px silver; border-bottom:solid 1px gray; border-right:solid 1px gray; border-left:solid 1px silver; background:url(http://img-cdn.jg.jugem.jp/e1f/447852/20081209_611068.gif) repeat; width:180px; text-align:left; } #aside dl { background-image:url(http://img-cdn.jg.jugem.jp/e1f/447852/20081209_611081.gif); background-repeat:repeat-x; background-position:left bottom; margin:0 2px; padding:3px 6px; } #aside dt { border-top:solid 1px silver; border-bottom:solid 1px gray; border-right:solid 1px gray; border-left:solid 1px silver; background-color:#fff; font-family:"Trebuchet MS", Trebuchet; font-weight:700; margin:5px 0 0; padding:0 8px; } #aside dt.aside-label { border-top:solid 1px silver; border-bottom:solid 1px gray; border-right:solid 1px gray; border-left:solid 1px silver; background-color:#fafafa; background-position:left; font-weight:700; margin:5px 0 0; padding:0 8px; } #aside dd { line-height:1.2em; margin:0; padding:5px 0 0; } #aside ul,#aside ul li { list-style-type:none; } #aside ul li a { line-height:1.6; background:url(http://img-cdn.jg.jugem.jp/e1f/447852/20090104_620985.gif) 2px 2px no-repeat; text-decoration:none; padding:0 2px 0 17px; } #aside ul li a:visited { background:url(http://img-cdn.jg.jugem.jp/e1f/447852/20090104_620983.gif) 2px 2px no-repeat; } #aside ul li a:hover,#aside ul li a:active { background:url(http://img-cdn.jg.jugem.jp/e1f/447852/20090104_620984.gif) 2px 2px no-repeat; background-color:#ffefd5; text-decoration:underline; } #aside input.search { margin-bottom:5px; border-top:1px solid #ccc; border-bottom:1px solid #efefef; border-right:1px solid #efefef; border-left:1px solid #ccc; width:85%; padding:1px 0; } .calendar table { margin:0 auto; } .cell { width:22px; height:20px; vertical-align:middle; text-align:center; border-color:#fff #ccc #aaa #fff; border-style:solid; border-width:1px; padding:0; } .sun { color:#f72c48; } .sat { color:#4f72c1; } .date { color:#858585; font-weight:bolder; } #calendar .cell a,#calendar .cell a:link,#calendar .cell a:visited,#calendar .cell a:active { display:block; width:22px; height:20px; background-color:#d9d9d9; } #calendar .cell a:hover { background-color:#ffefd5; } #profile h3 { font-size:1em; } .centering { text-align:center; } #page-area .page-navi { float:left; text-align:center; } .page-top { text-align:right; } #page-area .page-top { float:right; text-align:right; } #footer-box h2 address { font-weight:400; font-style:normal; font-size:0.5em; text-align:center; } #end { vertical-align:bottom; text-align:right; } #footer,#footer #footer-box { width:760px; } input.button,#aside input.button { cursor:pointer; } input:focus,textarea:focus,#aside input.search:focus { background-color:#dee; } /*====================================== テンプレート修正用 ======================================*/ /* テンプレート修正用赤点線 */ /* div { border: dashed 1px #f00f00; } */ /* div { outline: dashed 1px #f00f00; } */ /* テンプレート修正用背景画像 */ /* body { background: #eee url(http://img-cdn.jg.jugem.jp/e1f/447852/20081129_607381.gif) repeat-x 50% 80% fixed; } */
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑