無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
建設中
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<?xml version="1.0" encoding="EUC-JP"?> <!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 type="text/javascript" language="JavaScript"> <!-- function ukon(){ if(!document.getElementsByTagName){return;}// var y=document.getElementsByTagName("div");// for(var i=0;i<y.length;i++)// { if(y[i].className=="linktext3") { y[i].style.display="none"; } } } function wtf(id){ if(!document.getElementsByTagName){return false;} var x = this.document.getElementById(id).style; if (x.display == "none") {x.display = "block";} else {x.display = "none";} } --> </script> </head> <body onload="javascript:initval();javascript:ukon();"id="index"> <a name="top"></a> <div id="layout"> <!-- BEGIN title --> <div id="header"> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> </div> <br class="clear" /> <!-- END title --> <div id="contents"> <div id="left"> </div> <div id="center"> <div class="pad"> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <div class="entry_date"></div> <div class="entry_author">author : {user_name} </div> <div class="entry_title"><a href="{entry_permalink}#lance">{entry_title}</a>:{entry_year}年{entry_month}月{entry_day}日{entry_jpn_week}曜日</div> <div class="entry_body">{entry_description}</div> <a name="sequel"></a> <div class="entry_more">{entry_sequel}</div> <div class="entry_state">| <a href="{entry_permalink}">{entry_title}</a> | カテゴリー:{category_name} |<a href="{entry_permalink}#comments">コメント</a> l <a href="{entry_permalink}#trackback">トラックバック</a> l </div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <div class="comment-title">コメント</div> <!-- BEGIN comment --> <div class="entry_body">{comment_description}</div> <div class="entry_state">| {comment_name} | {comment_time} |</div> <!-- END comment --> <div class="comment-title">コメントする</div> <div class="entry_body"> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" style="width:250px;" class="form_color" /> <label for="name">名前:</label><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" style="width:250px;" class="form_color" /><br /> <label for="email">メールアドレス:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" class="form_color" /><br /> <label for="url">ホームページ:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:250px;" class="form_color" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:400px;" class="form_color"></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> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="entry"> <div class="trackback-title">この記事のトラックバックURL</div> <div class="entry_body">{trackback_url}</div> <div class="trackback-title">トラックバック</div> <!-- BEGIN trackback --> <div class="entry_title">{trackback_title}</div> <div class="entry_body">{trackback_excerpt}</div> <div class="entry_state"> | {trackback_blog_name} | {trackback_time} | </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry"> <div class="entry_date">プロフィール</div> <div class="entry_title">{profile_name}</div> <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> <!-- BEGIN page --> <div class="page">{prev_page_link} | {page_now}/{page_num}PAGES | {next_page_link}</div> <!-- END page --> </div> </div> <div id="right"> <!-- search --> <div class="linktitle">このサイトを検索</div> <form method="get" action=""> <div class="search"><br /> <input id="search" name="search" size="20" style="width:140px" class="form_color" /> <input type="submit" value="Search" class="button" /> </div> </form> <!-- /search/ --> <!-- BEGIN calendar --> <div class="linktitle">カレンダー</div> <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 class="linktitle">最新の記事<a href="javascript:wtf('latest');">▼</a></div> <div class="linktext3" id="latest"> {latest_entry_list} </div> <!-- BEGIN archives --> <div class="linktitle">過去の記事<a href="javascript:wtf('arc');">▼</a></div> <div class="linktext3" id="arc"> {archives_list} </div> <!-- END archives --> <!-- BEGIN category --> <div class="linktitle">カテゴリー<a href="javascript:wtf('cat');">▼</a></div> <div class="linktext3" id="cat"> {category_list} </div> <!-- END category --> <!-- BEGIN amazon --> <div class="linktitle"> おすすめ<a href="javascript:wtf('rec');">▼</a> </div> <div class="linktext3" id="rec"> {amazon_item} </div> <!-- END amazon --> <!-- BEGIN freespace1 --> <div class="linktitle">{freespace_title1}</div> <div class="linktext">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="linktitle">{freespace_title2}</div> <div class="linktext">{freespace_contents2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="linktitle">{freespace_title3}</div> <div class="linktext">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="linktitle">{freespace_title4}</div> <div class="linktext">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="linktitle">{freespace_title5}</div> <div class="linktext">{freespace_contents5}</div> <!-- END freespace5 --> <!-- BEGIN selected_entry --> <div class="linktitle">選択中の記事<a href="javascript:wtf('select');">▼</a></div> <div class="linktext3" id="select"> {selected_entry_list} </div> <!-- END selected_entry --> <!-- BEGIN recent_comment --> <div class="linktitle">最近のコメント<a href="javascript:wtf('reccom');">▼</a></div> <div class="linktext3" id="reccom"> {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="linktitle">最近のトラックバック<a href="javascript:wtf('rectra');">▼</a></div> <div class="linktext3" id="rectra"> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- BEGIN link --> <div class="linktitle">リンク<a href="javascript:wtf('link');">▼</a></div> <div class="linktext3" id="link"> {link_list} </div> <!-- END link --> <!-- BEGIN profile --> <div class="linktitle">プロフィール</div> <div class="linktext"> {user_list} </div> <!-- END profile --> <!-- powered --> <div class="linktitle">その他</div> <div class="linktext"> <ul> <li><a href="./admin/">管理者ページ</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> </ul> <div class="jugem_bana"> {powered} </div> </div> <!-- /powered/ --> <!-- BEGIN jugem_ad --> <div class="linktitle">SPONSORED LINKS</div> {ad} <!-- END jugem_ad --> </div> <br class="clear" /> </div> <!--footer --> <div id="footer"> <div class="copyright" align="center">{copyright}:desinged by <a href="http://lance-seven.jugem.jp/">lance_the_seven</a></div> <div class="linktext" align="right"><a href="#top">▲このページの先頭へ</a></div> </div> </div></div> <!-- /footer/ --> </div> </body> </html>
CSS
* { margin: 0; padding: 0; } body { margin: 0px auto; padding: 0px; background-color: #000; text-align: center; background-image: url("http://img-cdn.jg.jugem.jp/aa3/333091/20070903_318434.jpg"); background-repeat: no-repeat; background-position: center top; } .clear { clear: both; font: 0px/0px sans-serif ; } #layout { margin: 0 auto; width: 800px; text-align: left; } #header { height:620px; } #contents #left { } #contents #center { float: left; width: 500px; } #contents #center .pad { padding : 0 20px; } #contents #right { float: right; width: 170px; } #footer { clear: both; } h1 { margin: 0px; padding: 0px; } ul { margin: 0px 0px 0px 15px; padding: 0px; } div, td { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; } .form_color { background-color: #333; border: 1px; color: #CC6600; scrollbar-base-color: #666; scrollbar-highlight-color: #333; } a { color: #999966; text-decoration: underline; } a:link { color: #FF9900; text-decoration: underline; } a:visited { color: #cc6600; text-decoration: underline; } a:active { color: #FFCC33; text-decoration: none; } a:hover { color: #FFCC33; text-decoration: none; } .site_title a {color: #666666;text-decoration: none;} .site_title a:link {color: #666666;text-decoration: none;} .site_title a:visited {color: #666666;text-decoration: none;} .site_title a:active {color: #666666;text-decoration: none;} .site_title a:hover {color: #666666;text-decoration: none;} .site_title { font-size: 40px; color: #000000; margin: 20px 0px 10px 0px; padding: 0px; } .description { font-size: 14px; color: #666666; margin: 0px 0px 25px 0px; } .entry_navi{ font-size: 12px; color: #666666; margin: 15px 0px 15px 0px; text-align: center; } .entry { margin: 0px; padding: 0px; } .entry_date { font-size: 18px; font-weight: bolder; color: #FF9900; margin: 15px 0px 15px 0px; padding-bottom: 3px; border-bottom: 1px dotted #CCCCCC; } .entry_title { font-size: 14px; font-weight: bolder; margin: 10px 0px 10px 0px; color: #CC6600; } .entry_body { font-size: 12px; line-height: 170%; color: #CC6600; margin: 15px 0px 15px 0px; } .entry_author { font-size: 10px; color: #CC6600; margin: 5px 0px 5px 0px; text-align: right; } .entry_more { font-size: 11px; line-height: 170%; color: #CC6600; margin: 15px 0px 15px 0px; } .entry_state { font-size: 11px; color: #CC6600; margin: 15px 0px 30px 0px; } blockquote { font-size: 11px; color: #CC6600; margin: 20px 10px 20px 10px; padding: 10px; border-left: 3px solid #CCCCCC; } .comment-title { font-size: 14px; font-weight: bolder; color: #CC6600; margin: 10px 0px 10px 0px; padding-bottom: 3px; border-bottom: 1px dotted #CCCCCC; } .trackback-title { font-size: 14px; font-weight: bolder; color: #CC6600; margin: 10px 0px 10px 0px; padding-bottom: 3px; border-bottom: 1px dotted #999933; } .pict { border-width: 1px; border-style: solid; border-color: #999933; } .picts { border-width: 1px; border-style: solid; border-color: #999933; } .page { font-size: 12px; color: #CC6600; padding: 10px 0px 0px 0px; border-top: 1px dotted #999933; text-align: center; } .linktitle { font-family: "Verdana"; font-size: 12px; font-weight: bolder; color: #CC6600; line-height: 170%; margin: 10px 0px 0px 0px; } .linktext { font-size: 11px; color: #CC6600; line-height: 170%; margin: 5px 0px 25px 2px; } .linktext3 { font-size: 10px; color: #CC6600; line-height: 170%; margin: 5px 0px 0px 2px; text-align: left; display : none; background-image: url("http://img-cdn.jg.jugem.jp/aa3/333091/20070903_318495.gif"); background-repeat: repeat; background-position: center top; } .search { font-size: 10px; color: #CC6600; line-height: 170%; margin: 0px 0px 5px 0px; } .button { margin: 5px 0 0 0; } .copyright { font-size: 10px; color: #333333; line-height: 170%; border-top: 1px dotted #CC6600; margin: 30px 0px 0px 0px; padding-top: 10px; } .calendar { font-family: "Verdana"; font-size: 10px; color: #CC6600; margin: 5px 0px 20px 0px; } .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; } .jugem_bana{ margin: 20px 1px 10px 0px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑