無料ブログをかんたん作成
無料ブログ作成なら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 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> </head> <body onload="javascript:initval();"> <a name="top" id="top"></a> <!-- wrapper --> <div id="wrapper_body"> <div id="wrapper"> <!-- header --> <div id="header"> <!-- BEGIN title --> <h1><IMG src="http://img-cdn.jg.jugem.jp/a88/107066/20070926_361863.gif" width="44" height="80" border="0">{blog_name}</h1> <p>{blog_description}</p> <BR> <P align="right">SKIN by <A href="http://ayanyan.jugem.jp/" target="_blank">AYANYAN</A><BR> MATERIAL by <A href="http://iyaiyakirin.web.fc2.com/index.html" target="_blank">イヤイヤキリン。</A></P> <!-- END title --> </div> <!--// header --> <!-- content --> <div id="content"> <!-- main --> <div id="main"> <!-- BEGIN entry --> <div class="entry"> <div class="filter_top"><IMG src="./template/trance2/img/sp.gif"></div> <div class="filter"> <div class="padding"> <!-- BEGIN sequel --> <div class="entry_link">{prev_entry} | <a href="./">main</a> | {next_entry}</div> <!-- END sequel --> <div class="entry_date">{entry_date}</div> <h2 class="entry_title">{entry_title}</h2> <div class="entry_description"> {entry_description} <a name="sequel"></a> <div class="entry_more">{entry_sequel} </div> </div> <div class="entry_state">| {category_name} | {entry_time} | {comment_num} | {trackback_num} | <a href="{pookmark_url}">pookmark</a> | </div> <div class="entry_author">Posted by : {user_name} </div> </div> </div> <div class="filter_bottom"><IMG src="./template/trance2/img/sp.gif"></div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="filter_top"><IMG src="./template/trance2/img/sp.gif"></div> <div class="filter"> <dl id="trackback_area"> <dt>Comment</dt> <dd> <!-- BEGIN comment --> <dl class="tb"> <dd class="tb_excerpt">{comment_description}</dd> <dd class="tb_state">{comment_time}, from {comment_name}</dd> </dl> <!-- END comment --> </dd> <dd class="comment_form"> <FORM name="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}" class="form" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" class="form" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" class="form" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="7" cols="50" class="form"></textarea><br /><br /> <input tabindex="5" type="submit" value="submit" onclick="javascript:setval();" class="button" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookieに登録</label> </FORM> </dd> </dl> </div> <div class="filter_bottom"><IMG src="./template/trance2/img/sp.gif"></div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="filter_top"><IMG src="./template/trance2/img/sp.gif"></div> <div class="filter"> <dl id="trackback_area"> <dt>Trackback</dt> <dd class="tb_url">url: <strong>{trackback_url}</strong></dd> <dd> <!-- BEGIN trackback --> <dl class="tb"> <dd class="tb_title">{trackback_title}</dt> <dd class="tb_excerpt">{trackback_excerpt}</dd> <dd class="tb_state">{trackback_time}, from {trackback_blog_name}</dd> </dl> <!-- END trackback --> </dd> </dl> </div> <div class="filter_bottom"><IMG src="./template/trance2/img/sp.gif"></div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div id="profile"> <div class="filter_top"><IMG src="./template/trance2/img/sp.gif"></div> <div class="filter"> <div class="padding"> <div class="entry_date">profile</div> <h2 class="entry_title">{profile_name}</h2> <div class="entry_description"> {profile_description} </div> </div> </div> <div class="filter_bottom"><IMG src="./template/trance2/img/sp.gif"></div> </div> <!-- END profile_area --> <div class="page_link"> <div> <!-- BEGIN page -->{prev_page_link} | {page_now}/{page_num}PAGES | {next_page_link}<!-- END page --> | <a href="#top" title="Page top">Page top</a> </div> <!-- search --> <dl id="search"> <dd> <form method="get" action="./"> <input class="keyword" name="search" /> <input class="btn" type="submit" value="Search" /> </form> </dd> </dl> <!--// search --> </div> </div> <!--// main --> <!-- BEGIN calendar --> <div id="calendar"> <DIV class="filter"> {calendar_vertical} </DIV> </div> <!-- END calendar --> <!-- sidemenu --> <div id="sidemenu"> <div class="filter_top"><IMG src="./template/trance2/img/sp.gif"></div> <div class="filter"> <DIV class="side_div"> <!-- BEGIN profile --> <DIV class="side_title">Profile</DIV> <DIV class="side">{user_list}</DIV> <!-- END profile --> <!-- BEGIN latest_entry --> <DIV class="side_title">New entries</DIV> <DIV class="side"> {latest_entry_list} </DIV> <!-- END latest_entry --> <!-- BEGIN archives --> <DIV class="side_title">Archives</DIV> <DIV class="side"> {archives_list} </DIV> <!-- END archives --> <!-- BEGIN category --> <DIV class="side_title">Categories</DIV> <DIV class="side"> {category_list} </DIV> <!-- END category --> <!-- BEGIN recent_comment --> <DIV class="side_title">Recent comment</DIV> <DIV class="side"> {recent_comment_list} </DIV> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <DIV class="side_title">Recent trackback</DIV> <DIV class="side"> {recent_trackback_list} </DIV> <!-- END recent_trackback --> <!-- BEGIN amazon --> <DIV class="side_title">Recommend</DIV> <DIV class="side"> {amazon_item} </DIV> <!-- END amazon --> <!-- BEGIN freespace1 --> <DIV class="side_title">{freespace_title1}</DIV> <DIV class="side"> {freespace_contents1} </DIV> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <DIV class="side_title">{freespace_title2}</DIV> <DIV class="side"> {freespace_contents2} </DIV> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <DIV class="side_title">{freespace_title3}</DIV> <DIV class="side"> {freespace_contents3} </DIV> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <DIV class="side_title">{freespace_title4}</DIV> <DIV class="side"> {freespace_contents4} </DIV> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <DIV class="side_title">{freespace_title5}</DIV> <DIV class="side"> {freespace_contents5} </DIV> <!-- END freespace5 --> <!-- moblie --> <DIV class="side_title">Mobile</DIV> <DIV class="side"> {site_qrcode} </DIV> <!--// moblie --> <!-- BEGIN link --> <DIV class="side_title">Links</DIV> <DIV class="side"> {link_list} </DIV> <!-- END link --> <!-- BEGIN jugem_ad --> <DIV class="side_title">Sponsored links</DIV> <DIV class="side">{ad}</DIV> <!-- END jugem_ad --> <!-- others --> <DIV class="side_title">Others</DIV> <DIV class="side"> <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> {powered} </DIV> <!--// others --> </DIV> </div> <div class="filter_bottom"><IMG src="./template/trance2/img/sp.gif"></div> </div> <!--// sidemenu --> <br class="clear" /> </div> <!--// content --> <!-- footer --> <div id="footer"> <address>{copyright}</address> </div> <!--// footer --> </div> </div> <!--// wrapper --> </body> </html>
CSS
* { margin: 0; padding: 0; } BODY { background : #fdcadf left bottom; background-image : url(http://img-cdn.jg.jugem.jp/a88/107066/20070926_361860.gif); background-repeat:no-repeat; background-attachment:fixed; color:#454545; font-size: 12px; line-height:160%; font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; } #wrapper_body { } blockquote { margin:10px; padding:5px; color:#666; border:1px solid #CCC; } .clear { clear: both; font: 0/0 sans-serif; } /* ************************************************ * レイアウト * ************************************************ */ /* 全体を囲うblock */ #wrapper { width : 700px; min-width:700px; } /* ヘッダー */ #header { width : 680px; padding-top:50px; border : 1px dotted #000000; } /* コンテンツエリア */ #content { width:100%; } /* メインエリア */ #content #main { width:450px; float:left; } /* カレンダー */ #content #calendar { width:30px; float:left; text-align:center; font-size:10px; margin-right : 0px; } /* サイドメニュー */ #content #sidemenu { width:200px; } /* フッター */ #footer { padding:20px 0px; } #footer address { font-size:10px; font-style:normal; } /* ************************************************ * リンクカラーの設定 * ************************************************ */ /* 全般 */ a:link, a:visited, a:active { color: #666; text-decoration: none; } A:HOVER { color : #ff4da6; text-decoration: underline; } /* ブログタイトル */ #header h1 a:link, #header h1 a:visited, #header h1 a:active { color: #333;} #header h1 a:hover { color: #755A7F; text-decoration:none;} /* カレンダー */ #calendar a:link, #calendar a:visited, #calendar a:active { color:#C33C46;background-color:#F9CFD9; font-weight:bolder; padding:3px;} #calendar a:hover { color:#333; background-color:transparent; text-decoration:none;} /* ************************************************ * 半透明ボックスの設定 * ************************************************ */ .filter_top { width:99%; height:30px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./template/trance2/img/filter_top.png',sizingMethod=scale); } .filter_top[class] { background-image : url(./template/trance2/img/filter_top.png); background-repeat:repeat-x; } .filter_bottom { width:99%; height:30px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./template/trance2/img/filter_bottom.png',sizingMethod=scale); } .filter_bottom[class] { background-image: url(./template/trance2/img/filter_bottom.png); background-repeat:repeat-x; } .filter_top img, .filter_bottom img { width:1px; height:30px; } .filter { width:99%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./template/trance2/img/filter.png',sizingMethod=scale); } .filter[class] { background-image: url(./template/trance2/img/filter.png); } /*\*//*/ .filter { background-image:url(./template/trance2/img/filter_dot.gif); } /**/ .filter a:link, .filter a:visited, .filter a:active, .filter a:hover { position:relative; } /* ************************************************ * ヘッダー(サイトタイトル、メニュー) * ************************************************ */ #header h1 { font-size:24px; line-height:120%; } #header p { font-size:10px; } /* ************************************************ * メインエリア * ************************************************ */ #main .filter .padding { padding:10px; } /* ------------------------------------- * 記事に関する設定 * ------------------------------------- */ .entry { margin-bottom:30px; } /* エントリータイトル */ H2.entry_title { font-size:12px; background-image : url(http://img-cdn.jg.jugem.jp/a88/107066/20070926_361861.gif); background-repeat : no-repeat;background-position : center bottom; padding-bottom : 34px; } /* エントリー時刻 */ .entry_date { margin-bottom:10px;} /* エントリー本文 */ .entry_description { margin:15px 0px;} /* 続きを読む */ .entry_more { margin-top:10px;} /* エントリー情報 */ .entry_state { font-size:10px; text-align:right;} /* エントリー作者 */ .entry_author { font-size:10px; text-align:right;} /* 記事内の画像装飾 */ .pict { background-color:#FFF; padding:3px; border:1px solid #CCC; } /* ------------------------------------- * ナビゲーション * ------------------------------------- */ /*エントリーリンク*/ .entry_link { text-align:center; font-size:10px; margin-bottom:15px; } /*ページリンク*/ .page_link { margin:10px; font-size:10px; } /*検索*/ #search { margin-top:5px; } #search input.keyword { width:120px; margin-right:5px; } #search input.btn {} /* ------------------------------------- * コメント・トラックバック * ------------------------------------- */ dl.tb { margin-bottom:30px; } dd.comment_form { position:relative; } /*コメント・トラックバック タイトル*/ dl.tb dd.tb_title { font-size:10px; font-weight:bolder; } /*コメント・トラックバック 情報*/ dl.tb dd.tb_state { margin-top:10px; text-align:right; font-size:10px; border-top:1px dotted #999; } /*コメント・トラックバック 内容*/ dl.tb dd.tb_excerpt { } dl#trackback_area { padding:10px; } dl#trackback_area dt { font-weight:bolder; margin-bottom:20px; } dd.tb_url { margin-bottom:20px; } input.form { width:200px; } textarea.form { width:250px; } /* =================================== */ /* サイドコンテンツ */ /* =================================== */ #sidemenu ul { list-style:none; } .amazon { font-size:10px;} .side_title{ font-size : 13px; font-weight : bold; color : #ff0080; background-image : url(http://img-cdn.jg.jugem.jp/a88/107066/20070926_361862.gif); background-repeat : no-repeat;background-position : center bottom; padding-bottom : 15px; } .side{ font-size : 11px; margin-bottom : 20px; } .side_div{ padding : 10px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑