無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
inoran_2column_01
テンプレートイメージ表示ページへ戻る
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}" /> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> <a name="top"></a> <div id="wrap"> <!-- BEGIN title --> <div id="blog-header"> <h1>{blog_name}</h1> <h2>{blog_description}</h2> </div> <!-- END title --> <div id="content"> <div id="main-content"> <!-- BEGIN sequel --> <div class="entry_navi">{prev_entry} | <a href="./">main</a> | {next_entry}</div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <h2 class="entry_date">{entry_date}</h2> <h3 class="entry_title"><a href="{entry_permalink}">{entry_title}</a></h3> <div class="entry_body"><p>{entry_description}</p></div> <div class="entry_more">{entry_sequel}</div> <p class="entry_state">posted by {user_name} at {entry_time} | {comment_num} | {trackback_num} | {category_name}</p> <a name="sequel"></a> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <div class="comment_title">コメント</div> <!-- BEGIN comment --> <div class="entry_body">{comment_description}</div> <div class="entry_state">coomented by {comment_name} at {comment_time}</div><br /> <!-- END comment --> <div class="comment_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}" class="form_color" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" class="form_color" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" class="form_color" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:400px;" class="form_color"></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="trackback_title">この記事のトラックバックURL</div> <div class="entry_body"><input type="text" value="{trackback_url}" style="width:400px;" class="form_color" /><br /></div> <div class="trackback_title">トラックバック</div> <!-- BEGIN trackback --> <div class="entry_title">{trackback_title}</div> <div class="entry_body">{trackback_excerpt}</div> <div class="entry_state">trackback from {trackback_blog_name} at {trackback_time}</div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry"> <h2 class="entry_date">プロフィール</h2> <h3 class="entry_title">{profile_name}</h3> <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> </div> </div> <div id="sidebar"> <!-- BEGIN calendar --> <h2 class="sidebar-title">CALENFER</h2> <div class="calendar"> <table border="0" cellpadding="0" cellspacing="1"> <tr align="center"> <td class="cell" style="color:#CC0000">S</td> <td class="cell" style="color:#000000;">M</td> <td class="cell" style="color:#000000;">T</td> <td class="cell" style="color:#000000;">W</td> <td class="cell" style="color:#000000;">T</td> <td class="cell" style="color:#000000;">F</td> <td class="cell" style="color:#0066CC">S</td> </tr> </table> {calendar} </div> <!-- END calendar --> <!-- BEGIN selected_entry --> <h2 class="sidebar-title">SELECTED ENTRIES</h2> <div class="linktext">{selected_entry_list}</div> <!-- END selected_entry --> <!-- BEGIN category --> <h2 class="sidebar-title">CATEGORIES</h2> <div class="linktext">{category_list}</div> <!-- END category --> <!-- BEGIN archives --> <h2 class="sidebar-title">ARCHIVES</h2> <div class="linktext">{archives_list}</div> <!-- END archives --> <!-- BEGIN recent_comment --> <h2 class="sidebar-title">RECENT COMMENT</h2> <div class="linktext">{recent_comment_list}</div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <h2 class="sidebar-title">RECENT TRACKBACK</h2> <div class="linktext">{recent_trackback_list}</div> <!-- END recent_trackback --> <!-- BEGIN link --> <h2 class="sidebar-title">LINKS</h2> <div class="linktext">{link_list}</div> <!-- END link --> <!-- BEGIN profile --> <h2 class="sidebar-title">PROFILE</h2> <div class="linktext"> {user_list} <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> </div> <!-- END profile --> <!-- search --> <h2 class="sidebar-title">Search this site.</h2> <form method="get" action="" class="form"> <input id="search" name="search" size="20" style="width:140px" /><input type="submit" value="Search" class="button" /> </form> <!-- /search/ --> <!-- BEGIN amazon --> <h2 class="sidebar-title">RECOMMEND</h2> <div class="linktext">{amazon_item}</div><!-- END amazon --> {ad} </div> <div class="clear"> </div> <!--footer --> <div id="footer"> <p>COPYRIGHT © 0923. All Rights Reserved.</br><a href="#top">▲このページの先頭へ</a></p> </div> <!-- /footer/ --> </div> </body> </html>
CSS
body { margin: 0; padding: 0; font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; text-align: center; color: #333; background: #e0e0e0; } blockquote {margin: 0 0 0 30px; padding: 10px 0 0 20px; color: #666; background: url(http://diary.inoran.info/images/quotes.gif) no-repeat top left;} blockquote p {margin-top: 0;} hr {display: none;} img {border: none;} ul {list-style: none; margin: 0 0 20px 30px; padding: 0;} li {list-style: none; padding-left: 14px; margin-bottom: 3px; background: url(http://diary.inoran.info/images/tictac_orange.gif) no-repeat 0 50%;} a:link {color: #69c;} a:visited {color: #69c;} a:hover {color: #693; text-decoration: none;} a:active {color: #693; text-decoration: none;} #wrap {width: 847px; margin: 0 auto; text-align: left; background: url(http://diary.inoran.info/images/tile.gif) repeat-y;} #content {margin-left: 62px;} #main-content {float: left; width: 460px; margin: 20px 0 0 0; padding: 0;} #sidebar {margin: 0 41px 0 547px; padding: 20px 0 0 0; font-size: 85%; color: #999; background: url(http://diary.inoran.info/images/sidebar_bg.gif) no-repeat 0 0;} #blog-header {margin: 0; padding: 0; background: #e0e0e0 url(http://diary.inoran.info/images/top_div.gif) no-repeat top left;} #blog-header h1 { margin: 0; padding: 45px 60px 10px 160px; font-size: 24px; color: #fff; text-shadow: #81A75B 2px 2px 2px; } #blog-header h2{ margin: 0; padding: 5px 0 50px 200px; font-size: 18px; color: #fff; background: url(http://diary.inoran.info/images/top_h1.gif) no-repeat bottom left; } #blog-header h1 a {color: #fff; text-decoration: none;} #blog-header h1 a:link {color: #fff; text-decoration: none;} #blog-header h1 a:visited {color: #fff; text-decoration: none;} #blog-header h1 a:active {color: #eee;} #blog-header h1 a:hover {color: #eee;} h2.entry_date {margin-top: 0 0 20px 0; padding-left: 14px; font-size: 14px; font-weight: bolder; color: #f93; background: url(http://diary.inoran.info/images/date_icon.gif) no-repeat 0 50%;} h3.entry_title {margin-top: 0; font-size: 15px; font-weight: bolder; letter-spacing: -1px; color: #f63;} .entry_title {font-size: 16px;} .entry_title a {color: #f63; text-decoration: none;} .entry_title a:link {color: #f63; text-decoration: none;} .entry_title a:visited {color: #f63; text-decoration: none;} .entry_title a:active {color: #f93; text-decoration: underline;} .entry_title a:hover {color: #f93; text-decoration: underline;} .entry { margin: 0px 0px 50px 0px; padding: 0px; } .entry_body { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; line-height: 170%; color: #666666; } .entry_more { margin-bottom: 5px; font-size: 12px; line-height: 170%; color: #666666; } .entry_state { font-size: 11px; margin: 0; padding: 0 0 3px 14px; border-top: 1px dotted #CCCCCC; background: url(http://diary.inoran.info/images/tictac_grey.gif) no-repeat 0 50%; } .entry img { padding: 6px; border-top: 1px solid #ddd; border-left: 1px solid #ddd; border-bottom: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; } .pict { padding: 6px; border-top: 1px solid #ddd; border-left: 1px solid #ddd; border-bottom: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; } h2.sidebar-title { margin: 0 0 0 0; padding: 25px 0 0 50px; font-family: "Lucida Grande", "Trebuchet MS"; font-size: 14px; color: #666; background: url(http://diary.inoran.info/images/sidebar_icon.gif) no-repeat 20px 50%; height: 32px !important; } #sidebar ul, #sidebar p { margin: 0; padding: 5px 20px 5px 20px; } #sidebar li {background: url(http://diary.inoran.info/images/tictac_green.gif) no-repeat 0 50%;} .clear {clear: both; height: 0;} #footer { margin: 0; padding: 0 0 9px 0; color: #fff; background: url(http://diary.inoran.info/images/bottom_sill.gif) no-repeat bottom left; } #footer p { font-size: 11px; font-weight: bold; line-height: 170%; margin: 0; padding: 20px 320px 20px 95px; background: url(http://diary.inoran.info/images/bottom_sash.gif) no-repeat top left; } #footer p a {color: #fff;} #footer p a:link {color: #fff;} #footer p a:visited {color: #fff;} #footer p a:active {color: #fff; text-decoration: none;} #footer p a:hover {color: #fff; text-decoration: none;} .entry_navi{ font-size: 12px; color: #666666; margin: 15px 0px 15px 0px; } .comment_title { font-size: 14px; font-weight: bolder; color: #666666; margin: 10px 0px 10px 0px; padding-bottom: 3px; border-bottom: 1px dotted #CCCCCC; } .trackback_title { font-size: 14px; font-weight: bolder; color: #666666; margin: 10px 0px 10px 0px; padding-bottom: 3px; border-bottom: 1px dotted #CCCCCC; } .linktext { font-size: 11px; color: #999999; line-height: 170%; margin: 5px 0px 15px 20px; } .search { font-size: 10px; color: #333333; line-height: 170%; margin: 20px 0px 5px 20px; } .calendar {font-family: "Verdana"; font-size: 10px; color: #666666; margin: 5px 0px 20px 20px;} .calendar_month {font-family: "Verdana"; margin-bottom: 10px; font-size: 10px; color: #F666666;} .cell {width: 25px; height: 20px; padding: 0px;} .form {margin: 5px 0px 20px 20px;} .form_color {background: #ECECEC;}
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑