無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
Air mail
テンプレートイメージ表示ページへ戻る
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" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <title>{site_title}</title> <link rel="stylesheet" href="{site_css}" type="text/css" /> <link type="text/css" href="{gmo_header_css}" rel="stylesheet" media="screen,print" /> <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 language="JavaScript"> flag = false; var entry = 0; var category = 0; var archive = 0; var comment = 0; var link = 0; function pullDown1() { if(entry== 1){ menu_entry.style.visibility = "hidden"; entry = 0; } else{ menu_entry.style.visibility = "visible"; entry = 1; } } function pullDown2() { if(category== 1){ menu_category.style.visibility = "hidden"; category = 0; } else{ menu_category.style.visibility = "visible"; category = 1; } } function pullDown3() { if(archive== 1){ menu_archive.style.visibility = "hidden"; archive = 0; } else{ menu_archive.style.visibility = "visible"; archive = 1; } } function pullDown4() { if(comment== 1){ menu_comment.style.visibility = "hidden"; comment = 0; } else{ menu_comment.style.visibility = "visible"; comment = 1; } } function pullDown5() { if(link== 1){ menu_link.style.visibility = "hidden"; link = 0; } else{ menu_link.style.visibility = "visible"; link = 1; } } </script> </head> <body onload="javascript:initval();"> <a id="top" name="top"></a> <!-- content --> <div id="content"> <!-- header --> <div id="header"> <!-- BEGIN title --> <h1>{blog_name}</h1> {blog_description} <!-- END title --> <div id="calender"> <!-- BEGIN calendar --> {calendar_horizontal} <!-- END calendar --> </div> <div id="menu"> <div class="menu_title"> <h3><a href="JavaScript:pullDown1()">Selected Entry</a></h3> <div id="menu_entry" style="position:absolute;visibility:hidden;"> <!-- BEGIN selected_entry --> {selected_entry_list} <!-- END selected_entry --> </div> </div> <div class="menu_title"> <h3><a href="JavaScript:pullDown2()">Categories</a></h3> <div id="menu_category" style="position:absolute;visibility:hidden;"> <!-- BEGIN category --> {category_list} <!-- END category --> </div> </div> <div class="menu_title"> <h3><a href="JavaScript:pullDown3()">Archives</a></h3> <div id="menu_archive" style="position:absolute;visibility:hidden;"> <!-- BEGIN archives --> {archives_list2} <!-- END archives --> </div> </div> <div class="menu_title"> <h3><a href="JavaScript:pullDown4()">Comment</a></h3> <div id="menu_comment" style="position:absolute;visibility:hidden;"> <!-- BEGIN recent_comment --> {recent_comment_list} <!-- END recent_comment --> </div> </div> <div class="menu_title"> <h3><a href="JavaScript:pullDown5()">Link</a></h3> <div id="menu_link" style="position:absolute;visibility:hidden;"> <!-- BEGIN link --> {link_list} <!-- END link --> </div> </div> <div class="clear"></div> </div> </div> <!-- /header --> <div class="entry_navi"> <!-- BEGIN sequel --> {prev_entry} | <a href="./">main</a> | {next_entry} <!-- END sequel --> </div> <!-- BEGIN entry --> <div class="entry"> <div class="entry_main"> <h2>{entry_title_link}</h2> <div class="entry_body">{entry_description}</div> <a name="sequel"></a> <div class="entry_more">{entry_sequel}</div> <div class="entry_date"> {entry_year}.{entry_month}.{entry_day} {entry_time_only} by {user_name}</br> {category_name} | {comment_num} </div> </div> </div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="comment"> <div class="comment_main"> <h2>Comment</h2> <!-- BEGIN comment --> <div class="comment_body">{comment_description}</div> <div class="comment_date"> {comment_name} | {comment_time} </div> <!-- END comment --> <div class="comment_body"> <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><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" class="input" /><br /> <label for="url">URL:</label><br> <input type="text" tabindex="2" name="url" id="url" value="{cookie_url}" class="input" /><br /> <label for="description">Comments:</label><br /> <textarea tabindex="3" id="description" name="description" rows="7" cols="50"></textarea><br /> <input tabindex="4" type="submit" value="Comment Send" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">入力情報を登録しますか?</label> </form> </div> </div> </div> <!-- END comment_area --> <!-- BEGIN profile_area --> <div id="profile"> <div id="profile_main"> <h2>Profile by {profile_name}</h2> <div id="profile_body">{profile_description}</div> </div> </div> <!-- END profile_area --> <!-- BEGIN page --> <!-- END page --> <div class="page_top"> <!-- BEGIN pager -->{full_pager_link}<!-- END pager --></br> <a href="#top">このページの先頭へ▲</a> </div> <!-- side --> <div id="footer"> <!-- BEGIN freespace1 --> <h3>{freespace_title1}</h3> {freespace_contents1} <!-- END freespace1 --> <!-- BEGIN freespace2 --> <h3>{freespace_title2}</h3> {freespace_contents2} <!-- END freespace2 --> <!-- BEGIN freespace3 --> <h3>{freespace_title3}</h3> {freespace_contents3} <!-- END freespace3 --> <!-- BEGIN freespace4 --> <h3>{freespace_title4}</h3> {freespace_contents4} <!-- END freespace4 --> <!-- BEGIN freespace5 --> <h3>{freespace_title5}</h3> {freespace_contents5} <!-- END freespace5 --> <!-- search --> <form method="get" action="./"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="middle"> <td><input id="search" name="search" size="20" style="width:110px" class="search" /></td> <td><input type="submit" value="Search" /></td> </tr> </table> </form> <!-- /search/ --> </br> <!-- powered -->{powered}<!-- /powered --> <!-- BEGIN jugem_ad -->{ad}<!-- END jugem_ad --> </br> {copyright}</br> <!-- powered --> <a href="./manage/">管理者ページ</a> | <a href="./?mode=rss">RSS1.0</a> | <a href="./?mode=atom">Atom0.3</a></br> <!-- /powered --> <!-- BEGIN profile --> <!-- BEGIN user_items --> Blog by <a href="./?pid=1">{user_item_name}</a></br> <!-- END user_items --> <!-- END profile --> Design & Material: <a href="http://surumeeeika.jugem.jp/" target="blank_">***</a></br> </div> <!-- /footer --> </div> <!-- /content --> </body> </html>
CSS
@charset "EUC-JP"; body{ color:#441111; margin:0; padding:10px 0 30px 0; font-size:12px; background-color:#3399bb; line-height:180%; } h2{ margin:0; padding:0 0 10px 0; border-bottom:dashed 1px #996677; font-size:12px; font-family:"Time is Roman","Times","MS P ゴシック","Osaka"; } h3{ margin:0; padding:0; font-size:14px; font-family:"Time is Roman","Times","MS P ゴシック","Osaka"; text-align:center; } li{ list-style-image:url('http://img-cdn.jg.jugem.jp/a0f/2074010/20120318_2733105.gif'); } table{ margin:0 auto; } a:link {color: #55bbdd;} a:visited {color: #224477;} a:hover {color: #ffffff;background-color:#000000;} a:active {color: #55bbdd;} .clear{ clear:both; } #content{ margin:0 auto; padding:0; width:800px; } #header{ margin:0; padding:50px 10px 0 10px; line-height:150%; width:780px; height:298px; background:url('http://img-cdn.jg.jugem.jp/a0f/2074010/20120318_2733038.gif') left bottom no-repeat; } #calender{ margin:160px 0 0 0; padding:5px 0; width:800px; height:15px; text-align:center; font-family:"Corbel","Times","MS P ゴシック","Osaka"; font-size:16px; } #menu{ margin:0; padding:5px 0; width:800px; } .menu_title{ margin:0; padding:5px 0; width:150px; height:20px; float:left; } #menu_entry{ margin:0; padding:5px 10px; width:200px; background-color:#ffffff; border:#224477 dashed 1px; } #menu_category{ margin:0; padding:5px 10px; width:200px; background-color:#ffffff; border:#224477 dashed 1px; } #menu_archive{ margin:0; padding:5px 10px; width:200px; background-color:#ffffff; border:#224477 dashed 1px; } #menu_comment{ margin:0; padding:5px 10px; width:200px; background-color:#ffffff; border:#224477 dashed 1px; } #menu_link{ margin:0; padding:5px 10px; width:200px; background-color:#ffffff; border:#224477 dashed 1px; } .entry{ margin:0 0 30px 0; padding:20px; width:755px; background-image:url('http://img-cdn.jg.jugem.jp/a0f/2074010/20120316_2731273.gif'); border-left:solid 5px #224477; border-bottom:solid 5px #224477; } .entry_main{ margin:0; padding:15px; width:725px; background:#ffffff url('http://img-cdn.jg.jugem.jp/a0f/2074010/20120318_2732945.gif') right top no-repeat; } .entry_body{ margin:0; padding:10px 0; width:725px; } .entry_date{ margin:0; padding:10px 0 0 0; width:725px; text-align:right; border-top:dashed 1px #996677; font-family:"Time is Roman","Times","MS P ゴシック","Osaka"; } .entry_navi{ margin:0; padding:5px 10px; width:775px; text-align:center; background:#ffffff; border-left:solid 5px #224477; } .comment{ margin:0 0 30px 0; padding:20px; width:755px; background-image:url('http://img-cdn.jg.jugem.jp/a0f/2074010/20120316_2731273.gif'); border-left:solid 5px #224477; border-bottom:solid 5px #224477; } .comment_main{ margin:0; padding:15px; width:725px; background:#ffffff; } .comment_body{ margin:0; padding:10px 0; width:725px; } .comment_date{ margin:0; padding:10px 0; width:725px; text-align:right; border-bottom:dashed 1px #996677; font-family:"Time is Roman","Times","MS P ゴシック","Osaka"; } #profile{ margin:0 0 30px 0; padding:20px; width:755px; background-image:url('http://img-cdn.jg.jugem.jp/a0f/2074010/20120316_2731273.gif'); border-left:solid 5px #224477; border-bottom:solid 5px #224477; } #profile_main{ margin:0; padding:15px; width:725px; background:#ffffff url('http://img-cdn.jg.jugem.jp/a0f/2074010/20120318_2732945.gif') right top no-repeat; } #profile_body{ margin:0; padding:10px 0; width:725px; } #footer{ margin:0; padding:20px 0; width:800px; text-align:center; } .page_top{ margin:0; padding:20px 0; width:800px; text-align:right; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑