無料ブログをかんたん作成
無料ブログ作成なら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-Script-Type" content="text/javascript" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <title>{site_title}</title> <link rel="stylesheet" href="{site_css}" type="text/css" /> <link type="text/css" href="{gmo_header_css}" rel="stylesheet" media="screen,print"> <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 src="./template/analogue/menu.js" type="text/javascript"></script> </head> <body onload="javascript:initval();javascript:ukon();" id="index"> <a name="top"></a> <div id="back"> <div class="filter"> <!-- MAIN --> <!-- HEADER --> <div id="head"> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> </div> <!-- /HEADER/ --> <div id="header2"> <!-- BEGIN calendar --> <div class="calendar"> <table border="0" cellpadding="0" cellspacing="1"> <tr align="center"> <td class="cell" style="color:#CC0000">S</td> <td class="cell" style="color:#000000;">M</td> <td class="cell" style="color:#000000;">T</td> <td class="cell" style="color:#000000;">W</td> <td class="cell" style="color:#000000;">T</td> <td class="cell" style="color:#000000;">F</td> <td class="cell" style="color:#0066CC">S</td> </tr> </table> {calendar} </div> <!-- END calendar --> <div id="menus"> <a href="" onclick="return buttonClick(event, 'MENU2');">最新の記事</a> <a href="" onclick="return buttonClick(event, 'MENU3');">カテゴリー</a> <a href="" onclick="return buttonClick(event, 'MENU4');">コメント</a> <a href="" onclick="return buttonClick(event, 'MENU5');">トラックバック</a> <a href="" onclick="return buttonClick(event, 'MENU6');">おすすめ</a> <a href="" onclick="return buttonClick(event, 'MENU7');">過去の日記</a> <a href="" onclick="return buttonClick(event, 'MENU8');">リンク</a> </div> <div id="MENU2" class="MENU"> <!-- BEGIN latest_entry --> {latest_entry_list} <!-- END latest_entry --> </div> <div id="MENU3" class="MENU"> <!-- BEGIN category --> {category_list} <!-- END category --> </div> <div id="MENU4" class="MENU"> <!-- BEGIN recent_comment --> {recent_comment_list} <!-- END recent_comment --> </div> <div id="MENU5" class="MENU"> <!-- BEGIN recent_trackback --> {recent_trackback_list} <!-- END recent_trackback --> </div> <div id="MENU6" class="MENU"> <!-- BEGIN amazon --> <div class="linktext"> <div class="linktitle">RECOMMEND</div> {amazon_item} </div> <!-- END amazon --> </div> <div id="MENU7" class="MENU"> <!-- BEGIN archives --> {archives_list} <!-- END archives --> </div> <div id="MENU8" class="MENU"> <!-- BEGIN link --> {link_list} <!-- END link --> </div> </div> <div id="main"> <!-- BEGIN entry --> <div id="entry"> <div valign="top"> <div class="state"> <ul> <li><div class="entry_title"> {entry_title}</div></li> <div class="days">{entry_year}年{entry_month}月{entry_day}日{entry_jpn_week}曜日{entry_time_only}</div> </ul> </div> <div class="entry_main"> <div class="entry_body"> {entry_description} <a name="sequel"></a> <div class="entry_more"> {entry_sequel} </div> <ul> <li><div class="entrys">{comment_num} | {trackback_num} | {category_name} |</li> </ul> </div> </div> </div> </div id="entry"> {trackback_auto_discovery} <br style="clear:both"> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div id="comment"> <div class="title">Comment:</div> <!-- BEGIN comment --> <div class="tb" style=" border-bottom:1px dotted #808080;padding:10px 0; "> <div class="state">{comment_time}, {comment_name} wrote:</div> {comment_description} </div> <!-- END comment --> <div class="title" style="margin-top:15px; ">Add a comment:</div> <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}" style="width:300px;" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:300px;" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:300px;" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:300px;"></textarea><br /> <br /> <input tabindex="5" type="submit" value="コメント送信" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookieに登録</label> </form> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div id="comment" style="margin-top:50px; "> <div class="title">Trackback:</div> <div class="tb_url">{trackback_url}</div> <!-- BEGIN trackback --> <div class="tb"> <div class="tb_title">{trackback_title} / {trackback_blog_name}</div> <div class="state">{trackback_time}</div> {trackback_excerpt} </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div id="profile"> <div class="state"> <ul> <li><div class="entry_title">PROFILE</div></li> <li>Name : {profile_name}</li> </ul> </div> <div class="entry_main"> <div class="entry_body"> {profile_description} </div> </div> </div> {trackback_auto_discovery} <br style="clear:both"> <!-- END profile_area --> <!-- BEGIN sequel --> <div class="page"> <span><a href="{prev_page_url}"><<new</a> | {page_now} / {page_num}pages | <a href="{next_page_url}">old>></a></span> </div> <!-- END sequel --> <div class="description2"> <a href="./?mode=atom">Atom0.3</a> <a href="./?mode=rss">RSS1.0</a> <a href="./admin">Login</a></div> <!-- search --> <div class="linktitle">SEARCH</div> <form method="get" action=""> <input id="search" name="search" size="20" style="width:90px" /><input type="submit" value="Search" class="button" /> </form> <!-- /search/ --> <div id="copy">{copyright}<br />dezainded by <a href="http://lance-seven.jugem.jp/">http://lance-seven.jugem.jp/</a></div> <!-- FOOTER --> <div id="jyama"> <div class="jugem_bana">{powered}</div> <!-- BEGIN jugem_ad --> {ad} <!-- END jugem_ad --> </div> </div> <!-- /FOOTER/ --> </div> </div> <br style="clear:both; "> </div> <!-- /MAIN/ --> <!-- SIDE_1 --> </body> </html>
CSS
* { margin:0; padding:0; } body { font-family:"Verdana","MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3",; font-size:10px; color:#cc0066; background: url(http://img-cdn.jg.jugem.jp/aa3/333091/20081207_532490.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: right bottom; margin:0px 400px 0px 0px; letter-spacing: 2px; } .clear { clear: both; font: 0px/0px sans-serif ; } a:link { color: #66CC99; } a:visited { color: #99CC99; } a:active { color: #66FF66; } a:hover { color: #66FF66; } table,td,tr,div,form { margin:0px; padding:0px; } img { border:none; } ul { list-style-type: none; line-height:120%; margin:0px; padding:0px; } input,textarea { color: #555; font-size :12px; border:1px #ccc solid; background-color:#fff; padding: 2px; } h1{margin:0px;padding:0px; } /* layout------------------------------------------- */ * #back { margin: 0px auto; float: right; width:500px; height: 100%; } .filter { } /* HEADER------------------------------------------- */ #head{ width: 500px; height: 220px; } #head .site_title { color: #339966; font-size:12px; line-height:160%; padding:100px 0px 20px 0px; text-align:center; } #head .description { color: #336633; font-size:8px; line-height:160%; margin:0px 0px 50px 0px; text-align:center; } #head .site_title a { color: #009933; } #head .site_title h1 a:link { color: #009933; } #head .site_title h1 a:visited { color: #009933; } #head .site_title h1 a:active { color: #009933; } #head .site_title h1 a:hover { color: #009933; } /* CALENDAR------------------------------------------- */ .calendar { font-family: "Verdana"; font-size: 10px; color: #CC6600; margin-left: 150px; margin-bottom: 20px; } .calendar_month { font-family: "Verdana"; margin-bottom: 10px; font-size: 10px; color: #CC6600; } .cell { width: 25px; height: 20px; padding: 0px; text-align:left; font-size: 10px; color: #CC6600; } #header2 { margin: 0px auto; padding:10px 10px; height: 200px; background-image:url(http://img-cdn.jg.jugem.jp/aa3/333091/20081209_533081.png); filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://img-cdn.jg.jugem.jp/aa3/333091/20081209_533081.png',sizingMethod=scale); } #menus { font-size: 10px; line-height:200%; margin : 5px; color: #666; text-align: center; } #menus a:link { color: #CC6666; } #menus a:visited { color: #CC6666; } #menus a:active { color: #CC6666; } #menus a:hover { color: #CC6666; } .MENU { visibility: hidden; z-index: 999; position: absolute; width:150px; margin:10px; padding:10px 10px 20px 10px; border: 1px #99CC99 solid; background-color: #fff; text-align: left; } #copy { margin:20px 0px; color:#8DC505; text-align:center; } /* ENTRY------------------------------------------- */ #main{ margin-top: 10px; width:500px; border:1px #fff solid; } #entry { margin-bottom:10px; } /* ENTRY STATE------------------------------------------- */ #entry .state { width: 500px; } #entry .state ul { margin-right:5px; margin-bottom:10px; } #entry .state a:link { color: #ccc; text-decoration: bold; } #entry .state a:visited { color: #ccc; text-decoration: bold; } #entry .state a:active { color: #ccc; text-decoration: bold; } #entry .state a:hover { color: #ccc; text-decoration: bold; } /* ENTRY MAIN------------------------------------------- */ #entry .entry_main { padding: 0px 20px; margin-top: 20px; } #entry .entry_title { color:#8DC505; font-size:12px; font-weight:bold; padding-bottom:5px; border-bottom:2px #8DC505 solid; margin-top: 20px; } .days{ color:#8DC505; text-align: right; } .entry_user { } .entry_category { } .entry_body { font-size:12px; line-height:170%; } .entry_more { } .entrys{ float: right; font-size: 10px; } blockquote { color: #999; border-left:3px solid; margin:10px 5px; padding:0px 5px; } .pict { padding: 5px 5px; border:1px #fff solid; } .page { margin-top:30px; margin-bottom:20px; text-align:center; } /* COMMENT & TRACKBACK------------------------------------------- */ #comment { line-height:150%; margin-left:10px; } #comment .title { font-weight:bolder; padding-top:10px; padding-bottom:0px; border-bottom:1px solid; } #comment .tb { border-bottom:1px dotted #555; padding:10px 0px; } #comment .state { background-position:0px 6px; padding-left:5px; margin-bottom:10px; } #comment .tb_url { margin-top:10px; font-size:12px; } #comment .tb_title { font-weight: bold; } #set_cookie { border:none;background:none; } /* PROFILE------------------------------------------- */ #profile { width:600px; margin-top:60px; margin-bottom:30px; } /* PROFILE STATE------------------------------------------- */ #profile .state { color:#555; text-align:left; width:175px; float:left; padding-left:5px; } #profile .state ul { margin-right:5px; margin-bottom:10px; } /* PROFILE MAIN------------------------------------------- */ #profile .entry_main { width:419px; float:left; border-left:1px #8DC505 dotted; margin-bottom:30px; } #profile .entry_title { font-size:12px; font-weight:bold; color:#8DC505; margin-top:10px; margin-bottom:10px; } /* SIDE MENU------------------------------------------- */ .linktitle { color:#8DC505; font-size:12px; font-weight:bold; margin-top:10px; margin-bottom:10px; } .linktext { border-top:1px #8DC505 dotted; padding-bottom:10px; } #ad .linktext { border-top:none; padding-bottom:10px; } .description2 { margin:10px 10px 0px; text-align: right; } /* AMAZON------------------------------------------- */ .amazon { margin-bottom:20px; } .amazon_text { line-height:140%; } /* SEARCH------------------------------------------- */ .search { margin-bottom:10px;} .search .title { color:#8DC505;} .search input { color: #555; font-size :12px; border:1px #CCC solid; background-color:#fff; padding: 2px; } .search .button { margin-left:5px; } /* BANAR------------------------------------------- */ .jugem_bana { margin-bottom:20px; float: right; } #jyama { width: 300px; margin: 100px 0px 0px 20px; filter: alpha(opacity=50); opacity: 0.5; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑