無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
malta
テンプレートイメージ表示ページへ戻る
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}" /> <link rel="alternate" media="handheld" type="application/xhtml+xml" href="{mobile_url}" /> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> <a name="top"></a> <div align ="center"> <table width=800 CELLSPACING=0> <tr><td COLSPAN=2 width=800 height=170 align="center" BACKGROUND="http://img-cdn.jg.jugem.jp/681/177905/20060812_95355.jpg"> <!-- BEGIN title --> <div class="site_title">{blog_name}</div> <div class="description">{blog_description}</div> <!-- END title --> <!-- search --> <form method="get" action=""> <div align="right"> <table height=20><tr><td> <input type="image" src="http://img-cdn.jg.jugem.jp/681/177905/20060813_96011.gif" align="bottom" alt="このブログ内を検索する" value="Search" class="button"></td><td> <input id="search" name="search" size="20" style="width:140px" class="form_color"></td><td width=20></td></tr></table> </div> </form> <!-- /search/ --> <tr><td COLSPAN=2 BACKGROUND="http://img-cdn.jg.jugem.jp/681/177905/20060814_97109.gif" > <!-- BEGIN calendar --> <table border="0" cellpadding="0" cellspacing="1" align="center" ><tr height=20> <td class="calendar_month"><a href="./?month={calendar_prev_yearmonth}" title="前の月"> << </a> {calendar_str_yearmonth} </td><td class="calendar"> {calendar_horizontal_only_addzero}</td> <td class="calendar_month"><a href="./?month={calendar_next_yearmonth}" title="次の月"> >> </a></td></tr> </table> <!-- END calendar --> </td></tr> <tr><td width=550 valign=top BGCOLOR="#ffffff"> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <div class="entry_title"><table CELLPADDING=10><tr><td BGCOLOR="#ffffff" height="25px">★ {entry_title} ☆</td></tr></table></div> <div class="entry_date">{entry_date} * {user_name} </div> <div class="entry_body">{entry_description}</div> <a name="sequel"></a> <div class="entry_more">{entry_sequel}<br></div> <div class="entry_state">| {category_name} | {entry_time} | {comment_num} | {trackback_num} |</div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <div align="center"> <div class="entry_title"><table CELLPADDING=10><tr><td BGCOLOR="#ffffff" height="25px">★ コメント ☆</td></tr></table></div></div> <!-- BEGIN comment --> <div class="entry_body">{comment_description}</div> <div class="entry_state">| {comment_name} | {comment_time} |</div></div> <!-- END comment --> <div class="entry"> <div align="center"> <div class="entry_title"><table CELLPADDING=10><tr><td BGCOLOR="#ffffff" height="25px">★ コメントする ☆</td></tr></table></div></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}" style="width:250px;" class="form_color" /> <label for="name">name:</label><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" style="width:250px;" class="form_color" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:250px;" class="form_color" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:250px;" 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> <br> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="entry"> <div align="center"> <div class="entry_title"><table CELLPADDING=10><tr><td BGCOLOR="#ffffff" height="25px">★ この記事のトラックバックURL ☆</td></tr></table></div></div> <div class="url">{trackback_url}</div><br></DIV> <div align="center"> <div class="entry_title">§ TRACKBACK §</div> <div class="entry"> <div class="entry_title"><table CELLPADDING=10><tr><td BGCOLOR="#ffffff" height="25px">★ {trackback_title} ☆</td></tr></table></div> <!-- BEGIN trackback --> <div class="entry_body">{trackback_excerpt}</div> <div class="entry_state"> | {trackback_blog_name} | {trackback_time} | </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div align="center"> <br> <div class="entry_title">§ PROFILE §</div></div> <div class="entry"> <div class="entry_title"><table CELLPADDING=10><tr><td BGCOLOR="#ffffff" height="25px">★ {profile_name} ☆</td></tr></table></div> <div class="entry_body">{profile_description}</div><br> </div> <!-- END profile_area --> <!-- BEGIN page --> <div class="page">{prev_page_link} | {page_now}/{page_num}PAGES | {next_page_link}</div> <!-- END page --> </div> </td> <td bgcolor="#BB0000"> <br> <!-- BEGIN profile --><div align="center"><table><tr ><td height=20> <IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td><td class="linktitle">PROFILE</td><td><IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td></tr></table></div> <div class="linktext">{user_list}</div> <!-- END profile --> <!-- BEGIN recent_entry --> <div align="center"><table><tr><td height=20> <IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td><td class="linktitle">RECENT ENTRIES</td><td><IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td></tr></table></div> <div class="linktext">{selected_entry_list}</div> <!-- END selected_entry --> <!-- BEGIN archives --> <div align="center"><table><tr><td height=20> <IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td><td class="linktitle">ARCHIVES</td><td><IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td></tr></table></div> <div class="linktext">{archives_list}</div> <!-- END archives --> <!-- BEGIN category --><div align="center"><table><tr><td height=20> <IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td><td class="linktitle">CATEGORIES</td><td><IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td></tr></table></div> <div class="linktext">{category_list}</div> <!-- END category --> <!-- BEGIN recent_comment --> <div align="center"><table><tr><td height=20> <IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td><td class="linktitle">RECENT COMMENTS</td><td><IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td></tr></table></div> <div class="linktext"> {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div align="center"><table><tr><td height=20> <IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td><td class="linktitle">RECENT TRACKBACKS</td><td><IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td></tr></table></div> <div class="linktext">{recent_trackback_list}</div> <!-- END recent_trackback --> <!-- BEGIN link --> <div align="center"><table><tr><td height=20> <IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td><td class="linktitle">LINKS</td><td><IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td></tr></table></div> <div class="linktext">{link_list}</div> <!-- END link --> <!-- powered --> <div class="linktext"> <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 class="jugem_bana"> {powered}</div> <!-- /powered/ --> <!-- BEGIN amazon --><div align="center"><table><tr><td height=20> <IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td><td class="linktitle">RECOMMEND</td><td><IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td></tr></table></div> <div class="linktext">{amazon_item}</div> <!-- END amazon --> <div class="linktitle"><div align="center"><table><tr><td height=20> <IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td><td class="linktitle">SPONSORED LINKS</td><td><IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td></tr></table></div> <div align="CENTER">{ad}</DIV> <!-- BEGIN freespace1 --><div align="center"><table><tr><td height=20> <IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td><td class="linktitle">{freespace_title1}</td><td><IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td></tr></table></div> <div class="linktext">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --><div align="center"><table><tr><td height=20> </td><td class="linktitle">{freespace_title2}</td><td></td></tr></table></div> <div class="linktext">{freespace_contents2}</div> <END freespace2 --> <div align="center"><table><tr><td height=20></td><td class="linktitle">{freespace_title3}</td><td></td></tr></table></div> <div class="linktext">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <<div align="center"><table><tr><td height=20><IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" > </td><td class="linktitle">{freespace_title4}</td><td><IMG SRC="http://img-cdn.jg.jugem.jp/681/177905/20060813_95947.gif" ></td></tr></table></div> <div class="linktext">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --><div align="center"><table><tr><td height=20> </td><td class="linktitle">{freespace_title5}</td><td></td></tr></table></div> <div class="linktext">{freespace_contents5}</div> <!-- END freespace5 --> </td></tr> <tr><td COLSPAN=2 BGCOLOR="#ffffff"> <!--footer --> <div id="footer"> <div class="copyright" align="center">{copyright}</div> <div class="linktext" align="right"><a href="#top">▲このページの先頭へ</a></div> </div> </div> <!-- /footer/ --> </td></tr> </table> </div> </body> </html>
CSS
body { margin: 0px ; background-image : url("http://img-cdn.jg.jugem.jp/681/177905/20060827_107016.gif") ; } h1 { margin: 0px; padding: 0px; } ul { margin: 0px 0px 0px 15px; padding: 0px; } a { color: #999966; text-decoration: none; } a:link { color: #336666; text-decoration: none; } a:visited{ color: #999999; text-decoration: none; } a:active{ color: #999999; text-decoration: none; } a:hover { color: #999999; text-decoration: none; } .site_title a {color: #ffffff;text-decoration: none;} .site_title a:link {color: #ffffff;text-decoration: none;} .site_title a:visited {color: #ffffff;text-decoration: none;} .site_title a:active {color: #ffffff;text-decoration: none;} .site_title a:hover {color: #ffffff;text-decoration: none;} .site_title { font-size: 24pt; font-weight:bolder; color: #ffffff; font-family :"Comic Sans MS"; letter-spacing: 2px; margin: 20px 0px 10px 0px; padding: 0px; } .description { font-size: 14pt; color: #ffffff; margin: 10px 0px; } .search { font-size: 10px; text-align: right; color: #333333; line-height: 170%; margin-top: 20px; margin-right: 20px ; } .entry_navi{ font-size: 12px; color: #666666; margin: 15px 0px 15px 0px; text-align: center; } .entry { margin: 20px; padding: 0px; border: 1px #BB0000 dotted; background-image : url("http://img-cdn.jg.jugem.jp/681/177905/20060826_106589.gif"); background-repeat : repeat-x; background-position : 0px 15px; } .entry_title { font-size: 18px; font-weight: bolder; color: #BB0000; margin: 0px 15px 5px 15px; padding-left: 15px; } .entry_title a {color: #BB0000;text-decoration: none;} .entry_title a:link {color: #BB0000;text-decoration: none;} .entry_title a:visited {color: #BB0000;text-decoration: none;} .entry_title a:active {color: #BB0000;text-decoration: none;} .entry_title a:hover {color: #BB0000;text-decoration: none;} .entry_date { font-size: 10px; color: #336666; margin: 0px 10px 10px 0px; padding-bottom: 3px; text-align:right; } .entry_body { font-size: 12px; line-height: 170%; color: #666666; margin: 15px 15px 0px 15px; } .entry_more { font-size: 12px; line-height: 170%; color: #666666; margin: 0px 15px 15px 15px; } .entry_state { font-size: 11px; color: #666666; margin: 5px 15px 15px 15px; padding-top: 10px; text-align: center; border-top: 1px #BB0000 dotted; } blockquote { font-size: 11px; color: #666666; margin: 20px 10px 20px 10px; padding: 10px; border-left: 3px solid #CCCCCC; } .pict { border-width: 1px; border-style: solid; border-color: #999; } .url { font-size: 12pt; line-height: 170%; color: #666666; margin: 5px 0px 10px 0px; text-align: center; letter-spacing: 1pt; } .page { font-size: 10pt; color: #666666; padding: 10px 0px 0px 0px; border-top: 1px dotted #CCCCCC; text-align: center; margin: 0px 20px; } .linktitle { font-family: "Verdana"; font-size: 10pt; font-weight: bolder; color: #ffffff; line-height: 170%; margin: 10px 0px 0px 0px; text-align: center; text-valign: top; } .linktext { font-size: 9pt; color: #ffffff; line-height: 170%; margin: 5px 15px 0px 25px; text-align: left; padding-bottom:25px; } .linktext a {color: #ffffff;text-decoration: none;} .linktext a:link {color: #ffffff;text-decoration: none;} .linktext a:visited {color: #ffffff;text-decoration: none;} .linktext a:active {color: #ffffff;text-decoration: none;} .linktext a:hover {color: #ffffff;text-decoration: none;} .copyright { font-size: 10px; color: #333333; line-height: 170%; border-top: 1px dotted #CCCCCC; margin: 30px 20px 0px 20px; padding-top: 10px; } .calendar { font-family: "Verdana"; font-size: 8pt; font-weight:bold; background-image:url(http://img-cdn.jg.jugem.jp/681/177905/20060814_97112.gif); text-align:center; color: #1E2B4B; } .calendar a {color: #1E2B4B;text-decoration: none;} .calendar e a:link {color: #1E2B4B;text-decoration: underline;} .calendar a:visited {color: #1E2B4B;text-decoration: underline;} .calendar a:active {color: #1E2B4B;text-decoration: underline;} .calendar a:hover {color: #1E2B4B;text-decoration: underline;} .calendar_month { font-family: "Verdana"; margin-bottom: 10px; font-size: 8pt; font-weight:bold; color: #ffffff; } .calendar_month a {color: #ffffff;text-decoration: none;} .calendar_month e a:link {color: #ffffff;text-decoration: none;} .calendar_month a:visited {color: #ffffff;text-decoration: none;} .calendar_month a:active {color: #ffffff;text-decoration: none;} .calendar_month a:hover {color: #ffffff;text-decoration: none;} .jugem_bana{ margin: 10px 25px 10px 0px; padding-bottom:25px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑