無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
Re:mix * decem
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <?xml version="1.0" encoding="{site_encoding}"?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset={site_encoding}" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <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"> //<![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=400; //画像の最大幅 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();"> <div id="bg_01"><img src="http://img-cdn.jg.jugem.jp/64c/963251/20080809_39098.gif" alt="1x1" width="1" height="1" /></div> <div id="bg_02"><img src="http://img-cdn.jg.jugem.jp/64c/963251/20080809_39098.gif" alt="1x1" width="1" height="1" /></div> <!-- ID#bg_00 ▼START --> <div id="bg_00"> <!-- ID#POSITION ▼START --> <div id="POSITION"> <!-- ID#HEADER ▼START --> <div id="HEADER"> <!-- BEGIN title --> <div id="TITLE"> <h1>{blog_name}</h1> <p>{blog_description}</p> </div> <!-- END title --> </div> <!-- ID#HEADER △END --> <!-- ID#CONTENTS ▼START --> <div id="CONTENTS"> <!-- ID#SIDE ▼START --> <div id="SIDE"> <div><img src="http://img-cdn.jg.jugem.jp/64c/963251/20080821_116784.gif" alt="1x1" width="75" height="189" /></div> <div><a href="javascript:menuSwich('pro');" title="profile"><img src="http://img-cdn.jg.jugem.jp/64c/963251/20080822_125182.gif" alt="profile" width="63" height="22" /></a></div> <div><a href="javascript:menuSwich('cat');" title="category"><img src="http://img-cdn.jg.jugem.jp/64c/963251/20080823_127646.gif" alt="category" width="63" height="22" /></a></div> <div><a href="javascript:menuSwich('arc');" title="archives"><img src="http://img-cdn.jg.jugem.jp/64c/963251/20080822_125183.gif" alt="archives" width="63" height="22" /></a></div> <div><a href="javascript:menuSwich('link');" title="link"><img src="http://img-cdn.jg.jugem.jp/64c/963251/20080822_125197.gif" alt="link" width="63" height="22" /></a></div> <div><a href="javascript:menuSwich('mix');" title="mix"><img src="http://img-cdn.jg.jugem.jp/64c/963251/20080822_125188.gif" alt="mix" width="63" height="22" /></a></div> <div><a href="javascript:hideAll()" title="close"><img src="http://img-cdn.jg.jugem.jp/64c/963251/20080822_125192.gif" alt="reset" width="63" height="22" /></a></div> <!-- BEGIN jugem_ad --> {ad} <!-- END jugem_ad --> </div> <!-- ID#SIDE △END --> <!-- ID#MAIN ▼START --> <div id="MAIN"> <div id="bg_03"><img src="http://img-cdn.jg.jugem.jp/64c/963251/20080809_39098.gif" alt="1x1" width="1" height="1" /></div> <div id="bg_04"> <div id="MAIN_FRAME"> <div id="MENU_CONTENTS"> <!-- BEGIN archives --> <div class="list" id="arc"> <div class="side_box" id="arc_box"> <h2>archives</h2> <div class="menu_body">{archives_list}</div> </div> </div> <!-- END archives --> <!-- BEGIN category --> <div class="list" id="cat"> <div class="side_box" id="cat_box"> <h2>categories</h2> <div class="menu_body">{category_list}</div> </div> </div> <!-- END category --> <!-- BEGIN profile --> <div class="list" id="pro"> <div class="side_box" id="pro_box"> <h2>profile</h2> <div class="menu_body">{user_list}</div> </div> </div> <!-- END profile --> <!-- BEGIN link --> <div class="list" id="link"> <div class="side_box" id="link_box"> <h2>link</h2> <div class="menu_body">{link_list}</div> </div> </div> <!-- END link --> <div class="list" id="mix"> <div class="side_box" id="mix_box"> <div class="menu_body"> <!-- BEGIN freespace1 --> <div id="fc1_title"><h2>{freespace_title1}</h2></div> <div class="mix_box" id="fc1_box">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div id="fc2_title"><h2>{freespace_title2}</h2></div> <div class="mix_box" id="fc2_box">{freespace_contents2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div id="fc3_title"><h2>{freespace_title3}</h2></div> <div class="mix_box" id="fc3_box">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div id="fc4_title"><h2>{freespace_title4}</h2></div> <div class="mix_box" id="fc4_box">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div id="fc5_title"><h2>{freespace_title5}</h2></div> <div class="mix_box"id="fc5_box">{freespace_contents5}</div> <!-- END freespace5 --> <!-- BEGIN amazon --> <div id="ama_title"><h2>amazon</h2></div> <div class="mix_box" id="ama_box">{amazon_item}</div> <!-- END amazon --> </div> </div> </div> <!-- BEGIN entry --> <div class="entry"> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} <a href="./">main</a> {next_entry} </div> <!-- END sequel --> <div class="entry_title"><h2>{entry_title}</h2></div> <div class="entry_data">{entry_date}</div> <div class="entry_body">{entry_description}</div> <div class="entry_more"> <!-- BEGIN entry_sequel_link --> <a href="./?eid={entry_sequel_id}#sequel">read more...</a> <!-- END entry_sequel_link --> <!-- BEGIN entry_sequel_items --> {entry_sequel_text} <!-- END entry_sequel_items --> </div> <div class="entry_state"> <ul> <li class="state_cm"><a href="{entry_permalink}#comments">CM({comment_num_only})</a></li> <li class="state_tb"><a href="{entry_permalink}#trackbacks"> TB({trackback_num_only})</a></li> <li class="state_time">{entry_time}</li> <li class="state_category">{category_name}</li> </ul> </div> {trackback_auto_discovery} </div> <!-- END entry --> <!-- BEGIN comment_area --> <div class="comment" id="comments"> <div class="comment_title"><h2>comment</h2></div> <!-- BEGIN comment --> <div class="comment_data"> <div class="comment_body" id="cm_{comment_id}"><p>{comment_description}</p></div> <div class="comment_state"> <ul> <li class="state_cm_name">{comment_name}</li> <li class="state_cm_time">{comment_time_24}</li> </ul><br clear="left" /></div> </div> <!-- END comment --> <div class="formarea"> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <div><input type="hidden" name="entry_id" value="{entry_id}" /></div> <dl> <dt><label for="name">name</label></dt> <dd><input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" /></dd> <dt><label for="email">email</label></dt> <dd><input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" /></dd> <dt><label for="url">url</label></dt> <dd><input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" /></dd> <dt><label for="description">comments</label></dt> <dd><textarea tabindex="4" id="description" name="description" rows="7" cols="50"></textarea></dd> <dt><input tabindex="5" type="submit" id="cmsub" value="コメント送信" onclick="javascript:setval();" /></dt> <dt><input type="checkbox" name="set_cookie" value="1" id="set_cookie" /><label for="set_cookie">Cookieに登録</label></dt> </dl> </form> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <div class="trackback" id="trackbacks"> <div class="formarea" id="TBurl"> <div class="trackback_title"><h2>trackback URL</h2></div> <dl> <dt><label for="url">url</label></dt> <dd><input type="text" value="{trackback_url}" name="url" /></dd> </dl> </div> <div class="trackback_title"><h2>trackback</h2></div> <!-- BEGIN trackback --> <div class="trackback_data"> <div class="trackback_title" id="tb_{trackback_id}"><h2>{trackback_title}</h2></div> <div class="trackback_body"><p>{trackback_excerpt}</p></div> <div class="trackbackt_state"> <ul> <li class="state_tb_blog_name">{trackback_blog_name}</li> <li class="state_tb_time">{trackback_time_24}</li> </ul><br clear="left" /></div> </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry" id="profile_box"> <div class="entry_title" id="profile_title"><h2>{profile_name}</h2></div> <div class="entry_body" id="profile_body">{profile_description}</div> <div class="entry_footer" id="profile_footer"><img src="http://img-cdn.jg.jugem.jp/64c/963251/20080809_39098.gif" alt="1x1" width="1" height="1" /></div> </div> <!-- END profile_area --> <!-- BEGIN page --> <div class="paging"> <a href="{prev_page_url}"><<</a>{page_now}/{page_num}<a href="{next_page_url}">>></a> </div> <!-- END page --> </div> </div> <div id="bg_05"><img src="http://img-cdn.jg.jugem.jp/64c/963251/20080809_39098.gif" alt="1x1" width="1" height="1" /></div> </div> <!-- ID#MAIN △END --> </div> <!-- ID#CONTENTS △END --> <br clear="all" /> <!-- ID#FOOTER ▼START --> <div id="FOOTER"> Powered by <a href="https://jugem.jp/" target="_blank">JUGEM</a> Material by <a href="http://www.lovecandied.com/" target="_blank">candied</a> Template by <a href="http://reimix.jugem.jp/" target="_blank">Re:mix</a> <a href="{site_rss}">RSS1.0</a> <a href="{site_atom}">Atom0.3</a> <a href="./admin/">Admin</a> </div> <!-- ID#FOOTER △END --> </div> <!-- ID#POSITION △END --> </div> <!-- ID#bg_00 △END --> <div id="bg_06"><img src="http://img-cdn.jg.jugem.jp/64c/963251/20080809_39098.gif" alt="1x1" width="1" height="1" /></div> </body> </html>
CSS
/* ------------------------------ Re:mix * decem Ver: 1.1 Since: 2008/08/26 ------------------------------ */ /*////////////////////////////// エレメント ///*/ body,table,th,td,pre,textarea,input { font-size: 10px; } body { background: url(http://img-cdn.jg.jugem.jp/64c/963251/20080823_127732.gif); overflow: auto; } *{ margin: 0; padding: 0; font-family: "Osaka‐等幅","Verdana","MS ゴシック"; color: #5b5b5b; letter-spacing: 2px; line-height: 200%; scrollbar-arrow-color: #ffd2d2; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffd2d2; scrollbar-shadow-color: #ffd2d2; scrollbar-3dlight-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #ffffff; } a:link {color:#999; text-decoration:none;} a:visited {color:#999; text-decoration:none;} a:active {color:#999; text-decoration:none;} a:hover {color:#ccc; text-decoration:none;} a img { border:none; } p{ margin-top: 10px; margin-bottom: 10px; } h2,h3 { font-size: 10px; } br { letter-spacing:normal; } textarea { overflow: auto; letter-spacing: 0px; scrollbar-face-color: #999; scrollbar-highlight-color: #999; scrollbar-shadow-color: #999; scrollbar-3dlight-color: #999; scrollbar-darkshadow-color: #999; scrollbar-track-color: #eee; scrollbar-arrow-color: #eee; } /*////////////////////////////// 横幅要素 ///*/ #POSITION { width: 660px; } #HEADER { width: 510px; } #TITLE a { color: #5b5b5b; } #SIDE { width: 150px; } #MAIN { width: 510px; } #MAIN_FRAME { height: 360px; } #MENU_CONTENTS { width: 400px; } #FOOTER { padding: 10px; } .entry { width: 400px; } .formarea input, .formarea textarea { width: 100%; } .entry textarea { width: 95%; } /*////////////////////////////// メインBOX#ID ///*/ #bg_00 { background: #fff url(http://img-cdn.jg.jugem.jp/64c/963251/20080821_117556.gif); } #bg_01 { height: 50px; width: 100%; background: url(http://img-cdn.jg.jugem.jp/64c/963251/20080821_116667.gif) repeat-x top; } #bg_02 { height: 23px; width: 100%; background: url(http://img-cdn.jg.jugem.jp/64c/963251/20080821_116669.gif) repeat-x top; } #bg_03 { height: 34px; width: 100%; background: url(http://img-cdn.jg.jugem.jp/64c/963251/20080821_116729.gif) no-repeat top; } #bg_04 { width: 100%; background: url(http://img-cdn.jg.jugem.jp/64c/963251/20080821_116732.gif) repeat-y center; } #bg_05 { height: 14px; width: 100%; background: url(http://img-cdn.jg.jugem.jp/64c/963251/20080823_127707.gif) no-repeat bottom; } #bg_06 { height: 41px; width: 100%; background: url(http://img-cdn.jg.jugem.jp/64c/963251/20080821_116904.gif) repeat-x bottom; } #POSITION,div#HEADER { margin-left: auto; margin-right: auto; text-align: center; } #TITLE { text-align: left; } #TITLE h1 { font-size: 15px; } #CONTENTS { text-align: left; margin-left: auto; margin-right: auto; } #MAIN_FRAME { margin: 0 40px 0 50px; padding: 10px 0; overflow: auto; scrollbar-arrow-color: #ffd2d2; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-3dlight-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #ffffff; } #SIDE { text-align: center; } #SIDE a, #SIDE div { line-height: 100%; } /*////////////////////////////// メインBOX#ID 回り込み ///*/ div#HEADER { float: left; } div#MAIN { float: left; } div#SIDE { float: right; } /*////////////////////////////// エントリー・CM・TB タイトル ///*/ .entry_title h2, .comment_title h2, .trackback_title h2 { background: url(http://img-cdn.jg.jugem.jp/64c/963251/20080821_117594.gif) no-repeat left 5px; padding-left: 15px; border-bottom: 2px #ffd2d2 dotted; } /*////////////////////////////// エントリー・CM・TB ボディ ///*/ .entry_body, .comment_body, .trackback_body { margin : 10px 0; } /*////////////////////////////// エントリー・CM・TB ステータス ///*/ .entry_state li, .comment_state li, .trackbackt_state li { display: block; float: right; padding-left: 10px; list-style:none; } .entry_state a { border-bottom: 1px #ffd2d2 dotted; padding-bottom: 1px; } /*////////////////////////////// サイドメニュー ///*/ .side_box h2 { background: url(http://img-cdn.jg.jugem.jp/64c/963251/20080823_127693.gif) no-repeat left 5px; padding-left: 20px; padding-bottom: 5px; } .side_box { margin: 5px 0 50px 0; } .side_box li{ list-style:none; background: url(http://img-cdn.jg.jugem.jp/64c/963251/20080809_41987.gif) repeat-x 100% 100%; } #com_box a, #tb_box a { background: url(http://img-cdn.jg.jugem.jp/64c/963251/20080810_44710.gif) no-repeat left; padding-left: 15px; } .mix_box { margin-bottom: 50px; } .list{ display: none; } /*////////////////////////////// エントリー ///*/ .entry { margin-bottom: 50px; } .entry_more { margin-top : 10px; } /*////////////////////////////// エントリー記事装飾 ///*/ .entry blockquote { background: url(http://img-cdn.jg.jugem.jp/64c/963251/20080823_127692.gif); border-top: 1px #ffd2d2 solid; border-bottom: 1px #ffd2d2 solid; padding: 5px; } .entry textarea { background: #FFF1F1 url(http://img-cdn.jg.jugem.jp/64c/963251/20080823_127692.gif); border: none; padding: 10px; } .entry h3{ background: url(http://img-cdn.jg.jugem.jp/64c/963251/20080809_41987.gif) repeat-x 100% 100%; } .entry hr { border-style: dashed none none none; border-top-width: 1px; border-top-color: #ffd2d2; height: 1px; } .pict { border: 1px dashed #ffd2d2; padding: 5px; } /*////////////////////////////// トラックバック ///*/ .trackback { margin-top: 10px; } .trackback_data { margin: 10px 0px 50px; } .trackback_data h2 { background: #eee url(http://img-cdn.jg.jugem.jp/64c/963251/20080809_42415.gif); padding-left: 5px; border-left: 3px #7e7e7e solid; } #TBurl dl { margin: 20px 0; } #TBurl label { display:none; } /*////////////////////////////// フォーム ///*/ .formarea textarea { letter-spacing: 2px; } .button { margin-left: 5px; } #sea_box input, .formarea input, .formarea textarea { border: 1px solid #eee; padding: 2px 0; line-height: 100%; } #cmsub, .button { color: #fff; background: #7e7e7e url(http://img-cdn.jg.jugem.jp/64c/963251/20080809_42290.gif); } #cmsub { margin: 5px 0; } #set_cookie { border: none; width: 20px; } /*////////////////////////////// ページ移動 ///*/ .entry_navi, .paging { text-align: center; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑