無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
Dark 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={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();"> <center> <a name="top"></a> <div id="layout"> <!-- ↓↓↓タイトル開始↓↓ --> <!-- BEGIN title --> <div id="header"> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> </div> <br class="clear" /> <!-- END title --> <div id="contents"> <!-- ↓↓↓左メニュー開始↓↓ --> <div id="left"> <!-- BEGIN calendar --> <div class="menu"> <div class="linktitle">Calendar</div> <div class="calendar"> <table border="0" cellpadding="0" cellspacing="1"> <tr align="center"> <td class="week">S</td> <td class="week">M</td> <td class="week">T</td> <td class="week">W</td> <td class="week">T</td> <td class="week">F</td> <td class="week">S</td> </tr> </table> {calendar} </div> </div> <!-- END calendar --> <!-- BEGIN selected_entry --> <div class="menu"> <div class="linktitle">Entry</div> <div class="linktext"> {selected_entry_list} </div> </div> <!-- END selected_entry --> <!-- BEGIN category --> <div class="menu"> <div class="linktitle">Category</div> <div class="linktext">{category_list}</div> </div> <!-- END category --> <!-- BEGIN archives --> <div class="menu"> <div class="linktitle">Archive</div> <div class="linktext">{archives_list}</div> </div> <!-- END archives --> <!-- BEGIN profile --> <div class="menu"> <div class="linktitle">Profile</div> <div class="linktext">{user_list}</div> </div> <!-- END profile --> <!-- BEGIN jugem_ad --> <div class="menu"> <div class="linktitle">Sponsor</div> <div class="linktext">{ad}</div> </div> <!-- END jugem_ad --> </div> <!-- ↓↓↓中央開始↓↓ --> <div id="center"> <div class="pad"> <!-- BEGIN entry --> <div class="entry"> <div class="entry_body"> <!-- BEGIN sequel(続きを読むの設定) --> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <div class="entry_title">{entry_title}</div> <div class="entry_date">{entry_date}</div> <div class="entry_des">{entry_description} <a name="sequel"></a><br /> <div class="sequel">{entry_sequel}</div> </div><!-- END entry_des --> <div class="entry_state">| {category_name} | {entry_time} | {comment_num} |</div> </div><!-- END entry_body --> </div><!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"><div class="comment_body"> <div class="entry_title">Comment</div> <!-- BEGIN comment --> <div class="entry_des">{comment_description}</div> <div align="right">| {comment_name} | {comment_time} |</div><br /> <!-- END comment --> <br /><br /><br /><br /><br /> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"><br/> <input type="hidden" name="entry_id" value="{entry_id}" style="width:250px;" /> <label for="name">name:</label><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" style="width:150px;" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:150px;" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:150px;" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="9" cols="50" style="width:350px;"></textarea><br /><br /> <input class="search2" 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 profile_area --> <div class="entry"> <div class="comment_body"> <div class="entry_title">Profile</div> <div class="entry_des">{profile_name} <br /><br />{profile_description}</div> </div> </div> <!-- END profile_area --> <!-- BEGIN page --> <div class="entry"> <div class="page">{prev_page_link} | {page_now} / {page_num}PAGES | {next_page_link}</div></div> <!-- END page --> <div class="copyright" align="center">{copyright}</div> <div class="top_text"><a href="#top">Top▲</a></div> </div> </div> <!-- ↑↑↑中央終わり↑↑↑ --> <!-- ↓↓↓右メニュー↓↓↓ --> <div id="right"> <!-- BEGIN freespace1 --> <div class="menu"> <div class="free">{freespace_title1}</div> <div class="freetext">{freespace_contents1}</div> </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="menu"> <div class="free">{freespace_title2}</div> <div class="linktext">{freespace_contents2}</div> </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="menu"> <div class="free">{freespace_title3}</div> <div class="freetext">{freespace_contents3}</div> </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="menu"> <div class="free">{freespace_title4}</div> <div class="freetext">{freespace_contents4}</div> </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="menu"> <div class="free">{freespace_title5}</div> <div class="freetext">{freespace_contents5}</div> </div> <!-- END freespace5 --> <!-- search --> <div class="menu"> <div class="linktitle">Search</div> <div class="search1"> <form method="get" action=""> <input id="search" name="search" size="20" style="width:140px" /> <input type="submit" value="Search this site" class="search2" /> </form></div> </div> <!-- /search/ --> <!-- BEGIN recent_comment --> <div class="menu"> <div class="linktitle">Comment</div> <div class="linktext"> {recent_comment_list} </div> </div> <!-- END recent_comment --> <!-- BEGIN link --> <div class="menu"> <div class="linktitle">Link</div> <div class="linktext">{link_list}</div> </div> <!-- END link --> <!-- BEGIN Qrcode --> <div class="menu"> <div class="linktitle">QRcode</div> <div class="linktext">{site_qrcode}</div> </div> <!-- End Qrcode --> <!-- BEGIN amazon --> <div class="menu"> <div class="linktitle">amazone</div> <div class="linktext"> <a href="{amazon_url}" target="_blank"><img src="{amazon_ImageUrlSmall}" border=0 alt="{amazon_ProductName}" class="ama"></a> </div> </div> <!-- END amazon --> <!-- powered --> <div class="menu"> <div class="linktitle">other</div> <div class="linktext"> <a href="./admin/">Log in</a><br /> <a href="./?mode=rss">RSS1.0</a><br /> <a href="./?mode=atom">Atom0.3</a><br /> Design by <a href="http://xhanoix.jugem.jp/" target="_blank">hanoi</a><br /> </div> </div> <!-- /powered/ --> <br class="clear" /> </div><!-- レイアウトEND --> </body> </html>
CSS
* { margin: 0; padding: 0; } body { font-size: 11px; font-family: 'Times new roman','ms pgothic'; line-height: 180%; text-align: left; margin: 0px auto; padding: 0px; color: #8B8380; background-color: #000000; background-image: url('http://img-cdn.jg.jugem.jp/0c7/702491/20080724_369596.jpg'); background-attachment: fixed; background-repeat: no-repeat; background-position: center center; width: 900px; } /*スクロールバーの設定はジェネレータを使うと便利。ココお勧めhttp://www.iconico.com/CSSScrollbar/ */ html{ scrollbar-base-color: #6b0000; scrollbar-arrow-color: #000000; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-face-color: #6b0000; scrollbar-highlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-track-color: #000000; } a:link {color: #6F9100; text-decoration: none;} a:visited {color: #4b5e29; text-decoration: none;} a:active {color: #6F9100; text-decoration: none;} a:hover {color: #ffffff; text-decoration: none; background-color: #6F9100} br { letter-spacing: normal; } table,tr,td { font-size: 11px; font-family: 'Times new roman','ms pgothic'; line-height: 180%; text-align: left; color: #8B8380; } h1 { margin: 0px; padding: 0px; } ul { font-size: 11px; list-style-type: none; line-height:130%; margin-left:3px; } li { list-style-type: none; font-size: 11px; line-height:130%; } input { font-size: 11px; border:1px solid #8B8380; background-color:#000000; padding: 2px; letter-spacing: 3px; line-height: 130%; color:#8B8380; } textarea{ font-size: 11px; border:1px solid #8B8380; background-color:#000000; padding: 2px; letter-spacing: 3px; line-height: 130%; color:#8B8380; } /*全体的なレイアウトの設定*/ #layout { text-align: left; margin: 0 auto; width: 900px; } /*タイトル画像の設定*/ #header { padding: 0px; margin: 10px 0px 0px 0px; border: 1px solid #6b0000; height: 200px; width: 900px; background-color: #000000; background-image: url('http://img-cdn.jg.jugem.jp/0c7/702491/20080724_369760.jpg'); background-repeat: no-repeat; background-position: center; } /*ブログのタイトルテキスト設定(フォントによってテキストサイズ変えてください)*/ .site_title { letter-spacing: 2px; font-size: 28px; color: #6B0000; margin: 60px 0px 5px 70px; padding: 0px 0px 0px 0px; } /*ブログのタイトルテキストのリンクの設定*/ .site_title a:link {color: #B70000; text-decoration: none; ! important;} .site_title a:visited {color: #B70000; text-decoration: none; ! important;} .site_title a:active {color: #B70000; text-decoration: none; ! important;} .site_title a:hover {color: #B70000; background-color:#000000; text-decoration: underline; ! important;} /*タイトル下の説明部分の設定*/ .description { color: #999999; font-size: 9px; line-height: 130%; letter-spacing: 2px; margin: 10px 0px 10px 75px; } /*左メニュー枠の設定*/ #left { float: left; width: 200px; padding: 10px 5px 0px 5px; } /*センター枠設定*/ #center { float: left; width: 480px; padding: 10px 0px 0px 0px; } /*右メニュー枠設定*/ #right { float: right; text-align: left; width: 200px; padding: 10px 5px 0px 5px; } .clear {clear: both;font: 0px/0px sans-serif ;} /*ブログ記事欄・コメント欄の全体設定*/ .entry { text-align: left; border: 1px solid #6b0000; margin: 10px 10px 10px 10px; padding: 0px; background-color: #000000; } /*ブログ記事欄内側設定*/ .entry_body { background-color: #000000; background-image: url('http://img-cdn.jg.jugem.jp/0c7/702491/20080724_369763.jpg'); background-attachment: fixed; background-repeat: no-repeat; background-position: 3% 2%; padding: 10px 20px 10px 20px; } /*ブログ記事欄ナビゲーション設定*/ .entry_navi{ font-size: 11px; margin: 0px 0px 10px 0px; text-align: right; } /*ブログ記事タイトル設定*/ .entry_title { float: left; color: #B70000; font-family: 'ms pgothic'; font-size: 12px; font-weight: bolder; line-height: 120%; letter-spacing: 3px; padding: 2px; margin: 65px 0px 5px 0px; } /*ブログ記事日付設定*/ .entry_date{ font-weight: bolder; color: #B70000; text-align: right; letter-spacing: 2px; padding: 0px 0px 0px 0px; } /*ブログ記事設定*/ .entry_des { clear: left; font-size: 10px; line-height: 180%; letter-spacing: 2px; padding-top: 10px; color: #8B8380; padding: 5px 5px 5px 5px; } /*ブログ記事欄下部ステータス(日付など)の区切り線設定*/ .entry_state { color: #dddddd; text-align: right; margin: 5px 0px 0px 0px; } /*続きの部分の設定*/ .sequel{ border-top-color: #6B0000; border-top-width: 1px; border-top-style: dashed; color: #8B8380; font-size: 10px; padding: 20px 10px 10px 10px; } /*コメント本体*/ .comment_body { background-color: #000000; background-color: #000000; background-image: url('http://img-cdn.jg.jugem.jp/0c7/702491/20080724_369763.jpg'); background-attachment: fixed; background-repeat: no-repeat; background-position: 3% 2%; margin: 0px; padding: 10px 10px 10px 10px; } /*コメントタイトル*/ .comment_title { color: #B70000; background-color: #000000; font-weight: bolder; letter-spacing: 3px; padding: 0px; } /*引用文の設定*/ blockquote { margin: 20px 10px 20px 10px; padding: 10px; background-color: #444444; } /*中央部、記事欄の下のページ部分設定*/ .page { background-color: #000000; padding: 15px 0px 15px 0px; text-align: center; } /*左右メニューの全体枠*/ .menu{ background-color: #000000; border: 1px solid #6b0000; margin: 0px 0px 10px 0px; } /*左右メニュー部のタイトル設定*/ .linktitle { background-color: #000000; background-image: url('http://img-cdn.jg.jugem.jp/0c7/702491/20080724_369600.jpg'); background-attachment: fixed; background-repeat: no-repeat; background-position: 3% 70%; font-family: "Times new roman"; font-size: 12px; font-weight: bolder; color: #B70000; line-height: 130%; margin: 0px 5px 0px 5px; padding: 10px 0px 0px 22px; height: 20px; } /*左右メニュー部の内容設定*/ .linktext { line-height: 130%; color: #8B8380; font-size: 11px; font-family: "ms pgothic"; background-color: #000000; margin: 0px 5px 10px 5px; padding: 5px 0px 5px 20px; } /*左右メニュー部のリンク設定*/ .linktext a:link {color: #6F9100; text-decoration: none;} .linktext a:visited {color: #4b5e29; text-decoration: none;} .linktext a:active {color: #6F9100; text-decoration: none;} .linktext a:hover {color: #ffffff; text-decoration: none; background-color: #6F9100} /*サーチ入力設定*/ .search1 { margin: 10px 10px 10px 20px; background: #000000; color: #8B8380; } /*サーチボタン設定*/ .search2 { margin-top: 2px; letter-spacing: 1px; background: #6b0000; } /*著作権表示部分*/ .copyright { font-size: 10px; color: #8B8380; background-color: #000000; line-height: 170%; border:none; margin: 10px; padding-top: 10px; } /*TOP▲部分のテキスト設定*/ .top_text{ font-size: 12px; text-align: center; color: #dddddd; background-color: #000000; margin: 0px 0px 0px 0px; } /*カレンダー本体*/ .calendar { font-family: "Century"; color: #B70000; background-color: #000000; text-align: center; margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px; } /*カレンダー下部の月テキスト設定*/ .calendar_month { font-family: "Times new roman"; margin-bottom: 10px; font-size: 10px; background-color: #000000; } /*カレンダー日付のテーブルセル設定(触らないほうが吉)*/ .cell { width: 20px; height: 20px; padding: 0px; text-align:center; font-size: 10px; color: #8B8380; background-color: #000000; } /*カレンダー週の部分の設定*/ .week { color: #AAAAAA; background-color: #000000; width: 20px; height: 20px; padding: 0px; text-align:center; font-size: 10px; } /*フリー部分、適当に編集してちょ*/ .free{ line-height: 130%; color: #BBBBBB; background-color: #000000; margin: 0px 0px 10px 0px; padding: 10px 0px 0px 10px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑