無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
flat 3カラム版
テンプレートイメージ表示ページへ戻る
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"> <head> <meta http-equiv="Content-Type" content="text/html; charset={site_encoding}" /> <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}" /> </head> <body> <a name="top"></a> <table border="0" cellspacing="0" cellpadding="0" align="center" width="770"> <tr valign="top"> <!--LEFT--> <td width="190" class="back"> <br /> <div class="linktitle"> Calendar </div> <div class="calendar" align="center"> <table border="0" cellspacing="1" cellpadding="0"> <tr> <td class="weekday">Sun</td> <td class="weekday">Mon</td> <td class="weekday">Tue</td> <td class="weekday">Wed</td> <td class="weekday">Thu</td> <td class="weekday">Fri</td> <td class="weekday">Sat</td> </tr> </table> {calendar} </div> <!-- BEGIN profile --> <div class="linktitle"> PROFILE </div> <div class="linktext"> {user_list} </div> <!-- END profile --> <!-- BEGIN category --> <div class="linktitle"> CATEGORIES </div> <div class="linktext"> {category_list} </div> <!-- END category --> <!--new entries--> <!-- BEGIN latest_entry --> <div class="linktitle"> NEW ENTRIES </div> <div class="linktext"> {latest_entry_list} </div> <!-- END latest_entry --> <!-- BEGIN recent_comment --> <div class="linktitle"> RECENT COMMENTS </div> <div class="linktext"> {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="linktitle"> RECENT TRACKBACK </div> <div class="linktext"> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- BEGIN archives --> <div class="linktitle"> ARCHIVES </div> <div class="linktext"> {archives_list} </div> <!-- END archives --> <div class="linktitle"> Myblog List </div> <div class="linktext"> ココにあなたのMyblog Listのスクリプトを。 </div> <!--BlogPeople--> <div class="linktitle"> BlogPeople </div> <div class="linktext"> ココにあなたのBlogPeopleのスクリプトを。 </div> <!-- BEGIN link --> <div class="linktitle"> LINKS </div> <div class="linktext"> {link_list} </div> <div class="linktext"> ココにHTMLで好きなだけリンク貼れます。 </div> <!-- END link --> <div class="linktitle"> MyClip </div> <div class="linktext"> ココにあなたのMyClipのスクリプトを。 </div> <!-- search --> <form method="get" action=""> <div class="search"> このサイトを検索 </div> <div class="search_box"> <input id="search" name="search" size="20" style="width:140px" class="form" /> <input type="submit" value="Search" class="button" /> </div> </form> <!-- /search/ --> <div class="linktitle"> OTHERS </div> <div class="linktext"> <ul> <li> <a href="./?mode=rss">RSS1.0</a> </li> <li> <a href="http://jugem.cc/">Powered by "JUGEM"</a> </li> </ul> </div> </td> <!--CENTER--> <td width="10" class="bg"> <img src="../template/flat/img/blank.gif" width="10" height="1"> </td> <td width="400" class="back"> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> <!-- BEGIN entry --> <div class="entry"> <div class="entry_date">{entry_date}</div> <div class="entry_title">{entry_title}</div> <div class="entry_author" style="text-align:right;">Posted by {user_name} </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} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <div class="entry_date">コメント</div> <!-- BEGIN comment --> <div class="entry_body"> {comment_description} </div> <div class="entry_state"> | {comment_name} | {comment_time} | </div> <!-- END comment --> <div class="entry_date">コメントする</div> <div class="entry_body"> <form action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" /> <label for="name">name:</label><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:320px;"></textarea><br /> <br /> <input type="submit" value="コメント送信" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookieに登録</label> </form> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="entry"> <div class="entry_date">この記事のトラックバックURL</div> <div class="entry_body"> {trackback_url} </div> <div class="entry_date">トラックバック</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 profile_area --> <div class="entry"> <div class="entry_date">プロフィール</div> <div class="entry_title">{profile_name}</div> <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> <!--foot--> <div class="copyright"> Copyright (C) 2004 <a href="http://paperboy.co.jp" target="_blank">paperboy&co.</a> All Rights Reserved.<br /> <br /> <div align="right" style="margin-right: 10px;"><a href="#top">このページの先頭へ </a></div> </div> <td width="10" class="bg"> <img src="../template/flat/img/blank.gif" width="10" height="1"> </td> </td> <!--RIGHT--> <td width="160" class="back"> <br /> <div class="linktitle"> RECOMMENDS </div> <!-- BEGIN amazon --> <div class="linktext"> {amazon_item} </div> <!-- END amazon --> <div class="linktitle"> ADS </div> {ad} <div class="linktext"> ココに好きなだけ広告を載せられます。 </div> <br> <br> <div class="linktext"> ココに好きなだけ広告を載せられます。 </div> <br> <br> <div class="linktext"> ココに好きなだけ広告を載せられます。 </div> <br> <br> <div class="linktext"> ココに好きなだけ広告を載せられます。 </div> <br> <br> <div class="linktext"> ココに好きなだけ広告を載せられます。 </div> <br> <br> <div class="linktext"> ココに好きなだけ広告を載せられます。 </div> <br> <br> </td> </tr> </table> </body> </html>
CSS
body { margin: 0px 0px 0px 0px; background-color: #E9F9F9; } a:link {color:#226666; text-decoration:none;} a:visited {color:#226666; text-decoration:none;} a:active {color:#009999; text-decoration:underline;} a:hover {color:#009999; text-decoration:underline;} h1 { margin: 10px 0px 10px 20px; } ul { margin: 0px 0px 0px 10px; padding: 0px; list-style-image: url(../template/flat/img/arrow.gif); } input, textarea { border: 1px solid #666; } .site_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-weight: bolder; color: #1C5555; margin: 10px 0px 10px 20px; } .site_title a, .site_title a:link, .site_title a:visited, .site_title a:active, .site_title a:hover { color:#1C5555; text-decoration:none; } .description { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; font-weight: bolder; color: #468C8C; margin: 10px 0px 20px 20px; } .entry { background: #FFFFFF; margin: 0px 10px 20px 10px; padding: 20px; } .entry_date { font-family: "Verdana"; font-size: 12px; color: #6E9393; margin: 10px 0px 10px 0px; padding-bottom: 3px; border-bottom: 1px dotted #CCCCCC; } .entry_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; font-weight: bolder; color: #113333; margin: 15px 0px 15px 0px; } .entry_author { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; font-weight: normal; color: #000000; margin: 15px 0px 15px 0px; } .entry_body { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; line-height: 170%; color: #000000; margin: 15px 0px 15px 0px; } .entry_more { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; line-height: 170%; color: #000000; margin: 15px 30px 10px 20px; } .entry_state { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #999999; margin: 20px 0px 25px 0px; } blockquote { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #808080; margin: 20px 10px 20px 10px; padding: 10px; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; } .pict { border-width: 3px; border-style: solid; border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3; } .linktitle { font-family: "Verdana"; font-size: 11px; font-weight: ; color: #C0C0C0; line-height: 100%; margin: 0px 10px 0px 10px; padding: 2px; border-bottom: 1px dotted #CCCCCC; } .linktext { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #333333; line-height: 170%; margin: 1px 10px 20px 10px; padding: 10px; } .back { margin: 0px; padding: 0px 0px 10px 0px; background-color: #FFFFFF; border-left: 1px solid #808080; border-right: 1px solid #808080; } /* SEARCH---------------------------------------------------------------------- */ .search { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #C0C0C0; line-height: 170%; margin: 20px 0px 5px 20px; } .search_box { margin: 0px 0px 5px 20px; } /* FOOTER---------------------------------------------------------------------- */ .copyright { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #333333; line-height: 170%; margin: 0px 0px 0px 20px; } /* CLOCK---------------------------------------------------------------------- */ .clock { margin: 0px 10px 0px 10px; background: #FFFFFF; } /* CALENDAR---------------------------------------------------------------------- */ .calendar { font-family: "Verdana"; font-size: 10px; color: #C0C0C0; line-height: 140%; background: #FFFFFF; margin: 1px 10px 20px 10px; padding: 3px 0px 10px 0px; } .cell { /*background: url(../template/flat/img/cell.gif) no-repeat;*/ width: 23px; height: 12px; padding: 1px; } .weekday { font-size: 9px; text-align: center; width: 23px; height: 12px; padding: 1px; } .today { background-color: #F5F5F5; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑