無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
0の位置
テンプレートイメージ表示ページへ戻る
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 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"> //<![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=550; //画像の最大幅 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> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:ChangeimgSize();initval();"> <a name="top"></a> <div id="wrapper"> <table border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td> </td> </tr> <tr> <td class="me" align="right"> <a href="javascript:menuSwich('com');" title="comment" onfocus="this.blur()"><img src="http://img-cdn.jg.jugem.jp/54b/2458/20070112_275272.png" border="0" class="menuimg" /></a> <a href="javascript:menuSwich('cat');" title="category" onfocus="this.blur()"><img src="http://img-cdn.jg.jugem.jp/54b/2458/20070112_275263.png" border="0" class="menuimg" /></a> <a href="javascript:menuSwich('arc');" title="archive" onfocus="this.blur()"><img src="http://img-cdn.jg.jugem.jp/54b/2458/20070112_275273.png" border="0" class="menuimg" /></a> <a href="javascript:menuSwich('lnk');" title="link" onfocus="this.blur()"><img src="http://img-cdn.jg.jugem.jp/54b/2458/20070112_275275.png" border="0" class="menuimg" /></a> <a href="javascript:menuSwich('pro');" title="profile" onfocus="this.blur()"><img src="http://img-cdn.jg.jugem.jp/54b/2458/20070112_275261.png" border="0" class="menuimg" /></a> <a href="javascript:menuSwich('log');" title="admin" onfocus="this.blur()"><img src="http://img-cdn.jg.jugem.jp/54b/2458/20070112_275277.png" border="0" class="menuimg" /></a> </td> </tr> <tr> <td> <!--new entries--> <!-- BEGIN recent_comment --> <div class="list" id="com"> <div class="list_title"> RECENT COMMENTS<a href="javascript:hideAll()" title="メニューを閉じる"><font color="red"><b>×</b></font></a> </div> <div class="list_text"> {recent_comment_list} </div> </div> <!-- END recent_comment --> <!-- BEGIN category --> <div class="list" id="cat"> <div class="list_title"> CATEGORIES<a href="javascript:hideAll()" title="メニューを閉じる"><font color="red"><b>×</b></font></a> </div> <div class="list_text"> {category_list} </div> </div> <!-- END category --> <!-- BEGIN archives --> <div class="list" id="arc"> <div class="list_title"> ARCHIVES<a href="javascript:hideAll()" title="メニューを閉じる"><font color="red"><b>×</b></font></a> </div> <div class="list_text"> {archives_list} </div> </div> <!-- END archives --> <!-- BEGIN link --> <div class="list" id="lnk"> <div class="list_title"> LINKS<a href="javascript:hideAll()" title="メニューを閉じる"><font color="red"><b>×</b></font></a> </div> <div class="list_text"> {link_list} </div> </div> <!-- END link --> <!-- BEGIN profile --> <div class="list" id="pro"> <div class="list_title"> PROFILE<a href="javascript:hideAll()" title="メニューを閉じる"><font color="red"><b>×</b></font></a> </div> <div class="list_text"> {user_list} </div> </div> <div class="list" id="log"> <div class="list_title"> LOGIN<a href="javascript:hideAll()" title="メニューを閉じる"><font color="red"><b>×</b></font></a> </div> <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 /><br /> <input type="submit" name="" value=" login " /><br /> </form> </div> </div> <!-- END profile --> </td> </tr> <tr> <td class="back"> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <p class="description">{blog_description}</p> <!-- END title --> </td> </tr> <tr> <td> <!-- 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"><a href="{entry_permalink}">{entry_title}</a></div> <div class="entry_body"> {entry_description} </div> <a name="sequel"></a> <div class="entry_more"> <a name="sequel"></a> {entry_sequel} </div> <div class="entry_state"> | {entry_date} | {category_name} | {comment_num} | </div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="comment"> <div class="com_title">COMMENT</div> <!-- BEGIN comment --> <div class="com_dscp"> {comment_description} </div> <div class="com_state"> | {comment_name} | </div> <!-- END comment --> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <div class="com_body"> <input type="hidden" name="entry_id" value="{entry_id}" /> <label for="name">name:</label><br/> <input type="text" tabindex="1" size="20" name="name" id="name" value="{cookie_name}" class="form" /><br /> <label for="email">email:</label><br /> <input type="text" tabindex="2" size="20" name="email" id="email" value="{cookie_email}" class="form" /><br /> <label for="url">url:</label><br /> <input type="text" tabindex="3" size="20" name="url" id="url" value="{cookie_url}" class="form" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:400px; class="form"></textarea><br /> <br /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie" /> <label for="set_cookie">Cookieに登録</label> <br /><br /> <input tabindex="5" type="submit" value=" O K " onclick="javascript:setval();" /> </div> </form> </div> <!-- END comment_area --> <!-- BEGIN profile_area --> <div class="profile"> <div class="pro_title">PROFILE</div> <div class="pro_name">{profile_name}</div> <div class="pro_body">{profile_description}</div> </div> <!-- END profile_area --> </td> </tr> <tr> <td align="center"> <div class="pagenavi"> </div> </td> </tr> <tr><td align="left"> <div class="rss"> <!-- BEGIN page --> {prev_page_link} | {page_now} / {page_num} PAGES | {next_page_link} <!-- END page --><br /><br /> <a href="http://zyniker.jugem.jp" target="_blank">zyniker</a><br /><br /> <a href="./?mode=rss" onClick="window.open('./?mode=rss','rss','width=300,height=400,scrollbars=yes,status=yes,resizable=yes');return false;">RSS1.0</a> | <a href="./?mode=rss" onClick="window.open('./?mode=atom','atom','width=300,height=400,scrollbars=yes,status=yes,resizable=yes');return false;">Atom0.3</a><br /> <a href="#top">このページの先頭へ</a> <!-- BEGIN freespace1 --> <div class="f_t">{freespace_title1}</div> <div class="f_c">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="f_t">{freespace_title2}</div> <div class="f_c">{freespace_contents2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="f_t">{freespace_title3}</div> <div class="f_c">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="f_t">{freespace_title4}</div> <div class="f_c">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="f_t">{freespace_title5}</div> <div class="f_c">{freespace_contents5}</div> <!-- END freespace5 --> </div> <!--footer --> <div class="entry_state">{copyright}</div> <!-- /footer/ --> </td></tr> <!-- BEGIN jugem_ad --> <tr><td> {ad} </td></tr> <!-- END jugem_ad --> </table> </div> </body> </html>
CSS
* { -moz-box-sizing: border-box; box-sizing: border-box; } * { margin:0px; padding:0px; } html{ scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-3dlight-color: #000000; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #ffffff; scrollbar-darkshadow-color: #000000; } body{ background-color:#FFFFFF; background: url(http://img-cdn.jg.jugem.jp/54b/2458/20061211_262946.png); background-attachment: fixed; background-repeat: repeat-x; background-position: top; } #wrapper { margin-left: auto; margin-right: auto; margin-top: 0; width: 700px; } div { font-family: "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; } br{ letter-spacing: 0px;} a:link { color: #5890a0; text-decoration:underline; } a:visited { color: #5890a0; text-decoration:underline; } a:hover { color: #cccccc; text-decoration:underline; } a:active { color: #cccccc; text-decoration:underline; } .form { font-size: 11px; width: 180px; } .back { background-color: #ffffff; } .me{ padding-bottom: 0px; background: transparent; } .site_title { font-family: "Georgia", "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; font-size: 22px; font-weight: bold; padding-left:5px; padding-top: 15px; padding-bottom: 10px; text-align:left; } .site_title a:link { color: #000000; text-decoration:none; } .site_title a:visited { color: #000000; text-decoration:none; } .site_title a:hover { color: #FFFFFF; text-decoration:none; } .site_title a:active { color: #FFFFFF; text-decoration:none; } .description { font-size: 10px; padding-top: 10px; color: #666666; padding:5px; text-align: left; } .entry,.comment,.trackback,.profile{ border-bottom: 1px solid #c0c0c0; padding:5px; margin-bottom:10px; margin-top: 30px; } .entry_navi{ font-size:12px; text-align:center; margin:5px 0 0 0; } .entry_author { font-size: 11px; text-align: right; color: #000000; } .entry_title { font-size: 12px; font-weight: bold; color: #000000; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 10px; margin-bottom: 20px; border-left: 7px solid #000000;} .entry_title a:link { color: #000000; text-decoration:none; } .entry_title a:visited { color: #000000; text-decoration:none; } .entry_title a:hover { color: #ffffff; text-decoration:none; } .entry_title a:active { color: #ffffff; text-decoration:none; } .entry_body { font-size: 12px; color: #000000; line-height:170%; letter-spacing:1px; margin-top:10px; margin-bottom:5px; padding-bottom:5px; } .entry_more { font-size: 12px; color: #000000; letter-spacing:1px; line-height: 170%; } .entry_state { font-size: 12px; color: #999999; padding-top: 15px; text-align:left; } .com_title{ font-size: 12px; font-weight: bold; color: #000000; padding-top: 10px; border-bottom: 1px solid #b0b0b0; } .com_dscp { font-size: 12px; color: #000000; line-height:170%; letter-spacing:1px; } .com_state{ font-size: 12px; color: #999999; border-bottom: 1px solid #b0b0b0; padding-top: 5px; margin-bottom: 10px; } .com_subtitle{ font-size: 12px; font-weight: bold; color: #000000; } .com_body{ font-size: 12px; color: #000000; } input,textarea,submit{ font-size: 12px; color: #000000; border: 1px solid #cccccc; background-color:#FFFFFF; } #description{ width:400px; } .pict { border: 1px solid #cccccc; background-color: #ffffff; padding: 10px; } .pro_title{ font-size: 12px; font-weight: bold; color: #000000; border-bottom: 1px solid #c0c0c0; } .pro_name{ font-size: 12px; font-weight: bold; padding-top: 5px; color: #000000; } .pro_body{ font-size: 12px; color: #000000; letter-spacing:1px; line-height: 170%; } .rss,.pagenavi{ font-size: 12px; color: #999999; line-height: 170%; padding-top: 15px; padding-bottom:5px; margin-bottom:5px; border-bottom:1px dotted #b0b0b0; } blockquote{ font-size: 12px; letter-spacing: 1px; line-height 170%; padding-left: 8px; padding-top: 5px; padding-bottom: 5px; border-left: 10px solid #c9e5dc; border-top: 1px solid #c9e5dc; border-right: 1px solid #c9e5dc; border-bottom: 1px solid #c9e5dc; } .list{ display:none; } .list_title{ font-size: 11px; text-align:left; font-weight: bold; color:#000000; background-color:#ffffff; padding-bottom: 15px; } .list_text{ font-size: 11px; color: #999999; text-align:left; line-height: 170%; letter-spacing: 1px; } .links{ text-align:center; } .linktext{ color: #666666; font-size: 11px; } .jugem_bana{ margin: 10px 1px 10px 1px; } .f_t { font-weight:bolder; margin:10px 0 5px 0; } .f_c { }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑