無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
Sky3*
テンプレートイメージ表示ページへ戻る
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 src="./template/analogue/menu.js" type="text/javascript"></script> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> <a name="top"></a> <div id="back"> <!-- BEGIN title --> <h1> <div class="site_title">{blog_name}<span class="description">{blog_description}</span></div></h1> <!-- END title --> <div class="linkmenu">| <a href="" onclick="return buttonClick(event, 'MENU2');">RECOMMEND</a> | <a href="" onclick="return buttonClick(event, 'MENU3');">ENTRY</a> | <a href="" onclick="return buttonClick(event, 'MENU4');">COMMENT</a> | <a href="" onclick="return buttonClick(event, 'MENU5');">TRACKBACK</a> | <a href="" onclick="return buttonClick(event, 'MENU6');">CATEGORY</a> | <a href="" onclick="return buttonClick(event, 'MENU7');">ARCHIVE</a> | <a href="" onclick="return buttonClick(event, 'MENU8');">LINK</a> | <a href="" onclick="return buttonClick(event, 'MENU9');">PROFILE</a> | </div> <!-- BEGIN calendar --> <div id="MENU1" class="MENU"> <div class="calendar" align="center"> <table border="0" cellspacing="1" cellpadding="0"> <tr> <td class="weekday">S</td> <td class="weekday">M</td> <td class="weekday">T</td> <td class="weekday">W</td> <td class="weekday">T</td> <td class="weekday">F</td> <td class="weekday">S</td> </tr> </table> {calendar} </div> <div class="list_title">CALENDAR</div> </div> <!-- END calendar --> <div id="MENU2" class="MENU"> <!-- BEGIN amazon --> <div class="list_text"> {amazon_item} </div> <!-- END amazon --> <div class="list_title">RECOMMEND</div> </div> <!-- BEGIN latest_entry --> <div id="MENU3" class="MENU"> <div class="list_text" id="newentrylist"> {latest_entry_list} </div> <div class="list_title" id="newentryname">LATEST ENTRY</div> </div> <!-- END latest_entry --> <!-- BEGIN recent_comment --> <div id="MENU4" class="MENU"> <div class="list_text" id="commentlist"> {recent_comment_list} </div> <div class="list_title"id="commentname">RECENT COMMENT</div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div id="MENU5" class="MENU"> <div class="list_text" id="tblist"> {recent_trackback_list} </div> <div class="list_title" id="tbname">RECENT TRACKBACK</div> </div> <!-- END recent_trackback --> <!-- BEGIN category --> <div id="MENU6" class="MENU"> <div class="list_text"> {category_list} </div> <div class="list_title">CATEGORY</div> </div> <!-- END category --> <!-- BEGIN archives --> <div id="MENU7" class="MENU"> <div class="list_text"> {archives_list} </div> <div class="list_title">ARCHIVE</div> </div> <!-- END archives --> <!-- BEGIN link --> <div id="MENU8" class="MENU"> <div class="list_text" id="linklist"> {link_list} </div> <div class="list_title" id="linkname">LINK</div> </div> <!-- END link --> <!-- BEGIN profile --> <div id="MENU9" class="MENU"> <div class="list_text"> {user_list} </div> <div class="list_title">PROFILE</div> </div> <!-- END profile --> <div id="box"> <BR> <!-- BEGIN entry --> <div class="entry_title"> {entry_title}</div> <div class="entry_date">{entry_date}</div> <div class="entry_body">{entry_description} <div class="entry_more">{entry_sequel}</div></div> <a name="sequel"></a> <div class="entry_state"> | {category_name} | {comment_num} | {trackback_num} |</div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <div class="entry_date">コメント</div> <!-- BEGIN comment --> <div class="entry_body"> {comment_description} </div> <div class="entry_state"> | {comment_name} | {comment_time} | </div> <!-- END comment --> <div class="entry_date">コメントする</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:400px;"></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 --> <div class="entry_title">TRACKBACK URL</div> <div class="entry_body">{trackback_url}</div> <div class="entry_title">TRACKBACK</div> <!-- BEGIN trackback --> <div class="entry_body">{trackback_excerpt}</div> <div class="entry_state">{trackback_title} | {trackback_blog_name} | {trackback_time}</div> <!-- END trackback --> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry_title">{profile_name}</div> <div class="entry_body">{profile_description}</div> <!-- END profile_area --></div> <!-- BEGIN sequel --> <div class="entry_navi"><a href="{next_permalink}"><< NEW</a> | <a href="./">TOP</a> | <a href="{prev_permalink}">OLD>></a></div> <!-- END sequel --> <!-- BEGIN page --> <div class="entry_navi">{prev_page_link} | {page_now}/{page_num} | {next_page_link}</div> <!-- END page --> <!-- footer --> <ul><li>Photo by<a href="http://skyruins.com/"> Sky Ruins</a> Template by<a href="http://urasiru.jugem.cc/"> angel*</a>| <a href="./admin">Admin</a> | <a href="./?mode=rss">RSS1.0</a> | <a href="./?mode=atom">Atom0.3</a> |</li></ul> <ul><div class="copy">{copyright}</div></ul> <!-- BEGIN jugem_ad --><div id="ad">{ad}</div><!-- END jugem_ad --> </td> </tr> </table> <!-- /footer/ --> <script type="text/javascript"> <!-- 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(''); } } return this; } function createTreeList(idName,option) { // version 2.2 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(); 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 (linkList.length > 0) { outText[outText.length] = '<ul>\n'; for (i=0;i<linkList.length;i++) { outText[outText.length] = Array('<li>',linkList[i].base,option.top).join(''); if (linkList[i].length > 0 && option.sort) linkList[i].reverse(); for (j=0;j<linkList[i].length;j++) { 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'] = ''; /* ツリー本体の最後 */ createTreeList('newentrylist',gTreeOption); // 最新エントリリストのツリー化 createTreeList('entrylist',gTreeOption); // エントリリストのツリー化 createTreeList('commentlist',gTreeOption); // 最新コメントリストのツリー化 createTreeList('tblist',gTreeOption); // 最新トラックバックリストのツリー化 createTreeList('linklist',gTreeOption); // リンクリストのツリー化 // --> </script> </body> </html>
CSS
* { margin: 0; padding: 0; } body { color:#000000; font: 10px/160% "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; margin:0px; padding:0px; background: url(http://img-cdn.jg.jugem.jp/8ef/85879/20090331_675564.jpg); background-repeat: repeat-y; background-attachment: fixed; background-position:center; } html { scrollbar-3dlight-color:#FFFFFF; scrollbar-track-color:#FFFFFF; scrollbar-arrow-color:#cccccc; scrollbar-base-color:#FFFFFF; scrollbar-darkshadow-color:#FFFFFF; scrollbar-face-color:#FFFFFF; scrollbar-highlight-color:#FFFFFF; scrollbar-shadow-color:#FFFFFF; } #back { width:550px; border-right:1px #fff solid; border-left:1px #fff solid; border-bottom:1px #fff solid; margin:0 auto; } #box { width:530px; margin-bottom:15px; } a:link { color: #3f668c; text-decoration: none; } a:visited { color: #3f668c; text-decoration: none; } a:active { color: #1066de; text-decoration: none; } a:hover { color: #1066de; text-decoration: none; } ul { list-style-type: none; line-height:120%; margin:0px; margin-left:15px; padding:0px; } li { margin-bottom:5px; } img { border:none; } form { margin: 0px; padding: 0px; } input,textarea { color: #666666; font-size :10px; border:1px #CCC solid; padding: 2px; } /* サイトタイトル---------------------------------------------------------------------- */ h1 { margin: 1px 1px 0 1px; padding: 10px 0; text-align: center; height: 60px; background:url(); } .site_title { font-size: 12px; margin-top:30px } .description { font-weight:normal; margin:10px 10px 10px 10px; color: #ffffff; font-size: 10px; } .site_title a {color: #ffffff;text-decoration: none;} .site_title a:link {color: #ffffff;text-decoration: none;} .site_title a:visited {color: #ffffff;text-decoration: none;} .site_title a:active {color: #1066de;text-decoration: none;} .site_title a:hover {color: #1066de;text-decoration: none;} /* メニュー---------------------------------------------------------------------- */ .linkmenu { font-size: 10px; margin : 1px 1px 0px 1px; text-align: center; color: #ffffff; border-top:0px #DDD solid; border-bottom:0px #DDD solid; } .linkmenu a {color: #ffffff;text-decoration: none;} .linkmenu a:link {color: #ffffff;text-decoration: none;} .linkmenu a:visited {color: #ffffff;text-decoration: none;} .linkmenu a:active {color: #1066de;text-decoration: none;} .linkmenu a:hover {color: #1066de;text-decoration: none;} .MENU { visibility: hidden; z-index: 999; position: absolute; width:200px; margin-top:5px; padding-top:5px; background: url(http://img-cdn.jg.jugem.jp/8ef/85879/20080421_538115.jpg); } .list{ } .list_title{ margin-top:15px; font-size:11px; text-align:center; color: #1066de; border-bottom:2px #666666 solid; } .list_text a {color: #ffffff;text-decoration: none;} .list_text a:link {color: #ffffff;text-decoration: none;} .list_text a:visited {color: #ffffff;text-decoration: none;} .list_text a:active {color: #1066de;text-decoration: none;} .list_text a:hover {color: #1066de;text-decoration: none;} .list_text{ font-size: 10px; padding:5px 10px; color: #ffffff; text-align:left; } /* カレンダー */ .calendar { font-family: "Verdana"; font-size: 10px; color: #666666; margin:0px auto; } .calendar_month { font-family: "Verdana"; margin-bottom: 10px; font-size: 10px; color: #666666; } .weekday { width: 25px; height: 20px; padding: 0px; text-align:center; font-size: 10px; color: #666666; } .cell { width: 25px; height: 20px; padding: 0px; text-align:center; font-size: 10px; color: #666666; background:#ffffff; } .cell a {color: #CC0033;text-decoration: none; font-weight:bolder;} .cell a:link {color: #CC0033;text-decoration: none;} .cell a:visited {color: #CC0033;text-decoration: none;} .cell a:active {color: #CC0033;text-decoration: none;} .cell a:hover {color: #CC0033;text-decoration: none;} .calendar table { margin:0 auto; } /* アマゾン */ .amazon { margin-bottom:10px; } .amazon_text { font-size:10px; text-align: left; } .amazon_text strong { } /* エントリー---------------------------------------------------------------------- */ .entry_title{ margin:10px 30px 10px 50px; padding:0px 0px 5px 10px; background:url() repeat-y; color:#3f668c; font-size:11px; border-bottom:1px dotted #cccccc; } .entry_date{ color:#cccccc; font-size:10px; text-align:right; } .entry_body { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #1f3666; margin:0px 10px 0px 50px; padding:0px 0px 0px 5px; line-height: 20px; } .entry_more{ color:#666666; font-size:10px; line-height:170%; } .entry_state{ padding:0px 0px 20px 0px; color:#666666; font-size:10px; text-align:center; } blockquote{ clear:left; margin:0px 10px 0px 10px; padding:20px 2px 20px 10px; background:url(); color:#cccccc; font-size:10px; line-height:20px; } .pict { display:block; text-align:center; margin:0 auto; } .entry_navi{ margin:5px 5px 5px 5px; padding:2px 2px 10px 2px; color:#cccccc; font-size:10px; line-height:150%; } /* コメント・トラックバック・プロフィール */ .commnet_form { margin:20px auto; } .tb_main_title { border-bottom:1px solid #ABA19E; margin:40px 0 10px 0; padding-bottom: 3px; text-align:center; font-size: 40px; font-family: Arial; color: #ffffff; } #tb { width:500px; margin-bottom:30px; font-size:12px; line-height:170%; } .tb_url { margin:20px 0; text-align:center; } .tbentry_title { font-weight:bolder; margin:20px 20px 0 20px; } .tb_area { margin:0 20px 0 20px; } .tb_state { color:#C2AAAA; font-size:10px; text-align:right; border-bottom:1px dotted #CCC; margin:0 20px 10px 20px; } .profile_name { font-weight:bolder; margin-bottom:5px; } /* フッタ---------------------------------------------------------------------- */ #footer { width:500px; margin-bottom:30px; font-size:10px; } .copy { } .jugem_bana{ margin: 5px 0px 10px 0px; } /* AD--------------- */ #ad .linktext { line-height:160%; text-align:right; } /* サーチ--------------- */ .search { } .search input { color: #ccc; font-size :10px; border-bottom:1px #fff solid; padding: 3px; } .button { margin-left:5px; padding:0px; } /* フリーエリア--------------- */ .f_t { font-weight:bolder; margin:10px 0 5px 0; } .f_c { }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑