無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
simp_05
テンプレートイメージ表示ページへ戻る
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}" /> <script src="http://jugem.jp/common/menu.js" type="text/javascript"></script> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> <a name="top"></a> <!-- header --> <div id="header"> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> </div> <!-- /header/ --> <!-- container --> <div id="container"> <!-- layout --> <div id="layout"> <!-- menu_box --> <div id="menu_box"> <span class="linkmenu"><a href="" onclick="return buttonClick(event, 'MENU1');" title="click:archive">:archive:</a></span> <span class="linkmenu"><a href="" onclick="return buttonClick(event, 'MENU2');" title="click:category">:category:</a></span> <span class="linkmenu"><a href="" onclick="return buttonClick(event, 'MENU3');" title="click:entry">:entry:</a></span> <span class="linkmenu"><a href="" onclick="return buttonClick(event, 'MENU4');" title="click:comment">:comment:</a></span> <span class="linkmenu"><a href="" onclick="return buttonClick(event, 'MENU5');" title="click:trackback">:trackback:</a></span> <span class="linkmenu"><a href="" onclick="return buttonClick(event, 'MENU6');" title="click:link">:link:</a></span> <span class="linkmenu"><a href="" onclick="return buttonClick(event, 'MENU7');" title="click:recommend">:recommend:</a></span> <span class="linkmenu"><a href="" onclick="return buttonClick(event, 'MENU8');" title="click:others">:others:</a></span> </div> <!-- /menu_box/ --> <!-- menu_list_box --> <!-- archives --> <div id="MENU1" class="MENU"> <!-- BEGIN archives --> <div class="list_text">{archives_list}</div> <!-- END archives --> <div class="list_title">Archive</div> </div> <!-- /archives/ --> <!-- category --> <div id="MENU2" class="MENU"> <!-- BEGIN category --> <div class="list_text">{category_list}</div> <!-- END category --> <div class="list_title">Category</div> </div> <!-- /category/ --> <!-- entry --> <div id="MENU3" class="MENU"> <!-- BEGIN latest_entry --> <div class="list_text">{latest_entry_list}</div> <div class="list_title2">New Entry</div> <!-- END latest_entry --> <!-- BEGIN selected_entry --> <div class="list_text">{selected_entry_list}</div> <div class="list_title2">Selected Entry</div> <!-- END selected_entry --> <div class="list_title">Entry</div> </div> <!-- /entry/ --> <!-- recent_comment --> <div id="MENU4" class="MENU"> <!-- BEGIN recent_comment --> <div class="list_text">{recent_comment_list}</div> <!-- END recent_comment --> <div class="list_title">Recent Comment</div> </div> <!-- /recent_comment/ --> <!-- recent_trackback --> <div id="MENU5" class="MENU"> <!-- BEGIN recent_trackback --> <div class="list_text">{recent_trackback_list}</div> <!-- END recent_trackback --> <div class="list_title">Recent Trackback</div> </div> <!-- /recent_trackback/ --> <!-- link --> <div id="MENU6" class="MENU"> <!-- BEGIN link --> <div class="list_text">{link_list}</div> <!-- END link --> <div class="list_title">Link</div> </div> <!-- /link/ --> <!-- recommend --> <div id="MENU7" class="MENU"> <!-- amazon --> <div class="list_amazon"> <!-- BEGIN amazon --> <a href="{amazon_url}" target="_blank"><img border="0" src="{amazon_ImageUrlSmall}" alt="{amazon_ProductName}" title="{amazon_ProductName} | {amazon_Creator}" class="amazon_pict" /></a> <!-- END amazon --> </div> <div class="list_title">Recommend</div> </div> <!-- /recommend/ --> <!-- others --> <div id="MENU8" class="MENU"> <!-- BEGIN user --> <div class="list_text">{user_list}</div> <div class="list_title2">Profile</div> <!-- END user --> <!-- BEGIN freespace1 --> <div class="list_text">{freespace_contents1}</div> <div class="list_title2">{freespace_title1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="list_text">{freespace_contents2}</div> <div class="list_title2">{freespace_title2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="list_text">{freespace_contents3}</div> <div class="list_title2">{freespace_title3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="list_text">{freespace_contents4}</div> <div class="list_title2">{freespace_title4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="list_text">{freespace_contents5}</div> <div class="list_title2">{freespace_title5}</div> <!-- END freespace5 --> <!-- mobile --> <div class="list_text">{site_qrcode}</div> <div class="list_title2">Mobile</div> <!-- /mobile/ --> <!-- meta --> <div class="list_text"> <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 class="list_title2">Meta</div> <!-- /meta/ --> <div class="list_title">Others</div> </div> <!-- /others/ --> <!-- /menu_list_box/ --> <!-- main_box --> <div id="main_box"> <!-- BEGIN entry --> <div class="entry"> <div class="entry_info"> <div class="entryinfo_left"> <a href="{entry_permalink}" title="permalink">{entry_year}<br />{entry_month}.{entry_day}<br />{entry_eng_week_short}</a> </div> <div class="entryinfo_right"> <h2 class="entry_title">{entry_title}</h2> <div class="entry_state">post time: {entry_time_only}, category: {category_name}, author: {user_name}<br />{comment_num} {trackback_num}</div> </div> </div> <div class="entry_body">{entry_description}</div> <a name="sequel"></a> <div class="entry_more"> <!-- BEGIN entry_sequel_link --> <br /><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> {trackback_auto_discovery} <!-- END entry --> <!-- entrynavi --> <!-- BEGIN sequel --> <div class="entry_navi"> <a href="{prev_permalink}" title="{prev_title}"><<prev entry</a> | <a href="./">main</a> | <a href="{next_permalink}" title="{next_title}">next entry>></a> </div> <!-- END sequel --> <!-- /entrynavi/ --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry_comment"> <h2 class="comment_title">Comments:</h2> <!-- BEGIN comment --> <div class="comment_body">{comment_description}</div> <div class="comment_state">comment by: {comment_name} | {comment_time}</div> <!-- END comment --> <h2 class="comment_title">Leave a comment:</h2> <div class="comment_body"> <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><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:350px; height:100px; overflow:auto !important;"></textarea><br /><br /> <input id="cm_button" tabindex="5" type="submit" value="write" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookie on</label> </form> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="entry_trackback"> <h2 class="trackback_title">TrackBack URL:</h2> <div class="trackback_url">{trackback_url}</div> <h2 class="trackback_title">TrackBacks:</h2> <!-- BEGIN trackback --> <div class="trackback_body"> {trackback_title}<br />{trackback_excerpt} </div> <div class="trackback_state">trackback by: {trackback_blog_name} | {trackback_time}</div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry_profile"> <h2 class="profile_title">Profile:</h2> <div class="profile_body"> <div class="profile_name">{profile_name}</div> {profile_description} </div> </div> <!-- END profile_area --> <!-- pagenavi --> <!-- BEGIN page --> <div class="page_navi"> {prev_page_link} | {page_now}/{page_num}pages | {next_page_link} </div> <!-- END page --> <!-- /pagenavi/ --> <!-- search --> <div class="search"> <form method="get" action=""> <input id="search" name="search" size="20" style="width:150px;" class="form" value="Search this site!" /> <input id="search_button" type="submit" value="search" class="button" /> </form> </div> <!-- /search/ --> <!-- page_top --> <div class="linktext"><a href="#top">△PageTop</a></div> <!-- /page_top/ --> <!-- ad --> {ad} <!-- /ad/ --> </div> <!-- /main_box/ --> </div> <!-- /layout/ --> </div> <!-- /container/ --> <!-- footer --> <div id="footer"> <div class="footertext">powered by <a href="http://jugem.jp/" target="_blank">JUGEM</a> | {copyright} | designed by <a href="http://terrapin.jugem.cc/" target="_blank">ambience</a> </div> </div> <!-- /footer/ --> </body> </html>
CSS
/* ******************************************************** simp_05 http://terrapin.jugem.cc/?eid=199 テンプレ公開日: 2008/10/19 テンプレ更新日: 2008/11/25 ******************************************************** */ * { margin: 0; padding: 0; } /* スクロールバー(IE) */ html { scrollbar-arrow-color: #ffffff; scrollbar-track-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-base-color: #d0c7d9; scrollbar-face-color: #d0c7d9; scrollbar-highlight-color: #d0c7d9; scrollbar-shadow-color: #d0c7d9; scrollbar-3dlight-color: #d0c7d9; } body { font-family: "Osaka‐等幅", "century gothic","Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; margin: 0; padding: 0; background-color: #d0c7d9; text-align: center; } /* --▽-- */ #container { overflow: hidden; background-color: #ffffff; } #container:after { content: ""; display: block; clear: both; height: 1px; overflow: hidden; } /*¥*/ * html #container { height: 1em; overflow: visible; } /**/ /* --△-- */ #header { width: 100%; font-size: 10px; text-align: left; background-color: #d0c7d9; margin: 0; padding: 5px 0; color: #ffffff; } #layout { width: 620px; margin: 0 auto; text-align: left; padding: 0 10px; } #menu_box { width: 600px; text-align: center; background-color: #ffffff; } #main_box { width: 600px; padding: 20px 0; background-color: #ffffff; } #footer { width: 100%; margin: 0; padding: 5px 0; font-size: 10px; text-align: center; clear: both; background-color: #d0c7d9; } h1 { font-weight: bold; } h2 { margin: 0; padding: 0; font-weight: bold; } p { margin: 0; padding: 0; line-height: 150%; } #main_box ul { line-height: 150%; margin: 5px 30px; padding: 0; list-style-type: square; } .list_text ul { line-height: 150%; margin: 0 0 0 5px; padding-left: 5px; list-style-type: none; } blockquote { font-size: small; color: #999999; line-height: 150%; margin: 5px 30px 5px 25px; padding-left: 5px; border-left: 2px solid #cccccc; } /* リンク */ a { color: #999999; text-decoration: none; } a:hover { text-decoration: underline; } #header .site_title a { padding: 5px; } #header .site_title a { color: #ffffff; text-decoration: none; background-color: #977cb2; border-right: 2px solid #ffffff; } #header .site_title a:hover { color: #ffffff; text-decoration: none; background-color: #b4a3c4; border-right: 2px solid #ffffff; } #menu_box .linkmenu a { padding: 5px; } #menu_box .linkmenu a:hover { color: #ffffff; text-decoration: none; background-color: #d0c7d9; } #main_box .entryinfo_left a { display: block; height: 100%; width: 100%; padding: 10px 2px; color: #ffffff; text-decoration: none; background-color: #d0c7d9; } #main_box .entryinfo_left a:hover { color: #ffffff; text-decoration: none; background-color: #b4a3c4; } .entry .entry_state a { color: #999999; text-decoration: none; } .entry .entry_state a:hover { color: #999999; text-decoration: underline; } .entry a, .entry_comment a, .entry_trackback a { color: #999999; text-decoration: underline; } .entry a:hover, .entry_comment a:hover, .entry_trackback a:hover { color: #977cb2; text-decoration: none; } #footer .footertext a { color: #ffffff; text-decoration: none; } #footer .footertext a:hover { color: #ffffff; text-decoration: underline; } /* ヘッダー */ #header .site_title, #header .description { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 10px; display: inline; color: #ffffff; } .description { padding-left: 10px; } /* メニュー */ .MENU { visibility: hidden; z-index: 999; position: absolute; width: 250px; background-color: #ffffff; } .linkmenu { font-size: 11px; font-weight: bold; margin: 0; text-align: center; color: #999999; } .list_text { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 10px; color: #999999; line-height: 150%; margin: 0; padding: 5px; text-align: left; } .list_amazon { padding: 10px 0 10px 10px; } .list_title { font-family: "Osaka‐等幅", "century gothic","Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: small; font-weight: bold; color: #ffffff; line-height: 170%; text-align: right; padding: 5px; background-color: #d0c7d9; } .list_title2 { font-family: "Osaka‐等幅", "century gothic","Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: small; font-weight: bold; color: #b4a3c4; line-height: 170%; text-align: left; padding: 5px; } /* エントリー */ .entry { margin: 20px 0 30px 0; } .entry_info { width: 600px; } .entryinfo_right{ width: 530px; float: right; } .entryinfo_left { font-family: "Osaka‐等幅", "century gothic", "arial", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 15px; font-weight: bold; text-align: center; margin: 0; float: left; width: 60px; } .entry_title { font-size: small; color: #999999; margin: 0; padding: 10px 5px 10px 10px; } .entry_body { font-size: small; line-height: 150%; color: #999999; margin: 0; padding: 10px 10px 0 10px; clear: both; } .entry_more { font-size: small; line-height: 150%; color: #999999; margin: 0; padding: 0 10px; } .entry_state { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 10px; text-align: right; padding-right: 10px; color: #999999; } /* コメント・トラックバック */ .comment_body, .trackback_body { font-size: small; line-height: 150%; color: #999999; margin: 0; padding: 30px 50px 5px 50px; } .comment_state, .trackback_state { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 10px; color: #999999; padding: 5px 50px 20px 50px; text-align: left; } .entry_comment, .entry_trackback { margin: 20px 0 30px 10px; } .entry_trackback { padding-bottom: 10px; } .comment_title, .trackback_title { font-size: small; color: #999999; margin: 0 10px 0px 10px; padding: 10px 0 3px 0; border-bottom: 1px solid #eeeeee; text-align: left; } .trackback_url { font-size: small; color: #999999; text-align: center; padding-top: 10px; } /* プロフィール */ .entry_profile { margin: 20px 0 30px 10px; padding: 0; font-size: small; color: #999999; text-align: left; } .profile_title { font-size: small; color: #999999; margin: 0 10px; padding: 10px 0 3px 0; border-bottom: 1px solid #eeeeee; text-align: left; } .profile_body { font-size: small; line-height: 150%; color: #999999; margin: 0; padding: 10px; } .profile_name { font-size: small; color: #999999; padding-bottom: 20px; } /* サーチ */ #main_box .search { text-align: center; margin: 0; padding: 10px; } /* ページナビ */ .page_navi, .entry_navi { font-family: "Osaka‐等幅", "Verdana", "arial", "ヒラギノ角ゴ Pro W3", "sans-serif"; color: #999999; font-size: 11px; text-align: center; line-height: 130%; padding: 10px; } /* 画像 */ img { border-style: none; } a img { border-style: none; } .pict { margin: 5px; padding: 5px; background-color: #ffffff; border: 1px solid #efefef; } .amazon_pict { margin: 1px; padding: 4px; background-color: #ffffff; border: 1px solid #efefef; width: 60px; } /* スポンサードリンク ページトップリンク */ #main_box .linktext { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; margin-top: 20px; padding: 5px; text-align: center; font-size: 10px; } /* フッター */ .footertext { font-family: "Osaka‐等幅", "Verdana", "arial", "ヒラギノ角ゴ Pro W3", "sans-serif"; font-size: 10px; color: #ffffff; } /* フォーム */ form #search { font-family: "Osaka‐等幅", "century gothic", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: small; color: #ffffff; background-color: #b4a3c4; border: 1px solid #ffffff; } form #search_button { font-family: "Osaka‐等幅", "century gothic", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: small; color: #ffffff; border: 1px solid #ffffff; background-color: #b4a3c4; } form #name, form #email, form #url { font-family: "Osaka‐等幅", "century gothic", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: small; color: #999999; background-color: #ffffff; border: 1px solid #999999; } form #description { font-family: "Osaka‐等幅", "century gothic", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: small; color: #999999; background-color: #ffffff; border: 1px solid #999999; padding: 3px; } form #cm_button { font-family: "Osaka‐等幅", "century gothic", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: small; color: #999999; background-color: #ffffff; border: 1px solid #999999; } label { font-family: "Osaka‐等幅", "century gothic", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: small; color: #999999; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑