無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
GOOD NIGHT
テンプレートイメージ表示ページへ戻る
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> <meta name="Description" content="{blog_description}" /> <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="http://fla1.net/blog/blogs0.js"></script> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="initval()"> <!-- header --> <div id="header"> <!-- BEGIN title --> <h1 id="CTitle">{blog_name}</h1> <!-- END title --> <!-- BEGIN navigation --> <div id="navi"> <!-- BEGIN selected_entry --> <dl> <dt>ENTRY</dt> <dd> {selected_entry_list} </dd> </dl> <!-- END selected_entry --> <!-- BEGIN category --> <dl> <dt>CATEGORY</dt> <dd> {category_list} </dd> </dl> <!-- END category --> <!-- BEGIN archives --> <dl> <dt>ARCHIVES</dt> <dd> {archives_list} </dd> </dl> <!-- END archives --> <!-- BEGIN recent_comment --> <dl> <dt>COMMENT</dt> <dd> {recent_comment_list} </dd> </dl> <!-- END recent_comment --> <dl> <dt>LINKS</dt> <dd> {link_list} <ul> <li> <a href="http://m-temp.jugem.jp/" target="_blank">JUGEMブログテンプレート屋さん/テンプレ制作</a> </li> <li> <a href="http://fla1.net/" target="_blank">おもしろムービーズ/FLASH制作</a> </li> </ul> </dd> </dl> </div> <script type="text/javascript"> <!-- DSSet(); var elem = document.getElementById("CTitle"); var str = elem.innerHTML; var qr = ListSet(); elem.style.display = "none"; swfWrite(str,qr); // --> </script> <!-- END navigation --> <!-- BEGIN calendar --> <div id="calendar"> <p class="cnym">{calendar_this_year}.{calendar_this_month}</p> <p>{calendar_horizontal_only_addzero}</p> </div> <!-- END calendar --> </div> <!-- /header/ --> <!-- content --> <div id="content"> <!-- main --> <div id="main"> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <h2 class="edate">{entry_year}.{entry_month}.<span class="{entry_eng_week_short}"><span class="eday">{entry_day}</span> </span> </h2> <div class="entry_area"> <h3>{entry_title}</h3> <span class="entry">{entry_description} <p>{entry_sequel}</p></span> <a name="sequel"></a> <ul class="state"> <li>{category_name}</li> <li>{comment_num}</li> <li>{trackback_num} </li> </ul> {trackback_auto_discovery} </div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments" id="comments"></a> <div class="entry_area"> <dl id="com_area"> <dt class="title">コメント</dt> <!-- BEGIN comment --> <dt class="com_desc">{comment_description}</dt> <dd> <ul> <li>{comment_name}</li> <li>{comment_time}</li> </ul> </dd> <!-- END comment --> </dl> <dl id="com_form"> <dt class="title">コメント送信</dt> <dd> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" class="input" /> <label for="name">name:</label> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" class="input" /><br /> <label for="email">email:</label> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" class="input" /><br /> <label for="url">url:</label> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" class="input" /><br /> <label for="description">comments:</label> <textarea tabindex="4" id="description" name="description" rows="5"></textarea> <input tabindex="5" type="image" src="http://img-cdn.jg.jugem.jp/663/284880/20060930_17042.gif" value="コメント送信" /><br /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> COOKIE </form> </dd> </dl> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback" id="trackback"></a> <dl id="tb_form"> <dt class="title">この記事のトラックバックURL</dt> <dd><input type="text" value="{trackback_url}" class="input" /></dd> </dl> <dl id="tb_area"> <dt class="title">トラックバック</dt> <!-- BEGIN trackback --> <dt class="tb_title">{trackback_title}</dt> <dd>{trackback_excerpt}</dd> <dd class="tb_state"> <ul> <li>{trackback_blog_name}</li> <li>{trackback_time}</li> </ul> </dd> <!-- END trackback --> </dl> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry_area"> <dl id="profile_area"> <dt class="title">プロフィール</dt> <dd class="txt_bold">{profile_name}</dd> <dd>{profile_description}</dd> </dl> </div> <!-- END profile_area --> </div> <!-- /main/ --> </div> <!-- /content/ --> <div id="footer"> <ul class="adm"> <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> </ul> <address class="copyright">{copyright}</address> </div> <!-- BEGIN jugem_ad --> {ad} <!-- END jugem_ad --> </body> </html>
CSS
/* -- all -- */ * { margin:0; padding: 0; font-size:12px; } a { color:#000; } a:hover { text-decoration:none; } ul { list-style:none; } table { margin:0 auto; } img { border:none; } body,html { background:#000; text-align:center; padding:0; } body { width:750px; margin:0 auto; padding-bottom:20px; } #header , #content, #side , #footer{ margin:0 auto; } #header , #content , #footer { width:750px; } /* -- header -- */ #header { margin:0 auto; width:750px; background:#840; } #header h1{ text-align:left; } #header h1 a{ line-height:1.2em; font-size:36px; text-align:left; text-decoration:none; color:#fff; } #header:after {/* modern browser */ content: " "; clear: both; height: 0; display: block; visibility: hidden; } /* -- navigation -- */ #navi { width:750px; overflow:hidden; color:#fff; } #navi dl { width:150px; float:left; } #navi dt { padding:5px 0; border:1px solid #eee; } #navi ul { list-style:none; text-align:left; } #navi ul li { padding:5px; background:#840; } #navi ul li a{ display:block; border:1px solid #eee; color:#fff; background:#000; } /* -- calendar -- */ #calendar { width:750px; text-indent:34px; text-align:left; line-height:1em; background:#840 url(http://img-cdn.jg.jugem.jp/663/284880/20061029_58660.gif) left bottom no-repeat; color:#fff; padding-bottom:35px; } #calendar p{ font-size:16px; line-height:1em; color:#c93; } #calendar a { font-size:16px; text-decoration:none; line-height:1em; color:#fff; } #calendar , #calendar a { font-weight:bold; font-family:Arial; } #calendar p.cnym { font-size:36px; font-weight:bold; font-family:Arial; text-indent:30px; text-align:left; line-height:1em; padding:0; color:#fff; } /* -- content -- */ #content { width:750px; padding-bottom:15px; background:#fff url(http://img-cdn.jg.jugem.jp/663/284880/20061029_58661.gif) left bottom no-repeat; } #content:after {/* modern browser */ content: " "; clear: both; height: 0; display: block; visibility: hidden; } /* -- main -- */ h2.edate{ font-weight:bold; font-family:Arial; text-align:left; font-size:36px; } .eday { font-size:50px; } .Sun { color:#f00; } .Sat { color:#00b; } #main { width:700px; margin:0 auto; overflow:hidden; } .entry_area { text-align:left; margin:0 auto; width:600px; } .entry_area h3 { text-align:left; padding-top:5px; padding-bottom:5px; font-size:20px; color:#840; } .entry_area .entry { display:block; font-size:14px; text-align:left; line-height:2em; color:#003; padding:5px 20px; } .entry_area .entry a{ color:#f00; } .entry_area .state { text-align:right; padding-bottom:25px; padding-right:10px; } .entry_area .state li { display:inline; } #com_area dd , #com_form dd, #tb_form dd , #tb_area dd { margin-left:10px; margin-right:10px; line-height:1.5em; } #com_area dd , #com_form , #tb_form , #tb_area { margin-left:50px; } #com_area .title , #com_form .title , #tb_form .title , #tb_area .title { line-height:2em; font-weight:bold; padding-left:15px; } #com_area .title { font-size:20px; color:#840; } #com_area .com_desc { padding-left:15px; padding-top:5px; padding-bottom:5px; } #com_area ul , #tb_area .tb_state ul { text-align:right; margin-top:5px; margin-bottom:5px; } #com_area li { display:inline; } #com_form form , #tb_area { margin-top:5px; margin-bottom:5px; } #com_form label { display:block; } #name , #email , #url { width:200px; height:1.2em; } #description { width:300px; } #tb_form .input { margin-top:10px; width:300px; } #tb_area .tb_title { text-indent:30px; padding-top:5px; padding-bottom:5px; } #tb_area dd { text-indent:40px; } #tb_area .tb_state { background:none; } #tb_area .tb_state li{ display:inline; } /* -- ads -- */ #ad { padding-top:10px; padding-bottom:5px; } /* -- footer -- */ #footer { clear:both; line-height:1.5em; color:#fff; background:#840; padding-bottom:5px; } #footer .adm li { display:inline; } #footer a { color:#fff; } * html #footer { /*\*/height:1%;/**/ display:inline-table; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑