無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
skyhigh
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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="applaication/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> </head> <body onload="javascript:initval();"> <!-- wrapper --> <div id="wrapper"> <a name="top" id="top"></a> <!-- header --> <div id="header"> <!-- BEGIN title --> <h1 id="title">{blog_name}</h1> <div id="description">{blog_description}</div> <!-- END title --> </div> <!-- /header/ --> <!-- contents --> <div id="contents"> <!-- BEGIN sequel --> <div class="contents_body"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <h2>{entry_title}</h2> <div class="contents_body"> <div class="entry">{entry_description}</div> <a name="sequel"></a> <div class="entry">{entry_sequel}</div> <br class="clear" /> {entry_date} | {category_name} | {entry_time} | {comment_num} | {trackback_num} | by {user_name} {trackback_auto_discovery}<BR><BR> <script type="text/javascript"><!-- google_ad_client = "pub-8221673982834608"; /* 468x15, 作成済み 08/09/27 */ google_ad_slot = "9284610510"; google_ad_width = 468; google_ad_height = 15; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <BR><BR> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script><BR> </div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments" id="comments"></a> <div class="contents_body"> <dl id="com_area"> <dt class="title">コメント</dt> <!-- BEGIN comment --> <dt class="com_desc">{comment_description}</dt> <dd> <ul> <li>{comment_name}</li> <li>{comment_time}</li> </ul> </dd> <!-- END comment --> </dl> </div> <div class="contents_body"> <dl id="com_form"> <dt class="title">コメントする</dt> <dd> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" class="input" /> <label for="name">name:</label><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" class="input" /><br /> <label for="email">email:</label><br /> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" class="input" /><br /> <label for="url">url:</label><br /> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" class="input" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="5"></textarea><br /> <input tabindex="5" type="submit" value="コメント送信" /><br /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie" /><label for="set_cookie">入力情報を登録しますか?</label> </form> </dd> </dl> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback" id="trackback"></a> <div class="contents_body"> <dl id="tb_form"> <dt class="title">この記事のトラックバックURL</dt> <dd><input type="text" value="{trackback_url}" class="input" /></dd> </dl> </div> <div class="contents_body"> <dl id="tb_area"> <dt class="title">トラックバック</dt> <!-- BEGIN trackback --> <dt class="tb_title">{trackback_title}</dt> <dd>{trackback_excerpt}</dd> <dd class="tb_state"> <ul> <li>{trackback_blog_name}</li> <li>{trackback_time}</li> </ul> </dd> <!-- END trackback --> </dl> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="contents_body"> <dl id="profile_area"> <dt class="title">プロフィール</dt> <dd class="txt_bold">{profile_name}</dd> <dd>{profile_description}</dd> </dl> </div> <!-- END profile_area --> <div id="page_area" class="contents_body"> <!-- BEGIN page --> <div class="page_navi" style=" ">{prev_page_link} | {page_now}/{page_num}PAGES | {next_page_link}</div> <!-- END page --> <div class="page_top"><a href="#top">このページの先頭へ▲</a></div> <br class="clear" /> </div> </div> <!-- /contents/ --> <!-- side --> <div id="firstSide" class="sidebar"> <!-- side_header --> <div class="side_header"> <!-- BEGIN calendar --> <dl> <dt>calendar</dt> <dd class="calendar"> {calendar} </dd> </dl> <!-- END calendar --> <!-- BEGIN category --> <dl> <dt>categories</dt> <dd> {category_list} </dd> </dl> <!-- END category --> <!-- BEGIN freespace1 --> <dl> <dt>{freespace_title1}</dt> <dd> <div align="center"> {freespace_contents1} </div> </dd> </dl> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <dl> <dt>{freespace_title2}</dt> <dd> <div align="center"> {freespace_contents2} </div> </dd> </dl> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <dl> <dt>{freespace_title3}</dt> <dd> <div align="center"> {freespace_contents3} </div> </dd> </dl> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <dl> <dt>{freespace_title4}</dt> <dd> <div align="center"> {freespace_contents4} </div> </dd> </dl> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <dl> <dt>{freespace_title5}</dt> <dd> <div align="center"> {freespace_contents5} </div> </dd> </dl> <!-- END freespace5 --> <!-- BEGIN selected_entry --> <dl> <dt>selected entries</dt> <dd> {selected_entry_list} </dd> </dl> <!-- END selected_entry --> <!-- BEGIN archives --> <dl> <dt>archives</dt> <dd> {archives_list} </dd> </dl> <!-- END archives --> <!-- BEGIN recent_comment --> <dl> <dt>recent comment</dt> <dd> {recent_comment_list} </dd> </dl> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <dl> <dt>recent trackback</dt> <dd> {recent_trackback_list} </dd> </dl> <!-- END recent_trackback --> <!-- BEGIN amazon --> <dl> <dt>recommend</dt> <dd> <div align="center"> {amazon_item} </div> </dd> </dl> <!-- END amazon --> <!-- BEGIN link --> <dl> <dt>links</dt> <dd> {link_list} </dd> </dl> <!-- END link --> <!-- BEGIN profile --> <dl> <dt>profile</dt> <dd> <div align="center"> {user_list} </div> </dd> </dl> <!-- END profile --> <!-- BEGIN jugem_ad --> <dl> <dt>sponsored links</dt> <dd> <div align="center"> {ad} </div> </dd> </dl> <!-- END jugem_ad --> <!-- search --> <dl> <dt>search this site.</dt> <dd> <form method="get" action="./"> <input id="search" name="search" size="20" style="width:110px" class="search" /> <input type="image" src="./template/piano/img/search.gif" alt="search this site." value="Search" /> </form> </dd> </dl> <!-- /search/ --> <!-- powered --> <dl> <dt>others</dt> <dd> <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> </dd> <dd> <ul> </ul> </dd> </dl> <!-- moblie --> <dl> <dt>FYI</dt> <dd> <div align="center"> <a href="http://www.pressblog.jp/common_link.aspx?af=4000&action=index&pbid=ftXcNSJ2OH0%3d" target="_blank"><img src="http://www2.pressblog.jp/watch/pbtag.aspx?pbid=ftXcNSJ2OH0%3d" border="0" alt="[プレスブログ]価値あるブログに掲載料をお支払いします。" /></a> <BR> <BR> <BR> <!-- QR --> {site_qrcode} <!-- /QR --> </div> </dd> </dl> <!-- //moblie --> </div> <!-- /side_header/ --> <div class="side_footer"> </div> </div> <!-- First sidebar end --> <div id="footer"> </div> </div> <script type="text/javascript" charset="EUC-JP" src="http://keyword.heartrails.com/api/euc/keyword.js?color=#ffffff&prefix="&suffix="&amazon=cub-22&rakuten=083e2967.7539b6b0.083e2968.8295cab7"></script> <script type="text/javascript" charset="EUC-JP" src="http://glance.heartrails.com/api/euc/glance.js?href=http://supercub.jugem.jp/&charset=euc&color=blue&thumbnail=medium&keyword=true&amazon=cub-22&rakuten=083e2967.7539b6b0.083e2968.8295cab7&outbound=true&sessalc=noGlance"></script> </body> </html>
CSS
/* blueskyhigh2 This theme was designed and built by supercub and CSSEZ.com, through http://jp.cssez.com/. The CSS, XHTML and design is released under Creative Commons(BY): http://creativecommons.org/licenses/by/2.1/jp/ */ /* Cross-browser settings */ * { margin: 0; padding: 0; } /* general styles */ body { height: 100%; background: #dfdfdf url(http://img112.imageshack.us/img112/7027/imgwt8.png) repeat; font-size: 14px; } img { border:0; } a { color: #CCFF00; text-decoration: none; font-weight: bold; } a:visited { color: #CCFF00; text-decoration: none; font-weight: bold; } a:hover { color: #FFFF00; text-decoration: underline; font-weight: bold; } #wrapper { width: 950px; margin: 0px auto; padding: 0px; background: url(http://img157.imageshack.us/img157/3889/bluesky22ft0.jpg) no-repeat fixed center top; color: #333333; font: 1.0em/150% 'arial', sans-serif; } /* Header */ #header { float: left; width: 100%; height: 160px; margin: 0px; padding: 0px; } #header #title { margin: 20px 0px 0px 30px; padding: 0px; color: #FFFFFF; font: italic normal 60px "Times New Roman", "Times", "serif"; text-align: left; } #header #title a { color: #FFFFFF; } #header div#description { margin: 5px 0px 0px 30px; padding: 0px; color: #FFFFFF; font-size: 12px; text-align: left; line-height: 13px; } /* Main contents */ #contents { float: left; width: 600px; margin: 20px 0px 0px; padding: 0px; color: #FFFFFF; font-size: 12px; text-align: left; line-height: normal; } #contents h2 { margin: 20px 25px 5px; padding: 10px 20px 5px 38px; border-bottom: 2px solid #99FF00; background: url(http://img157.imageshack.us/img157/3395/plane32x32tv2.png) no-repeat; color: #FFFFFF; font: bold 18px 'arial', sans-serif; text-align: left; } #contents h2 a { color: #FFFFFF; } #contents .contents_body { margin: 15px 25px; padding: 0px; } #contents .fc2_footer { margin: 15px 25px; padding: 0px; } #contents h3 { margin: 20px 25px 10px; padding: 10px 20px; color: #FFFFFF; font: bold 14px 'arial', sans-serif; text-align: left; } #contents blockquote { padding: 10px; background: #efefef; border: #999999; } /* Sidebar */ #firstSide { float: left;} .sidebar { width: 230px; margin: 20px 5px 10px 0px; padding: 5px 0px 5px 2px; font-size: 13px; text-align: left; color: #FFFFFF; line-height: normal; height: auto; } .sidebar h4 { margin: 20px 15px 0px 0px; padding: 3px 10px 3px 32px; border-bottom: 3px dotted #99FF00; background: no-repeat left center; color: #FFFFFF; font: bold 15px 'arial', "sans-serif"; text-align: left; height: auto; } .sidebar dt { margin: 20px 15px 5px 0px; padding: 5px 10px 15px 32px; border-bottom: 3px dotted #99FF00; color: #FFFFFF; font: bold 14px 'arial', sans-serif; text-align: left; background-image: url(http://img227.imageshack.us/img227/598/airplaneok4.png); background-repeat: no-repeat; background-position: left center; } .sidebar ul { list-style:none; width: 200px; border-top: 1px none #999999; border-right: 1px none #999999; border-bottom: 3px none #99FF00; border-left: 1px none #999999; } .sidebar p { padding: 3px 0px 3px 33px; } .sidebar li { display:block; line-height: normal; padding: 8px 0px 0px 35px; background: url(http://img157.imageshack.us/img157/7377/helicoptermedical32x32vf4.png) no-repeat left center; color: #FFFFFF; font-size: 12px; text-align: left; text-decoration: none; margin: 10px; height: auto; } .sidebar li a { line-height: normal; } .sidebar li a:hover { color: #66FFFF; text-decoration: underline blink; } .sidebar dd { padding: 3px 0px 3px 5px; height: auto; } .sidebar dl { } /* Footer */ #footer { clear:both; width: 100%; height: 20px; margin: 0px; background: #131061; font-size: 10px; text-align: center; padding-top: 20px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .calendar { font-family:"Arial", "Helvetica", "sans-serif"; text-align:center; font-size:12px; color:#FFFFFF; padding:10px; margin:auto; height: auto; width: 150px; line-height: normal; left: auto; top: auto; right: auto; bottom: auto; border: none; } .calendar a:link{ color:#CCFF00; text-decoration:none; font-weight:bolder; font-size:16px; font-family: "Arial", "Helvetica", "sans-serif"; } .calendar a:visited { color:#CCFF00; text-decoration:none; font-weight:bolder; font-size:16px; font-family: "Arial", "Helvetica", "sans-serif"; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑