無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
ピンクの夕焼け
テンプレートイメージ表示ページへ戻る
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> <a name="top"></a> <div class="container"> <div class="top"> <div class="header"> <!-- BEGIN title --> <h1>{blog_name}</h1> <!-- END title --> <p>{blog_description}</p> </div> <div class="menu"> <a href="./">Top</a><a href="./">Menu 1</a><a href="./">Menu 2</a><a href="./?pid=1">Profile</a> </div> </div> <div id="content" class="clearfix"> <div id="left"> <!-- BEGIN sequel --> <div class="entry_navi"><strong>Entry:</strong> <a href="./">main</a> <a href="{next_permalink}"><<</a> <a href="{prev_permalink}">>></a> </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="item"> <h1><a href="{entry_permalink}">{entry_title}</a></h1> <div class="entry_date"> {entry_date} | category:{category_name} </div> <div class="entry_body"> {entry_description} <a name="sequel"></a> <div class="entry_more"> {entry_sequel} </div> <div class="entry_state"> | {comment_num} | {trackback_num} | <a href="{pookmark_url}">pookmark</a> | <a href="#top">▲ top</a> </div> {trackback_auto_discovery} </div> </div> <!-- END entry --> <!-- BEGIN comment_area --> <div id="trackback"> <a name="comments"></a> <div class="tb_main_title">Comment <a href="#comments_formarea">»Post New</a></div> <!-- BEGIN comment --> <div class="tb"> <div class="tb_body">{comment_description}</div> <div class="tb_state">Posted by: {comment_name} |at: {comment_time}</div> </div> <!-- END comment --> <a name="comments_formarea"></a> <div class="formarea"> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <table width="360" border="0" cellspacing="0" cellpading="0"> <tr valign="top"> <td width="150"> <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}" style="width:100px;" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:100px;" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:100px;" /> </td> <td> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="7" cols="50" style="width:210px;"></textarea><br /><br /> <input tabindex="5" type="submit" value="コメント送信" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie" style="border:none;"> <label for="set_cookie">Cookieに登録</label> </td> </tr> </table> </form> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <div id="trackback"> <a name="trackback"></a> <div class="tb_main_title">Trackback</div> <!-- BEGIN trackback --> <div class="tb"> <div class="tb_title">{trackback_title}</div> <div class="tb_body">{trackback_excerpt}</div> <div class="tb_state">{trackback_blog_name} | at: {trackback_time}</div> </div> <!-- END trackback --> <div class="formarea"> <table width="450" border="0" cellspacing="0" cellpading="0"> <tr valign="top"> <td> <label for="url">url:</label><br/> <input type="text" value="{trackback_url}" name="url" style="width:370px;" /> </td> </tr> </table> </div> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="item"> <strong>Profile</strong> {profile_name} <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> <!-- BEGIN page --> <div class="page_navi"> <strong>Page:</strong> {page_now}/{page_num} {prev_page_link} {next_page_link} </div> <!-- END page --> </div> <div id="right"> <div class="right1"> <!-- BEGIN calendar --> <h2>Calendar</h2> <div class="calendar"> {calendar} </div> <!-- END calendar --> <div class="submenu_end"></div> </div> <div class="right2"> <!-- BEGIN latest_entry --> <h2>Entry</h2> {latest_entry_list} <!-- END latest_entry --> <!-- BEGIN category --> <h2>Category</h2> {category_list} <!-- END category --> <!-- BEGIN recent_comment --> <h2>Comment</h2> <div class="comment"> {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <h2>Trackback</h2> <div class="comment"> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- BEGIN archives --> <h2>Archives</h2> {archives_list} <!-- END archives --> <!-- BEGIN link --> <h2>Link</h2> {link_list} <!-- END link --> <!-- powered --> <h2>Feed</h2> <ul> <li><a href="{site_rss}">RSS1.0</a></li> <li><a href="{site_atom}">Atom0.3</a></li> </ul> <!-- /powered/ --> <div class="submenu_end2"></div> </div> <div class="right3"> <!-- BEGIN freespace1 --> <h2>{freespace_title1}</h2> {freespace_contents1} <!-- END freespace1 --> <!-- BEGIN freespace2 --> <h2>{freespace_title2}</h2> {freespace_contents2} <!-- END freespace2 --> <!-- BEGIN freespace3 --> <h2>{freespace_title3}</h2> {freespace_contents3} <!-- END freespace3 --> <!-- BEGIN freespace4 --> <h2>{freespace_title4}</h2> {freespace_contents4} <!-- END freespace4 --> <!-- BEGIN freespace5 --> <h2>{freespace_title5}</h2> {freespace_contents5} <!-- END freespace5 --> </div> <!-- search --> <div class="search-box"> <h2>Search</h2> <form method="get" action=""><input id="search" name="search" size="20" style="margin:5px 5px 0px 20px;width:100px;"><input type="submit" value="Search" class="button" /></form> </div> <!-- /search/ --> <div class="right3"> <!-- BEGIN jugem_ad --> <h2>Sponsored Links</h2> <div style="text-align:center">{ad}</div> <!-- END jugem_ad --> </div> <div class="right3"> <!-- Powerd --> <div style="text-align:center"><a href="https://jugem.jp/" target="_blank"><img src="../template/banner/powered_04a.gif" width="128" height="22" alt="みんなのブログポータル JUGEM" border="0" /></a></div> <!-- end Powerd --> </div> </div> <!-- end right-side --> </div> <div class="footer">© 2007 <a href="http://templates.arcsin.se">Website template</a> by <a href="http://arcsin.se">Arcsin</a> / <span><a href="http://creativecommons.org/licenses/by/3.0/deed.ja">Creative Commons Attribution 3.0 License</a></span> <br /> {copyright} / <span><a href="http://webz.jugem.jp/">embellish*</a></span> </div> </div> </body> </html>
CSS
/* Template name: Pink Sunset Template URI: http://templates.arcsin.se/pink-sunset-website-template/ Release date: 2006-05-07 Description: A clean pink two-column layout. Author: Viktor Persson Author URI: http://arcsin.se/ This template is licensed under a Creative Commons Attribution 2.5 License: http://templates.arcsin.se/license/ */ /* standard elements */ * { margin: 0; padding: 0; } a { color: #F09; text-decoration: none; } body { background: #FFF url(http://img-cdn.jg.jugem.jp/7e3/919232/20080627_15458.jpg) repeat-y fixed bottom center; color: #311; font: normal 12px "Trebuchet MS",Arial; margin: 20px 0; text-align: center; } img, .pict { border: 0; } ul { padding: 10px 0; } li { list-style: none; margin: 4px 0 4px 20px; } li span { font-size: 0.9em; color: #444; } br {/* IE不具合回避(念の為) */ letter-spacing: normal; } /* misc */ .clearer,.footer { clear: both; } #content,.footer { padding: 0 5px; } /* clearfix */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-table; min-height: 1%; } /* Hides from IE-mac \*/ * html .clearfix { height: 1%; } .clearfix { display: block; } /* End hide from IE-mac */ /* structure */ .container { background: #FFF url(http://img-cdn.jg.jugem.jp/7e3/919232/20080627_15462.gif) no-repeat; border: 1px solid #EEE; border-color: #EEE #CCC #AAA; margin: 0 auto; text-align: left; width: 600px; } /* header */ .top { height: 250px; } .header { height: 210px; } .header h1 { line-height: 2.4em; padding-left: 18px; color: #F09; font-size: 2.4em; } .header p { margin-top: 50px; padding-left: 28px; } /* footer */ .footer { background: #000; color: #FFF; margin: 5px; padding: 2px 5px; } .footer span a { font-size: 10px; } .footer span a:hover { background: #F09; color: #FFF; } /* content */ #left { float: left; width: 390px; background: #F2EEF2; } .item { padding: 20px 10px 20px 10px; text-align: left; border-bottom: 1px dashed #875F7A; } .item h1 { font: normal 1.6em "Trebuchet MS",Arial,sans-serif; letter-spacing: 1px; color: #C36; } .item h1 a, .item h1 a:hover { color: #C36; text-decoration: none; } .item a { color:#F09; text-decoration: none; } .item a:hover { color:#F09; text-decoration: underline; } /* entry */ .entry_body { padding: 20px 0; } .entry_date { margin: 5px 0; } .entry_state { margin-top: 30px; text-align: center; } .entry_more { padding-top: 10px; } .entry_body span img, .entry_body li img { vertical-align: middle; } /* menu */ .menu { margin-left: 18px; } .menu a { padding: 0 2px; margin-right: 12px; font-size: 1.2em; } .menu a:hover { background: #F09; color: #FFF; } /* submenu */ #right { float: right; width: 195px; } .right1 { background: #DDD; margin-bottom: 20px; } .right1 .submenu_end { background: url(http://img-cdn.jg.jugem.jp/7e3/919232/20080627_15463.gif) no-repeat; height: 29px; } .right2 { background: #ECCFC2; margin-bottom: 20px; } .right2 .submenu_end2 { background: url(http://img-cdn.jg.jugem.jp/7e3/919232/20080627_15645.gif) no-repeat; height: 29px; } .right2 li { color: #8F7474; } .right3 { margin-bottom: 20px; } #right a:hover { text-decoration: underline; } #right h2 { font-size: 12px; padding: 4px 0 4px 20px; } #right ul { padding: 0; } /* calendar */ .calendar { font-family: "Verdana"; text-align:center; line-height: 140%; padding: 0 20px; margin-bottom:10px; } .calendar table { width:100%; margin:0px auto; text-align:center; } .weekday { padding: 2px;} .cell { padding: 2px;} .cell a:link {font-weight: bolder;} /* search */ .search-box { margin: 20px 0; } .button { border: 1px solid #AAA; margin-top: 2px; margin-left: 2px; padding: 1px; } /* cmment & trackback */ #trackback { padding-top: 20px;padding-bottom:10px;} #trackback .tb_main_title { font-weight: bolder; margin-bottom:20px; border-bottom:1px dotted #EFD1E6; padding: 5px 0px; border-top: 2px solid #EE89BD; } #trackback .tb_url { font-size: 11px; padding: 5px 10px 5px 10px; } #trackback .tb { margin-bottom: 10px; border: 1px solid #EFD1E6; } #trackback .tb_title { font-weight: bold; padding: 5px 10px; } #trackback .tb_body { line-height: 150%; padding: 5px 10px; background: #F8F8F8; } #trackback .tb_state { border-top: 1px dotted #EFD1E6; padding: 5px; text-align:right; } #trackback .formarea { padding: 5px; background:#F8F8F8; border:1px dotted #CCC; color:#999; margin-top:20px; } .page_navi { text-align: right; margin: 0px; padding: 10px 0px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑