無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
sd_star02
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<?xml version="1.0" encoding="{site_encoding}"?> <!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 type="text/javascript" src="./template/js/cookie.js"></script> </head> <body> <div id="all"> <a name="top" id="top"></a> <div id="header"> <!-- BEGIN title --> <h1>{blog_name}</h1> <p>{blog_description}</p> <!-- END title --> </div> <div id="entry"> <!-- BEGIN entry --> <div class="eall"> <div class="eheader"> <h2><a href="{entry_permalink}">{entry_title}</a></h2> <p class="date">{entry_year}-{entry_month}-{entry_day} {entry_time_only}</p> </div> <div class="ebody"> <div class="text"> {entry_description} </div> <a name="sequel"></a> <div class="text"> {entry_sequel} </div> </div> <div class="efooter"> <ul class="cat"> <li>{user_name}</li> <li>{category_name}</li> <li>{comment_num}</li> <li>{trackback_num}</li> </ul> {trackback_auto_discovery} </div> </div> <!-- END entry --> <!-- BEGIN comment_area --> <!-- BEGIN comment --> <div class="eall"> <div class="cheader"> <h3><a name="comments" id="comments">コメント</a></h3> <p class="date">{comment_year}-{comment_month}-{comment_day} {comment_hour_24}:{comment_minute}</p> </div> <div class="ebody"> <div class="text">{comment_description}</div> </div> <div class="efooter"> <ul class="cat"> <li>{comment_name}</li> </ul> </div> </div> <!-- END comment --> <div class="eall"> <div class="eheader"> <h2>コメントする</h2> </div> <div class="ebody"> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" class="input" /> <dl class="cmtform"> <dt><label for="name">Name</label></dt> <dd><input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" class="input" /></dd> <dt><label for="email">Mail</label></dt> <dd><input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" class="input" /></dd> <dt><label for="url">URL</label></dt> <dd><input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" class="input" /></dd> <dt><label for="description">Comment</label></dt> <dd><textarea tabindex="4" id="description" name="description" cols="20" rows="5" class="input"></textarea></dd> <dt><label for="set_cookie">Cookie</label></dt> <dd><input type="checkbox" name="set_cookie" value="1" id="set_cookie" />入力情報を登録しますか?</dd> </dl> <p class="cmtsub"> <input tabindex="5" type="submit" value="Submit" /><br /> </p> </form> </div> <div class="efooter"> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <div class="eall"> <div class="eheader"> <h2><a name="trackback" id="trackback">トラックバック</a></h2> </div> <div class="ebody"> <dl class="tburi"> <dt>この記事のトラックバックURL</dt> <dd><input type="text" value="{trackback_url}" class="input" /></dd> </dl> </div> <div class="efooter"> </div> </div> <!-- BEGIN trackback --> <div class="eall"> <div class="cheader"> <h3>{trackback_title}</h3> <p class="date">{trackback_year}-{trackback_month}-{trackback_day} {trackback_hour_24}:{trackback_minute}</p> </div> <div class="ebody"> <div class="text">{trackback_excerpt}</div> </div> <div class="efooter"> <ul class="cat"> <li>{trackback_blog_name}</li> </ul> </div> </div> <!-- END trackback --> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="eall"> <div class="eheader"> <h2>プロフィール</h2> </div> <div class="ebody"> <dl class="prof"> <dt>{profile_name}</dt> <dd>{profile_description}</dd> </dl> </div> <div class="efooter"> </div> </div> <!-- END profile_area --> <!-- BEGIN sequel --> <ul class="navi"> <li>{prev_entry}</li> <li><a href="./">HOME</a></li> <li>{next_entry}</li> </ul> <!-- BEGIN page --> <ul class="navi"> <li>{prev_page_link}</li> <li>{page_now}/{page_num}PAGES</li> <li>{next_page_link}</li> </ul> <!-- END page --> <p class="tnavi"><a href="#top">TOP▲</a></p> <!-- END sequel --> </div> <div id="plugin"> <!-- BEGIN calendar --> <div class="pall"> <div class="pheader"> <h2>Calendar</h2> </div> <div class="pbody"> <div class="pcont"> {calendar2} </div> </div> <div class="pfooter"> </div> </div> <!-- END calendar --> <div class="pall"> <div class="pheader"> <h2>Search</h2> </div> <div class="pbody"> <div class="pcont"> <form method="get" action="./"> <input id="search" name="search" size="20" style="width:110px" class="search" /> <input type="submit" value="Search" /> </form> </div> </div> <div class="pfooter"> </div> </div> <!-- BEGIN freespace1 --> <div class="pall"> <div class="pheader"> <h2>{freespace_title1}</h2> </div> <div class="pbody"> <div class="pcont"> {freespace_contents1} </div> </div> <div class="pfooter"> </div> </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="pall"> <div class="pheader"> <h2>{freespace_title2}</h2> </div> <div class="pbody"> <div class="pcont"> {freespace_contents2} </div> </div> <div class="pfooter"> </div> </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="pall"> <div class="pheader"> <h2>{freespace_title3}</h2> </div> <div class="pbody"> <div class="pcont"> {freespace_contents3} </div> </div> <div class="pfooter"> </div> </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="pall"> <div class="pheader"> <h2>{freespace_title4}</h2> </div> <div class="pbody"> <div class="pcont"> {freespace_contents4} </div> </div> <div class="pfooter"> </div> </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="pall"> <div class="pheader"> <h2>{freespace_title5}</h2> </div> <div class="pbody"> <div class="pcont"> {freespace_contents5} </div> </div> <div class="pfooter"> </div> </div> <!-- END freespace5 --> <!-- BEGIN selected_entry --> <div class="pall"> <div class="pheader"> <h2>Selected Entries</h2> </div> <div class="pbody"> <div class="pcont"> {selected_entry_list} </div> </div> <div class="pfooter"> </div> </div> <!-- END selected_entry --> <!-- BEGIN category --> <div class="pall"> <div class="pheader"> <h2>Categories</h2> </div> <div class="pbody"> <div class="pcont"> {category_list} </div> </div> <div class="pfooter"> </div> </div> <!-- END category --> <!-- BEGIN archives --> <div class="pall"> <div class="pheader"> <h2>Archives</h2> </div> <div class="pbody"> <div class="pcont"> {archives_list} </div> </div> <div class="pfooter"> </div> </div> <!-- END archives --> <!-- BEGIN recent_comment --> <div class="pall"> <div class="pheader"> <h2>Recent Comment</h2> </div> <div class="pbody"> <div class="pcont"> {recent_comment_list} </div> </div> <div class="pfooter"> </div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="pall"> <div class="pheader"> <h2>Recent Trackback</h2> </div> <div class="pbody"> <div class="pcont"> {recent_trackback_list} </div> </div> <div class="pfooter"> </div> </div> <!-- END recent_trackback --> <!-- BEGIN amazon --> <div class="pall"> <div class="pheader"> <h2>Recommend</h2> </div> <div class="pbody"> <div class="pcont"> {amazon_item} </div> </div> <div class="pfooter"> </div> </div> <!-- END amazon --> <!-- BEGIN link --> <div class="pall"> <div class="pheader"> <h2>Links</h2> </div> <div class="pbody"> <div class="pcont"> {link_list} </div> </div> <div class="pfooter"> </div> </div> <!-- END link --> <!-- BEGIN profile --> <div class="pall"> <div class="pheader"> <h2>Profile</h2> </div> <div class="pbody"> <div class="pcont"> {user_list} </div> </div> <div class="pfooter"> </div> </div> <!-- END profile --> <div class="pall"> <div class="pheader"> <h2>Others</h2> </div> <div class="pbody"> <div class="pcont"> <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> </div> </div> <div class="pfooter"> </div> </div> <div class="pall"> <div class="pheader"> <h2>Mobile</h2> </div> <div class="pbody"> <div class="pcont"> {site_qrcode} </div> </div> <div class="pfooter"> </div> </div> <!-- BEGIN jugem_ad --> <div class="pall"> <div class="pheader"> <h2>Sponsored Links</h2> </div> <div class="pbody"> <div class="pcont"> {ad} </div> </div> <div class="pfooter"> </div> </div> <!-- END jugem_ad --> </div> <div id="footer"> <address>Script:<a href="http://jugem.jp/">JUGEM</a><br />Skin:<a href="http://nonty.net/">Twinkle Magic</a></address> </div> </div> </body> </html>
CSS
/* 全体の指定----------------------------------------------------*/ /* リセット */ body,div,p,h1,h2,h3,h4,h5,h6,blockquote,ul,ol,li,dl,dt,dd,form,input,textarea,address,table,th,tr,td,img,a{ border: 0px; margin: 0px; padding: 0px; font-size: 1em; font-style: normal; font-weight: normal; text-decoration: none; } ul,ol,li{ list-style-type: none; } /* 全体の指定-------------------------------------------------------------- */ /* スクロールバーの指定(IE) */ html{ scrollbar-face-color: #d9aa91; scrollbar-highlight-color: #d9aa91; scrollbar-3dlight-color: #ffffff; scrollbar-track-color: #d9aa91; scrollbar-shadow-color: #ffffff; scrollbar-darkshadow-color: #d9aa91; scrollbar-arrow-color: #ffffff; } /* body */ body{ background-color: #ffffff; background-image: url(http://img-cdn.jg.jugem.jp/3ff/854379/20090917_363760.gif); color: #c2774e; font-size: 80%; font-family: 'MS ゴシック', 'MS Gothic', Verdana, sans-serif; letter-spacing: 0.2em; line-height: 1.5; text-align: center; } /* リンク */ a:link{ color: #ff69b4; border-bottom: dashed 1px #ff99cc; } a:visited{ color: #ff69b4; border-bottom: none; } a:hover{ color: #ff99cc; border-bottom: dashed 1px #ff99cc; } a:active{ color: #ff99cc; border-bottom: none; } /* フォーム */ input,textarea{ border: solid 1px #c2774e; background-color: #ffffff; background-image: url(http://img-cdn.jg.jugem.jp/3ff/854379/20090917_363756.gif); color: #c2774e; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #c2774e; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #c2774e; scrollbar-darkshadow-color: #ffffff; scrollbar-arrow-color: #c2774e; } /* 引用 */ blockquote{ margin: 10px; padding: 10px; border: dashed 1px #ff99cc; background-image: url(http://img-cdn.jg.jugem.jp/3ff/854379/20090917_363756.gif); } /* 中央揃え */ .center{ text-align: center; } /* 右寄せ */ .right{ text-align: right; } /* 左寄せ */ .left{ text-align: left; } /* 構造の指定--------------------------------------------------------- */ /* 全体 */ div#all{ width: 740px; margin: 0px auto; text-align: left; } /* エントリーブロック */ div#entry{ width: 500px; float: right; } /* プラグインブロック */ div#plugin{ width: 220px; float: right; margin-right: 20px; } /* フッターブロック */ div#footer{ clear: right; width: 740px; } /* ヘッダーブロックの指定--------------------------------------------- */ /* ブログタイトル */ h1{ padding: 10px 0px; font-weight: bold; } h1 a:link, h1 a:visited{ font-weight: bold; } /* ブログの説明文 */ div#header p{ padding: 0px 0px 10px 0px; } /* エントリーブロックの指定------------------------------------------- */ /* エントリー全体 */ div.eall{ width: 500px; margin-bottom: 10px; } /* エントリーヘッダ */ div.eheader{ width: 500px; height: 70px; background-image: url(http://img-cdn.jg.jugem.jp/3ff/854379/20090917_363755.gif); background-repeat: no-repeat; background-position: center bottom; background-attachment: scroll; } /* エントリーボディ */ div.ebody{ width: 500px; background-image: url(http://img-cdn.jg.jugem.jp/3ff/854379/20090917_363753.gif); background-repeat: repeat-y; background-position: center top; background-attachment: scroll; } /* エントリーフッター */ div.efooter{ width: 500px; height: 57px; background-image: url(http://img-cdn.jg.jugem.jp/3ff/854379/20090917_363754.gif); background-repeat: no-repeat; background-position: center top; background-attachment: scroll; } /* コメントヘッダー */ div.cheader{ width: 500px; height: 70px; background-image: url(http://img-cdn.jg.jugem.jp/3ff/854379/20090917_363752.gif); background-repeat: no-repeat; background-position: center bottom; background-attachment: scroll; } /* エントリーブロックh2 */ div#entry h2{ padding: 35px 0px 0px 25px; margin: 0px 20px; border-bottom: dashed 1px #c2774e; font-size: 12px; } div#entry h2 a, div#entry h2 a:link, div#entry h2 a:visited{ font-weight: bold; border-bottom: none; } h2{ font-weight: bold; } /* 日付部分 */ p.date{ padding: 0px 20px; text-align: right; font-size: 10px; } p.date a:link, p.date a:visited{ border-bottom: none; color: #c2774e; } /* 本文 */ div.text{ padding: 10px 20px; } /* エントリーフッター文字 */ ul.cat{ font-size: 10px; text-align: right; padding: 10px 20px 0px 15px; } ul.cat li{ display: inline; margin-left: 5px; } /* プロフィール */ dl.prof{ padding: 0px 20px; } dl.prof dt{ font-weight: bold; } /* コメントフォーム全体 */ dl.cmtform{ padding: 0px 20px; } p.cmtsub{ padding: 10px 20px; } /* コメントフォーム幅 */ .input{ width: 350px; } /* エントリーブロックh3 */ div#entry h3{ padding: 35px 0px 0px 25px; margin: 0px 20px; border-bottom: dashed 1px #c2774e; font-size: 12px; color: #ff69b4; } div#entry h3 a, div#entry h3 a:link, div#entry h3 a:visited{ font-weight: bold; border-bottom: none; } /* トラバ */ dl.tburi{ padding: 0px 20px; } /* ナビ */ ul.navi{ text-align: center; margin: 10px 10px 10px 5px; } ul.navi li{ display: inline; margin-left: 5px; } p.tnavi{ text-align: center; margin: 10px; } /* プラグインブロックの指定--------------------------------------------- */ /* プラグイン全体 */ div.pall{ width: 220px; margin-bottom: 10px; } /* プラグインヘッダ */ div.pheader{ width: 220px; height: 40px; background-image: url(http://img-cdn.jg.jugem.jp/3ff/854379/20090917_363759.gif); background-repeat: no-repeat; background-position: center bottom; background-attachment: scroll; } /* プラグインボディ */ div.pbody{ width: 220px; background-image: url(http://img-cdn.jg.jugem.jp/3ff/854379/20090917_363757.gif); background-repeat: repeat-y; background-position: center top; background-attachment: scroll; } /* プラグインフッター */ div.pfooter{ width: 220px; height: 24px; background-image: url(http://img-cdn.jg.jugem.jp/3ff/854379/20090917_363758.gif); background-repeat: no-repeat; background-position: center top; background-attachment: scroll; } /* プラグインh2 */ div#plugin h2{ font-weight: bold; font-size: 12px; margin: 0px 10px; padding: 12px 0px 0px 18px; border-bottom: dashed 1px #ff99cc; } /* プラグイン上説明 */ p.pextop{ padding: 10px 10px 0px 10px; } /* プラグイン中身 */ div.pcont{ padding: 10px; } /* プラグイン下説明 */ p.pexbottom{ padding: 0px 10px 10px 10px; } /* 検索フォーム */ .box{ width: 100px; } /* カレンダーの指定----------------------------------------------------- */ /* 全体の指定 */ table.calendar{ margin-left: auto; margin-right: auto; font-size: 12px; width: 90%; height: 150px; text-align: center; } /* 曜日の指定 */ td.weekday{ font-size: 10px; } /* フッター指定---------------------------------------------------------- */ /* 全体の指定 */ div#footer{ text-align: center; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑