無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
Dharma doll_black
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<?xml version="1.0" encoding="{site_encoding}"?> <!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" xml:lang="ja" lang="ja"> <head> <meta http-equiv="content-type" content="text/html; charset={site_encoding}" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta http-equiv="content-style-type" content="text/css" /> <meta name="description" content="{blog_description}" /> <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> <link type="text/css" href="{site_css}" rel="stylesheet" media="screen,print"> <title>{site_title}</title> </head> <body class="three_column_default" onload="javascript:initval();"> <div id="container"> <!--▼ヘッダー▼--> <div id="header"> <!-- BEGIN title --> <h1 id="blog_title"><a href="<$MTBlogURL$>" accesskey="1">{blog_name}</a></h1> <p id="description">{blog_description}</p> <!-- END title --> </div> <!--▲ヘッダー▲--> <div id="main"> <div id="side_navi-A"> <div class="sidebox"> <!-- BEGIN calendar --> <div class="menu_frame" id="calendar"> <h2 class="menu_title">calendar</h2> {calendar} </div> <!-- END calendar --> <!-- BEGIN archives --> <div class="menu_frame" id="recent_entry"> <h2 class="menu_title">archives</h2> <div class="menu_list">{archives_list}</div> </div> <!-- END archives --> </div> </div> <!--▼コンテンツ▼--> <div id="liquid"> <div id="conts"> <!-- BEGIN page --> <ul class="entry_navi"> <li>{prev_page_link}</li> <li>{page_now}/{page_num}PAGES</li> <li>{next_page_link}</li> </ul> <!-- END page --> <!-- BEGIN sequel --> <ul class="entry_navi"> <li>{prev_entry} </li> <li>| <a href="./">main</a> | </li> <li>{next_entry}</li> </ul> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry_box"> <h2 class="entry_title"><a href="{entry_permalink}">{entry_title}</a></h2> <ul class="entry_data"> <li><span>author</span>: {user_name}</li> <li>{entry_date}</li> </ul> <div class="entry_body"> <p> {entry_description} </p> <p class="more">{entry_sequel}</p> </div> <ul class="entry_info"> <li class="categores_info">{category_name}</li> <li class="comments_info">| {comment_num} </li> <li class="trackbacks_info">| {trackback_num} </li> </ul> </div> <!-- END entry --> <!-- BEGIN trackback_area --> <div id="trackbacks"> <h3 class="title">この記事に対するトラックバック</h3> <p id="tb_url"> この記事のトラックバックURL<br /> <input tabindex="1" accesskey="x" name="trackback_url" size="50" value="{trackback_url}" readonly="readonly" id="trackback_url" onfocus="this.select()" /><br /> </p> <!-- BEGIN trackback --> <div class="tb_box"> <h4 id="trackback{trackback_id}">{trackback_title}</h4> <p>{trackback_excerpt}</p> <ul class="trackback_data"> <li>From: {trackback_blog_name} | </li> <li>{trackback_time}</li> </ul> </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN comment_area --> <div id="comments"> <h3 class="title">この記事に対するコメント</h3> <!-- BEGIN comment --> <div class="comment_body"> <p>{comment_description}</p> </div> <ul class="comment_data"> <li><span>投稿者</span>: {comment_name}</li> <li>{comment_time}</li> </ul> <!-- END comment --> </div> <div id="comment_input"> <h3 class="title">コメントする</h3> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" class="input" /> <dl> <dt><label for="name">NAME▼</label></dt> <dd><input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" class="input" /></dd> <dt><label for="email">MAIL▼</label></dt> <dd><input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" class="input" /></dd> <dt><label for="url">URL▼</label></dt> <dd><input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" class="input" /></dd> <dt><label for="description">COMMENT▼</label></dt> <dd><textarea tabindex="4" id="description" name="description" rows="5"></textarea></dd> </dl> <ul> <li><input type="submit" value="送信" tabindex="5" id="transmission" /></li> <li><input type="checkbox" name="set_cookie" value="1" id="set_cookie"><label for="set_cookie">入力情報を登録しますか?</label></li> </ul> </form> </div> <!-- END comment_area --> <p id="back"><a href="#blog_title">ページトップへ戻る▲</a></p> </div> </div> <!--▲コンテンツ▲--> <div id="side_navi-B"> <div class="sidebox"> <!-- BEGIN recent_comment --> <div class="menu_frame" id="recent_entry"> <h2 class="menu_title">recent entry</h2> <div class="menu_list">{recent_comment_list}</div> </div> <!-- END recent_comment --> <!-- BEGIN category --> <div class="menu_frame" id="category_archives"> <h2 class="menu_title">categories</h2> <div class="menu_list">{category_list}</div> </div> <!-- END category --> {ad} </div> </div> </div> <!--▼フッター▼--> <div id="footer"> <ul> <li>Template by <a href="http://www.blog-text.jp" target="_blank">ブログテンプレート</a></li> <li>Template by <a href="http://ten-navi.com/" target="_blank">転職×天職</a></li> </ul> </div> <!--▲フッター▲--> </div> </body> </html>
CSS
/*-------------------------------------- 基礎設定 ---------------------------------------*/ * { margin: 0px; padding: 0px; } body { margin: 0; background: #FFF url(http://www.blog-text.jp/style_library/style_catcher/044-black/body_back.gif) repeat-x; font-family: "MS Pゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3"; font-size: 12px; font-weight: normal; line-height: 1; text-align: center; vertical-align: middle; color: #000 } ul, ol { list-style: none; } table, input, textarea, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; } /*-------------------------------------- クラス ---------------------------------------*/ /* 汎用タイトル・サイドナビタイトル・エントリータイトル */ #side_navi h2, #side_navi-A h2, #side_navi-B h2 { margin: 0; padding: 20px 0 20px 20px; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/menu_title.gif) no-repeat; color: #FFF; font-size: 15px; font-weight: bold; text-transform: capitalize; } #conts .entry_title { margin-top: 0; margin-bottom: 0px; padding: 15px 0 2px 43px; height: 30px; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/entry_title.gif) no-repeat left; color: #FFF; font-size: 15px; font-weight: bold; } * html #conts .entry_title { padding-top: 7px } #conts .title { margin: 0 0 10px 0; padding: 2px 0 2px 4px; background: #353535 url(http://www.blog-text.jp/style_library/style_catcher/044-black/conts_title.gif) no-repeat left center; font-size: 15px; color: #FFF; } /* トラックバック・コメント・検索レイアウト */ #trackbacks, #comments, #comment_input, #no_search_results, #no_search { margin-bottom: 20px; padding_bottom: 20px; border: 1px solid #353535; background: #CCC; line-height: 1.8; } /* サイドナビリスト */ #side_navi { padding: 0 0 5px; margin-bottom: 15px; } #side_navi ul, #side_navi-A ul, #side_navi-B ul { margin: 10px 0 25px 10px; } #side_navi ul ul, #side_navi-A ul ul, #side_navi-B ul ul { margin: 5px 0 15px 0; } #side_navi li, #side_navi-A li, #side_navi-B li { margin: 5px 0 5px 0; padding: 0px 0px 4px 12px; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/icon.gif) no-repeat 0 3px; } /*-------------------------------------- ヘッダー ---------------------------------------*/ #header { margin: 0; padding: 0; height: 325px; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/hed_img.gif) no-repeat; } #header h1 { padding: 120px 0px 10px 0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 32px; font-weight: bold; text-align: center; } #header h1 a { color: #4C4C4C; text-decoration: none; } /* ディスクリプション */ #header p { margin-top: 10px; padding: 0px; color: #FFF; font-size: 12px; text-align: center; } /*-------------------------------------- エントリー ---------------------------------------*/ /* エントリーナビ */ .entry_navi { margin: 10px 0; text-align: center; } .entry_navi li { display: inline; } /* エントリーボックス */ .entry_box { margin-top: 20px; margin-bottom: 20px; padding-bottom: 10px; background: #FFF; border-top: 7px solid #353535; border-right: 7px solid #353535; border-left: 7px solid #353535; border-bottom: 7px solid #353535; } * html .entry_box { padding-top: 10px; } /* 投稿者名・時間 */ .entry_box .entry_data { padding: 0px 10px 0px 0px; text-align: right; } .entry_box .entry_data li { display: inline; } /* 投稿者名 */ .entry_box .entry_data span { font-weight: bold; } /* エントリー内容 */ .entry_box .entry_body { padding: 10px 15px 0; line-height: 1.7 } * html .entry_box .entry_body { width: 100%; } /* エントリーテキスト設定 */ .entry_box .entry_body p { margin: 0 0 1em 0; padding: 0; } /* 追記があるときの "続きを読む" の設定 */ .entry_box .entry_body p.more { } /* タグ情報 */ .entry_box .tags_info { margin: 1em 0 0 0; padding: 0 5px 5px; background: none; } .entry_box .tags_info li { display: inline; } .entry_box .tags_info li a { margin-right: 5px; } .entry_box .tags_info h3 { margin: 0; padding: 0; display: inline; font-weight: bold; text-transform: capitalize; background: none; font-size: 12px; } .entry_box .entry_body .tags_info a { } /* カテゴリー・コメント・トラックバック情報 */ .entry_box .entry_info { margin-top: 10px; padding: 10px 15px 0px; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/border.gif) repeat-x top; border-top: 2px solid #CCC; text-transform: capitalize; } .entry_box .entry_info li { display: inline; } /* カテゴリー */ .entry_box .entry_info li.categores { } /* コメント */ .entry_box .entry_info li.comments { } /* トラックバック */ .entry_box .entry_info li.trackbacks { } /* 見出し、引用 */ .entry_box h3{ margin-top: 20px; margin-bottom: 10px; padding-left: 33px; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/h3_img.gif) no-repeat 0; color: #353535; font-size: 14px; } .entry_box blockquote { margin: 10px 20px; padding: 10px 10px; background: #ccc; border-left: 5px solid #626262; } /*-------------------------------------- トラックバック ---------------------------------------*/ #trackbacks { } #trackbacks .title { } /* トラックバックURL */ #trackbacks #tb_url { margin: 10px 0px 10px 15px; font-size: 12px; line-height: 2; } #trackbacks #tb_url input { padding: 2px 0px 0px 4px; background: #353535; color: #FFF; border: solid 1px #353535; } /* 各トラックバックボックス */ #trackbacks .tb_box { margin: 0; padding: 0px 10px 0px 10px; background: #CCC; } /* トラックバックタイトル */ #trackbacks .tb_box h4 { margin: 5px 0 5px; padding-left: 5px; font-size: 14px; font-weight: bold; color: #D50000; } #trackbacks .tb_box h4 a { } /* トラックバック概要 */ #trackbacks .tb_box p { padding: 0px 0px 5px 0; border-bottom: 1px solid #FFF; } /* トラックバック情報 */ #trackbacks .tb_box .trackback_data { padding: 5px 0px 0px 0px; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/border.gif) repeat-x top; } #trackbacks .tb_box .trackback_data li { display: inline; } #trackbacks .tb_box .trackback_data li a { } /*-------------------------------------- コメント ---------------------------------------*/ #comments { } #comments .title{ } #comments h4 { margin: 5px 0 5px; padding-left: 20px; font-size: 14px; font-weight: bold; color: #D50000; } /* コメント内容ボックス */ #comments .comment_body { margin: 5px 0 0; padding: 5px 20px 0px 20px; } /* コメントテキスト設定 */ #comments .comment_body p { padding: 0px 0px 5px 0px; } /* コメント投稿者情報 */ #comments .comment_data { padding: 5px 0px 0px 10px; margin: 0 10px; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/border.gif) repeat-x top; border-top: solid 1px #FFF; } #comments .comment_data li { display: inline; } /* コメント投稿者名 */ #comments .comment_data li span { } /*-------------------------------------- コメント入力 ---------------------------------------*/ #comment_input { padding-bottom: 10px; } #comment_input h3 { } #comment_input .title { } #comment_input form { margin: 10px 10px 0; } #comment_input dl { padding: 0 15px; } /* 入力項目名 */ #comment_input dt, #comment_edit dt { margin: 0px 0px 3px 0px; font-size: 13px; letter-spacing: 2px; } #comment_input dt label, #comment_edit dt label { font-size: 13px; } /* 入力フォーム */ #comment_input dd, #comment_edit dd { margin: 0 0 10px 0; } #comment_input textarea, #comment_edit textarea { padding: 5px 3px; width: 95%; overflow: auto; } #comment_input #cookie li { display: block; padding: 5px 0; } /* 内容送信・確認 */ #comment_input ul, #comment_edit ul { padding: 0 15px; } #comment_input li, #comment_edit li { display: inline; } #comment_input li input, #comment_edit li input { } /*-------------------------------------- サイドナビ ---------------------------------------*/ /* プロフィールプラグイン */ #side_navi p, #side_navi-A p, #side_navi-B p { padding-left: 20px; padding-bottom: 30px; } /* 天気予報 */ .plugin-weather { padding-right: 5px; } /* タグリスト */ .plugin-tag { padding-left: 15px; } .plugin-tag a { display: block; } /* カレンダー */ .plugin-calender { margin-bottom: 30px; text-align: center; font-size: 12px; } .plugin-calender table { margin: 0 auto; width: 235px; background: #FFF; border-collapse: separate; border-spacing: 2; text-align: left; font-weight: bold; } * html .plugin-calender table { margin-left: 10px; } .plugin-calender caption { margin: 10px 0; text-align: center; font-size: 12px; font-weight: bold; } * html .plugin-calender caption { margin-left: 10px; } .plugin-calender th { padding: 5px 0 5px; text-align: center; font-size: 12px; background: #CCC; } .plugin-calender #sun { } .plugin-calender #sat { } .plugin-calender td { padding: 5px 0; text-align: center; font-size: 12px; font-weight: normal; } .plugin-calender td a { font-weight: bold } /* フォーム */ #side_navi-A form, #side_navi-B form { padding-left: 10px; } #side_navi-A form dd, #side_navi-B form dd { margin-bottom: 8px; } /* メールフォーム */ p.plugin-mail { margin: 0 0 0 0; line-height: 1.5; } /* 検索 */ p.plugin-search { line-height: 1; } /* 全プラグイン */ .plugin-profile, .plugin-search, .plugin-link, .plugin-weather, .plugin-qrcode, .plugin-powered, .plugin-mail, .plugin-bookmark, .plugin-newamazon, .plugin-all, .plugin-blogranking, .plugin-calender { padding-bottom: 30px; } .rss { margin-top: 20px; } /* アドセンス */ #ad { padding: 10px; } #ad img, #ad table { margin: 0 auto; } /*-------------------------------------- フッター ---------------------------------------*/ #footer { margin-top: 0; padding: 30px 0 30px 0; clear: both; text-align: center; font-size: 11px; background: url(http://www.blog-text.jp/style_library/style_catcher/060-bzure/footer_img.gif) no-repeat; } #footer ul { padding: 50px 0 0 0; } #footer li { margin: 0 10px; display: inline; } #footer li a { } /*-------------------------------------- リンク色設定 ---------------------------------------*/ #footer { margin-top: 30px; padding: 5px 0 5px; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/foot_back.gif) repeat-x bottom; text-align: center; clear: both; color: #FFF; font-size: 11px; } #footer ul { } #footer li { display: inline; line-height: 1.5; } #footer li a { } /*-------------------------------------- リンク色設定 ---------------------------------------*/ a:link { color: #800000; } a:visited { color: #808000; } a:hover { color: #33CCFF; } a:active { color: #800000; } .menu_frame a:link { color: #D50000; } .menu_frame a:visited { color: #808000; } .menu_frame a:hover { color: #33CCFF; } .menu_frame a:active { color: #D50000; } #calendar a:link { color: #800000; } #calendar a:visited { color: #808000; } #calendar a:hover { color: #33CCFF; } #calendar a:active { color: #800000; } .tb_box a:link { color: #D50000; } .tb_box a:visited { color: #808000; } .tb_box a:hover { color: #33CCFF; } .tb_box a:active { color: #D50000; } #footer a:link { color: #D50000; } #footer a:visited { color: #CCCCCC; } #footer a:hover { color: #33CCFF; } #footer a:active { color: #D50000; } /*-------------------------------------- 装飾 ---------------------------------------*/ /*--------------------------------------/ / / / / / / / レイアウトの設定 / / / / / / / /--------------------------------------*/ #container { margin: 0 auto; background: #FFF; text-align: left; } #main { width: 1164px; padding-top: 25px; padding-left: 50px; padding-right: 50px; position: relative; overflow: hidden; border-top: none; border-bottom: none; } * html #main { width: 1264px; } #side_navi { border-left: 7px solid #353535; border-right: 7px solid #353535; border-bottom: 7px solid #353535; } #side_navi-A { border-left: 7px solid #353535; border-right: 7px solid #353535; border-bottom: 7px solid #353535; } #side_navi-B { border-left: 7px solid #353535; border-right: 7px solid #353535; border-bottom: 7px solid #353535; } /*-------------------------------------- 2カラム ライトナビ デフォルト ---------------------------------------*/ .two_column_default #container, .two_column_right #container { margin: 0 auto; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/two_main_back_right.gif) repeat-y center top; text-align: left; } .two_column_default #container #liquid, .two_column_right #container #liquid { width: 850px; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/entry_top.gif) repeat-x top; float: left; } .two_column_default #container #conts, .two_column_right #container #conts { padding: 0 0 15px 0; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/two_conts_back.gif) repeat-y center top; } .two_column_default #container #side_navi, .two_column_right #container #side_navi { width: 250px; float: right; } * html .two_column_default #container #side_navi { width: 264px; float: right; } * html .two_column_right #container #side_navi { width: 264px; float: right; } /*-------------------------------------- 2カラム レフトナビ ---------------------------------------*/ .two_column_left #container { margin: 0 auto; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/two_main_back_left.gif) repeat-y center top; text-align: left; } .two_column_left #container #liquid { width: 850px; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/entry_top.gif) repeat-x top; float: right } .two_column_left #container #conts { padding: 0 0 15px 0; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/two_conts_back.gif) repeat-y center top; } .two_column_left #container #side_navi { width: 250px; float: left; } * html .two_column_left #container #side_navi { width: 264px; float: left; } /*-------------------------------------- 3カラム Aタイプ ---------------------------------------*/ .three_column_default #container, .three_column_A #container { margin: 0 auto; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/three_main_back.gif) repeat-y center top; text-align: left; } .three_column_default #container #liquid, .three_column_A #container #liquid { margin-left: 27px; margin-right: 27px; width: 580px; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/liquid_top_back-three.gif) no-repeat; float: left; font-size: 12px; } * html .three_column_default #container #liquid, .three_column_A #container #liquid { width: 580px; } .three_column_default #container #main, .three_column_A #container #main { } * html .three_column_default #container #main, * html .three_column_A #container #main { } .three_column_default #container #conts, .three_column_A #container #conts { } .three_column_default #container #side_navi-A { width: 250px; float: left; } .three_column_A #container #side_navi-A { width: 250px; float: left; } .three_column_default #container #side_navi-B { width: 250px; float: right; } .three_column_A #container #side_navi-B { width: 250px; float: right; } * html .three_column_default #container #side_navi-A { width: 264px; float: left; } * html .three_column_A #container #side_navi-A { width :264px; } * html .three_column_default #container #side_navi-B { width: 264px; float: right; } * html .three_column_A #container #side_navi-B { width: 264px; } /*-------------------------------------- 3カラム Bタイプ ---------------------------------------*/ .three_column_default #container, .three_column_B #container { margin: 0 auto; background: url(http://www.blog-text.jp/style_library/style_catcher/044-black/three_main_back.gif) repeat-y center top; text-align: left; } .three_column_B #container #liquid { margin-left: 27px; margin-right: 27px; width: 580px; background:#fff url(http://www.blog-text.jp/style_library/style_catcher/044-black/entry_top.gif) repeat-x top; float: right; } * html .three_column_B #container #liquid { margin-right: 28px; width: 580px; } .three_column_B #container #conts { } * html .three_column_B #container #conts { } .three_column_B #container #side_navi-A { width: 250px; float: right; } .three_column_B #container #side_navi-B { width: 250px; float: left; } * html .three_column_B #container #side_navi-A { width: 264px; float: right; } * html .three_column_B #container #side_navi-B { width: 264px; float: left; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑