無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
corum風05
テンプレートイメージ表示ページへ戻る
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();"> {gmo_header_src} <!-- ← 一番上の GMO 共通バーはこれを削除すると消える --> <!-- 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 --> <!-- content --> <div id="content"> <!-- main --> <div id="main"> <!-- ##################### トップページのみ有効な「常時トップ記事」 で通常記事の上に表示させる。 フリースペース 5 を利用 ####################### --> <!-- BEGIN toponly --> {toponly_dmy} <!-- BEGIN freespace5 --> <div class="entry"> <div class="entryTitle">{freespace_title5}</div> <div class="entryBody">{freespace_contents5}</div> <div class="entryBottom"></div> </div> <!-- END freespace5 --> <!-- END toponly --> <!-- 常時トップ記事終わり --> <!-- ここから通常記事スタート --> <!-- BEGIN entry --> <div class="entry"> <!-- BEGIN sequel --> <div id="entryNavi"> <!-- 単一記事のナビ --> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <h2 class="entryTitle">{entry_title}</h2> <div class="entryBody">{entry_description}</div> <a name="sequel" id="sequel"></a> <!-- 追記文 「追記」を他の言葉や画像にすることも可能 --> <div class="entryMore"> <!-- BEGIN entry_sequel_link --> <div style="text-align: right; padding-right: 15px;"><a href="./?eid={entry_sequel_id}#sequel">追記</a></div> <!-- END entry_sequel_link --> <!-- BEGIN entry_sequel_items --> {entry_sequel_text} <!-- END entry_sequel_items --> </div><!-- //More --> <div class="entryState"> <ul> <!-- ↓ 好みの取捨・入替できます --> <li>{entry_date}</li> <!-- ← 投稿日付 --> <li>{category_name}</li> <!-- ← カテゴリ名 --> <li>{entry_time}</li> <!-- ← 投稿時刻 --> <li>{comment_num}</li> <!-- ← コメント --> <li>{trackback_num}</li> <!-- ← トラックバック --> <li>{pookmark_link}</li> <!-- プックマーク --> <li>{logpi_link}</li> <!-- ← ログピ --> <li>by {user_name}</li> </ul> </div> <div class="entryBottom"></div> <br class="clear" /> </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 class="entryBottom"></div> <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> <div class="entryBottom"></div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div id="trackback"> <div id="trackbackURL">この記事のトラックバックURL</div> <div class="entryState"><input type="text" value="{trackback_url}" /></div> <div class="entryBottom"></div> <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 class="entryBottom"></div> </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 class="entryBottom"></div> </div> <!-- END profile_area --> <!-- BEGIN page --> <div id="entryNavi"> {prev_page_link} | {page_now}/{page_num}PAGES | {next_page_link} </div> <!-- END page --> <div class="pageTop"> <a href="#top">このページの先頭へ▲</a> </div> <br class="clear" /> </div> <!-- /main --> <!-- side --> <!-- ++++++++++++++++++++++++++ サイドバー項目の入替え 殆ど必ず <!-- BEGIN ○○ -->と<!-- END ○○ --> のセットになっているので、これを単位として 移動又は削除します。 ++++++++++++++++++++++++++++ --> <div id="side"> <!-- BEGIN calendar --> <h3>calendar</h3> <div class="sideContents"> <table border="0" cellpadding="0" cellspacing="1"> <tr align="center"> <td class="cell" style="color:#CC0000">S</td> <td class="cell" style="color:#000000;">M</td> <td class="cell" style="color:#000000;">T</td> <td class="cell" style="color:#000000;">W</td> <td class="cell" style="color:#000000;">T</td> <td class="cell" style="color:#000000;">F</td> <td class="cell" style="color:#0066CC">S</td> </tr> </table> {calendar} </div> <div class="linkbottom"></div> <!-- END calendar --> <!-- BEGIN freespace1 --> <h3>{freespace_title1}</h3> <div class="sideContents"> {freespace_contents1} </div><div class="linkbottom"></div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <h3>{freespace_title2}</h3> <div class="sideContents"> {freespace_contents2} </div><div class="linkbottom"></div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <h3>{freespace_title3}</h3> <div class="sideContents"> {freespace_contents3} </div><div class="linkbottom"></div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <h3>{freespace_title4}</h3> <div class="sideContents"> {freespace_contents4} </div><div class="linkbottom"></div> <!-- END freespace4 --> <!-- フリースペース 5 は「トップ記事」に使用しています。 --> <!-- BEGIN selected_entry --> <h3>selected entries</h3> <div class="sideContents"> {selected_entry_list} </div><div class="linkbottom"></div> <!-- END selected_entry --> <!-- BEGIN category --> <h3>categories</h3> <div class="sideContents"> {category_list} </div><div class="linkbottom"></div> <!-- END category --> <!-- BEGIN archives --> <h3>archives</h3> <div class="sideContents"> {archives_list} </div><div class="linkbottom"></div> <!-- END archives --> <!-- BEGIN recent_comment --> <h3>recent comment</h3> <div class="sideContents"> {recent_comment_list} </div><div class="linkbottom"></div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <h3>recent trackback</h3> <div class="sideContents"> {recent_trackback_list} </div><div class="linkbottom"></div> <!-- END recent_trackback --> <!-- BEGIN amazon --> <h3>recommend</h3> <div class="sideContents"> {amazon_item} </div><div class="linkbottom"></div> <!-- END amazon --> <!-- BEGIN link --> <h3>links</h3> <div class="sideContents"> {link_list} </div><div class="linkbottom"></div> <!-- END link --> <!-- BEGIN profile --> <h3>profile</h3> <div class="sideContents"> {user_list} </div><div class="linkbottom"></div> <!-- END profile --> <!-- 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:110px" class="search" /></td> <td><input type="submit" value="Search" /></td> </tr> </table> </form> </div><div class="linkbottom"></div> <!-- /search/ --> <!-- BEGIN jugem_ad --> <h3>sponsored links</h3> <div class="sideContents"> {ad} </div><div class="linkbottom"></div> <!-- END jugem_ad --> <!-- 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><div class="linkbottom"></div> <!-- /powered --> <!-- moblie --> <h3>mobile</h3> <div class="sideContents"> {site_qrcode} </div><div class="linkbottom"></div> <!-- /moblie --> <!-- powered --> <h3>powered</h3> <div class="sideContents"> {powered} </div><div class="linkbottom"></div> <!-- /powered --> </div> <!-- /side --> <br class="clear" /> </div> <!-- /content/ --> <!-- footer --> <div id="footer"> <div id="copyright">{copyright}</div> </div> <!-- /footer --> </div> <!-- /wrapper/ --> <!-- 「アクセス解析」・「降らせもの」などはここに書く --> </body> </html>
CSS
@charset "EUC-JP"; /* ← マチガッテも消さないこと */ /* ---------------------------------------- ■はじめに このテンプレートは 公式テンプレート [custom] シリーズ 05 を 同じく公式テンプレートの [コルムオンライン vol.2] 風に アレンジし、もう少し柔軟にカスタマイズできるように したもので、私 xara は著作権を主張しません。 初心者は CSS に<style type="text/css">などと書いたりしますが、 ゼッタイにいけません! ここには「タグ」が書かれていないことを知ってください。 ■カスタマイズ方法がわからない人へ StepUp!JUGEM「PCテンプレ編集講座」 http://stepup-j.jugem.jp/?cid=12 ---------------------------------------- */ /* ---------------------------------------- 作成日:2010.03.29 改訂 テンプレート名: corum 風 05 責 xara (http://xara.jugem.jp) ---------------------------------------- */ /* ++++++++++++++++++++++ + 背景に関する基礎知識 + ++++++++++++++++++++++ ・背景画像を使いたい background-image: url( ); の ( ) に画像のURLを記入 ・背景画像がない場所の色を背景色を指定したい background-color: #fff; のカラーコードを変更 ・背景画像の繰り返しを指定 background-repeat: no-repeat; 繰り返さない場合 background-repeat: repeat-x; 横方向にのみ繰り返す background-repeat: repeat-y; 縦方向にのみ繰り返す background-repeat: repeat; 敷き詰める ・背景画像を固定する background-attachment: fixed; そのまま。 固定しない場合は削除 (Internet Explorer 6.0 では body 以外の「固定」が働かないし、 また他のモダンブラウザでは中間位置にあるものは その解釈が違ってくるので注意が必要。 「何でも固定」すればいいというものでないのです。) ・背景画像の位置を指定する。 background-position: 0 0; または left top 左上 background-position: 100% 100%; または right bottom 右下 background-position: 0 100%; または left bottom 左下 background-position: 100% 0; または right top 右上 +++++++++++++++++++++++++++++++ */ /* -------------------------------------- リセット --------------------------------------- */ * {margin: 0px; padding: 0px;} h1, h2, h3, h4, h5, h6 {font-size: 100%;} a {text-decoration: underline; overflow: hidden;} img, a img {border: none; vertical-align: middle;} /* 画像に枠線ナシ */ li {list-style-type: none;} hr {display: none; clear: both;} br {line-height: normal;} br.clear {clear: both; height: 1%;} /* -------------------------------------- 共通部分 --------------------------------------- */ /* ページ全体のテキスト色 */ 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: #ffffff; background-image: url(https://imaging.jugem.jp/template/custom/img/bg_body_dot.gif); background-repeat: repeat; background-position: ; background-attachment: scroll; cursor: url( ), auto; /* 必要あらば独自カーソル指定 */ } /* ページ全体のリンク色 */ a { color: #000000; text-decoration: underline; /* cursor: url( ), auto; */ /* 独自カーソル指定(cursor: url( ), auto; を挟んでいる/* と */を削除して記入してください) */ } a:link {color: #000000; text-decoration: underline;} a:visited {color: #999999; text-decoration:underline;} a:hover {color: #333333; text-decoration: none;} a:active {color: #333333; text-decoration: none;} /* ブログ名の色 */ /* もしブログ・タイトルに画像を使いたいなら 一番下までスクロールしてください。 */ h1 a, h1 a:link, h1 a:visited {color: #000000; text-decoration: none;} h1 a:hover, h1 a:active {color: #999999; text-decoration: none;} /* サイドメニューのリンク色 */ #side a {color: #000000; text-decoration: underline;} #side a:link {color: #000000; text-decoration: underline;} #side a:visited {color: #999999; text-decoration: underline;} #side a:hover {color: #333333; text-decoration: none;} #side a:active {color: #333333; text-decoration: none;} /* カレンダーのリンク色 */ .cell a,.call a:link, .call a:visited {color: #000000; text-decoration: underline; font-weight:bolder;} .cell a:hover, .call a:active {color: #999999; text-decoration: none;} /* ------------------------------------- * ページレイアウト --------------------------------------- */ /* ------------------------------------- ■ページ全体の変更方法(初期は幅950に設定されています) ・A にページ全体の幅を指定する ・B + 40 = A になるように B の値を指定する ・C + D + 40 + 20 = A になるように C と D の値を指定する ※サイドメニューの幅は C 、記事の枠の幅は D の値を変更 ※余白(padding)の値を変えない場合の方法です --------------------------------------- */ /*ページ全体の幅、レイアウトを中央揃え*/ #wrapper { width: 800px; /* A */ margin: 0px auto; padding: 20px 0 0; text-align: left; background-color: #fff; } /*ブログ名と説明文、トップ画像*/ #header { width: 760px; /* B */ height: 180px; clear: left; margin: 0 auto 20px; padding: 0; background-color: #ffffff; background-image: url(https://imaging.jugem.jp/template/custom/img/bg_title_blue.jpg); background-repeat: no-repeat; background-position: bottom center; } /*コンテンツ枠(記事の枠+サイドメニューの枠)*/ #content { margin: 0 auto; padding: 0 20px 20px 20px; } /* 右側の幅(サイドメニューの枠) */ #side { float: right; width: 200px; /* C */ } /* 左側の幅(記事の枠)*/ #main { float: right; width: 540px; /* D */ margin: 0 0 0 20px; } /* フッター */ #footer { width: 100%; clear: left; } /* -------------------------------------- メイン --------------------------------------- */ /* ブログ名 */ h1 { font-size: 20px; padding: 70px 0 0 30px; } /* ブログの説明文 */ div#description { margin: 10px 0 0 0; padding: 0 0 0 30px; } .entry { width: 540px; margin: 0 0 15px 0px; /*background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100329_1214650.gif) no-repeat left bottom;*/ } /* 次の記事・前の記事 */ #entryNavi { margin: 0 0 15px 0; width: 540px; text-align: center; } /* 記事のタイトル */ .entryTitle { font-size: 14px; /* 文字サイズ */ font-weight: bold; /* 太字 */ background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210068.gif) no-repeat top left; padding: 8px 0 8px 16px; } /* 記事本文 */ .entryBody { padding: 10px 15px 0; background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210067.gif) repeat-y left top; /*width: 540px;*/ } /*.jgm_entry_desc_mark { padding: 0 20px; }*/ .entry p { margin: 1em 0; } /* p タグ「段落」で前後一行分空き */ /* 記事の続き */ .entryMore { margin: 0 15px; background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210067.gif) repeat-y left top; } .entryMore .padd { margin: 0 15px; } /* 記事の情報 */ .entryState { background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210067.gif) repeat-y left top; padding: 10px 15px 0; } .entryState ul li { display: inline; border-left: 1px solid #999999; padding-left: 5px; } .entryBottom { background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100328_1213491.gif) no-repeat left bottom; height: 15px; width: 540px; } /* コメント枠 */ #comment { margin: 20px 0 0 0; } #commentTitle { margin: 0; font-size: 14px; font-weight: bolder; background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210068.gif) no-repeat top left; padding: 8px 0 6px 16px; } #commentSendTitle { margin: 20px 0 0 0; font-size: 14px; font-weight: bolder; background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210068.gif) no-repeat top left; padding: 8px 0 6px 16px; } .commentBody { padding: 0 10px 0 15px; background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210067.gif) repeat-y left top; } ul.commentState { background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210067.gif) repeat-y left top; padding-left: 15px; } ul.commentState li { display: inline; border-left: 1px solid #999999; padding-left: 5px; } .commentSendForm { margin: 0; padding: 0 10px 0 15px; background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210067.gif) repeat-y left top; } .commentSendForm .input {width: 250px;} /* コメント時入力欄 */ .commentSendForm textarea { /* コメント本文入力欄 */ width: 350px; margin:0 0 10px 0; overflow: auto; /* 以下必要に応じて半角の/*と*/と日本語を削除して指定 */ /* border: none; 枠線変更の時こちらも活かす */ /* border: 1px dotted pink; 枠線 */ /* background-color: #abcdef; 背景色 */ /* font-size: 12px; 文字サイズ */ /* color: #123456; 文字色 */ } /* トラックバック枠 */ #trackback { } #trackbackURL { margin: 20px 0 0 0; font-size: 14px; font-weight: bolder; background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210068.gif) no-repeat top left; padding: 8px 0 6px 16px; } #trackbackTitle { margin: 20px 0 0 0; background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210068.gif) no-repeat top left; padding: 8px 0 6px 16px; font-size: 14px; font-weight: bolder; } #trackback input {width: 350px; margin-left: 20px;} .trackbackName { padding: 0 10px 0 15px; background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210067.gif) repeat-y left top; } .trackbackBody { padding: 0 10px 0 15px; background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210067.gif) repeat-y left top; } ul.trackbackState { padding: 0 10px 0 15px; background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210067.gif) repeat-y left top; } ul.trackbackState li { display: inline; border-left: 1px solid #999999; padding-left: 5px; } /* プロフィールのページ */ #profile {margin: 0;} #profileTitle { font-size: 14px; font-weight: bolder; background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210068.gif) no-repeat top left; padding: 8px 0 6px 16px; } #profileName, #profileBody { padding: 0 10px 0 15px; background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210067.gif) repeat-y left top; } /* このページの先頭へ */ .pageTop {margin: 10px 0 0 0} /* -------------------------------------- 記事の装飾 --------------------------------------- */ /* 引用 */ #main blockquote { border: 1px dotted #CCC; padding: 10px; margin: 10px; } /* 画像 */ #main .pict {padding: 3px;} /* 記事欄・プロフィールでは画像に 3px の余白 */ /* リスト(箇条書き) */ div.entryBody li,div.entryMore li { list-style: circle; margin: 0 0 0 15px; } /* -------------------------------------- サイドメニュー --------------------------------------- */ /* サイドメニューのタイトル */ h3 { font-size:14px; font-weight: bolder; background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100327_1210028.gif) no-repeat; padding: 6px 0 12px 16px; } /* サイドメニューの内容 */ .sideContents { background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100326_1209915.gif) repeat-y top left; padding: 0 15px; } .linkbottom { width: 200px; height: 11px; margin-bottom: 7px; background: url(http://img-cdn.jg.jugem.jp/01b/1538559/20100326_1209923.gif) no-repeat left bottom; } /* カレンダーの1マス幅 */ .cell {width: 27px;} /* ---------------------------------------- Footer ---------------------------------------- */ #footer { text-align: center; margin: 20px 0 0 0; } #copyright { font-size: 12px; padding: 0 0 10px 0; text-align: center; } /* ---------------------------------------- スクロールバー(★ IE 系のブラウザしかサポートしません) 使用時半角の/*と*/を削除して色替えしてください。 ---------------------------------------- */ /* html, body { scrollbar-face-color: #ff8c00; scrollbar-track-color: #fff8dc; scrollbar-arrow-color: #ffffff; scrollbar-highlight-color: #fff8dc; scrollbar-shadow-color: #d2691e; scrollbar-3dlight-color: #ffebcd; scrollbar-darkshadow-color: #8b0000; } */ /* ################################# ブログ・タイトルに画像を使いたい場合 上下の半角の /* と */ を削除して 必要事項を入れてください。 ################################## */ /* #header h1 { margin: 0 auto; background: url(URL) no-repeat left top; height: 画像の高さpx; width: 画像の幅px; text-indent: -9999px; } #header h1 a { height: 画像の高さpx; width: 画像の幅px; display: block; overflow: hidden; } #header #description { display: none; } */
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑