無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
morning scene
テンプレートイメージ表示ページへ戻る
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> <!--HEAD--> <table border="0" cellspacing="0" cellpadding="0" height="300"> <tr> <!-- BEGIN title --> <td> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> </td> <!-- END title --> </tr> </table> <!--BODY--> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <!-- BEGIN calendar --> <table width="750" border="0" cellspacing="0" cellpadding="0" height="40"> <tr> <td align="center" class="calendar"> {calendar_horizontal} </td> <td align="center"> </td> </tr> </table> </td> </tr> <tr> <!-- END calendar --> <td> <table border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <!--entry--> <td width="480"> <!-- BEGIN sequel --> <div class="entry"> <table width="470" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="http://img-cdn.jg.jugem.jp/ff6/51582/20050822_41491.gif"><img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050822_41490.gif" width="470" height="20" /> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050822_41492.gif" width="470" height="20" /></td> </tr> </table> </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <table width="470" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="http://img-cdn.jg.jugem.jp/ff6/51582/20050822_41491.gif"><img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050822_41490.gif" width="470" height="20" /> <div class="entry_date">{entry_date}</div> <div class="entry_title">{entry_title}</div> <div class="entry_body"> {entry_description} </div> <a name="sequel"></a> <div class="entry_more"> {entry_sequel} </div> <div class="entry_state"> | {user_name} | {category_name} | {entry_time} | {comment_num} | {trackback_num} | </div> <img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050822_41492.gif" width="470" height="20" /></td> </tr> </table> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <table width="470" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="http://img-cdn.jg.jugem.jp/ff6/51582/20050822_41491.gif"><img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050822_41490.gif" width="470" height="20" /> <div class="entry_date">コメント</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">コメントする</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:400px;"></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> <img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050822_41492.gif" width="470" height="20" /></td> </tr> </table> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="entry"> <table width="470" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="http://img-cdn.jg.jugem.jp/ff6/51582/20050822_41491.gif"><img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050822_41490.gif" width="470" height="20" /> <div class="entry_date">この記事のトラックバックURL</div> <div class="entry_body"> {trackback_url} </div> <div class="entry_date">トラックバック</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 --> <img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050822_41492.gif" width="470" height="20" /></td> </tr> </table> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry"> <table width="470" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="http://img-cdn.jg.jugem.jp/ff6/51582/20050822_41491.gif"><img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050822_41490.gif" width="470" height="20" /> <div class="entry_date">プロフィール</div> <div class="entry_title">{profile_name}</div> <div class="entry_body">{profile_description}</div> <img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050822_41492.gif" width="470" height="20" /></td> </tr> </table> </div> <!-- END profile_area --> </td> <!--right side--> <td> <!-- BEGIN category --> <div class="links"> <img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050824_42344.gif" width="130" height="25" alt="" /><br /> <div class="linktext"> {category_list} </div> </div> <!-- END category --> <!-- BEGIN latest_entry --> <div class="links"> <img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050824_42346.gif" width="130" height="25" alt="" /><br /> <div class="linktext"> {latest_entry_list} </div> </div> <!-- END latest_entry --> <!-- BEGIN recent_comment --> <div class="links"> <img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050824_42345.gif" width="130" height="25" alt="" /><br /> <div class="linktext"> {recent_comment_list} </div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="links"> <img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050824_42351.gif" height="25" alt="" /><br /> <div class="linktext"> {recent_trackback_list} </div> </div> <!-- END recent_trackback --> <!-- BEGIN profile --> <div class="links"> <img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050824_42348.gif" width="130" height="25" alt="" /> <div class="linktext"> {user_list} </div> </div> <!-- END profile --> <!-- search --> <div class="links"> <img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050824_42349.gif" width="130" height="25" alt="" /> <div class="linktext"> <form method="get" action=""> <div class="search"> Search this site. </div> <input id="search" name="search" size="20" style="width:150px" class="form" /> <input type="submit" value="Search" class="button" /> </form> </div> </div> <!-- /search/ --> <!-- BEGIN archives --> <div class="links"> <img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050824_42343.gif" width="130" height="25" alt="" /> <div class="linktext"> {archives_list} </div> </div> <!-- END archives --> <!-- BEGIN link --> <div class="links"> <img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050824_42362.gif" width="130" height="25" alt="" /> <div class="linktext"> {link_list} </div> </div> <!-- END link --> <div class="links"> <img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050824_42364.gif"> </div> <!-- BEGIN amazon --> <div class="linktext"> {amazon_item} </div> <!-- END amazon --> <!-- powered --> <div class="links"> <img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050824_42347.gif" width="130" height="25" alt="" /> <div class="logintext"> <a href="./admin/">Login</a> </div> </div> <div class="qr_code"> QR-CODE <br /> {site_qrcode} </div> <div class="jugem_bana"> <a href="./?mode=rss" target="_blank"><img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050901_48183.PNG" alt="RSS1.0" border="0" /></a> <a href="./?mode=atom" target="_blank"><img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050901_48184.PNG" alt="ATOM0.3" border="0" /></a><br /> <a href="https://jugem.jp/?banner_id=temp" target="_blank"><img src="../template/banner/jugem_blue01.gif" width="128" height="22" alt="みんなのブログポータル JUGEM" border="0" /></a><br /> <a href="http://paperboy.co.jp/" target="_blank"><img src="../template/banner/paperboy_blue01.gif" width="128" height="22" alt="paperboy&co." border="0" /></a> </div> <!-- /powered/ --> {ad} </td> </tr> </table> </td> </tr> </table> <!--footer --> <br /> <table width="700" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="500" class="copyright"> {copyright} </td> <td width="200"><a href="#top"><img src="http://img-cdn.jg.jugem.jp/ff6/51582/20050901_48171.gif" width="50" height="25" border="0" alt="このページの先頭へ" /></a></td> </tr> </table> <!-- /footer/ --> <br /><br /> </body> </html>
CSS
body { margin: 0px 0px 0px 30px; background:url(http://img-cdn.jg.jugem.jp/ff6/51582/20050901_48175.jpg); background-repeat:no-repeat; background-color:#FFF; } a:link {color:#414D7B; text-decoration:underline;} a:visited {color:#775E81; text-decoration:none;} a:active {color:#FFCC33; text-decoration:underline;} a:hover {color:#FFCC33; text-decoration:underline;} h1 { margin: 20px 0px 10px 0px; } ul { margin: 0px 0px 0px 15px; padding: 0px; } .site_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-weight: bolder; color: #FFFFFF; } .site_title a, .site_title a:link, .site_title a:visited, .site_title a:active, .site_title a:hover { color:#FFFFFF; text-decoration:none; } .description { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; font-weight: bolder; color: #FFFFFF; margin: 10px 0px 40px 10px; } .entry_navi { text-align: center; font-size: 11px; padding: 2px; margin:0px; } .entry { margin: 0px 0px 20px 0px; } .entry_date { font-family: "Verdana"; font-size: 14px; font-weight: bolder; color: #414D7B; margin: 10px 30px 10px 20px; padding-bottom: 3px; border-bottom: 1px dotted #CCCCCC; } .entry_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; font-weight: bolder; color: #000000; margin: 15px 30px 15px 20px; } .entry_body { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; line-height: 170%; color: #666666; margin: 15px 30px 15px 20px; } .entry_more { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; line-height: 170%; color: #333333; margin: 15px 30px 10px 20px; } .entry_state { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #999999; margin: 20px 30px 25px 20px; } blockquote { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #333333; margin: 20px 10px 20px 10px; padding: 10px; border: 1px solid; border-color: #FEC254 #FFE77E #FFE77E #FEC254; } .pict{ background: #fff; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 2px solid #666; border-right: 2px solid #666; margin: 0px 10px 5px 0px; padding: 15px; } .links { margin: 10px 0px 0px 10px; } .linktext { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #333333; line-height: 170%; margin: 10px 0px 20px 30px; } /* SEARCH---------------------------------------------------------------------- */ .search { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #333333; line-height: 170%; margin: 20px 0px 5px 0px; } .template { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #333333; line-height: 170%; margin: 20px 0px 5px 20px; } /* FOOTER---------------------------------------------------------------------- */ .copyright { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #333333; line-height: 170%; } /* CLOCK---------------------------------------------------------------------- */ .clock { margin: 0px 0px 0px 0px; } /* calendar------------------------------------------------------------- */ .calendar { font-family: "Verdana"; font-size: 9px; color: #7B99B8; line-height: 130%; margin: 0px; padding: 4px 0px 6px 0px; } .calendar a {text-decoration: none;} .calendar a:link {color: #414D7B; text-decoration: none;} .calendar a:active {color: #775E81; text-decoration: none;} .calendar a:visited {color: #FFCC33; text-decoration: none;} .calendar a:hover {color: #CCDD77; text-decoration: none;} .cell { width: 25px; height: 13px; padding: 1px; } .weekday { font-size: 9px; text-align: center; width: 25px; height: 13px; padding: 1px; } .today { /*background-color: #CC6699;*/ } .logintext { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #333333; line-height: 170%; margin: 10px 0px 20px 20px; } .mybloglist_text { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #333333; margin: 0px 0px 20px 30px; } .mybloglist { margin: 10px 0px 0px 10px; } .qr_code { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #333333; margin: 0px 0px 0px 30px; } .jugem_bana{ margin: 0px 1px 10px 30px; font-size: 30px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑