無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
Gosick rose
テンプレートイメージ表示ページへ戻る
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=EUC-JP" /> <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> <script src="./template/30days_1/js/menu.js" type="text/javascript"></script> </head> <!-- ダウンロード頂きありがとうございます^^ 申し訳ありませんがテンプレートの再配布、編集後の再配布は禁止です --> <!--http://nymphaealotu.jugem.jp/--!> <body onload="javascript:initval();"> <!-- wrapper --> <div id="wrapper"> <a name="top" id="top"></a> <!-- header --> <div id="header"> <!-- BEGIN title --> <h1>{blog_name}</h1> <p></p> <!-- END title --> </div> <!-- /header/ --> <div id="MENU1" class="MENU"> <!-- BEGIN profile --> <div class="list_text">{user_list}</div> <!-- END profile --> <div class="list_title">about me</div> </div> <div id="MENU2" class="MENU"> <!-- BEGIN category --> <div class="list_text">{category_list}</div> <!-- END category --> <div class="list_title">category</div> </div> <div id="MENU3" class="MENU"> <div style="height:300px; overflow-x:hidden; overflow-y:scroll; border:0px solid; line-height:1.5em;scrollbar-3dlight-color:#fff; scrollbar-arrow-color:#333; scrollbar-darkshadow-color:#fff; scrollbar-face-color:#fff; scrollbar-shadow-color:#fff; scrollbar-track-color:#fff; scrollbar-highlight-color: #fff;"> <!-- BEGIN amazon --> <div class="amazon_item"><a href="{amazon_url}" target="_blank"><img border="0" src="{amazon_ImageUrlMedium}" alt="{amazon_ProductName} / {amazon_Creator}" ></a><br><a href="{amazon_url}" target="_blank">{amazon_ProductName}</a><br>{amazon_Creator} <br>{amazon_comment}</div> <!-- END amazon --> </div> <div class="list_title">recommend item</div> </div> <div id="MENU4" class="MENU"> <!-- BEGIN recent_comment --> <div class="list_text">{recent_comment_list}</div> <!-- END recent_comment --> <div class="list_title">comment</div> </div> <div id="MENU5" class="MENU"> <!-- BEGIN archives --> <div class="list_text">{archives_list}</div> <!-- END archives --> <div class="list_title">archives</div> </div> <div id="MENU6" class="MENU"> <!-- BEGIN link --> <div class="list_text">{link_list}<ul><li><a href="./manage/">管理者ページ</a></ul></li></div> <!-- END link --> <div class="list_title">link</div> </div> <div id="MENU7" class="MENU"> <div class="list_text"> <!-- BEGIN freespace1 --> <div class="f_t">{freespace_title1}</div> <div class="f_c">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="f_t">{freespace_title2}</div> <div class="f_c">{freespace_contents2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="f_t">{freespace_title3}</div> <div class="f_c">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="f_t">{freespace_title4}</div> <div class="f_c">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="f_t">{freespace_title5}</div> <div class="f_c">{freespace_contents5}</div> <!-- END freespace5 --> </div> <div class="list_title">others menu</div> </div> <!-- MENU --> <div id="linkmenu" class="clearFix"> <a href="" onclick="return buttonClick(event, 'MENU1');">about</a> <a href="" onclick="return buttonClick(event, 'MENU2');">category</a> <a href="" onclick="return buttonClick(event, 'MENU4');">comment</a> <a href="" onclick="return buttonClick(event, 'MENU3');">recommend</a> <a href="" onclick="return buttonClick(event, 'MENU5');">archives</a> <a href="" onclick="return buttonClick(event, 'MENU6');">link</a> <a href="" onclick="return buttonClick(event, 'MENU7');">other</a> </div> <!-- /MENU --> <!-- content --> <div id="content"> <!-- main --> <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_area"> <div class="entry_content clearFix"> <div class="entry_header clearFix"> <div class="entry_title">{entry_title}</div> <div class="entry_date">{entry_year}{entry_month}{entry_day}</div> </div> <div class="entry clearFix">{entry_description}</div> <a name="sequel" id="sequel"></a> <div class="entry clearFix">{entry_sequel}</div> <div class="entry_footer"> <ul class="state clearFix"> {category_name} : <a href="{entry_permalink}#comments"> comment({comment_num_only})</a> : {entry_time}</ul> </div> </div> </div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments" id="comments"></a> <div class="entry_area"> <div class="entry_content clearFix"> <dl id="com_area"> <dt class="title">comment</dt> <!-- BEGIN comment --> <dt class="com_desc">{comment_description}</dt> <dd> <ul>{comment_name} >> {comment_year}.{comment_month}.{comment_day} {comment_eng_week} {comment_hour_24}:{comment_minute}</ul> </dd> <!-- END comment --> </dl> <dl id="com_form"> <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 /> <span class="form_line"><input tabindex="5" type="submit" value="comment"onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"><label for="set_cookie"> cookie*</label></span> </form> </dd> </dl> </div> </div> <!-- END comment_area --> <!-- BEGIN profile_area --> <div class="entry_area"> <div class="entry_content clearFix"> <dl id="profile_area"> <dt class="title">about me</dt> <dd class="txt_bold"></dd> <dd>{profile_description}</dd> </dl> </div> </div> <!-- END profile_area --> <div class="navi_area clearFix"> <!-- BEGIN page --> <div class="page_navi">{prev_page_link} {page_now}/{page_num} {next_page_link}</div> <!-- END page --> <div class="page_top"><a href="#top">△TOP</a></div> </div> <!-- BEGIN jugem_ad --> <center> <dl> <dt>PR</dt> <dd>{ad}</dd> </dl> </center> <!-- END jugem_ad --> </div> <!-- /main/ --> </div> <!-- /content/ --> <!-- ここから削除禁止エリアです --> <address class="copyright">template by <a href="http://nymphaealotu.jugem.jp/" target="_blank">black butterfly</a> : material by <a href="http://kuronekoxxx.petit.cc/" target="_blank">comiru..diary</a></address> <!-- ここまで削除禁止エリアです --> </div> <!-- /wrapper/ --> <!--[if IE 6]> <script type="text/javascript" src="./template/30days_1/js/DD_belatedPNG.js"></script> <script>DD_belatedPNG.fix('img, .entry_area, .entry_area_b, .entry_area_t, .poweredby');</script> <![endif]--> <!--http://nymphaealotu.jugem.jp/--!> </body> </html>
CSS
@charset "EUC-JP"; /* ---------------------------------------- カスタマイズは利用規約の範囲内でお願いします 禁止事項 ・画像のみ持ち出し ・著作権削除 改変(カスタマイズ後もNG) ・再配布、アダルトサイトでの使用 詳しい規約は以下で確認してください 利用規約↓ http://nymphaealotu.jugem.jp/?eid=1 最終更新日2011/4/19 @黒蝶 ---------------------------------------- */ * { margin: 0px 0px; padding: 0; zoom: 1; } html { font-size: 10px; overflow-y: auto; } body { background: #fff; padding: 0 0 26px 0; } body, table, form, select, input, textarea { font-size:11px; font-family:Georgia,"Times New Roman",serif; color: #000; line-height:1.7em; scrollbar-3dlight-color:#fff; scrollbar-arrow-color:#fff; scrollbar-darkshadow-color:#fff; scrollbar-face-color:#fff; scrollbar-highlight-color:#fff; scrollbar-shadow-color:#fff; scrollbar-track-color:#fff; } br { letter-spacing: normal } img {border:none;vertical-align:top;} /* =================================== */ /* レイアウトの設定 */ /* =================================== */ #wrapper { width: 730px; height: 600px; margin: 0 auto; padding: 0 0 0px 0; background: url(http://img-cdn.jg.jugem.jp/fbb/2021078/20110418_1794633.jpg) no-repeat center 25px; } #header { width:730px; clear:left; margin:0px; padding:15px 0 0 0; } /* #main,#side用のblock */ #content { width: 730px; padding: 0px; margin: 0 auto; } #main { width:730px; height: 350px; overflow-y: auto; overflow-x:hidden; margin: 20 auto; padding: 50; } /*ページ送り*/ #page_area { margin: 0;} /* 著作権 */ address { padding: 17px 0 0 0; margin: 0; color: #ccc; font-size: 9px; letter-spacing: 1px; text-align: center; font-style: normal; } /*フッター画像*/ #footer {} /* =================================== */ /* リンクカラーの設定 */ /* =================================== */ /* 全般 */ a { color: #808080; text-decoration: underline; } a:link { color: #808080; text-decoration: underline; } a:visited { color: #808080; text-decoration: underline; } a:active { color: #fff; text-decoration: none; } a:hover { color: #fff; text-decoration: none;} /* ヘッダー */ #header a { color: #000; text-decoration: none; } #header a:link { color: #000; text-decoration: none; } #header a:visited { color: #000; text-decoration: none; } #header a:active { color: #808080; text-decoration: none; } #header a:hover { color: #808080; text-decoration: none; background:none; } /* サイドコンテンツ */ #side a { color: #000; text-decoration: none; } #side a:link { color: #000; text-decoration: none; } #side a:visited { color: #000; text-decoration: none; } #side a:active { color: #808080; text-decoration: underline; } #side a:hover { color: #808080; text-decoration: underline; } /*著作権*/ address a { color: #ccc; text-decoration: none; } address a:link { color: #ccc; text-decoration: none; } address a:visited { color: #ccc; text-decoration: none; } address a:active { color: #fff; text-decoration: none; } address a:hover { color: #fff; text-decoration: none; } /* =================================== */ /* 装飾の設定 */ /* =================================== */ /*引用*/ blockquote { border: 1px dotted #CCC; padding: 12px; margin: 12px; } .left { float: left;} .right { float: right;} .clear { clear: both; font: 0/0 sans-serif; } .submit {} a#top, a#sequel {font-size: 0;} /*写真 枠線が必要ない場合は削除*/ #main .pict {border:1px solid #ccc; padding:3px;} /* =================================== */ /* #header */ /* =================================== */ /* ブログタイトル */ #header h1 { font-size:18px; text-align: center; font-family: Georgia,"Times New Roman",serif; letter-spacing: 1px; padding:0px 0px 0px 0px; } /* カテゴリーメニュー */ #linkmenu { text-align: center; margin: 2px auto; padding:15px 0px 0px 0px; line-height: 1; width: 700px; } #linkmenu a { text-decoration: none; font-weight: normal; } .MENU { visibility: hidden; z-index: 999; position: absolute; width:240px; margin-top: 5px; padding: 10px; background: #fff; border: 1px #cccccc dashed; } .list_title { text-align: center; margin: 10px 0 0 0; padding: 9px 0 0 0; line-height: 1; font-weight: bold; border-top: 1px #cccccc dashed; } .MENU li { list-style: disc; margin: 0 0 6px 15px; padding: 0 0 0 0px; line-height: 1.3; } /*メニューのリンク*/ .MENU li a { color: #000; text-decoration: none; } .MENU li a:link { color: #000; text-decoration: none; } .MENU li a:visited { color: #000; text-decoration: none; } .MENU li a:active { color: #808080; text-decoration: none; } .MENU li a:hover { color: #808080; text-decoration: underline; } /* =================================== */ /* #main */ /* =================================== */ /*エントリーナビゲーション*/ #main .entry_navi{ margin: 0; padding: 10px 0 0 0; text-align: left; } .navi_area { width: 500px; margin: 0 auto; } /* エントリー部分全体 */ .entry_area { width: 500px; padding: 0px 0px 0 20px; margin: 0 auto; } .entry_content { width: 500px; padding: 0; margin: 0 auto; } /* エントリータイトル */ .entry_title { width: 480px; float: left; font-weight: bolder; font-family:"メイリオ",Meiryo,Verdana,"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","MS Pゴシック",Osaka,sans-serif; padding:4px 0 0px 20px; margin: 20px 0px 0px 0px; background: url(http://img-cdn.jg.jugem.jp/fbb/2021078/20110419_1796321.jpg) no-repeat left center; } /* エントリー時刻 */ .entry_date { width: 500px; font-size: 12px; font-family: Georgia,"Times New Roman",serif; text-align: right; font-weight: bolder; letter-spacing: 1px; padding:13px 0 0 0; margin: 0; background: url(http://img-cdn.jg.jugem.jp/fbb/2021078/20110419_1796410.jpg) no-repeat left top; } /* エントリー内見出し */ h2 { font-size: 10px; font-weight: bolder; margin: 0px; padding: 0px 0px 0px 5px; border-left: 4px solid #333; } /* 記事内リスト */ .entry ul { list-style: none; margin: 0px 0px 0px 0px; padding: 5px 0px 0px 15px; } .entry li { list-style: disc inside; margin: 0px 0px 0px 0px; padding: 0px; } /* エントリー本文 */ #main .entry { margin: 10px 0px; width: 500px; font-family:"メイリオ",Meiryo,Verdana,"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","MS Pゴシック",Osaka,sans-serif; } /* エントリー情報 */ .entry_footer { margin: 5px 0px 50px 0px; height: 1%; } #main ul.state { width: 500px; text-align: right; overflow: hidden; } .entry_moreread { padding: 0 0 0 0.91em;} .entry_content dl#com_form, .entry_content dl#tb_area { margin: 30px 0 0 0; } /*コメント、プロフィールタイトル*/ a#comments { text-indent: -9999px; line-height: 0; } dt.title { border-bottom: 1px #000 dashed; margin: 0 0 12px 0; padding: 0 0 6px 0; font-weight:bold; line-height: 1; } /* コメント本文 */ .com_desc { padding: 0; font-family:"メイリオ",Meiryo,Verdana,"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","MS Pゴシック",Osaka,sans-serif; } /* コメントユーザー情報 */ dl#com_area dd { padding: 3px 0px 6px 0px; margin: 5px 0 20px 0; border-bottom: 1px #000 dashed; text-align: right; } dl#com_area dd a { font-style: normal;} dl#com_area dd ul { list-style-type: none;} dl#com_area dd li { display: inline; list-style: none; border-left: 1px solid #666; padding: 0px; margin: 0 5px 0 0; font-size: 0.91em; line-height: 1; } /* コメントフォーム */ dl#com_form dd { padding: 0 0 10px 1em;} dl#com_form dd input.input { border: 1px solid #cccccc; margin: 0 0 6px 0; padding: 3px; width: 200px; } /* コメントフォーム textarea */ dl#com_form dd textarea { border: 1px solid #cccccc; width: 350px; margin: 0 0 10px 0; padding: 3px; line-height:1.3em; } span.form_line input { line-height: 1; vertical-align: middle; } /* =================================== */ /* サイドコンテンツ */ /* =================================== */ #side dl { margin: 0 0 24px 0;} /* サイドタイトル */ #side dt { padding: 0; margin: 0 0 8px 0; font-weight: bold; line-height: 1; } #side dd{ padding: 0 0 12px 6px; line-height: 1.2em; } #side dd.calendar { padding: 0 0 12px 0; line-height: 1.2em; } #side ul { margin: 0;} #side li { padding: 0; margin: 0 0 6px 0; line-height: 1.2em; list-style: none; } /* アマゾン商品紹介 */ .amazon_item { text-align:center; margin: 10px 0px 40px 20px; } /* =================================== */ /* ページ送り */ /* =================================== */ .page_navi { text-align: center;} .page_top { float:right; width:150px; text-align:right; } /* =================================== */ /* jugem_ad*/ /* =================================== */ .links { width:150px;} /* =================================== */ /* clearFix */ /* =================================== */ .clearFix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; } .clearFix { display: inline-block; } /* Hides from IE-mac \*/ * html .clearFix { height: 1%; } .clearFix { display: block; } /* End hides from IE-mac \*/ /* =================================== */ /* LOGPI */ /* =================================== */ #logpi-badge { padding: 0px; } #logpi-badge .badge-icon { text-align:center; float:center; } #logpi-badge .badge-title { font-size: 11px; margin: 0px 0 10px 0; text-align: center; } #logpi-badge dl { border-top: 1px dotted #666; padding: 0px 0 5 0; clear:both; } #logpi-badge dt { margin: 0 0 0px 0; font-size: 10px; } #logpi-badge dt a { color: #808080; } #logpi-badge dt.mobile { background: url(http://logpi.jp/image/mobile-s.gif) no-repeat right; } #logpi-badge dd { border-bottom: 1px dotted #666; margin: 0 0 5px 0; padding: 0 0 5px 0; font-size: 10px; color: #333; } #logpi-badge dd a { font-size: 10px; color: #333; } #logpi-badge dd span.reply a { background: url(http://logpi.jp/image/reply-mark.gif) no-repeat; padding: 0 0 0 14px; color: #f10b82 !important; } #logpi-badge .powered { text-align: center; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑