無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
Fと1の日記帳
テンプレートイメージ表示ページへ戻る
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 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 src="./template/analogue/menu.js" type="text/javascript"></script> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();" style="background-color:transparent;" style = "margin : 0px;" > <a name="top"></a> <Table Border="0" Width="100%" cellspacing="0" cellpadding="5" Align="center"><Tr> <Td Align="right" Valign="top" Width="65%" style="background-image:url(http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690604.png);background-repeat:repeat-y;background-position:right"> <!-- BEGIN title --><img src="http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690874.png" alt="F6" width="86" height="50" class="pict" / Align="right"><div class="site_title">{blog_name}</Div> <Table width="420" Border="0" cellspacing="0" cellpadding="0"> <Tr><Td Align="left" Valign="top"> <Div Align="left" class="font"><Font Style=" background-color:#ffffff;">{blog_description}</Font></div> <!-- END title --> <br> <!-- BEGIN calendar --> <div class="calendar" align="center"> <table border="0" cellspacing="1" cellpadding="0"> <tr> <td class="weekday">Sun</td> <td class="weekday">Mon</td> <td class="weekday">Tue</td> <td class="weekday">Wed</td> <td class="weekday">Thu</td> <td class="weekday">Fri</td> <td class="weekday">Sat</td> </tr> </table> {calendar_addzero} </div> <!-- END calendar --> </Td></Tr></Table> <!-- BEGIN entry --> <Table Border="0" cellspacing="0" cellpadding="10"> <Tr><Td Align="left" width="410"> <Table Border="0" Width="410" Height="43"><Tr> <Td Align="left" Valign="middle" Background="http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690832.jpg"> <div class="font_title">{entry_title}</div></Td></Tr></Table><br> <Div Align="right" class="date">{entry_date}</div> <table cellspacing="0" cellpadding="7" Border="0" width="400"><tr><Td> <div class="font"><Font Style=" background-color:#ffffff;"> {entry_description} {entry_sequel}</Font> </div></Td></Tr></Table> <Div Align="right" class="font"> {entry_time} | {category_name} | {comment_num} </div> </Td></Tr></Table> <!-- END entry --> <!-- BEGIN comment_area --> <Table Border="0" cellspacing="0" cellpadding="10"> <Tr> <Td width="410" Align="left"> <Table Border="0" Width="165" Height="33"><Tr> <Td Align="left" Valign="middle" Background="http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690968.png"> <div class="font_title">COMMENT</div></Td></Tr></Table> </Td> </Tr> </Table> <!-- BEGIN comment --> <br> <table cellspacing="0" cellpadding="7" Width="400" Border="0"><tr><Td Align="left"><div class="font"><Font Style=" background-color:#ffffff;"> {comment_description} <div Align="right">| {comment_name} | {comment_time} |</div></div></Font> </Td></Tr></Table> <!-- END comment --> <table cellspacing="0" cellpadding="7" Width="100%" Border="0"><tr><Td> <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}" /> <label for="name">name:</label><br /> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" style="width:200px;" /><br /> <label for="email">email:</label><br /> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:200px;" /><br /> <label for="url">url:</label><br /> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:200px;" /><br /> <label for="description">comment:</label><br /> <textarea tabindex="4" id="description" name="description" rows="8" cols="50" style="width:350px;"></textarea><br /><br /> <input tabindex="5" type="submit" value="送信" onclick="javascript:setval();" /><input type="checkbox" name="set_cookie" value="1" id="set_cookie" style="border:none;" /> <label for="set_cookie">Cookie</label> </form> </div> </Td></Tr></Table> <!-- END comment_area --> <!-- BEGIN profile_area --> <Table Border="0" cellspacing="0" cellpadding="10"> <Tr><Td width="410" Align="left"> <Table Border="0" Width="165" Height="33"><Tr> <Td Align="left" Valign="middle" Background="http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690968.png"> <div class="font_title">PROFILE</div></Td></Tr></Table><br> <table cellspacing="0" cellpadding="7" Border="0" width="400"><tr><Td><div class="font"> <b><Font Style=" background-color:#ffffff;">{profile_name}</b><br> {profile_description}</Font><br><br></div> </Td></Tr></Table> </Td></Tr></Table> <!-- END profile_area --> <table cellspacing="0" cellpadding="7" Border="0" width="400"><tr><Td><div class="font"> <div align="right">{prev_page_link} {page_now}/{page_num} {next_page_link}</div> <br> <a href="./?mode=rss">RSS1.0</a> | <a href="./?mode=atom">Atom0.3</a> <div align="right"> Template by <a href="http://sandgrass.jugem.jp/" target="_blank">砂土圭</a> Material by <a href="http://w3.funsrv.com/user/bitter/" target="_blank">ツルウメモドキ</a> </div> {copyright} </div> <br> <br> <br> </Td></Tr></Table> </Td><td Align="left" Valign="top" Width="35%" Bgcolor="#e4e1a6" style="background-image:url(http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690567.gif);background-repeat:repeat-y;background-position:right"> <Table Border="0" cellspacing="0" cellpadding="5" > <Tr> <Td width="180"> <Table Border="0" Width="165" Height="33"><Tr> <Td Align="center" Valign="middle" Background="http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690585.png"> <div class="list_title">PROFILE</div></Td></Tr></Table><br> <div class="list_text">{user_list}</div></Td> </Tr> <Tr> <Td width="180"> <Table Border="0" Width="165" Height="33"><Tr> <Td Align="center" Valign="middle" Background="http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690585.png"> <div class="list_title">CATEGORY</div></Td></Tr></Table><br> <div class="list_text">{category_list}</div></Td> </Tr> <Tr> <Td width="180"> <Table Border="0" Width="165" Height="33"><Tr> <Td Align="center" Valign="middle" Background="http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690585.png"> <div class="list_title">COMMENT</div></Td></Tr></Table><br> <div class="list_text">{recent_comment_list}</div></Td> </Tr> <Tr> <Td width="180"> <Table Border="0" Width="165" Height="33"><Tr> <Td Align="center" Valign="middle" Background="http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690585.png"> <div class="list_title">ARCIVE</div></Td></Tr></Table><br> <div class="list_text">{archives_list2}</div></Td> </Tr> <Tr> <Td width="180"> <Table Border="0" Width="165" Height="33"><Tr> <Td Align="center" Valign="middle" Background="http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690585.png"> <div class="list_title">LINK</div></Td></Tr></Table><br> <div class="list_text">{link_list}</div></Td> </Tr> <Tr> <Td width="180" align="center"> <Table Border="0" Width="165" Height="33"><Tr> <Td Align="center" Valign="middle" Background="http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690585.png"> <div class="list_title">AMAZON</div></Td></Tr></Table><br> <div class="font">{amazon_item}</div></Td> </Tr> <!-- BEGIN freespace1 --> <Tr> <Td width="180" align="center"> <Table Border="0" Width="165" Height="33"><Tr> <Td Align="center" Valign="middle" Background="http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690585.png"> <div class="list_title">{freespace_title1}</div></Td></Tr></Table><br> {freespace_contents1}<br></Td> </Tr> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <Tr> <Td width="180" align="center"> <Table Border="0" Width="165" Height="33"><Tr> <Td Align="center" Valign="middle" Background="http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690585.png"> <div class="list_title">{freespace_title2}</div></Td></Tr></Table><br> {freespace_contents2}<br></Td> </Tr> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <Tr> <Td width="180" align="center"> <Table Border="0" Width="165" Height="33"><Tr> <Td Align="center" Valign="middle" Background="http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690585.png"> <div class="list_title">{freespace_title3}</div></Td></Tr></Table><br> {freespace_contents3}<br></Td> </Tr> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <Tr> <Td width="180" align="center"> <Table Border="0" Width="165" Height="33"><Tr> <Td Align="center" Valign="middle" Background="http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690585.png"> <div class="list_title">{freespace_title4}</div></Td></Tr></Table><br> {freespace_contents4}<br></Td> </Tr> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <Tr> <Td width="180" align="center"> <Table Border="0" Width="165" Height="33"><Tr> <Td Align="center" Valign="middle" Background="http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690585.png"> <div class="list_title">{freespace_title5}</div></Td></Tr></Table><br> {freespace_contents5}<br></Td> </Tr> <!-- END freespace5 --> <Tr> <Td width="180" align="center">{ad}</Td> </Tr> <Tr> <Td width="180" align="center"><br> <Table Border="0" Width="165" Height="33"><Tr> <Td Align="center" Valign="middle" Background="http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690585.png"> <div class="list_title">...<a href="./admin/">Log in</a></div></Td></Tr></Table></Td> </Tr> </Table> </body> </html>
CSS
/* ↓のURLを変更すると背景が変わります */ BODY{ background-image : url(" http://img-cdn.jg.jugem.jp/88e/1145002/20100311_1690689.jpg "); background-attachment: fixed; background-position:0% 60%; background-repeat: no-repeat ; } html { scrollbar-3dlight-color:#e4e1a6; scrollbar-darkshadow-color:#e4e1a6; scrollbar-face-color:#806000; scrollbar-highlight-color:#e4e1a6; scrollbar-shadow-color:#e4e1a6; scrollbar-arrow-color:#e4e1a6; scrollbar-track-color:#e4e1a6; } a{ text-decoration:none; color:#9D9D00; } a:hover{ color:#ffffff; } .font{ font-size:9pt; color:black; line-height:15pt; } img { border:none; } .date { font-family: "Small Fonts"; font-size:15px; color: #bfbfbf; margin: 0px 0px 0px 0px; } /* タイトル */ .site_title a,{ color:#808000; text-decoration:none; } .site_title { font-family: "MS P明朝"; font-size:40px; color: #000000; text-align: left; margin: 10px 0px 0px 0px; } .font_title{ font-family: "MS P明朝"; font-size:15px; font-weight:bold; margin-top: 0px; color: #000000; letter-spacing:0px; } .font_title a{ text-decoration:none; color:#FFD700; } /* コメント */ .comment_body { margin-bottom:5px; padding: 20px 0px 0px 0px; } .commnet_form { margin:20px auto; } /* メニュー */ .list_title{ font-family: "MS P明朝"; font-size:15px; font-weight:bold; margin-top: 0px; color: #9D9D00; letter-spacing:0px; text-align: right; } .list_text { font-family: 'HG丸ゴシックM-PRO'; font-size: 10px; letter-spacing:1px; line-height:130%; text-align: left; margin: 10px 0px 10px 0px; } .list_text a {color: #9D9D00;text-decoration: none;} .list_text a:link {color: #9D9D00;text-decoration: none;} .list_text a:visited {color: #9D9D00;text-decoration: none;} .list_text a:active {color: #9D9D00;text-decoration: none;} .list_text a:hover {color: #ffffff;text-decoration: none;} ul {margin: 0px 0px 0px 10px;padding: 0px;list-style-type: none;} li {margin: 0px 0px 0px 0px;padding: 0px;list-style-type: none;} /* カレンダー */ .calendar { font-family: "Verdana"; font-size: 10px; color: #666666; margin:0px auto; } .calendar_month { font-family: "Verdana"; margin-bottom: 10px; font-size: 10px; color: #666666; } .weekday { width: 50px; height: 20px; padding: 0px; text-align:center; font-size: 10px; color: #666666; } .cell { width: 50px; height: 20px; padding: 0px; text-align:center; font-size: 15px; color: #ffffff; background:#e4e1a6; font-family: "Comic Sans MS"; } .cell a {color: #e4e1a6;text-decoration: none;background: #ffffff;} .cell a:link {color: #e4e1a6;text-decoration: none;background: #ffffff;} .cell a:visited {color: #e4e1a6;text-decoration: none;background: #ffffff;} .cell a:active {color: #e4e1a6;text-decoration: none;background: #ffffff;} .cell a:hover {color: #ffffff;text-decoration: none;background: #000000;} .calendar table { margin:0 auto; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑