無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
NC-Blog
テンプレートイメージ表示ページへ戻る
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}" /> </head> <body> <a name="top"></a> <div id="container"> <!-- BEGIN title --> <div id="title"> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> </div> <!-- END title --> <!-- begin main --> <div id="main"> <!-- BEGIN sequel --> <p class="navigator"> {prev_entry} * <a href="./">main</a> * {next_entry} </p> <!-- END sequel --> <!-- BEGIN entry --> <h2 class="date">{entry_date}</h2> <div class="entry"> <h3 class="title"><a href="{entry_permalink}">{entry_title}</a></h3> <p>{entry_description}</p> <hr size="1" noshade /> <p>{entry_sequel}</p> <a name="sequel"></a> <p class="state"> Posted by {user_name} at {entry_date} {entry_time}<br /> {category_name} * {comment_num} * {trackback_num} </p> {trackback_auto_discovery} </div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="comments"> <h3 class="title">Comments</h3> <hr size="1" noshade /> <!-- BEGIN comment --> <p>{comment_description}</p> <p class="entry_state">Commented by {comment_name} at {comment_time}</p> <hr size="1" noshade /> <!-- END comment --> <h3 class="title">Post Your Comments</h3> <p> <form 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:270px;" /><br /> <label for="email">e-mail :</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:270px;" /><br /> <label for="url">URL :</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:270px;" /><br /> <label for="description">Comments :</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:360px;height:120px;"></textarea><br /><br /> <input type="submit" value="Post" /> <input type="reset" value="Reset" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Set Cookie</label> </form> </p> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="trackbacks"> <h3 class="title">Trackback URL of This Entry</h3> <div class="entry_body">{trackback_url}</div> <hr size="1" noshade /> <h3 class="title">Trackbacks</h3> <!-- BEGIN trackback --> <hr size="1" noshade /> <h3 class="title">{trackback_title}</h3> <p>{trackback_excerpt}</p> <p class="entry_state">{trackback_blog_name} * {trackback_time}</p> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <h2 class="date">Profile</h2> <div class="entry"> <h3 class="title">{profile_name}</h2> <p>{profile_description}</p> </div> <!-- END profile_area --> </div> <!-- end main --> <div id="side"> <!-- BEGIN calendar --> <h2 class="title">Calendar</h2> <div class="calendar"> <table border="0" cellspacing="1" cellpadding="0"> <tr> <th class="cell">S</th> <th class="cell">M</th> <th class="cell">T</th> <th class="cell">W</th> <th class="cell">T</th> <th class="cell">F</th> <th class="cell">S</th> </tr> </table> {calendar} </div> <!-- END calendar --> <!-- BEGIN amazon --> <h2 class="title">Recommend</h2> <div class="text"> {amazon_item} </div> <!-- END amazon --> <!-- BEGIN selected_entry --> <h2 class="title">Selected Entries</h2> <div class="text"> {selected_entry_list} </div> <!-- END selected_entry --> <!-- BEGIN category --> <h2 class="title">Categories</h2> <div class="text"> {category_list} </div> <!-- END category --> <!-- BEGIN archives --> <h2 class="title">Archives</h2> <div class="text"> {archives_list} </div> <!-- END archives --> <!-- BEGIN recent_comment --> <h2 class="title">Recent Comments</h2> <div class="text"> {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <h2 class="title">Recent Trackbacks</h2> <div class="text"> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- BEGIN link --> <h2 class="title">Links</h2> <div class="text"> {link_list} </div> <!-- END link --> <!-- BEGIN profile --> <h2 class="title">Profile</h2> <div class="text"> {user_list} </div> <!-- END profile --> <!-- powered --> <h2 class="title">Other Links</h2> <div class="text"> <ul> <li><a href="./admin/">Admin</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> <li><a href="http://jugem.jp/" title="ブログのレンタルならJUGEM(じゅげむ)" target="_blank">Powered by "JUGEM"</a></li> </ul> </div> <!-- /powered/ --> <!-- search --> <form method="get" action=""> <h2 class="title">Search</h2> <div class="search"> Search this site.<br /> <input id="search" name="search" size="20" style="width:72px;" class="form" /> <input type="submit" value="Search" class="button" /> </div> </form> <!-- /search/ --> {ad} </div><!-- id="side" --> <br clear="all" /> <div id="bottom"> <!--footer --> <p class="copyright"> NC-Blog for Jugem Version 1.00 * Templete by <a href="http://noe.lolipop.jp/" target="_blank">Noel Cafe</a> * Powered by <a href="http://jugem.jp/" target="_blank">JUGEM</a><br /> Copyright © 2004 <a href="http://paperboy.co.jp" target="_blank" title="paperboy&co.">paperboy&co.</a> All Rights Reserved. </p> <!-- /footer/ --> <p class="top_link"> <a href="#top">Top of This Page</a> </p> </div><!-- id="bottom" --> </div><!-- id="container" --> </body> </html>
CSS
/* Setting Basis -------------------------------------------------*/ /* Setting Scroll Bar for IE 5.5, 6 */ html, body, textarea { scrollbar-face-color: #ffffff; scrollbar-highlight-color: #666666; scrollbar-shadow-color: #666666; scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color: #666666; scrollbar-track-color: #ffffff; scrollbar-darkshadow-color: #ffffff; } /* Setting of Body */ body { margin: 18px; padding: 0px; background-color: #ffffff; text-align: center; } /* Setting Header */ h1, h2, h3, h4 { color: #666666; font-family: Arial, Helvetica, "MS Pゴシック", Osaka, gothic, sans-serif; font-weight: bold; margin-top: 3px; margin-bottom: 3px; } /* Setting Font Size */ div, p, td, blockquote, li, input, textarea { font-size: 12px; line-height: 15px; } /* Setting Font Family */ div, p, td, li { font-family: Arial, Osaka, "MS Pゴシック", gothic, sans-serif; } /* Setting Input and Textarea */ input, textarea { background-color: #ffffff; border: 1px solid #666666; font-family: Osaka, Arial, "MS Pゴシック", gothic, sans-serif; } /* Setting Font Family at Block Quote */ blockquote { font-family: "Courier New", Courier, "MS ゴシック", "Osaka-等幅", monospace; } /* Setting Links */ a {text-decoration: underline;} a:link {color: #666666;} a:active {color: #666666;} a:visited {color: #333333;} a:hover {color: #333333; background: #cccccc;} /* Setting ID ----------------------------------------------------*/ /* Main Part */ #container { font-size: 12px; line-height: 15px; text-align: left; margin: 0px; margin-right: auto; margin-left: auto; padding: 0px; width: 600px; background-color: #ffffff; } /* Title Part */ #title { color: #666666; background-color: #ffffff; text-align: left; margin: 0px 0px 9px 0px; padding: 0px; width: 100%; } /* Main Part */ #main { float: left; margin: 0px; padding: 0px; width: 420px; overflow: hidden; background-color: #ffffff; } /* Side Part */ #side { float: right; margin: 0px 0px 0px 9px; padding: 0px; width: 171px; overflow: hidden; background-color: #ffffff; } /* Bottom Part */ #bottom { background-color: #ffffff; text-align: left; margin: 9px 0px 0px 0px; padding: 0px; width: 100%; } /* Setting Title -------------------------------------------------*/ #title a {text-decoration: none;} /* Blog Title */ #title h1 { font-size: 24px; line-height: 28px; } /* Blog Subscript */ #title .description { font-size: 12px; line-height: 15px; font-weight: normal; padding: 0px 0px 0px 18px; } /* Setting Date Header -------------------------------------------*/ #main h2.date{ color: #666666; font-size: 14px; line-height: 16px; text-align: left; font-weight: bold; margin: 0px 0px 9px 0px; } /* Setting Navigator ---------------------------------------------*/ #main .navigator{ color: #333333; font-size: 10px; line-height: 12px; text-align: left; } /* Setting Entry, Trackbacks and Comments ------------------------*/ .entry, .comments, .trackbacks { margin: 0px 0px 9px 0px; padding: 9px; border: 1px solid #666666; } .entry h3.title, .comments h3.title, .trackbacks h3.title { color: #666666; font-size: 14px; line-height: 16px; text-align: left; font-weight: bold; margin: 0px 0px 9px 0px; } .entry .state, .comments .state, .trackbacks .state { color: #999999; font-size: 10px; line-height: 12px; text-align: right; } .entry b, .entry strong { color: #666666; font-weight: bold; } .entry blockquote { margin: 0px 18px 0px 18px; padding: 9px; border: 1px solid #666666; overflow: auto; width: 360px; } .entry .pict { text-align: left; margin-bottom: 20px; border: 9px #cccccc solid; } /* Setting Side Bar ----------------------------------------------*/ #side .title { color: #666666; font-size: 12px; line-height: 15px; text-align: left; font-weight: bold; text-transform: uppercase; margin: 0px; padding: 0px; } #side .text, #side .search { color: #333333; font-size: 10px; line-height: 12px; text-align: left; margin: 0px; padding: 0px 0px 6px 6px; } #side ul { margin: 0px; padding: 0px; } #side li { color: #333333; font-size: 10px; line-height: 12px; text-align: left; margin: 0px; padding: 0px 0px 0px 6px; list-style-type: none; } /* Calendar ------------------------------------------------------*/ .calendar { color: #333333; font-size: 10px; line-height: 12px; font-weight: normal; text-align: left; margin: 0px; padding: 0px 0px 6px 6px; } .calendar table { padding: 1px; border-collapse: collapse; } .calendar .cell { font-size: 10px; line-height: 12px; text-align: center; width: 18px; height: 18px; border: 1px solid #666666; } .calendar th {font-weight: normal;} .calendar_month { color: #666666; font-size: 10px; line-height: 12px; font-weight: bold; text-align: left; border: none; } /* Bottom --------------------------------------------------------*/ #bottom .copyright{ font-size: 10px; line-height: 12px; text-align: center; } #bottom .top_link{ font-size: 10px; line-height: 12px; text-align: right; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑