無料ブログをかんたん作成
無料ブログ作成なら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}" /> <script type="text/javascript"> //<![CDATA[ //メニューのスイッチ function menuSwich(id){ var menu = document.getElementById(id); var dsp; if(!menu)return; hideAll(); if(menu.style.display=="none"){ dsp = "block"; }else{ dsp = "none"; } menu.style.display=dsp; } //メニューをすべて消す。 function hideAll(){ var i; var tagname ="div"; var classname = "list"; var tags = document.getElementsByTagName(tagname); if(!tags)return; for(i=0;i<tags.length;i++){ if(tags[i].className==classname){ tags[i].style.display = "none"; } } } //画像の自動縮小 function ChangeimgSize(){ var i; var tagname ="img"; var classname = "menuimg"; var tags = document.getElementsByTagName(tagname); var img; var limitwd=200; //画像の最大幅 if(!tags)return; for(i=0;i<tags.length;i++){ if(tags[i].className!=classname){ img = new Image(); img.src = tags[i].src; if(img.width>limitwd){ tags[i].height=(img.height)/(img.width/limitwd);//縦横比をあわせる。 tags[i].width=limitwd;//最大幅に変更 } } } } //]]> </script> </head> <body onload="javascript:ChangeimgSize();initval();"> <a name="top"></a> <br><br> <table cellspacing="0" cellpadding="0" align="center" class="table_01"><tr><td> <table cellspacing="0" cellpadding="0" align="center" width="100%"><tr valign="top"><td class="td_01"><IMG src="http://img-cdn.jg.jugem.jp/6ad/73091/20051019_48030.gif"></td> <td class="td_02" valign="bottom"> <A href="javascript:menuSwich('ent');">entry</A> - <A href="javascript:menuSwich('com');">comment</A> - <A href="javascript:menuSwich('tra');">trackback</A> - <A href="javascript:menuSwich('cat');">category</A> - <A href="javascript:menuSwich('arc');">archive</A> - <A href="javascript:menuSwich('lin');">links</A> - <A href="javascript:menuSwich('ama');">recomented</A> - <A href="javascript:menuSwich('oth');">others</A> </td> <td class="td_03"><IMG src="http://img-cdn.jg.jugem.jp/6ad/73091/20051019_48030.gif"></td> </tr></table> </td></tr><tr> <!--●●まんなか●●●●●●●●●●●●●●●●●●●●●●--> <td> <table width="100%" cellspacing="1" cellpadding="0"><tr> <!--LEFT--> <td width="150" class="back"> <div style="width:150px;" class="div_01"> <br /> <!-- BEGIN latest_entry --> <div class="list" id="ent"> <div class="linktitle" id="newentryname"> entry </div> <span class="linktext" id="newentrylist"> {latest_entry_list} </span> </div> <!-- END latest_entry --> <!-- BEGIN recent_comment --> <div class="list" id="com"> <div class="linktitle" id="commentname"> comment </div> <div class="linktext" id="commentlist"> {recent_comment_list} </div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="list" id="tra"> <div class="linktitle" id="tbname"> trackback </div> <div class="linktext" id="tblist"> {recent_trackback_list} </div> </div> <!-- END recent_trackback --> <div class="list" id="ama"> <div class="linktitle"> recommend </div> <!-- BEGIN amazon --> <A href="{amazon_url}" target="_blank" title="【{amazon_ProductName}】 {amazon_comment}"><IMG src="{amazon_ImageUrlMedium}" border="0" class="amazon"></A> <!-- END amazon --> </div> <!-- BEGIN category --> <div class="list" id="cat"> <div class="linktitle" id="categoryname"> category </div> <div class="linktext" id="categorylist">{category_list} </div> </div> <!-- END category --> <!-- BEGIN archives --> <div class="list" id="arc"> <div class="linktitle" id="archivename"> archives </div> <div class="linktext" id="archivelist">{archives_list} </div> </div> <!-- END archives --> <!-- BEGIN link --> <div class="list" id="lin"> <div class="list_text"> {link_list} </div> </div> <!-- END link --> <!-- BEGIN profile --> <div class="list" id="pro"> <div class="list_text"> {user_list} </div> </div> <div class="list" id="log"> <div class="list_text"> <form action="./admin/?mode=login" method="post" target="_blank"> userid:<br /> <input type="text" name="account_name" /><br /> password:<br /> <input type="password" name="password" /><br /> <input type="submit" name="" value="login" /><br /> </form> </div> </div> <!-- END profile --> <!-- powered --> <div class="list" id="oth"> <div class="list_text"> <div class="linktitle"> others </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> </div> <!-- /powered/ --> <br> <br> <br> {ad} </div> <!-- search --> <form method="get" action=""> <div class="search"> Search this site. </div> <div class="search_box"> <input id="search" name="search" size="20" style="width:90px" class="form" /> <input type="submit" value="検索" class="button" /> </div> </form> <!-- /search/ --> </td> <td width="370" class="back"> <div style="width:370px;" class="div_01"> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> <!-- 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_title">{entry_title}</div> <div class="entry_body"> {entry_description} </div> <a name="sequel"></a> <div class="entry_more"> {entry_sequel} </div> <div class="entry_author" align="right"> {entry_year}.{entry_month}.{entry_day}({entry_eng_week_short}) {entry_time} | {user_name}</div> <div class="entry_state" align="right"> {category_name} | {comment_num} | {trackback_num}</div> {trackback_auto_discovery} </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="comment"> <h3 class="comment_title" align="right">この記事のコメント</h3> <!-- BEGIN comment --> <div class="entry_body" id="comment_area"> {comment_description} </div> <div class="comment_author"> {comment_name} | {comment_time} </div> <br> <!-- END comment --> <div class="comment_body">コメントする</div> <div class="comment_body"> <form name="comform" 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:200px;" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:200px;" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:200px;" /><br /> <label for="description">comments:</label><br /> <br /> <textarea tabindex="4" id="description" name="description" rows="7" cols="50" style="width:300px;"></textarea><br /> <div class="c_form"> <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> </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}" /> <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;"></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 --> <br> <br> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="comment_title">この記事のトラックバックURL</div> <div class="entry_body"> {trackback_url} </div> <div class="comment_body">トラックバック</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 --> <!-- 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 --> <!--footer --> <div class="copyright"> {copyright}<br /> <br /> <div align="right" style="margin-right: 10px;"><a href="#top">このページの先頭へ </a></div> </div> <!-- /footer/ --> </div> </td></tr></table> </td></tr><tr><td> <table cellspacing="0" cellpadding="0" align="center" width="100%"><tr valign="top"><td class="td_04"><IMG src="http://img-cdn.jg.jugem.jp/6ad/73091/20051019_48030.gif"></td> <td class="td_05" valign="center"> <!--◆◆カレンダー◆◆◆◆◆◆◆◆--> <!-- BEGIN calendar --> <div class="calendar"> {calendar_horizontal} </div> <!-- END calendar --> <!--◆◆カレンダー・・・終◆◆◆◆◆◆◆◆--> </td> <td class="td_06"><IMG src="http://img-cdn.jg.jugem.jp/6ad/73091/20051019_48030.gif"></td> </tr></table> </td> </tr> </table> <!--●●真ん中終わり●●●●●●●●●●●●●●●●●●●●--> </body> </html>
CSS
.table_01{ font-size:12px; width: 530px; height:400px; background: #333;ここの背景色を変えると枠の色全体変わります } .td_01{ width: 25px; height:25px; background-image:url(http://img-cdn.jg.jugem.jp/6ad/73091/20051019_48010.gif); } .td_02{ width: 100%; height:25px; background-image:url(http://img-cdn.jg.jugem.jp/6ad/73091/20051019_48009.gif); } .td_03{ width: 25px; height:25px; background-image:url(http://img-cdn.jg.jugem.jp/6ad/73091/20051019_48011.gif); } .td_04{ width: 25px; height:25px; background-image:url(http://img-cdn.jg.jugem.jp/6ad/73091/20051019_48007.gif); } .td_05{ width: 100%; height:25px; background-image:url(http://img-cdn.jg.jugem.jp/6ad/73091/20051019_48006.gif); } .td_06{ width: 25px; height:25px; background-image:url(http://img-cdn.jg.jugem.jp/6ad/73091/20051019_48008.gif); } .div_01{ overflow:auto; height:370px; margin-left: 2px; } img.pict { display: block; float: left; clear: left; margin-right: 5px; margin-top:1px; border-top:0px dotted #666666; border-bottom:0px double #333; } .amazon { display: block; width:90px; height:; border:0px solid #333; margin-bottom:12px; margin-left:5px; align="center" } body { margin: 0px 0px 0px 0px; background: url(); } a:link {color:#999; text-decoration:none;} a:visited {color:#999; text-decoration:none;} a:active {color:#bbb; text-decoration:underline;} a:hover {color:#bbb; text-decoration:underline;} h1 { margin: 0px 0px 0px 0px; } ul { margin: 0px 0px 0px 5px; padding: 0px; list-style:none; } input, textarea { font-size: 10px; border: 1px solid #666; } .site_title { font-size: 16px; font-weight: bolder; color: #333; margin: 10px 0px 5px 20px; } .site_title a, .site_title a:link, .site_title a:visited, .site_title a:active, .site_title a:hover { color:#333; text-decoration:none; } .description { font-size: 10px; color: #bbb; margin: 5px 0px 15px 20px; } .entry { margin: 0px 10px 80px 10px; padding: 0px; } .entry_navi{ font-size:10px; text-align:center; } .entry_title { font-size: 12px; background:; border-bottom:2px solid #bbb; font-weight: bolder; color: #777; margin: 0px 0px 0px 0px; } .entry_author { font-size: 10px; font-weight: normal; color: #999; margin: 5px 5px 5px 5px; } .entry_body { font-size: 10px; line-height: 150%; color: #333; margin: 0px 0px 0px 0px; } .entry_more { font-size: 10px; line-height: 150%; color: #999; margin: 15px 30px 10px 20px; } .entry_state { font-size: 10px; color: #777; margin: 2px 0px 0px 0px; } blockquote { font-size: 11px; color: #777; margin: 20px 10px 20px 10px; padding: 10px; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; } .comment { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .comment_title { font-size: 10px; line-height:130%; font-weight: bolder; color: #333333; border-bottom: 2px solid #bbb; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .comment_body { font-size: 10px; line-height: 150%; color: #333; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .c_form { font-size: 10px; line-height: 150%; color: #333; margin: 0px 0px 0px 0px; padding: 5px 0px 0px 0px; } .comment_author { font-size: 10px; font-weight: normal; text-align:left; color: #666666; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border-bottom: 1px dotted #333; } .trackback { margin: 20px 0px 0px 0px; padding: 0px 0px 5px 0px; } .trackback_title { font-size: 10px; line-height:130%; font-weight: bolder; color: #333333; border-bottom: 1px dotted #333333; margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px; } .trackback_url { font-size: 10px; line-height:130%; color: #333; background: #efefef; } .trackback_author { font-size: 10px; font-weight: normal; text-align:left; color: #666666; margin: 5px 0px px 0px; padding: 0px 0px 3px 0px; border-bottom: 1px dotted #333; } .prof_entry { margin: 0px 10px 20px 10px; padding: 0px; } .list{ display:none; } .linktitle { font-family: "Arial Black"; font-size: 12px; font-weight: bolder; color: #333; line-height: 100%; margin: 20px 0px 0px 0px; padding: 0px; border-bottom: 2px solid #333; } .linktext { font-size: 10px; color: #333333; line-height: 150%; margin: 0px 0px 0px 0px; padding: 1px; } .back { margin: 0px; padding: 0px 0px 0px 0px; background: #fff; } html { scrollbar-3dlight-color : #fff; scrollbar-arrow-color : #fff; scrollbar-base-color : #fff; scrollbar-darkshadow-color : #fff; scrollbar-highlight-color : #888; scrollbar-shadow-color : #888; scrollbar-track-color : #fff; } /* SEARCH---------------------------------------------------------------------- */ .search { font-size: 10px; color: #333333; line-height: 170%; margin: 0px 0px 5px 0px; } .search_box { margin: 0px 0px 5px 0px; } /* FOOTER---------------------------------------------------------------------- */ .copyright { font-size: 10px; color: #333333; line-height: 140%; margin: 20px 0px 0px 0px; } /* CLOCK---------------------------------------------------------------------- */ .clock { margin: 0px 10px 0px 10px; background: #FFFFFF; } /* CALENDAR---------------------------------------------------------------------- */ .calendar { font-family: "Arial"; font-size: 9px; color: #333; background: ; line-height: 100%; margin: 2px 0px 2px 0px; padding: 0px 0px 0px 0px; } .cell { /*background: url() no-repeat;*/ width: 20px; height: 13px; padding: 1px; } .weekday { font-size: 9px; text-align: center; width: 20px; height: 13px; padding: 1px; } .today { }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑