無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
simp_02
テンプレートイメージ表示ページへ戻る
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 type="text/javascript" src="./template/js/cookie.js"></script> <script language="JavaScript" type="text/JavaScript"> <!-- function vewEntry(eID) { eView = document.getElementById(eID).style; if (eView.display == 'none') eView.display = "block"; else eView.display = "none"; } // --> </script> </head> <body onload="javascript:initval();"> <a name="top"></a> <!-- header --> <div id="header"> <div class="header_meta">Please turn on the JavaScript of the browser. </div> <div class="header_meta"><a href="./admin/">:admin:</a></div> <div class="header_meta"><a href="./?mode=rss">:rss1.0:</a></div> <div class="header_meta"><a href="./?mode=atom">:atom0.3:</a></div> </div> <!-- /header/ --> <!-- container --> <div id="container"> <!-- layout --> <div id="layout"> <!-- left_box --> <div id="left_box"> <!-- blog_title --> <!-- BEGIN title --> <div class="blog_title"> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> </div> <!-- END title --> <!-- /blog_title/ --> <!-- 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/ --> <!-- navi --> <!-- 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 --> <!-- BEGIN page --> <div class="page_navi"> {prev_page_link} | {page_now}/{page_num}pages | {next_page_link} </div> <!-- END page --> <!-- /navi/ --> <!-- 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 --> <!-- 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 --> <!-- page_top --> <div class="linktext"><a href="#top">△PageTop</a></div> <!-- /page_top/ --> <!-- ad --> {ad} <!-- /ad/ --> </div> <!-- /left_box/ --> <!-- right_box --> <div id="right_box"> <!-- amazon --> <div class="linktitle"><a href="javaScript:vewEntry('recommend')" title="open or close"><span class="menutitle">>>Recommend</span></a></div> <div id="recommend" style="display:block;" class="linktext"> <!-- 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> <!-- /amazon/ --> <!-- BEGIN category --> <div class="linktitle"><a href="javaScript:vewEntry('categorylist')" title="open or close"><span class="menutitle">>>Category</span></a></div> <div id="categorylist" style="display:block;" class="linktext">{category_list}</div> <!-- END category --> <!-- BEGIN archives --> <div class="linktitle"><a href="javaScript:vewEntry('archivelist')" title="open or close"><span class="menutitle">>>Archive</span></a></div> <div id="archivelist" style="display:block;" class="linktext">{archives_list}</div> <!-- END archives --> <!-- BEGIN latest_entry --> <div class="linktitle"><a href="javaScript:vewEntry('newentrylist')" title="open or close"><span class="menutitle">>>New Entry</span></a></div> <div id="newentrylist" style="display:block;" class="linktext">{latest_entry_list}</div> <!-- END latest_entry --> <!-- BEGIN selected_entry --> <div class="linktitle"><a href="javaScript:vewEntry('entrylist')" title="open or close"><span class="menutitle">>>Selected Entry</span></a></div> <div id="entrylist" style="display:none;" class="linktext">{selected_entry_list}</div> <!-- END selected_entry --> <!-- BEGIN recent_comment --> <div class="linktitle"><a href="javaScript:vewEntry('commentlist')" title="open or close"><span class="menutitle">>>Recent Comment</span></a></div> <div id="commentlist" style="display:none;" class="linktext">{recent_comment_list}</div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="linktitle"><a href="javaScript:vewEntry('tblist')" title="open or close"><span class="menutitle">>>Recent Trackback</span></a></div> <div id="tblist" style="display:none;" class="linktext">{recent_trackback_list}</div> <!-- END recent_trackback --> <!-- BEGIN link --> <div class="linktitle"><a href="javaScript:vewEntry('linklist')" title="open or close"><span class="menutitle">>>Link</span></a></div> <div id="linklist" style="display:none;" class="linktext">{link_list}</div> <!-- END link --> <!-- BEGIN freespace1 --> <div class="linktitle"><a href="javaScript:vewEntry('fs01')" title="open or close"><span class="menutitle">>>{freespace_title1}</span></a></div> <div id="fs01" style="display:none;" class="linktext">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="linktitle"><a href="javaScript:vewEntry('fs02')" title="open or close"><span class="menutitle">>>{freespace_title2}</span></a></div> <div id="fs02" style="display:none;" class="linktext">{freespace_contents2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="linktitle"><a href="javaScript:vewEntry('fs03')" title="open or close"><span class="menutitle">>>{freespace_title3}</span></a></div> <div id="fs03" style="display:none;" class="linktext">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="linktitle"><a href="javaScript:vewEntry('fs04')" title="open or close"><span class="menutitle">>>{freespace_title4}</span></a></div> <div id="fs04" style="display:none;" class="linktext">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="linktitle"><a href="javaScript:vewEntry('fs05')" title="open or close"><span class="menutitle">>>{freespace_title5}</span></a></div> <div id="fs05" style="display:none;" class="linktext">{freespace_contents5}</div> <!-- END freespace5 --> <!-- BEGIN user --> <div class="linktitle"><a href="javaScript:vewEntry('profile')" title="open or close"><span class="menutitle">>>Profile</span></a></div> <div id="profile" style="display:none;" class="linktext">{user_list}</div> <!-- END user --> <!-- moblie --> <div class="linktitle"><a href="javaScript:vewEntry('mobile')" title="open or close"><span class="menutitle">>>Mobile</span></a></div> <div id="mobile" style="display:none;" class="linktext">{site_qrcode}</div> <!-- /moblie/ --> </div> <!-- /right_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_02 http://terrapin.jugem.cc/?eid=196 テンプレ公開日: 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: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #000000; } body { font-family: "Osaka‐等幅", "century gothic","Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; margin: 0; padding: 0; background-color: #000000; 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: right; background-color: #000000; margin: 0; padding: 5px 0; color: #ffffff; } #layout { width: 760px; margin: 0 auto; padding: 0 10px; text-align: left; } #left_box { width: 500px; float: left; padding: 20px 0; background-color: #ffffff; } #right_box { width: 250px; float: right; padding: 30px 0; background-color: #ffffff; } #footer { width: 100%; margin: 0; padding: 5px 0; font-size: 10px; text-align: center; clear: both; background-color: #000000; } h1 { margin: 0; padding: 0; font-weight: normal; } h2 { margin: 0; padding: 0; font-weight: bold; } p { margin: 0; padding: 0; line-height: 150%; } #left_box ul { line-height: 150%; margin: 5px 30px; padding: 0; list-style-type: square; } #right_box ul { line-height: 150%; margin: 0 0 0 5px; padding: 0; list-style-type: none; } blockquote { font-size: small; color: #333333; line-height: 150%; margin: 5px 30px 5px 25px; padding-left: 5px; border-left: 2px solid #333333; } /* リンク */ a { color: #000000; text-decoration: none; } a:hover { text-decoration: underline; } #header .header_meta a { padding: 5px; } #header .header_meta a { color: #ffffff; text-decoration: none; background-color: #000000; } #header .header_meta a:hover { color: #000000; text-decoration: none; background-color: #ffffff; } .site_title a { color: #000000; text-decoration: none; } .site_title a:hover { color: #000000; text-decoration: underline; } #left_box .entryinfo_left a { display: block; height: 100%; width: 100%; padding: 10px 2px; color: #ffffff; text-decoration: none; background-color: #000000; border: 1px solid #000000; } #left_box .entryinfo_left a:hover { color: #000000; text-decoration: none; background-color: #ffffff; border: 1px solid #000000; } .entry .entry_state a { color: #000000; text-decoration: none; } .entry .entry_state a:hover { color: #000000; text-decoration: underline; background-color: #ffffff; } .entry a, .entry_comment a, .entry_trackback a { color: #000000; text-decoration: underline; } .entry a:hover, .entry_comment a:hover, .entry_trackback a:hover { color: #ffffff; text-decoration: none; background-color: #000000; } #right_box .linktitle a { display: block; width: 100%; color: #000000; background-color: #ffffff; text-decoration: none; } #right_box .linktitle a:hover { color: #ffffff; background-color: #000000; text-decoration: none; } #footer .footertext a { color: #ffffff; text-decoration: none; } #footer .footertext a:hover { color: #ffffff; text-decoration: underline; } /* ヘッダー */ #header .header_meta { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 10px; display: inline; } /* サイトタイトル */ #left_box .blog_title { padding:10px 0; } .site_title { font-size: xx-large; color: #000000; text-align: left; padding: 5px; } .description { font-size: small; color: #000000; padding: 5px; text-align: left; } /* サーチ */ #left_box .search { background-color: #000000; text-align: right; margin: 0; padding: 2px 5px; } /* ページナビ */ .page_navi, .entry_navi { font-family: "Osaka‐等幅", "Verdana", "arial", "ヒラギノ角ゴ Pro W3", "sans-serif"; color: #000000; font-size: 11px; text-align: center; line-height: 130%; padding: 5px; border-bottom: 2px solid #000000; } /* エントリー */ .entry { margin: 20px 0 30px 0; } .entry_info { width: 500px; } .entryinfo_right{ width: 430px; 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: #000000; margin: 0; padding: 10px 5px 10px 10px; } .entry_body { font-size: small; line-height: 150%; color: #000000; margin: 0; padding: 10px 10px 0 10px; clear: both; } .entry_more { font-size: small; line-height: 150%; color: #000000; 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: #000000; } /* コメント・トラックバック */ .comment_body, .trackback_body { font-size: small; line-height: 150%; color: #000000; margin: 0; padding: 30px 10px 5px 20px; } .comment_state, .trackback_state { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 10px; color: #000000; padding: 5px 10px 20px 20px; 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: #000000; margin: 0 10px 0px 10px; padding: 10px 0 3px 0; border-bottom: 1px solid #000000; text-align: left; } .trackback_url { font-size: small; color: #000000; text-align: center; padding-top: 10px; } /* プロフィール */ .entry_profile { margin: 20px 0 30px 10px; padding: 0; font-size: small; color: #000000; text-align: left; } .profile_title { font-size: small; color: #000000; margin: 0 10px; padding: 10px 0 3px 0; border-bottom: 1px solid #000000; text-align: left; } .profile_body { font-size: small; line-height: 150%; color: #000000; margin: 0; padding: 10px; } .profile_name { font-size: small; color : #000000; padding-bottom: 20px; } /* メニュー */ .linktitle { font-size: small; font-weight: bold; text-align: left; line-height: 200%; border-bottom: 1px solid #ffffff; } .menutitle { padding-left: 5px; } #right_box .linktext { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; text-align: left; font-size: 10px; color: #000000; line-height: 150%; margin: 0; padding: 5px 5px 10px 5px; text-align: left; } /* 画像 */ img { border-style: none; background-color: #ffffff; } a img { border-style: none; background-color: #ffffff; } .pict { padding: 5px; } .amazon_pict { padding: 3px; width: 60px; } /* スポンサードリンク ページトップリンク */ #left_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: #000000; 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: #000000; } 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: #000000; background-color: #ffffff; border: 1px solid #000000; } form #description { font-family: "Osaka‐等幅", "century gothic", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: small; color: #000000; background-color: #ffffff; border: 1px solid #000000; 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: #000000; background-color: #ffffff; border: 1px solid #000000; } label { font-family: "Osaka‐等幅", "century gothic", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: small; color: #000000; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑