無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
sea
テンプレートイメージ表示ページへ戻る
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 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 onload="javascript:initval();"> <center> <a name="top"></a> <!-- BEGIN title --> <table><tr><td class="top"> <div class="site_title">{blog_name}</div> <div class="description">{blog_description}</div> </td></tr></table> <!-- END title --> <table cellpadding="0" cellspacing="0"><tr><td class="side" valign="top"> <!-- BEGIN calendar --> <div class="linktitle">Calendar</div> <div class="calendar"> <table border="0" cellpadding="0" cellspacing="1"> <tr align="center"> <td class="weekday">S</td> <td class="weekday">M</td> <td class="weekday">T</td> <td class="weekday">W</td> <td class="weekday">T</td> <td class="weekday">F</td> <td class="weekday">S</td> </tr> </table> {calendar} </div> <!-- END calendar --> <!-- BEGIN selected_entry --> <div class="linktitle">NewEntry</div> <div class="linktext"> {selected_entry_list} </div> <!-- END selected_entry --> <!-- BEGIN profile --> <div class="linktitle">Profile</div> <div class="linktext"> {user_list} </div> <!-- END profile --> <!-- BEGIN category --> <div class="linktitle">Category</div> <div class="linktext"> {category_list} </div> <!-- END category --> <!-- BEGIN archives --> <div class="linktitle">Archives</div> <div class="linktext"> {archives_list} </div> <!-- END archives --> <!-- BEGIN recent_comment --> <div class="linktitle">Comment</div> <div class="linktext"> {recent_comment_list} </div> <!-- END recent_comment --> <!-- search --> <div class="linktitle">Search</div> <form method="get" action=""> <div class="search"> <input id="search" name="search" size="20" style="width:110px" class="form" /> <input type="submit" value="search" class="button" /> </div> </form> <!-- /search/ --> <!-- BEGIN link --> <div class="linktitle">Link</div> <div class="linktext"> {link_list} <ul> <li><a href="./admin/">Log in</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> <li>Photo by <a href="http://kenken.kikirara.jp/" target="_blank">05 free photo</a></li> <li>Design by <a href="http://cannndy.jugem.jp/" target="_blank">cannndy</a></li> </ul> </div><br /> <!-- END link --> <!-- 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 --> <div class="linktitle"> Favorite</div> <div class="linktext"> <!-- BEGIN amazon --> <a href="{amazon_url}" target="_blank"><img src="{amazon_ImageUrlSmall}" border="0" alt="{amazon_ProductName}"></a> <!-- END amazon --> </div> <!-- mobile --> <div class="linktitle">Mobile</div> <div class="linktext">{site_qrcode}</div> <!-- //mobile --> <!-- BEGIN jugem_ad --> <div class="linktitle">Sponsored Links</div> {ad} <!-- END jugem_ad --> </td> <td class="main" valign="top"> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} <a href="./">main</a> {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry_title">{entry_title}</div> <div class="entry_body">{entry_description} <br /><br /> <!-- BEGIN entry_sequel_link --> <a href="./?eid={entry_sequel_id}#sequel">read more...</a> <!-- END entry_sequel_link --> <!-- BEGIN entry_sequel_items --> {entry_sequel_text} <!-- END entry_sequel_items --> </div> <div class="entry_state">{entry_date} {entry_time}<br />{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} <br />{comment_name} {comment_time}</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="form"> <label for="name">name </label></td><td> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" /> </td></tr><tr><td class="form"> <label for="email">mail </label></td><td> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" /></td></tr><tr><td class="form"> <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> <br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:380px;"></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 /> <br />{profile_description}</div> <!-- END profile_area --> <div class="page"> {prev_page_link} {page_now}/{page_num}PAGES {next_page_link}<br /><br /><br /> <br /> </div></div> </td></tr></table> </div> </div> </div> </body> </html>
CSS
* { margin: 0; padding: 0; } body { font-family: 'Times New Roman'; font-size: 10px; line-height: 170%; letter-spacing: 1px; text-align: left; background-color: #000000; background-image: url('http://img-cdn.jg.jugem.jp/a53/757791/20080507_451434.jpg'); background-repeat: no-repeat; background-position: center top; } .main { padding: 10px; float: right; text-align: left; width: 400px; background-color: #fff; } .side { float: left; padding: 0px 20px 20px 20px; text-align: left; width: 190px; background-color: #fff; } a:link,a:visited,a:active { color: #6E6E6E; text-decoration: none;} a:hover { color: #000; text-decoration: underline;} .top { text-align: left; height: 280px; width: 560px; } .site_title { font-family: 'Times New Roman'; font-size: 20px; color: #fff; font-weight: bolder; letter-spacing: 1px; margin-top: 10px; } .site_title a , .site_title a:link , .site_title a:visited , .site_title a:active { color: #fff; text-decoration: none; } .site_title a:hover { color: #ccc; text-decoration: none; } .description { font-family: 'Verdana'; font-size: 10px; letter-spacing:2px; line-height:130%; color: #fff; margin: 5px 0px 0px 0px; } input,select,textarea { line-height:150%; color: #000; font-size: 11px; font-family:'verdana'; background-color:#fff; border:1px solid #000; } ul { list-style-type: none; line-height:160%; margin: 0px; padding: 0px; } li { list-style-type: none; line-height:160%; margin: 0px; } .pict { padding: 5px;} .entry_navi{ font-size: 11px; font-family: 'Times New Roman'; letter-spacing:1px; line-height:180%; text-align: right; margin: 10px 0px 5px 0px; } .entry_date { font-family: 'Times New Roman'; font-size: 10px; color: #000; text-align: right; margin: 10px 0px 15px 0px; letter-spacing:2px; line-height:180%; } .entry_title { font-family: 'Times New Roman'; font-size: 11px; letter-spacing: 1px; line-height:170%; color: #000; font-weight: bolder; margin: 10px 0px 0px 0px; } .entry_body { font-family: 'MS UI Gothic'; font-size: 12px; letter-spacing: 1px; line-height:170%; color: #000; margin: 30px 0px 30px 0px; } .entry_state { font-family: 'Times New Roman'; font-size: 10px; letter-spacing:2px; line-height:180%; color: #999; margin: 0px 0px 40px 0px; text-align: right; } .comment_title { font-family: 'Times New Roman'; font-size: 14px; letter-spacing:2px; line-height:180%; color: #000; font-weight: bolder; margin: 10px 0px 10px 0px; padding-bottom: 3px; } .comment_body { font-family: 'MS UI Gothic'; font-size: 11px; letter-spacing: 1px; line-height:170%; color: #000; margin: 30px 0px 30px 0px; } .form { font-family: 'verdana'; font-size: 10px; text-align: right; color: #000; } .linktitle { font-family: 'Times New Roman'; font-size: 14px; color: #000; letter-spacing:2px; line-height:180%; margin: 20px 0px 20px 0px; } .linktext { font-family: 'Times New Roman'; font-size: 10px; color: #A0A0A0; letter-spacing:2px; line-height:180%; margin: 10px 0px 10px 0px; } .calendar { font-family: 'Times New Roman'; font-size: 10px; color: #000; line-height: 140%; margin: 20px 0px 20px 0px; padding: 3px 0px 0px 0px; text-align: center; } .cell { padding: 1px; height: 20px; width: 20px; } .weekday { font-size: 10px; color: #000; font-weight: bolder; text-align: center; padding: 1px; height: 13px; width: 20px; } .search { font-family: 'Times New Roman'; font-size: 10px; color: #000; letter-spacing:2px; line-height:150%; text-align: left; margin: 0px 0px 5px 0px;} .page { font-family: 'Times New Roman'; font-size: 10px; color: #000; text-align: center; letter-spacing:1px; line-height:150%; margin: 30px 0px 10px 0px; padding-top: 30px; } br {letter-spacing: normal} html { scrollbar-base-color: #000000; scrollbar-face-color: #000000; scrollbar-track-color: #282828; scrollbar-arrow-color: #fff; scrollbar-3dlight-color: #000000; scrollbar-highlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-darkshadow-color: #000000; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑