無料ブログをかんたん作成
無料ブログ作成なら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-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> <table><tr><td align=left valign=top class="lace2"> <!-- BEGIN title --> <div class="site_title">{site_title}</div> <div class="description">{blog_description}</div> <!-- END title --> <!-- BEGIN latest_entry --> <img src="http://img-cdn.jg.jugem.jp/3be/354429/20080110_284494.gif"> <div class="list">{latest_entry_list}</div> <!-- END latest_entry --> <!-- BEGIN profile --> <img src="http://img-cdn.jg.jugem.jp/3be/354429/20080110_284497.gif"> <div class="list">{user_list}</div> <!-- END profile --> <!-- BEGIN category --> <img src="http://img-cdn.jg.jugem.jp/3be/354429/20080110_284492.gif"> <div class="list">{category_list}</div> <!-- END category --> <!-- BEGIN recent_comment --> <img src="http://img-cdn.jg.jugem.jp/3be/354429/20080110_284493.gif"> <div class="list">{recent_comment_list}</div> <!-- END recent_comment --> <!-- BEGIN archives --> <img src="http://img-cdn.jg.jugem.jp/3be/354429/20080110_284490.gif"> <div class="list">{archives_list}</div> <!-- END archives --> <!-- BEGIN link --> <img src="http://img-cdn.jg.jugem.jp/3be/354429/20080110_284495.gif"> <div class="list">{link_list}</div> <!-- END link --> <img src="http://img-cdn.jg.jugem.jp/3be/354429/20080110_284496.gif"> <div class="list"><a href="./admin" target="_blank">Admin</a> <br />{site_qrcode}</div> <br /> Material:<a href="http://shape.sakura.ne.jp" target="_blank">shape</a> Template: <a href="http://koharueri.jugem.jp/" target="_blank">Favorite</a> <br /><br /> </td> <td align=left valign=top> <!-- BEGIN entry --> <div class="entry_body"> <font class="entry"> {entry_title}<br /><br /> {entry_description} <br />{entry_sequel} </font> <div class="entry_state">{entry_date} {entry_time_only} {category_name} {comment_num}</div> </div> <!-- END entry --> <!-- BEGIN profile_area --> <div class="entry_body"> <font class="list_title">Profile</font><br /><br /> <font class="entry">{profile_name} <br /> {profile_description} </font></div> <!-- END profile_area --> <!-- BEGIN comment_area --> <div class="entry_body"> <font class="list_title">Comment</font><br /><br /> <!-- BEGIN comment --> <font class="entry">{comment_description}</font> <br><font class="entry_state"> {comment_name} {comment_year}.{comment_month}.{comment_time_24} <br /><br /><br /></font> <!-- END comment --> <a name="comments"></a> <div class="commnet_form"> <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> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" style="width:120px;" /><br /> <label for="email">Mail....</label> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:200px;" /><br /> <label for="url">Web....</label> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:200px;" /><br /> <label for="description">Comments</label><br /> <textarea tabindex="5" id="description" name="description" rows="5" cols="50" style="width:360px;"></textarea><br /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie" style="border:none;"><label for="set_cookie">Cookie</label> <input tabindex="5" type="submit" value="送信" onclick="javascript:setval();" / > </form> </div> </div> <!-- END comment_area --> <br><div align=right> {ad}</div> </td></tr></table> </body> </html>
CSS
body { margin: 0; padding: 0; font-family: 'times new roman'; font-size: 10px; color: #808080; line-height: 170%; background-color: #FFFFFF; background-image: url('http://img-cdn.jg.jugem.jp/3be/354429/20080105_282284.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: right top; } a {color: #99CCCC; text-decoration:none;} a:link {color: #99CCCC; text-decoration:none;} a:visited {color: #99CCCC; text-decoration:none;} a:active {color: #99CCCC; text-decoration:none;} a:hover { color: #6666CC; text-decoration: underline; cursor: crosshair; } .site_title {font-size: 22px; color: #808080; text-decoration:none;font-family:'times new roman';font-weight: bold;margin-top: 30px;} .site_title a { text-decoration:none;} .site_title a:link { text-decoration:none;} .site_title a:visited { text-decoration:none;} .site_title a:active {text-decoration:none;} .site_title a:hover {font-size: 22px;color:#FF6699;text-decoration: underline;} html {scrollbar-base-color: #FFFFFF; scrollbar-face-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #c0c0c0; scrollbar-3dlight-color: #FFFFFF; scrollbar-highlight-color: #c0c0c0; scrollbar-shadow-color: #c0c0c0; scrollbar-darkshadow-color: #FFFFFF; } .description { font-size:10px;letter-spacing: 1px;line-height:130%; margin-top:5px;margin-bottom:15px;color:#808080; } .entry { font-family: times new roman; font-size: 10px; margin-top: 30px; text-align: left; } .entry_body { margin-top: 40px; padding: 10px; width: 500px; } .entry_state { margin-top: 20px; text-align: left; width: 450px; } .list { text-align: left; font-size:10px; font-family:'ms gothic'; letter-spacing: 1px; color: #6699FF; margin-bottom:5px; } .list_title { font-family: 'times new roman'; font-size: 16px; color: #6699FF; font-weight: bold; letter-spacing: 1px; } ul { list-style-type: none;line-height:120%;margin-left:15px; margin:5px;} li { margin:0px;} img {border:none;} input, textarea { font-size: 10px; color: #000000; background-color:#ffffff; border: 1px solid #000000; margin:3px 0px 2px 0px; } br { letter-spacing: normal} .lace2 { padding: 20px; width: 260px; height: 800px;line-height:120%; background-image: url('http://img-cdn.jg.jugem.jp/3be/354429/20080105_282285.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: left bottom; margin-left:10px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑