無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
02_a
テンプレートイメージ表示ページへ戻る
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> <div class="blog-name">{blog_name} </div> <div class="description">{blog_description}</div> <!-- BEGIN title --> <!-- END title --> <div class="side_left"> <!-- BEGIN calendar --> <div class="sidebar_title"></div> <div class="sidebar_item">{calendar}</div> <!-- END calendar --> <!-- BEGIN latest_entry--> <div class="sidebar_item">{latest_entry_list}</div> <!-- END latest_entry--> <!-- BEGIN archives --> <div class="sidebar_item">{archives_list}</div> <!-- END archives --> <!-- BEGIN category --> <div class="sidebar_item">{category_list}</div> <!-- END category --> <!-- BEGIN amazon --> <div class="sidebar_item"></div> <!-- END amazon --> <!-- BEGIN link --> <div class="sidebar_item">{link_list}</div> <!-- END link --> <div class="ad">{ad}<BR><BR><a href="http://jugem.jp/">http://jugem.jp/</a><BR><a href="http://biancca.net/">http://biancca.net/</a></div> </div> <div class="main"> <!-- BEGIN entry --> <div class="title">{entry_title}///{entry_year}{entry_month}{entry_day} / {entry_time_only} / {category_name} /</div> <div class="entry">{entry_description}{entry_sequel} <div class="num"> {comment_num}</div></div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div id="comments" class="comments"> <div class="comment-title"></div> <!-- BEGIN comment --> <div class="comment-body">{comment_description}</div> <div class="comment-state"> {comment_name} | {comment_time}</div><br /> <!-- END comment --> <div class="comment>" <div class="comment-title"></div> <form name="comment_area" id="comment-area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" /> <div class="comment-form"> <label for="name">name</label><BR> <input type="text" tabindex="1" name="name" id="name" style="width:200px;"value="{cookie_name}" /> </div> <div class="clear"></div> <div class="comment-form"> <label for="email">email</label><BR> <input type="text" tabindex="2" name="email" id="email" style="width:200px;" value="{cookie_email}" /> </div> <div class="clear"></div> <div class="comment-form"> <label for="url">url</label><BR> <input type="text" tabindex="3" name="url" id="url" style="width:200px;" value="{cookie_url}" /> </div> <div class="clear"></div> <div class="comment-form"> <label for="description">comments</label><BR> <textarea tabindex="4" id="description"style="width:300px;height:100px;" name="description"></textarea> </div> <div class="comment-form-last"> <input tabindex="5" type="submit" value="SEND" id="bt-submit" style="width:50px;"onclick="javascript:setval();" /> </div> </form></div> </div> <!-- END comment_area --> <!-- BEGIN sequel --> <div class="entry_navi"><a href="{next_permalink}">new</a> / <a href="./">top</a> / <a href="{prev_permalink}">old</a></div><BR> <!-- END sequel --> <!-- BEGIN page --> <div class="entry_navi">{prev_page_link} / {page_now}/{page_num} / {next_page_link}</div><BR> <!-- END page --> </div> </body> </html>
CSS
body{ margin:10% 15% 10% 15%; font-size:12px; font-family:Verdana; color:#666; letter-spacing:0px; line-height:200%; cursor:default; overflow-x:hidden; } div.main{ margin-left: 170px; } img{ border:none;} div.side_left{ font-size:10px; float:left; margin-right:0px; line-height:180%; width: 170px; } li{list-style-type: none; margin-right:30px; margin-left:-35px;} input,textarea{ color:#666; line-height:180%; letter-spacing:0px; border:1px solid #999; background-color:#fff;} a{color:#999;cursor:default;text-decoration:none;} a:hover{color:#666;text-decoration:underline;cursor:default;} div.blog-name{ letter-spacing:3px; margin-left:5px;} div.description{ font-size:10px; margin-bottom:30px; margin-left:5px;} div.title{color:#999; } div.entry{margin-bottom:100px; } div.comment-form-last{margin-bottom:30px; } div.comment-state{color:#999; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑