無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
桜
テンプレートイメージ表示ページへ戻る
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-Script-Type" content="text/javascript" /> <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 type="text/javascript" src="./template/js/cookie.js"></script> <script src="./template/analogue/menu.js" type="text/javascript"></script> </head> <body onload="javascript:initval();"> <!-- header --> <div id="header"> <!-- BEGIN title --> <div class="site_title">{blog_name}</div> <div class="description">{blog_description}</div> <BR><BR><BR><BR><BR><BR><BR><BR><BR><BR> <!-- END title --> <!-- calendar --> <center> <div class="calendar"> <!-- BEGIN calendar --> {calendar_horizontal} </div> <!-- END calendar --> </center> <BR /><BR /><BR /> <!-- main --> <div id="entry"> <!-- BEGIN entry --> <div class="entry"> <div class="entry_title">*{entry_title}</div> <div class="entry_date">{entry_date}</div> <div class="entry_body"> {entry_description} </div> <div class="entry_more"> {entry_sequel} </div> <div class="entry_state"> {category_name} / {entry_time} / {comment_num} / {trackback_num} </div> </div> {trackback_auto_discovery} <br /><br /> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <div class="entry_title">comment</div> <!-- BEGIN comment --> <div class="entry_body"> {comment_description} </div> <div class="entry_state"> {comment_name} ... {comment_time} <hr size="1" align="center" style="width:95%;border-style:solid;border-color:#000;"> </div> <!-- END comment --> <br> <div class="entry_body"> <form action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" /> <input type="text" tabindex="1" style="width:150px;" name="name" id="name" value="{cookie_name}" /> <label for="name">name</label><br /> <input type="text" tabindex="2" style="width:150px;" name="email" id="email" value="{cookie_email}" /> <label for="email">mail</label><br /> <input type="text" tabindex="3"style="width:150px;" name="url" id="url" value="{cookie_url}" /> <label for="url">url</label><br /> <textarea tabindex="4" id="description" name="description" rows="6" style="width:360px;"></textarea><br /> <input style="width:340px;height:20px;" type="submit" value="submit"/> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> </form> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="trackback"> <div class="entry_date">この記事のトラックバックURL</div> <div class="copyright"> {trackback_url} </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 --> </div> <!-- END trackback_area --> <!-- BEGIN sequel --> <br> <div class="paging"> <a href="{next_permalink}"><< Next</a> / <a href="{prev_permalink}">Prev >></a> </div> <!-- END sequel --> <!-- BEGIN profile_area --> <div class="entry"> <div class="entry_title">{profile_name}</div> <div class="entry_body"> {profile_description} </div> </div> <!-- END profile_area --> <!-- BEGIN page --> <br> <div class="paging"> <a href="{prev_page_url}"><< New</a> / <a href="{next_page_url}">Old >></a> </div> <!-- END page --> </div> <!-- right side --> <div id="list"> <!-- BEGIN profile --> <div class="linktitle">infomation</div> <div class="linktext">{user_list}</div> <!-- END profile --> <!-- BEGIN category --> <div class="linktitle">categories</div> <div class="linktext">{category_list}</div> <!-- END category --> <!-- BEGIN selected_entry --> <div class="linktitle">selected entries</div> <div class="linktext">{selected_entry_list}</div> <!-- END selected_entry --> <!-- BEGIN archives --> <div class="linktitle">archives</div> <div class="linktext">{archives_list2ex}</div> <!-- END archives --> <!-- BEGIN recent_comment --> <div class="linktitle">comment</div> <div class="linktext"> <div id="commentlist">{recent_comment_list}</div> </div> <!-- END recent_comment --> <!-- BEGIN freespace1 --> <div class="linktitle">{freespace_title1}</div> <div class="linktext">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="linktitle">{freespace_title2}</div> <div class="linktext">{freespace_contents2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="linktitle">{freespace_title3}</div> <div class="linktext">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="linktitle">{freespace_title4}</div> <div class="linktext">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="linktitle">{freespace_title5}</div> <div class="linktext">{freespace_contents5}</div> <!-- END freespace5 --> <!-- BEGIN link --> <div class="linktitle">link</div> <div class="linktext">{link_list}</div> <!-- END link --> <div class="linktitle">recommend</div> <!-- BEGIN amazon --> <ul> <a href="{amazon_url}" target="_blank"> <img src="{amazon_ImageUrlMedium} " border=0></a><br /><br /><br /> </ul> <!-- END amazon --> <!-- BEGIN jugem_ad --> <div class="linktitle">sponsor</div> {ad} <!-- END jugem_ad --> <!-- powered --> <div class="linktitle">others</div> <div class="linktext"><ul> <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> <!-- 削除禁止 --> material by <a href="http://tomorrow301.web.fc2.com/" target="_blank">tomorrow</a><br /> template by <a href="http://murmur-life.jugem.jp" target="_blank">あかねさす</a> <!-- 削除禁止ここまで --> </div> <!-- /powered/ --> <!-- search --> <form method="get" action=""> <div class="search_box"> <input id="search" name="search" style="width:100px;" class="form" /> <input type="submit" value="submit" /> </div> </form> <!-- /search/ --> </div> </div> </body> </html>
CSS
/* scrollbar */ *{ scrollbar-3dlight-color:#000; scrollbar-darkshadow-color:#000; scrollbar-face-color:#000; scrollbar-highlight-color:#000; scrollbar-shadow-color:#000; scrollbar-arrow-color:#fff; scrollbar-track-color:#000;} /* header */ body { background-color:#ffffff; background-image: url(http://img-cdn.jg.jugem.jp/fd5/1050237/20090317_897251.jpg); background-repeat: no-repeat; background-position: top center; font-family: "verdana", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #555;} #header{ width:760px; margin-left:auto; margin-right:auto;} /* link */ a:link {color:#000; text-decoration:none;} a:visited {color:#000; text-decoration:none;} a:active {color:#000; text-decoration:none;} a:hover {color:#ffc0cb; text-decoration:none;} /* title */ .site_title { font-family: "verdana", "MS ゴシック", "Osaka‐等幅"; font-weight: bolder; font-size: 24px; color: #555; letter-spacing:1px; margin: 5px 0px 5px 40px;} .site_title a, .site_title a:link, .site_title a:visited, .site_title a:active, .site_title a:hover { color:#555; text-decoration:none;} .description { font-family: "Verdana", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; letter-spacing:0px; line-height:160%; color: #fff; margin: 10px 0px 80px 55px;} /* entry */ #entry {width:500px; float:left; margin-left:auto;} .entry_title { font-family: "Verdana", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; letter-spacing:1px; font-weight: bolder; color: #555555; margin: 5px 5px 10px 15px;} .entry_date { font-family: "Verdana", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; letter-spacing:0px; color: #555555; text-align:right; margin: 5px 0px 10px 0px;} .entry_body { letter-spacing:1px; line-height: 170%; color: #555555; margin: 15px 5px 15px 10px;} .entry_more { letter-spacing:1px; line-height: 170%; color: #555555; margin: 10px 5px 15px 10px;} .entry_navi{ font-family: "Verdana", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; letter-spacing:0px; text-align:center;} .entry_author { letter-spacing:0px; color: #555555; margin: 15px 0px 15px 0px;} .entry_state { letter-spacing:0px; color: #555555; text-align:right; margin: 20px 5px 20px 0px;} .paging { letter-spacing:1px; line-height: 170%; color: #555555; text-align: center; margin: 5px 0 20px 0;} blockquote { letter-spacing:1px; line-height: 170%; color: #555555; margin: 10px 5px 15px 10px;} .pict { border-width: 0px; border-style: solid;} /* form */ input, textarea { font-family: "Verdana", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #555; background-color:#fff; border: 1px solid #555; margin:3px 0px 2px 0px;} /* list */ div#list {width:200px; float:right; margin-right:auto;} .linktitle { font-family: "Verdana", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; font-weight: bolder; color: #555;letter-spacing:1px; line-height: 120%; margin-left:20px; padding: 0px 5px 5px 15px;} .linktext { color: #ffc0cb;letter-spacing:0px; line-height: 170%; margin-left:15px; padding: 10px 5px 20px 10px;} .linkmenu a, .linkmenu a:link, .linkmenu a:visited, .linkmenu a:active, .linkmenu a:hover { color:#ffc0cb; text-decoration:none;} /* search */ .search { font-family: "Verdana", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #555;letter-spacing:1px; line-height: 170%; margin: 10px 0px 0px 30px;} .search_box { margin: 0px 0px 5px 30px;} /* copyright */ .copyright { font-family: "Verdana", "MS ゴシック", "Osaka‐等幅"; font-size: 9px; color: #555; line-height: 170%; margin: 5px 30px 0px 0px;} /* calendar */ .calendar { font-family: 'Verdana'; font-size: 10px; color: #555; line-height: 140%; margin: 20px 10px 0px; padding: 3px 0px 0px; text-align: center; } .calendar a:link, .calendar a:visited { color: #555;font-weight: bolder;} .calendar a:hover { color: #555; } .weekday { font-size: 10px; text-align: center; color: #555; padding: 1px; height: 13px; width: 20px; } .today { color:#555; font-weight: bolder;}
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑