無料ブログをかんたん作成
無料ブログ作成なら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}" /> <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=190; //画像の最大幅 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> <div id="layout"> <div id="header"> <div class="top"> </div> <!-- BEGIN title --> <div class="site_title">{blog_name}</div> <div class="description">{blog_description}</div> <!-- END title --> <div class="list_menu"> <a href="javascript:menuSwich('ent');" title="New Entry"><img src="http://img-cdn.jg.jugem.jp/900/252614/20080619_470561.gif"></a> <a href="javascript:menuSwich('com');" title="Comment"><img src="http://img-cdn.jg.jugem.jp/900/252614/20080619_470563.gif"></a> <a href="javascript:menuSwich('cat');" title="Category"><img src="http://img-cdn.jg.jugem.jp/900/252614/20080619_470613.gif"></a> <a href="javascript:menuSwich('arc');" title="Archives"><img src="http://img-cdn.jg.jugem.jp/900/252614/20080619_470564.gif"></a> <a href="javascript:menuSwich('lnk');" title="Link"><img src="http://img-cdn.jg.jugem.jp/900/252614/20080619_470565.gif"></a> <a href="javascript:menuSwich('ama');" title="Favorite"><img src="http://img-cdn.jg.jugem.jp/900/252614/20080619_470567.gif"></a> <a href="javascript:menuSwich('pro');" title="Me"><img src="http://img-cdn.jg.jugem.jp/900/252614/20080619_470611.gif"></a> </div> </div><!-- /header/ --> <div id="smenu"> <!-- BEGIN latest_entry --> <div class="list" id="ent"> <div class="list_title"> ENTRIES <a href="javascript:hideAll();" title="メニューを閉じる">»</a> </div> <div class="list_text" id="entrylist"> {latest_entry_list} </div> </div> <!-- END latest_entry --> <!-- BEGIN recent_comment --> <div class="list" id="com"> <div class="list_title"> COMMENTS <a href="javascript:hideAll()" title="メニューを閉じる">»</a> </div> <div class="list_text" id="commentlist"> {recent_comment_list} </div> </div> <!-- END recent_comment --> <!-- BEGIN category --> <div class="list" id="cat"> <div class="list_title"> TOPIC <a href="javascript:hideAll()" title="メニューを閉じる">»</a> </div> <div class="list_text" id="categorylist"> {category_list} </div> </div> <!-- END category --> <!-- BEGIN archives --> <div class="list" id="arc"> <div class="list_title">LOG <a href="javascript:hideAll()" title="メニューを閉じる">»</a> </div> <div class="list_text"> <!-- BEGIN archives_items --> <a href="http://8406.jugem.jp/?month={archives_item_id}">{archives_item_year}{archives_item_num_month}</a> | <!-- END archives_items --> </div> </div> <!-- END archives --> <!-- BEGIN link --> <div class="list" id="lnk"> <div class="list_title"> LINK <a href="javascript:hideAll()" title="メニューを閉じる">»</a> </div> <div class="list_text"> {link_list} </div> </div> <!-- END link --> <div class="list" id="ama"> <div class="list_title"> RECOMMEND <a href="javascript:hideAll()" title="メニューを閉じる">»</a> </div> <div class="list_text"> <!-- BEGIN amazon --> <a href="{amazon_url}" target="_blank" > <img src="{amazon_ImageUrlSmall}" alt="{amazon_ProductName}" class="amazon_pict" name="amazon" id="amazon" /></a> <!-- END amazon --> </div> </div> <!-- BEGIN profile --> <div class="list" id="pro"> <div class="list_title"> PROFILE <a href="javascript:hideAll()" title="メニューを閉じる">»</a> </div> <div class="list_text"> {user_list} </div> </div> <!-- END profile --> </div><!-- /smenu/ --> <div id="main"> <!-- BEGIN sequel --> <div class="entry_navi">{prev_entry} * <a href="./">main</a> * {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <h2><a href="{entry_permalink}">{entry_title}</a></h2> <div class="entry_body"> {entry_description} </div> <a name="sequel"></a> <div class="entry_more"> {entry_sequel} </div> <div class="entry_state">{category_name} | {comment_num} <a href="#top">▲</a></div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <div class="ct_title">Comments</div> <!-- BEGIN comment --> <div class="ct_body"> {comment_description} </div> <div class="entry_author"> {comment_name} ** {comment_year}{comment_month}{comment_day} {comment_hour_24}:{comment_minute} </div> <!-- END comment --> <div class="ct_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="40" style="width:250px;"></textarea><br /> <br /> <input tabindex="5" type="submit" value="Submit" class="form" 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 profile_area --> <div class="entry"> <div class="ct_title">Master</div> <div class="entry_title">{profile_name}</div> <div class="ct_body">{profile_description}</div> </div> <!-- END profile_area --> <!-- BEGIN page --> <div class="entry_navi">{prev_page_link} {page_now} / {page_num} {next_page_link}</div> <!-- END page --> </div><!-- /main/ --> <div id="bm"> <div id="info_box"> <!-- 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:140px" class="form" /> <input type="submit" value="?" class="button" /> </div> </form> <!-- /search/ --> <div class="linktext"> <a href="./?mode=rss">RSS1.0</a> | <a href="./?mode=atom">Atom0.3</a> | <a href="./admin/">Master</a> </div> <div class="linktext"> Material by <a herf="http://cute.lolipop.jp/" target="_blank">ホットチョコ</a><br /> Design by <a herf="http://8406.jugem.jp/" target="_blank">8406.blog</a> </div> </div><!-- /info_box/ --> <div id="ad_box"> {ad} </div><!-- /ad_box/ --> <br class="clear" /> <!--footer --> <div class="copyright"> {copyright}</div> <!-- /footer/ --> </div><!-- /bm/ --> </div><!-- /layout/ --> <script type="text/javascript" language="javascript"> <!-- //カテゴリーリストでサブカテゴリーがあるっぽく表示する //ツリー化スクリプト ver 2 edit by stroll function makeTreeElements (idName,objList) { if (!objList.innerHTML) return; var objLink = objList.getElementsByTagName('a')[0]; var linkUrl = objLink.getAttribute('href'); if (idName.indexOf('comment') > -1 || idName.indexOf('tb') > -1) { var tmpText = objList.innerHTML.split("⇒"); tmpText[0] = tmpText[0].slice(0,tmpText[0].search(/<BR/i)); this.base = Array('<a href="',linkUrl,'">',tmpText[0],'</a>').join(''); this.elem = objLink.innerHTML; } else if (idName.indexOf('entry') > -1) { var tmpText = objList.innerHTML; tmpText.match(/\((\d\d\/\d\d)\)/); this.base = Array('<strong>[',RegExp.$1,']</strong>').join(''); this.elem = Array('<a href="',linkUrl,'">',objLink.innerHTML,'</a>').join(''); } else if (idName.indexOf('link') > -1) { var tmpText = objList.innerHTML; if ( tmpText.match(/\[(.+)\](.+)/) ) { this.base = Array('<strong>[',RegExp.$1,']</strong>').join(''); this.elem = Array('<a href="',linkUrl,'" target="_blank">',RegExp.$2,'</a>').join(''); } } else if (idName.indexOf('category') > -1) { var tmpText = objList.innerHTML; if ( tmpText.match(/>(.+)\((.+)\).+(\s\(.+\))/) ) { this.base = Array(RegExp.$1).join(''); this.elem = Array('<a href="',linkUrl,'"> ',RegExp.$2, '</a>', RegExp.$3).join(''); } else { this.base = Array('<a href="',linkUrl,'">',tmpText,'</a>').join(''); this.elem = 'null'; } } return this; } function createTreeList(idName,option) { var objFocus = this.document.getElementById(idName); if (!objFocus) return; if (!objFocus.innerHTML) return; var objLists = objFocus.getElementsByTagName('li'); var linkList = new Array(); var outText = new Array(); var linkListNum = new Array(); var count = 0; var tempDispNum = ''; if (objLists.length > 0) { for (i=0;i<objLists.length;i++) { var chckFlag = true; var elemText = new makeTreeElements(idName,objLists[i]); if (!elemText.base || !elemText.elem) return; for (j=0;j<linkList.length;j++) { if (linkList[j].base.indexOf(elemText.base) > -1) { chckFlag = false; linkList[j][linkList[j].length] = elemText.elem; } } if (chckFlag) { var tmpNum = linkList.length; linkList[tmpNum] = new Array(); linkList[tmpNum][0] = elemText.elem; linkList[tmpNum].base = elemText.base; } } if (idName == 'categorylist' && linkList.length > 0) { for (i=0;i<linkList.length;i++) { linkListNum[i] = 0; for (j=0;j<linkList[i].length;j++) { if (linkList[i][j] != 'null' && linkList[i][j].match(/\s\((.+)\)/)) { linkListNum[i] = linkListNum[i] + parseInt(RegExp.$1); } } } } if (linkList.length > 0) { outText[outText.length] = '<ul>\n'; for (i=0;i<linkList.length;i++) { tempDispNum = ''; if (idName == 'categorylist' && linkListNum[i] > 0) { tempDispNum = ' ('+linkListNum[i]+')'; } outText[outText.length] = Array('<li>',linkList[i].base,tempDispNum,option.top).join(''); if (linkList[i].length > 0 && option.sort) linkList[i].reverse(); for (j=0;j<linkList[i].length;j++) { if (linkList[i][j] != 'null') { outText[outText.length] = (j == linkList[i].length - 1) ? option.end : option.list; outText[outText.length] = Array(linkList[i][j],option.leef).join(''); } } outText[outText.length] = Array(option.btm,'</li>').join(''); } outText[outText.length] = '</ul>\n'; objFocus.innerHTML = outText.join(''); } } } var gTreeOption = new Array; gTreeOption['sort'] = false; /* ツリー内の表示順 true:並び替える false:そのまま */ gTreeOption['list'] = ' ├ '; /* ツリー用マーク(通常) */ gTreeOption['end'] = '└ '; /* ツリー用マーク(末端) */ gTreeOption['leef'] = '<br />\n'; /* 各枝の末尾 */ gTreeOption['top'] = '<br />\n'; /* ツリー本体の最初 */ gTreeOption['btm'] = ''; /* ツリー本体の最後 */ gTreeOption['num'] = 0; /* ()の中身の数の合計数(値を変更しないでください) */ createTreeList('newentrylist',gTreeOption); // 最新エントリリストのツリー化 createTreeList('entrylist',gTreeOption); // エントリリストのツリー化 createTreeList('commentlist',gTreeOption); // 最新コメントリストのツリー化 createTreeList('tblist',gTreeOption); // 最新トラックバックリストのツリー化 createTreeList('linklist',gTreeOption); // リンクリストのツリー化 createTreeList('categorylist',gTreeOption); // カテゴリリストのツリー化 // --> </script> </body> </html>
CSS
/* -- 全体の設定 --*/ body { margin: 0; padding:0; background: url(http://img-cdn.jg.jugem.jp/900/252614/20080619_470594.gif);} div{font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅";} ul {margin: 1px;padding:1px;list-style:none;} li{margin:0px;padding:2px 5px;list-style:none;} textarea,input{ background:#32CD32; color:#fff; border:1px solid #9fd206;} .button{border:none;background:#fff;color:#32CD32;font-weight:bold;} .form{border:none;color:#fff;background:#32CD32;} img{border:none;} p{margin:1px 2px 1px 2px;padding:2px;} .clear{clear:both;} /*-- ボックス設定 --*/ #layout{width:500px; position: relative; margin: 0px auto; background:#fff; border: 3px solid #FFCC33; } #header{ height:315px; width:500px; margin:0; padding:0; background:url(http://img-cdn.jg.jugem.jp/900/252614/20080619_470577.gif) ; background-position: 100% 0%; background-repeat: repeat-x; background-color:#FFCC33; } #main{margin:10px 5px;} #bm{margin:5px;border-top:1px dashed #FFCC33;} #ad_box{float:right; width:170px; margin:10px 0px 20px; font-family:verdana;} #info_box{float:left; width:210px; margin: 10px 10px 0px; padding:5px;} /*-- リンク --*/ a:link {color:#228b22; text-decoration:none;} a:visited {color:#228b22; text-decoration:none;} a:active {color:#9fd206; text-decoration:none;} a:hover {color:#33CC33; text-decoration:none;} /*-- タイトル部 --*/ .site_title { font-weight: bold; font-size:16px; color: #000; margin: 0px 5px; padding: 110px 5px 5px 15px; text-align:left;} .site_title a:link,.site_title a:visited,.site_title a:active{color:#000;text-decoration:none;} .site_title a:hover {color:#228b22;text-decoration:none;} .description { font-size: 10px; font-weight: normal; color: #fff; margin: 0 5px; padding:2px 5px 5px 15px; text-align:left;} .top{ margin:0; padding:2px; color:#777; font-size:9px; text-align:right;} /*-- 記事部分設定 --*/ .entry {margin: 0px 5px 10px;padding: 5px;} .entry_navi{ font-size:11px; text-align:center; color:#999; margin:10px 0px 10px 0px; padding:3px;} .entry_date { font-size: 11px; color: #555; margin: 10px 5px 0px; padding:5px; border-left:4px double #9fd206;} .entry_title { font-size: 11px; font-weight: bold; color: #9fd206; margin: 8px 0px 5px; padding:3px;} h2{font-size: 12px; font-weight: bold; color: #93c10b; margin: 0px 5px 5px; padding-left:32px; background: url(http://img-cdn.jg.jugem.jp/900/252614/20080619_470600.gif) no-repeat ;} h2 a:link,h2 a:visited,h2 a:active{color:#000;text-decoration:none;} h2 a:hover{color:#228b22;text-decoration:none;} .entry_body { font-size: 11px; line-height: 170%; color: #000; margin: 15px 0px 10px; padding:5px;} .entry_more { font-size: 11px; line-height: 170%; color: #000; margin: 10px 0px 15px; padding:5px;} .entry_state { font-size: 10px; color: #d7d7d7; margin: 15px 2px 15px 0px; text-align:right;} blockquote { font-size: 11px; color: #555; margin: 10px 5px; padding: 8px; border-top: 1px solid #ccc; border-bottom:1px solid #ccc;} .pict {border-width: 1px; margin: 5px 0px 4px 0px; padding: 4px 4px 4px 4px; border-style: solid; border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;} .entry_author { font-size: 10px; color: #888; text-align:right; margin: 5px 0px 10px; border-bottom:1px dashed #ccc; padding:3px;} /*-- コメント・トラバ部分 --*/ .ct_title{ font-size: 12px; font-weight: bold; line-height:110%; color: #999; margin: 10px 0px 5px; padding:3px 0px 3px 5px; border-left:4px double #999;} .ct_body{ font-size: 10px; line-height: 150%; color: #000; margin: 10px 0px 0px; padding:5px;} /*-- リスト部分 --*/ .linktitle{ font-size: 10px; font-weight:bold; color: #555; margin: 5px; padding: 3px;} .linktext { font-size: 10px; color: #777; line-height:140%; margin: 1px 0px 2px 0px; padding: 3px;} /*-- SEARCH --*/ .search { font-size: 10px; color: #ccc; line-height: 150%; margin: 10px 0px 0px; padding:5px;} .search_box {margin: 0px 0px 10px 5px;} /* -- FOOTER --*/ .copyright { font-size: 10px; color: #999; line-height: 170%; margin: 15px 0px 0px 0px; padding:5px; text-align:center;} /*-- リストメニュー --*/ #smenu{width:500px; margin:0 0 8px; padding:5px 0px; border-top:1px solid #FFCC33; border-bottom:1px dashed #FFCC33; } .list_menu{ margin:0px 5px; padding:60px 0px 5px 150px; font-size:11px; color:#000; font-weight:normal;} .list_menu a:link,.list_menu a:visited,.list_menu a:active{color:#000;text-decoration:none;} .list_menu a:hover{color:#ccc;text-decoration:none;} .list{display:none;} .list_title{ font-size: 11px; text-align:left; font-weight: bold; color:#000; margin-left:5px; padding:5px 0px 5px 5px; border-left:4px double #000;} .list_text{ font-size:10px; color:#777; text-align:left; margin-left:15px; padding:10px; border-left:4px double #ccc;} .list_text ul{margin:1px 5px;list-style:none;line-height:130%;} .list_text ul li{margin:0;padding:1px;8px;}
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑