無料ブログをかんたん作成
無料ブログ作成なら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" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <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();"> <!-- wrapper --> <div id="wrapper"> <a id="top" name="top"></a> <!-- header --> <div id="header"> <!-- BEGIN title --> <h1>{blog_name}</h1> <div id="description">{blog_description}</div> <!-- END title --> </div> <!-- /header --> <!-- BEGIN calendar --> <div class="calendarset"> {calendar_horizontal} </div> <!-- END calendar --> <!-- content --> <div id="content"> <!-- main --> <div id="main"> <!-- BEGIN sequel --> <div id="entryNavi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <h2>{entry_title_link}</h2> <div class="entryBody">{entry_description}</div> <a name="sequel"></a> <div class="entryMore">{entry_sequel}</div> <ul class="entryState"> <li class="top">{entry_date}</li> <li>{category_name}</li> <li>{comment_num}</li> <li>{trackback_num}</li> </ul> <span class="clear"></span> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div id="comment"> <div id="commentTitle">コメント</div> <!-- BEGIN comment --> <div class="commentBody">{comment_description}</div> <ul class="commentState"> <li>{comment_name}</li> <li>{comment_time}</li> </ul> <!-- END comment --> <div id="commentSendTitle">コメントする</div> <div class="commentSendForm"> <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="コメント送信" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">入力情報を登録しますか?</label> </form> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div id="trackback"> <div id="trackbackURL">この記事のトラックバックURL</div> <input type="text" value="{trackback_url}" /> <div id="trackbackTitle">トラックバック</div> <!-- BEGIN trackback --> <div class="trackbackName">{trackback_title}</div> <div class="trackbackBody">{trackback_excerpt}</div> <ul class="trackbackState"> <li>{trackback_blog_name}</li> <li>{trackback_time}</li> </ul> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div id="profile"> <div id="profileTitle">プロフィール</div> <div id="profileName">{profile_name}</div> <div id="profileBody">{profile_description}</div> </div> <!-- END profile_area --> <div class="pageTop"> <a href="#top">このページの先頭へ▲</a> </div> <!-- BEGIN page --> <div id="entryNavi"> {full_pager_link} </div> <!-- END page --> <br class="clear" /> </div> <!-- /main --> <!-- side --> <div id="side"> <!-- BEGIN freespace1 --> <h3>{freespace_title1}</h3> <div class="sideContents"> {freespace_contents1} </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <h3>{freespace_title2}</h3> <div class="sideContents"> {freespace_contents2} </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <h3>{freespace_title3}</h3> <div class="sideContents"> {freespace_contents3} </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <h3>{freespace_title4}</h3> <div class="sideContents"> {freespace_contents4} </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <h3>{freespace_title5}</h3> <div class="sideContents"> {freespace_contents5} </div> <!-- END freespace5 --> <!-- BEGIN profile --> <h3>profile</h3> <div class="sideContents"> {user_list} </div> <!-- END profile --> <!-- BEGIN selected_entry --> <h3>selected entries</h3> <div class="sideContents"> {selected_entry_list} </div> <!-- END selected_entry --> <!-- BEGIN category --> <h3>categories</h3> <div class="sideContents"> {category_list} </div> <!-- END category --> <!-- BEGIN archives --> <h3>archives</h3> <div class="sideContents"> {archives_list} </div> <!-- END archives --> <!-- BEGIN recent_comment --> <h3>recent comment</h3> <div class="sideContents"> {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <h3>recent trackback</h3> <div class="sideContents"> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- search --> <h3>search this site.</h3> <div class="sideContents"> <form method="get" action="./"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="middle"> <td><input id="search" name="search" size="20" style="width:95px" class="search" /></td> <td><input type="submit" value="Search" /></td> </tr> </table> </form> </div> <!-- /search/ --> <!-- BEGIN link --> <h3>links</h3> <div class="sideContents"> {link_list} </div> <!-- END link --> <!-- powered --> <h3>others</h3> <div class="sideContents"> <ul> <li><a href="./manage/">管理者ページ</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> </ul> </div> <!-- /powered --> <!-- moblie --> <h3>mobile</h3> <div class="sideContents"> <div class="imgset"> {site_qrcode} </div> </div> <!-- /moblie --> <!-- BEGIN jugem_ad --> <h3>PR</h3> <div class="sideContents"> <div class="imgset"> {ad} </div> </div> <!-- END jugem_ad --> <!-- powered --> <h3>powered</h3> <div class="sideContents"> <div class="imgset"> {powered} </div> </div> <!-- /powered --> </div> <!-- /side --> <br class="clear" /> </div> <!-- /content --> <!-- footer --> <div id="footer"> <div id="copyright"> template by <a href="http://jtemplate.pure-phantasm.com/">黒羽</a><br> {copyright} </div> </div> <!-- /footer --> </div> <!-- /wrapper --> </body> </html>
CSS
@charset "EUC-JP"; /* ---------------------------------------- 作成日:2011.10.24 テンプレート名:モノクロ by 黒羽 (http://jtemplate.pure-phantasm.com/) ---------------------------------------- */ /* -------------------------------------- リセット --------------------------------------- */ * {margin:0px;padding:0px;} h1,h2,h3,h4,h5,h6 {font-size:100%;} a {text-decoration:underline;overflow:hidden;} img {border:none;vertical-align:top;} li {list-style-type:none;} hr {display:none;clear:both;} br.clear {clear:both;} /* -------------------------------------- 共通部分 --------------------------------------- */ /* ページ全体のテキスト色 */ html {color:#000000;} /* ページ全体 */ body { width:100%; text-align:center; font-size:12px; font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif,"Osaka‐等幅"; line-height:1.6em; background-color:#000; background-attachment:scroll; } /* ページ全体のリンク色 */ a {color:#000000;text-decoration:underline;} a:link {color:#000000;text-decoration:underline;} a:visited {color:#000000;text-decoration:underline;} a:hover {color:#666666;text-decoration:none;} a:active {color:#666666;text-decoration:none;} /* ブログ名の色 */ h1 a,h1 a:link,h1 a:visited {color:#dd0;text-decoration:none;} h1 a:hover,h1 a:active {color:#ff0;text-decoration:none;} /* サイドメニューのリンク色 */ #side a {color:#fff;text-decoration:underline;} #side a:link {color:#fff;text-decoration:underline;} #side a:visited {color:#fff;text-decoration:underline;} #side a:hover {color:#ddd;text-decoration:none;} #side a:active {color:#ddd;text-decoration:none;} /* ------------------------------------- * ページレイアウト --------------------------------------- */ /* ------------------------------------- ■ページ全体の変更方法(初期は幅950に設定されています) ・A にページ全体の幅を指定する ・B + 40 = A になるように B の値を指定する ・C + D + 40 + 20 = A になるように C と D の値を指定する ※サイドメニューの幅は C 、記事の枠の幅は D の値を変更 ※余白(padding)の値を変えない場合の方法です --------------------------------------- */ /*ページ全体の幅、レイアウトを中央揃え*/ #wrapper { width:700px; /* A */ margin:0px auto; padding:20px 0 0 0; text-align:left; background-color:#fff; } /*ブログ名と説明文、トップ画像*/ #header { width:660px; /* B */ height:240px; clear:left; margin:0 auto; padding:0; background-color:#000; background-image: url("http://img.jtemplate.pure-phantasm.com/20111111_221405.jpg"); background-repeat:no-repeat; background-position:bottom center; background-attachment:scroll; } /*コンテンツ枠(記事の枠+サイドメニューの枠)*/ #content { margin:0 auto; padding:0 20px 20px 20px; } /* 右側の幅(サイドメニューの枠) */ #side { float:left; width:170px; /* C */ } /* 左側の幅(記事の枠)*/ #main { float:left; width:470px; /* D */ padding:0 20px 0 0; } /* フッター */ #footer { width:100%; clear:left; } /* -------------------------------------- メイン --------------------------------------- */ /* ブログ名 */ h1 {font-size:20px;padding:100px 0 0 0; color:#ff0; text-align: center;} /* ブログの説明文 */ div#description {margin:10px 0 0 0;padding:0 0 0 0; color:#dd6; text-align: center;} .entry {margin:0 0 20px 0; border-width:1px; border-style: solid; border-color:#000;} /* 次の記事・前の記事 */ #entryNavi {margin:0 0 15px 0;text-align:center;} /* 記事のタイトル */ h2 {font-size:14px;font-weight:bolder;background-color: #000000; color:#ffffff;padding: 5px 20px;} h2 a,h2 a:link,h2 a:visited {color:#ffffff;text-decoration:none;font-weight:bolder;} h2 a:hover,h2 a:active {color:#cccccc;text-decoration:underline;} /* LOVEボタン */ .entryLove {margin:5px 0;} /* 記事本文 */ .entryBody {margin:15px 20px 0 20px;} /* 記事の続き */ .entryMore {margin:10px 20px 15px 20px;} /* 記事の情報 */ ul.entryState{ font-size:10px; text-align: right; margin: 0px 20px 5px 20px; } ul.entryState li { display:inline; border-left:1px solid #999999; padding-left:5px; } ul.entryState li.top { display:inline; border-left: 0px none; } span.clear {clear:both;} /* コメント枠 */ #comment {border:1px #000000 solid;padding:20px;margin:20px 0 0 0;} #commentTitle { margin:0 0 5px 0; font-size:14px; font-weight:bolder; } #commentSendTitle { margin:20px 0 5px 0; font-size:14px; font-weight:bolder; } .commentBody {margin:5px 0;} ul.commentState {margin:0 0 15px 0;} ul.commentState li { display:inline; border-left:1px solid #999999; padding-left:5px; } .commentSendForm {margin:0;} .commentSendForm .input {width:250px;} .commentSendForm textarea {width:350px;margin:0 0 10px 0;} /* トラックバック枠 */ #trackback {border:1px #000000 solid;padding:20px;margin:20px 0 0 0;} #trackbackURL { margin:0 0 5px 0; font-size:14px; font-weight:bolder; } #trackbackTitle { margin:20px 0 5px 0; font-size:14px; font-weight:bolder; } #trackback input {width:350px;} .trackbackName {margin:0;} .trackbackBody {margin:5px 0;} ul.trackbackState {margin:0 0 15px 0;} ul.trackbackState li { display:inline; border-left:1px solid #999999; padding-left:5px; } /* プロフィールのページ */ #profile{margin:0; border-style: solid; border-width: 1px; border-color: #000;} #profileTitle {font-weight:bolder; color:#fff; background-color: #000; padding:5px 20px;} #profileName {font-size:12px; margin:15px 20px 5px 20px;} #profileBody {margin:5px 20px 15px 20px;} /* このページの先頭へ */ .pageTop {margin:10px 0 0 0} /* -------------------------------------- 記事の装飾 --------------------------------------- */ /* 引用 */ #main blockquote { border:1px dotted #cccccc; padding:10px; margin:10px; } /* 画像 */ #main .pict {border:1px #000000 solid;padding:3px;} /* リスト */ div.entryBody li,div.entryMore li { list-style:circle; margin:0 0 0 15px; } /* -------------------------------------- サイドメニュー --------------------------------------- */ /* サイドメニューのタイトル */ h3 {font-size:14px;font-weight:bolder; color: #fff; margin:0; padding: 2px 0px; border-style: none none solid none; border-width: 1px; border-color: #999; background-color: #000; text-align: center;} /* サイドメニューの内容 */ .sideContents {margin:0 0 15px 0; padding: 10px; color: #fff; background-color: #000000;} .sideContents div.imgset{text-align: center;} /* カレンダーの配置等*/ .calendarset{text-align:center; background-color:#000000; color:#ffffff; width:660px; margin:0px 20px 20px 20px;} .calendarset a,.calendarset a:link,.calendarset a:visited {color:#ffffff; text-decoration:underline; font-weight:bolder;} .calendarset a:hover,.calendarset a:active {color:#dddddd; text-decoration:none;} /* ---------------------------------------- Footer ---------------------------------------- */ #footer { text-align:center; margin:20px 0 0 0; } #copyright { font-size:10px; padding:0 0 10px 0; text-align:center; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑