無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
JUGEM レビュー
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
よくある質問集 FAQ
管理者ページ・マニュアル
お問い合わせフォーム
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレート簡単ダウンロード機能について
JUGEMのログイン情報を入力して「ダウンロード」ボタンをクリックするだけで、テンプレートのストックに追加することができます。
テンプレート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-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 src="./template/analogue/menu.js" type="text/javascript"></script> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> <center> <a name="top"></a> <div id ="wrapper"> <div id="layout"> <table><tr><td class="blog_title" valign="top"> <!-- BEGIN title --> <div class="site_title">{blog_name}</div> <div class="description">{blog_description}</div> <!-- END title --> </td></tr></table> <div class="linkmenu">| <a href="" onclick="return buttonClick(event, 'MENU2');">PR</a> | <a href="" onclick="return buttonClick(event, 'MENU3');">EN</a> | <a href="" onclick="return buttonClick(event, 'MENU4');">CO</a> | <a href="" onclick="return buttonClick(event, 'MENU5');">TR</a> | <a href="" onclick="return buttonClick(event, 'MENU6');">CA</a> | <a href="" onclick="return buttonClick(event, 'MENU7');">AR</a> | <a href="" onclick="return buttonClick(event, 'MENU8');">LI</a> | <a href="" onclick="return buttonClick(event, 'MENU9');">RE</a> | <a href="" onclick="return buttonClick(event, 'MENU10');">OT</a> | </div> <!-- BEGIN profile --> <div id="MENU2" class="MENU"> <div class="list_text"> {user_list} </div> <div class="list_title">PROFILE</div> </div> <!-- END profile --> <!-- BEGIN latest_entry --> <div id="MENU3" class="MENU"> <div class="list_text"> {latest_entry_list} </div> <div class="list_title">LATEST ENTRY</div> </div> <!-- END latest_entry --> <!-- BEGIN recent_comment --> <div id="MENU4" class="MENU"> <div class="list_text"> {recent_comment_list} </div> <div class="list_title">RECENT COMMENT</div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div id="MENU5" class="MENU"> <div class="list_text"> {recent_trackback_list} </div> <div class="list_title">RECENT TRACKBACK</div> </div> <!-- END recent_trackback --> <!-- BEGIN category --> <div id="MENU6" class="MENU"> <div class="list_text"> {category_list} </div> <div class="list_title">CATEGORY</div> </div> <!-- END category --> <!-- BEGIN archives --> <div id="MENU7" class="MENU"> <div class="list_text"> {archives_list} </div> <div class="list_title">ARCHIVE</div> </div> <!-- END archives --> <!-- BEGIN link --> <div id="MENU8" class="MENU"> <div class="list_text"> {link_list} </div> <div class="list_title">LINK</div> </div> <!-- END link --> <div id="MENU9" class="MENU"> <!-- BEGIN amazon --> <div class="list_text"> {amazon_item} </div> <!-- END amazon --> <div class="list_title">RECOMMEND</div> </div> <div id="MENU10" class="MENU"> <div class="list_text"> <!-- BEGIN freespace1 --> <div class="f_t">{freespace_title1}</div> <div class="f_c">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="f_t">{freespace_title2}</div> <div class="f_c">{freespace_contents2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="f_t">{freespace_title3}</div> <div class="f_c">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="f_t">{freespace_title4}</div> <div class="f_c">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="f_t">{freespace_title5}</div> <div class="f_c">{freespace_contents5}</div> <!-- END freespace5 --> <div class="f_t">MOBILE</div> {site_qrcode} </div> <div class="list_title">OTHERS</div> </div> <div class="main"> <!-- BEGIN entry --> <div class="entry_title">{entry_title}</div> <div class="entry_date">{entry_date}</div> <div class="entry_body">{entry_description} <div class="entry_more">{entry_sequel}</div> </div> <div class="entry_state">{entry_time} {category_name} {comment_num}</div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="comment_title">comment</div> <!-- BEGIN comment --> <div class="comment_body">{comment_description}</div> <div class="comment_author">{comment_name} {comment_time_24} </div> <!-- END comment --> <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}" /> <table><tr><td class="comment_td"> <label for="name">name:</label></td><td> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" /> </td></tr><tr><td class="comment_td"> <label for="email">mail:</label></td><td> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" /></td></tr><tr><td class="comment_td"> <label for="url">web:</label></td><td> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" /><br /></td></tr></table> <label for="description"></label> message :<br /> <textarea tabindex="4" id="description" name="description" rows="7" cols="50" style="width:400px;"></textarea><br /><br /> <input tabindex="5" type="submit" value="send" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookie</label> </form> </div> <!-- END comment_area --> <!-- BEGIN profile_area --> <div class="entry_title">profile</div> <div class="entry_body">{profile_name} <br />{profile_description}</div> <!-- END profile_area --> <!-- BEGIN page --> <div class="page"> {prev_page_link} {page_now}/{page_num}PAGES {next_page_link} </div> <!-- END page --> <div class="ad">{ad}<br /> photo : <a href="http://www.tokyo-gasuki.com/" target="_blank">だから東京が好き!</a><br /> template : <a href="http://lalala-sweet.jugem.jp/" targt="_blank">Lalala</a><br /> <a href="./admin">管理者ページ</a> </div> </div> </div> </div> </body> </html>
CSS
* { margin: 0; padding: 0; } body { font-family: 'verdana'; font-size: 10px; color: #000; line-height: 170%; letter-spacing: 1px; text-align: left; } #wrapper { padding: 0px 0px; } #layout { text-align: left; margin-right: auto; margin-left: auto; padding: 0px; width: 500px; background-image: url(http://img-cdn.jg.jugem.jp/589/943322/20090909_1332377.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center top; } .main { } .blog_title { text-align: left; height: 375px; width: 500px; margin: 20px; padding-bottom: 0px; } a:link { color: #808080; text-decoration: none; } a:visited { color: #808080; text-decoration: none; } a:active { color: #808080; text-decoration: none; } a:hover{ color: #CCCCCC; text-decoration: underline;} .site_title { font-size: 24px; font-family: 'times new roman' color: #fff; font-weight: bolder; padding: 20px 30px 0px 20px; } .site_title a {color: #fff;text-decoration: none;} .site_title a:link {color: #fff;text-decoration: none;} .site_title a:visited { color: #fff; text-decoration: none; } .site_title a:active { color: #fff; text-decoration: none; } .site_title a:hover { color: #c2dbf5; text-decoration: none; } .description { color: #fff; font-size: 10px; letter-spacing: 1px; line-height:150%; padding: 0px 30px 0px 20px; margin: 10px 0px 20px 0px; } .entry_title { font-size: 11px; letter-spacing: 1px; line-height:170%; font-weight: bolder; margin: 0px 0px 0px 0px; padding: 3px 3px 3px 10px; color: #000; background-image: url(http://img-cdn.jg.jugem.jp/589/943322/20090909_1332377.jpg); background-repeat: no-repeat; background-position: left bottom; } .entry_date { margin: 0px 0px 15px 0px; letter-spacing:2px; line-height:180%; } .entry_body { padding: 10px; line-height:170%; margin: 30px 0px 20px 0px; } .entry_more { line-height:170%; margin-top: 20px; } .entry_state { font-size: 10px; letter-spacing:2px; line-height:180%; margin: 0px 0px 40px 0px; text-align: right; } .comment_title { font-size: 14px; letter-spacing:2px; line-height:180%; margin: 10px 0px 10px 0px; padding-bottom: 3px; } .comment_body { line-height:170%; margin: 30px 0px 20px 0px; } .comment_author { text-align:left; margin: 5px 0px 25px 0px; padding: 0px 0px 3px 0px; border-bottom: 1px dotted #ccc; } .comment_td { font-size: 10px; text-align: right; } input,select,textarea { line-height:150%; font-size: 10px; background-color:#ffffff; border:1px solid #c0c0c0; } ul { list-style-type: none; line-height:120%; margin: 0px; padding: 0px; } li { list-style-type: none; line-height:120%; margin: 0px; padding-left: 5px; } .pict { padding: 5px; } .MENU { visibility: hidden; z-index: 999; position: absolute; width:180px; margin-top:5px; padding: 20px 10px 10px 10px; background: #FFF; border: 1px #000 solid; } .linkmenu { text-align: center; padding: 5px; font-size: 10px; } .list_title { font-size: 12px; text-align: center; margin: 10px 0px 0px 0px; padding: 3px 3px 3px 10px; color: #FFF; background-image: url(http://img-cdn.jg.jugem.jp/589/943322/20090909_1332377.jpg); background-repeat: no-repeat; background-position: left bottom; } .list_text { font-size: 10px; color: #808080; letter-spacing:2px; line-height:170%; } .f_t { font-weight: bolder; } .f_c { margin-bottom: 20px; } .calendar { font-family: 'Verdana'; font-size: 10px; line-height: 140%; margin: 0px 10px 0px; padding: 3px 0px 0px; text-align: center; } .cell { padding: 1px; height: 15px; width: 25px; } .cell a:link, .cell a:visited, .cell a:hover { padding: 1px; height: 15px; width: 25px; } .weekday { font-size: 10px; text-align: center; color: #000; padding: 1px; height: 15px; width: 25px; } .search { font-size: 10px; color: #000; letter-spacing: 1px; line-height: 150%; text-align: left; margin: 0px 0px 5px 0px; } .page { text-align: center; padding-bottom: 30px; } .ad { text-align: right; } br { letter-spacing: normal; } html { scrollbar-base-color: #FFFFFF; scrollbar-face-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #c0c0c0; scrollbar-3dlight-color: #FFFFFF; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #c0c0c0; scrollbar-darkshadow-color: #FFFFFF; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
Cookieの使用について
|
推奨環境
|
メディア掲載
|
会社概要
|
採用情報
|
IR情報
|
サイトマップ
copyright © 2019 GMOペパボ株式会社 All Rights Reserved.
ページの先頭へ↑