無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
Natural Pink
テンプレートイメージ表示ページへ戻る
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" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <title>{site_title}</title> <link rel="stylesheet" href="style.css" type="text/css" /> <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> <script type="text/javascript"> function showhide(min){ var id = min + "_d"; if(document.getElementById){ if(document.getElementById(id).style.display == "none") { document.getElementById(id).style.display = "block"; } else { document.getElementById(id).style.display = "none"; } } } function hide(openmin) { var id_2 = openmin + "_d"; if(document.getElementById){ document.getElementById(id_2).style.display = "none"; } } // original (http://egis-s.hp.infoseek.co.jp/garakuta/showhide.html) </script> </head> <body onload="javascript:initval();"> <a name="top"></a> <div id="layout"> <div id="header"> <!-- BEGIN title --> <h1>{blog_name}</h1> <div class="blog_description">{blog_description}</div> <!-- END title --> </div> <div id="contents"> <!-- BEGIN entry --> <div class="entry"> <div class="entry_date">{entry_date}</div> <h2><a href="{entry_permalink}">{entry_title}</a></h2> <div class="entry_body"> {entry_description} <div class="entry_more">{entry_sequel}</div> </div> <div class="entry_state"> {entry_date} {entry_time} | {category_name} | {comment_num} | {trackback_num} </div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <div class="comment"> <a name="comments"></a> <h3 class="comment_title">Comments</h3> <!-- BEGIN comment --> <div class="comment_body">{comment_description}</div> <div class="comment_detail">{comment_name} | {comment_time}</div> <!-- END comment --> <form action="./?mode=comment" method="post"> <div class="comment_title">Leave a comment.</div> <dl class="comment_form"> <dt><label for="name" class="comment_label">Name:</label></dt> <dd><input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" size="20" class="form" /></dd> <dt><label for="email" class="comment_label">Mail:</label></dt> <dd><input type="text" tabindex="3" name="email" id="email" value="{cookie_email}" size="30" class="form" /></dd> <dt><label for="url" class="comment_label">URL:</label></dt> <dd> <input type="text" tabindex="4" name="url" id="url" value="{cookie_url}" size="30" class="form" /> <input type="hidden" name="charset" value="{site_encoding}" /> </dd> <dt><label for="description" class="comment_label">Comments:</label></dt> <dd><textarea tabindex="5" id="description" name="description" rows="5" cols="25" class="comment_textarea" ></textarea></dd> <dt><input type="hidden" name="entry_id" value="{entry_id}" /></dt> <dd> <input type="submit" tabindex="6" id="submit" value="Thank you!" class="button" /> <input type="reset" tabindex="7" value="Reset" class="button" /> <label for="set_cookie" class="comment_label">Cookie:</label> <input type="checkbox" tabindex="2" name="set_cookie" value="1" id="set_cookie" /> </dd> </dl> </form> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <div class="comment"> <a name="trackback"></a> <h3 class="comment_title">Trackbacks</h3> <div class="trackback_block"> Trackback URL : <input type="text" value="{trackback_url}" readonly="readonly" class="form" /> </div> <!-- BEGIN trackback --> <div class="trackback_block"> <h4 class="trackback_title">{trackback_title}</h4> <div class="trackback_body">{trackback_excerpt}</div> <div class="trackback_detail">{trackback_blog_name} | {trackback_time}</div> </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="profile"> <h2 class="comment_title">{profile_name}'s profile</h2> <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> <!-- BEGIN sequel --> <div id="pagenavi">{prev_entry} | <a href="./">main</a> | {next_entry}</div> <!-- END sequel --> <!-- BEGIN page --> <div id="pagenaviunder"> {prev_page_link} {page_now}/{page_num} PAGE {next_page_link} </div> <!-- END page --> </div> <div id="menu2"></div> <!-- BEGIN link --> <div class="linkblock2"> <div class="linktitle2">Link</div> <div class="linktext2">{link_list}</div> </div> <!-- END link --> <!-- BEGIN profile --> <div class="linkblock2"> <div class="linktitle2">Profile</div> <div class="linktext2">{user_list}</div> </div> <!-- END profile --> <!-- QR --> <div class="linkblock2"> <div class="linktitle2">QR Code</div> <div class="linktext2">{site_qrcode}</div> </div> <!-- / QR / --> <!-- BEGIN freespace1 --> <div class="linkblock2"> <div class="linktitle2">{freespace_title1}</div> <div class="linktext2">{freespace_contents1}</div> </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="linkblock2"> <div class="linktitle2">{freespace_title2}</div> <div class="linktext2">{freespace_contents2}</div> </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="linkblock2"> <div class="linktitle2">{freespace_title3}</div> <div class="linktext2">{freespace_contents3}</div> </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="linkblock2"> <div class="linktitle2">{freespace_title4}</div> <div class="linktext2">{freespace_contents4}</div> </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="linkblock2"> <div class="linktitle2">{freespace_title5}</div> <div class="linktext2">{freespace_contents5}</div> </div> <!-- END freespace5 --> <!-- powered & ad --> <div class="linkblock2"> <div class="linktitle2">Others</div> <ul class="other"> <li><a href="{site_rss}">RSS1.0</a></li> <li><a href="{site_atom}">Atom0.3</a></li> <li>Powered by <a href="http://jugem.jp/">JUGEM</a>.</li> <li>Template by <a href="http://berry.aprk.net/">Raspberry Jam</a>.</li> <li>Photograph : <a href="http://skyruins.com/">Sky Ruins</a>.</li> </ul> <div class="ad2">{ad}</div> </div> <!-- / powered / --> <!-- Search --> <div class="search"> <form method="get" action=""> <input name="search" class="searchbox" /> <input type="submit" value="Search" class="searchbutton" /> </form> </div> <!-- / Search / --> <div id="footer"> <address>Copyright (C) 2008 {user_name}. All Rights Reserved.</address> </div> </div> </div> <!-- BEGIN calendar --> <div id="calendar">{calendar_horizontal}</div> <!-- END calendar --> <ul id="menu"> <li><a href="#category_c" onclick="showhide('category')">Category</a></li> <li><a href="#entry_c" onclick="showhide('entry')">Entry</a></li> <li><a href="#comment_c" onclick="showhide('comment')">Comment</a></li> <li><a href="#trackback_c" onclick="showhide('trackback')">Trackback</a></li> <li><a href="#archive_c" onclick="showhide('archive')">Archive</a></li> </ul> <!-- BEGIN category --> <div class="linkblock" id="category_d" style="display:none;"> <div class="linktitle"><a href="#category_c" onclick="hide('category')">Categories</a></div> <div class="linktext">{category_list}</div> </div> <!-- END category --> <!-- BEGIN selected_entry --> <div class="linkblock" id="entry_d" style="display:none;"> <div class="linktitle"><a href="#category_c" onclick="hide('entry')">Recent Entries</a></div> <div class="linktext">{selected_entry_list}</div> </div> <!-- END selected_entry --> <!-- BEGIN recent_comment --> <div class="linkblock" id="comment_d" style="display:none;"> <div class="linktitle"><a href="#category_c" onclick="hide('comment')">Comments</a></div> <div class="linktext">{recent_comment_list}</div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="linkblock" id="trackback_d" style="display:none;"> <div class="linktitle"><a href="#category_c" onclick="hide('trackback')">Trackbacks</a></div> <div class="linktext">{recent_trackback_list}</div> </div> <!-- END recent_trackback --> <!-- BEGIN archives --> <div class="linkblock" id="archive_d" style="display:none;"> <div class="linktitle"><a href="#category_c" onclick="hide('archive')">Archives</a></div> <div class="linktext">{archives_list}</div> </div> <!-- END archives --> </body> </html>
CSS
/* Theme Name : Natural Pink Theme URI : http://berry.aprk.net/blog-template/natural-pink Version : 0.0001 Author : Raspberry Jam Author URI : http://berry.aprk.net/ */ * { background: none; font-size: 1em; font-style: normal; font-weight: normal; margin: 0; padding: 0; border: none; } body { color: #484749; font-size: 11px; font-family: Osaka, sans-serif; background-image: url(http://img-cdn.jg.jugem.jp/7d3/132924/20080226_426737.png); line-height: 1; } hr { display: none; } a:link, a:visited { } a:active, a:hover { } div#layout { margin: 0 auto; padding: 0 0 20px 0; width: 526px; border-style: solid; border-color: #f0a7d1; border-width: 0 15px; background-color: #ffffff; } /****** header ******/ div#header { width: 526px; height: 306px; background-image: url(http://img-cdn.jg.jugem.jp/7d3/132924/20080226_426738.jpg); background-repeat: no-repeat; font-family: Arial, Helvetica, sans-serif; } h1 { padding: 165px 250px 15px 30px; font-size: 2em; } h1 a:link, h1 a:visited, h1 a:hover, h1 a:active { color: #373839; text-decoration: none; } div.blog_description { padding: 15px 250px 10px 30px; } /****** contents ******/ div#contents { } div.entry { margin: 15px 0 30px 0; } h2, h3 { background-color: #ffbcb7; padding: 1em 20px; font-size: 1.2em; font-weight: bold; color: #ff685b; } div.entry h2 a { color: #ff685b; text-decoration: none; font-weight: bold; } div.entry_date { text-align: right; font-weight: bold; padding: 0 10px 5px 0; } div.entry_body { margin: 15px 10px 10px 50px; line-height: 1.80; } p { margin: 10px 0; } p.note { color: #ff5163; } div.entry_state { border-top: dashed 1px #a3a3a3; margin: 15px 10px 10px 40px; text-align: right; } div.entry_body ul { margin: 0; padding: 0 0 0 30px; list-style-type: square; } div.entry_body li { margin: 0; padding: 0; } /****** Comment / Trackback ******/ div.comment { clear: both; margin: 5px 0; } div.comment_title { font-size: 1.1em; margin: 10px 5px 5px 10px; font-weight: bold; } div.comment_body { padding: 4px 5px; margin: 0 5px 0 15px; } .comment_detail { margin: 2px 0 20px 50px; padding: 1px 5px; font-size: 0.9em; text-align: right; } .comment_label { } dl.comment_form { margin: 0 5px 0 15px; padding: 5px; } dl.comment_form dt { clear: both; float: left; width: 80px; height: 25px; } dl.comment_form dd { float: left; } .form { color: #282828; background: none; font-size: 1.1em; padding: 2px 3px; width: 300px; border-color: #e27793; border-width: 0 0 1px 0; border-style: solid; } .comment_textarea { color: #282828; background: none; font-size: 1.1em; padding: 2px 3px; width: 300px; border-color: #e27793; border-width: 0 1px 1px 0; border-style: solid; margin: 0 0 10px 0; } .button { color: #282828; background: none; font-size: 1.1em; padding: 0 10px; margin: 0 5px; border-color: #e27793; border-width: 1px; border-style: dashed; } div.trackback_block { margin: 10px 0 20px 20px; padding: 5px; } h4 trackback_title { font-weight: bold; margin: 5px 10px 5px 0; } div.trackback_body { margin: 5px 0 5px 50px; line-height: 1.60; } div.trackback_detail { margin: 5px 10px 5px 10px; font-size: 0.9em; text-align: right; } div#pagenavi { text-align: center; margin: 15px 0; } div#pagenaviunder { text-align: center; margin: 15px 0; } /****** Footer ******/ div#footer { text-align: center; clear: both; } address { font-size: 0.95em; font-style: normal; } .clear { clear: both; margin: 0; padding: 0; height: 0; } /****** menu ******/ ul#menu { position: absolute; top: 40px; left: 50%; width: 520px; margin-left: -260px; list-style-type: none; text-align: center; } ul#menu li { padding: 5px 0; float: left; width: 100px; text-align: center; } ul#menu li a:link, ul#menu li a:visited { color: #e23f5b; text-decoration: none; } ul#menu li a:active, ul#menu li a:hover { color: #c42633; text-decoration: underline; } ul#menu li.e { display: none; } div.linkblock { position: absolute; top: 104px; left: 50%; width: 236px; height: 180px; overflow: auto; margin-left: 19px; background-color: #ffffff; opacity: 0.80; border: 1px solid #f97a96; padding: 3px; display: none; } div.linktitle { padding: 10px 5px; text-align: center; } div.linktitle a { font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: #000001; font-size: 1.4em; font-weight: bold; } div.linkblock ul { margin: 5px 0 5px 10px; } div.linkblock ul li{ margin: 3px 5px 3px 30px; } div#calendar { position: absolute; top: 70px; left: 50%; margin-left: -260px; width: 520px; height: 20px; text-align: center; font-size: 0.85em; } /****** menu 2 ******/ div.linkblock2 { margin: 10px 0 10px 0; } div.linktitle2 { background-color: #ffbcb7; padding: 0.5em 20px; font-size: 1.1em; font-weight: bold; color: #ff685b; } div.linktext2 { margin: 5px 10px; } div.linktext2 ul li { margin: 3px 3px 3px 30px; } div.linkblock2 ul.other { float: left; width: 300px; margin: 5px 10px 20px 10px; } div.linkblock2 ul.other li { margin: 3px 3px 3px 30px; } div.ad { width: 125px; height: 230px; float: right; margin: 8px 10px 20px 10px; } div.search { clear: both; text-align: center; margin: 0 0 30px 0; } input.searchbox { border: solid 1px #696968; width: 100px; } input.searchbutton { border: solid 1px #696968; width: 70px; } /****** Picture ******/ img { border: none; } img.pict_right { float: right; margin: 0 0 5px 5px; padding: 1px; border: 1px solid #8c8b8d; width: 240px; } img.pict, img.pict_left { float: left; margin: 0 5px 5px 0; padding: 1px; border: 1px solid #8c8b8d; width: 240px; } img.pict_center { display: block; margin: 5px auto; padding: 1px; border: 1px solid #8c8b8d; width: 240px; text-align: center; } /****** tag ******/ a,a:link,a:visited { color: #7f6d5b; text-decoration: underline; } a:active,a:hover { color: #ffffff; } cite { margin: 5px 5px 10px 0; font-style: normal; } cite:before { content: "From :"; margin: 0 5px 0 20px; } em { font-style: normal; font-weight: bold; color: #3d3538; } strong { font-style: normal; font-weight: bold; color: #bc2b3a; } ins { text-decoration: none; border-bottom: 1px dashed #d1c1c6; } del { text-decoration: line-through; color: #96898e; } /****** for IE only ******/ html { scrollbar-base-color: #a38c75; scrollbar-arrow-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #ffffff; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑