無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
gr-SkySeaCloud
テンプレートイメージ表示ページへ戻る
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> <!--* ************************************************************************ * gr-SkySeaCloud.html/@author:Gun☆Ryu * Ver.20070802-1730 *============================================================================ * Template:Copyright(c) Gun☆Ryu:http://gunryu-utf.jugem.jp/ * 素材写真:Copyright(c) 空色地図:http://sorairo.rocket3.net/ *============================================================================ * * 規約: * 1.テンプレートと素材の再配布や2次配布の禁止 * 2.改版と修正の禁止 (修正の必要があれば、問合せしてください) * 3.素材のみの利用や抽出、および再配布/2次配布/加工の禁止 * 4.素材配布元およびテンプレート作成元の著作権表記とリンクの削除禁止 * 5.テンプレートに関しての技術的質問を、素材配布元に行なうこと禁止 * * −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− * 注意: * 自分で画像を差換えた場合、 * 元の画像に係わる以下4点を、必ず修正してください。 * * 1.HTML内 コメント部分から「素材」に係わるURLなどの記述削除 * 2.CSS内 コメント部分から「素材」に係わるURLなどの記述削除 * 3.HTML内 素材配布元のリンク部分のみ 削除 (「削除禁止」とありますが削除) * 4.HTML内 素材配布元バナー部分のみ 削除 (「削除禁止」とありますが削除) * * ※ Gun☆Ryuに関連する部分の記述は削除しないように注意! * −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− * * 問合せ: * 以下にコメントの形でお願いします。 * ⇒ http://gunryu-utf.jugem.jp/?eid=6 * * 更新履歴: * ・2007/08/02:素材に係わる注意書き追加 * ・2007/07/20:スペル修正 * ・2007/07/04:Recommend(おすすめ)の折り畳み修正 * ・2007/07/03:独自メニュー追加と全項目折り畳み対応、デコメ対応、banner追加 * ・2007/06/18:公開場所変更 * ・2007/06/12:URL修正 * ・2007/05/18:空色地図さまご好意により、UTF公開 * ・2007/05/14:IE互換モードになってしまうのを修正 * ・2007/04/27:新規作成 * * *********************************************************************** *--> <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" type="text/css" href="{site_css}" /> <link rel="stylesheet" type="text/css" href="{gmo_header_css}" media="screen,print" /> <link rel="alternate" type="application/rss+xml" href="{site_rss}" title="RSS" /> <link rel="alternate" type="application/atom+xml" href="{site_atom}" /> <link rel="alternate" type="application/xhtml+xml" href="{mobile_url}" media="handheld" /> <script type="text/javascript" src="./template/js/cookie.js"></script> <script type="text/javascript" src="http://homepage3.nifty.com/gun-ryu/blog/script/makeFoldNavi.js"></script> <script type="text/javascript" src="http://homepage3.nifty.com/gun-ryu/blog/script/makeTreeSub.js"></script> <script type="text/javascript" src="http://homepage3.nifty.com/gun-ryu/blog/script/addToBookmark.js"></script> </head> <body onload="javascript:initval();"> <a name="top"></a> <!--================================= レイアウトブロック ==================================--> <div id="wrapper_body"> <!--================================= タイトル部 ==================================--> <!-- BEGIN title --> <div id="header"> <h1>{blog_name}</h1> <p class="description">{blog_description}</p> </div> <!-- END title --> <!--================================= エントリー部 ==================================--> <div id="main"> <div class="main_in"> <!-- BEGIN page --> <div class="entry_navi">{prev_page_link}|{page_now}/{page_num} PAGE|{next_page_link}</div> <!-- END page --> <!-- BEGIN sequel --> <div class="entry_navi">{prev_entry}|<a href="./">main</a>|{next_entry}</div> <!-- END sequel --> <!-- BEGIN search --> <div class="entry_navi">|{search}:RESULT|<a href="./">main</a>|</div> <!-- END search --> <!-- BEGIN entry --> <div class="entry"> <!--div class="entry_title">{entry_title}</div--> <h2>{entry_title}</h2> <div class="entry_date">{entry_date} {entry_time}</div> <div class="entry_category">category:{category_name}</div> <div class="entry_body">{entry_description}</div> <!-- BEGIN entry_sequel_link --> <div class="entry_more"><a href="./?eid={entry_sequel_id}#sequel">続きを読む▼</a></div> <!-- END entry_sequel_link --> <!-- BEGIN entry_sequel_items --> <div class="entry_body">{entry_sequel_text}</div> <!-- END entry_sequel_items --> <div class="entry_state"><a href="#top" title="Page top">▲top</a>|{comment_num}|{trackback_num}</div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <div class="trackback"> <a name="comments"></a> <h2>:: Comment ::</h2> <!-- BEGIN comment --> <div class="tb"> <div class="tb_title">name: {comment_name}</div> <div class="tb_state">date: {comment_time}</div> <div class="tb_body">{comment_description}</div> </div> <!-- END comment --> <div class="formarea"> <div class="info_msg">この記事へコメントする</div> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" /> <table class="inform"> <tr valign="top"> <td class="fm_lbl"><label for="name">name:</label></td> <td class="fm_inp"><input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" /></td> </tr> <tr valign="top"> <td class="fm_lbl"><label for="email">email:</label></td> <td class="fm_inp"><input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" /></td> </tr> <tr valign="top"> <td class="fm_lbl"><label for="url">url:</label></td> <td class="fm_inp"><input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" /></td> </tr> <tr valign="top"> <td class="fm_lbl"><label for="description">comment:</label></td> <td class="fm_inp"><textarea tabindex="4" id="description" name="description" rows="7" cols="50"></textarea><br /></td> </tr> <tr valign="top"> <td class="fm_lbl"></td> <td class="fm_inp"><input type="submit" tabindex="5" id="submit_cm" value=" O K " onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie" /> <label for="set_cookie">Cookieに保存</label></td> </tr> </table> </form> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <!--div id="trackback"--> <div class="trackback"> <a name="trackback"></a> <h2>:: Trackback ::</h2> <!-- BEGIN trackback --> <div class="tb"> <div class="tb_title">title:{trackback_title}</div> <div class="tb_state">from: {trackback_blog_name}</div> <div class="tb_state">date: {trackback_time}</div> <div class="tb_body">{trackback_excerpt}</div> </div> <!-- END trackback --> <div class="formarea"> <div class="info_msg">この記事へのトラックバック</div> <table class="inform"> <tr valign="top"> <td class="fm_lbl"><label for="url">url:</label></td> <td class="fm_inp"><input type="text" value="{trackback_url}" name="url" id="tb_url" /></td> </tr> </table> </div> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry"> <div class="entry_navi">|<a href="./">main</a>|</div> <h2>{profile_name}</h2> <div class="entry_body">{profile_description}</div> <div class="entry_pf_state"></div> </div> <!-- END profile_area --> </div> </div> <!--================================= 右サイド部 ==================================--> <div id="side"> <!-- Side in --> <div class="side_in"> <!-- BEGIN calendar --> <div class="calendar_ym"> <a href="./?month={calendar_prev_yearmonth}"><<</a> | {calendar_str_yearmonth} | <a href="./?month={calendar_next_yearmonth}">>></a> </div> <div class="calendar_week"> <table><tr> <td class="sunday">Su</td> <td class="weekday">Mo</td> <td class="weekday">Tu</td> <td class="weekday">We</td> <td class="weekday">Th</td> <td class="weekday">Fr</td> <td class="saturday">Sa</td> </tr></table> </div> <div class="calendar">{calendar_only_addzero}</div> <!-- END calendar --> <!-- BEGIN profile --> <h2 id="profilename">Profile</h2> <div class="sideitem_text" id="profilelist"> {user_list} <ul> <li><a href="javascript:addBookmark(document.title, location.href);">Bookmarkへ追加</a></li> </ul> </div> <!-- END profile --> <!-- BEGIN latest_entry --> <h2 id="newentryname">New Entries</h2> <div class="sideitem_text" id="newentrylist">{latest_entry_list}</div> <!-- END latest_entry --> <!-- BEGIN selected_entry --> <h2 id="entryname">Selected Entries</h2> <div class="sideitem_text" id="entrylist">{selected_entry_list}</div> <!-- END selected_entry --> <!-- BEGIN recent_comment --> <h2 id="commentname">Recent Comments</h2> <div class="sideitem_text" id="commentlist">{recent_comment_list}</div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <h2 id="tbname">Recent Trackback</h2> <div class="sideitem_text" id="tblist">{recent_trackback_list}</div> <!-- END recent_trackback --> <!-- BEGIN category --> <h2 id="categoryname">Categories</h2> <div class="sideitem_text" id="categorylist">{category_list}</div> <!-- END category --> <!-- BEGIN archives --> <h2 id="archivename">Archives</h2> <div class="sideitem_text" id="archivelist">{archives_list}</div> <!-- END archives --> <!-- BEGIN link --> <h2 id="linkname">Links</h2> <div class="sideitem_text" id="linklist">{link_list}</div> <!-- END link --> <!-- BEGIN freespace1 --> <a name="p_freespace1"></a> <h2 id="freespace1name">{freespace_title1}</h2> <div class="sideitem_center" id="freespace1list">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <a name="p_freespace2"></a> <h2 id="freespace2name">{freespace_title2}</h2> <div class="sideitem_center" id="freespace2list">{freespace_contents2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <a name="p_freespace3"></a> <h2 id="freespace3name">{freespace_title3}</h2> <div class="sideitem_center" id="freespace3list">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <a name="p_freespace4"></a> <h2 id="freespace4name">{freespace_title4}</h2> <div class="sideitem_center" id="freespace4list">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <a name="p_freespace5"></a> <h2 id="freespace5name">{freespace_title5}</h2> <div class="sideitem_center" id="freespace5list">{freespace_contents5}</div> <!-- END freespace5 --> <!--=============================================== フリースペースと同様に使えるスペースを追加 必要に応じて、以下の5つを使用してください。 ( ownitem1 〜 ownitem5 ) 使い方は、以下を参照してください。 http://gunryu-utf.jugem.jp/?eid=19 ================================================--> <!-- ownitem1 --> <!-- (A).使用する場合、(A)(B)の2行を削除する <a name="p_ownitem1"></a> <h2 id="ownitem1name">ここにタイトルを入力</h2> <div class="sideitem_center" id="ownitem1list">ここに表示内容を</div> (B).使用する場合、(A)(B)の2行を削除する --> <!-- ownitem1 --> <!-- ownitem2 --> <!-- (A).使用する場合、(A)(B)の2行を削除する <a name="p_ownitem2"></a> <h2 id="ownitem2name">ここにタイトルを入力</h2> <div class="sideitem_center" id="ownitem2list">ここに表示内容を</div> (B).使用する場合、(A)(B)の2行を削除する --> <!-- ownitem2 --> <!-- ownitem3 --> <!-- (A).使用する場合、(A)(B)の2行を削除する <a name="p_ownitem3"></a> <h2 id="ownitem3name">ここにタイトルを入力</h2> <div class="sideitem_center" id="ownitem3list">ここに表示内容を</div> (B).使用する場合、(A)(B)の2行を削除する --> <!-- ownitem3 --> <!-- ownitem4 --> <!-- (A).使用する場合、(A)(B)の2行を削除する <a name="p_ownitem4"></a> <h2 id="ownitem4name">ここにタイトルを入力</h2> <div class="sideitem_center" id="ownitem4list">ここに表示内容を</div> (B).使用する場合、(A)(B)の2行を削除する --> <!-- ownitem4 --> <!-- ownitem5 --> <!-- (A).使用する場合、(A)(B)の2行を削除する <a name="p_ownitem5"></a> <h2 id="ownitem5name">ここにタイトルを入力</h2> <div class="sideitem_center" id="ownitem5list">ここに表示内容を</div> (B).使用する場合、(A)(B)の2行を削除する --> <!-- ownitem5 --> <!-- Recommend --> <a name="p_recommend"></a> <h2 id="recommendname">Recommend</h2> <div id="recommendlist"> <!-- BEGIN amazon --> <div class="sideitem_center"> <a href="{amazon_url}" target="_blank"><img src="{amazon_ImageUrlSmall}"></a> <br /> <a href="{amazon_url}" target="_blank">{amazon_ProductName}</a> </div> <!-- END amazon --> </div> <!-- /Recommend/ --> <!-- mobile --> <a name="p_mobile"></a> <h2 id="mobilename">Mobile</h2> <div class="sideitem_center" id="mobilelist">{site_qrcode}</div> <!--/ mobile /--> <!-- search --> <a name="p_search"></a> <h2 id="searchname">Search this blog</h2> <div class="sideitem_center" id="searchlist"> <form method="get" action=""> <input id="search_word" name="search" /><input type="submit" value="search" class="button" id="submit_sch" /> </form> </div> <!--/ search /--> <!-- powered --> <a name="p_Info"></a> <h2>Others</h2> <div class="sideitem_text"> <ul> <li><a href="./admin/">admin</a></li> <li><a href="./?mode=rss">RSS</a> / <a href="./?mode=atom">ATOM</a></li> <!-- ▼削除禁止▼ --> <li>Template:<br /><a href="http://gunryu-utf.jugem.jp/?eid=6" target="_blank">gr-SkySeaCloud</a> / <a href="http://gunryu-utf.jugem.jp/" target="_blank">Gun☆Ryu</a></li> <li>Material Photo:<a href="http://sorairo.rocket3.net/" target="_blank"><u>(C)空色地図</u></a><br />(Special Thanks for "空色地図".)</li> <!-- ▲削除禁止▲ --> </ul> </div> <div class="sideitem_center"> <a href="http://gun-ryu.jugem.jp/" target="_blank"><img src="http://homepage3.nifty.com/gun-ryu/blog/banner/gr-banner88.jpg" width="88" height="31" alt="Gun☆Ryu's blog:banner" title="Gun☆Ryu's blog:banner" border="0" /></a> <a href="http://gunryu-utf.jugem.jp/" target="_blank"><img src="http://homepage3.nifty.com/gun-ryu/blog/banner/gr_utf-banner88.gif" width="88" height="31" alt="Gun☆Ryu's Template:banner" title="Gun☆Ryu's Template:banner" border="0" /></a> <a href="http://sorairo.rocket3.net/" target="_blank"><img src="http://homepage3.nifty.com/gun-ryu/blog/banner/ban088i.jpg" width="88" height="31" alt="空色地図-sorairo no chizu-/banner" title="空色地図-sorairo no chizu-/banner" border="0" /></a> <a href="https://jugem.jp/" target="_blank"><img src="../template/banner/powered_10b.gif" width="128" height="22" alt="みんなのブログポータル JUGEM" border="0" /></a> <!--{powered}--> </div> <!-- /powered/ --> <!-- BEGIN jugem_ad --> <a name="p_sponsored"></a> <h2 id="sponsoredname">Sponsored</h2> <div class="sideitem_center" id="sponsoredlist">{ad}</div> <!-- END jugem_ad --> <div class="sideitem_center"> <a href="#top" title="Page top">▲top</a> </div> <!--折り畳み生成script--> <script type="text/javascript"> <!-- var fNaviOption = new Array; //初期表示オプション fNaviOption['profile'] = 'on' ; // プロファイル fNaviOption['newentry'] = 'on' ; // 最新エントリー fNaviOption['entry'] = 'off' ; // ページエントリー fNaviOption['comment'] = 'on' ; // 最新コメント fNaviOption['tb'] = 'off' ; // 最新トラックバック fNaviOption['category'] = 'off' ; // カテゴリー fNaviOption['archive'] = 'off' ; // アーカイブ fNaviOption['link'] = 'off' ; // リンク fNaviOption['freespace1']= 'on' ; // フリースペース1 fNaviOption['freespace2']= 'on' ; // フリースペース2 fNaviOption['freespace3']= 'on' ; // フリースペース3 fNaviOption['freespace4']= 'on' ; // フリースペース4 fNaviOption['freespace5']= 'on' ; // フリースペース5 fNaviOption['ownitem1'] = 'on' ; // メニュー追加項目1 fNaviOption['ownitem2'] = 'on' ; // メニュー追加項目2 fNaviOption['ownitem3'] = 'on' ; // メニュー追加項目3 fNaviOption['ownitem4'] = 'on' ; // メニュー追加項目4 fNaviOption['ownitem5'] = 'on' ; // メニュー追加項目5 fNaviOption['recommend'] = 'on' ; // おすすめ fNaviOption['mobile'] = 'off' ; // モバイル fNaviOption['search'] = 'off' ; // 検索 fNaviOption['sponsored'] = 'on' ; // スポンサー InitFoldNavi(fNaviOption); // ナビゲーションの折り畳み // --> </script><noscript class="caution">JavaScriptを有効にしてください</noscript> <!--Tree構造生成script--> <script src="http://homepage3.nifty.com/gun-ryu/blog/script/makeTreeMain.js" type="text/javascript"></script> <noscript class="caution">JavaScriptを有効にしてください</noscript> </div> <!--/ Side in /--> </div> <!--================================= フッター部 ==================================--> <!-- コピーライト --> <div id="footer">{copyright}</div> <!--/ コピーライト /--> </div> </body> </html>
CSS
/* *************************************************************************** * gr-SkySeaCloud.css/@author:Gun☆Ryu * Ver.20070802-1730 *============================================================================ * Template:Copyright(c) Gun☆Ryu:http://gunryu-utf.jugem.jp/ * 素材写真:Copyright(c) 空色地図:http://sorairo.rocket3.net/ *============================================================================ * * 規約: * 1.テンプレートと素材の再配布や2次配布の禁止 * 2.テンプレートの改版と修正の禁止 (修正の必要があれば、問合せしてください) * 3.素材のみの利用や抽出、および再配布/2次配布/加工の禁止 * 4.素材配布元およびテンプレート作成元の著作権表記とリンクの削除禁止 * 5.テンプレートに関しての技術的質問を、素材配布元に行なうこと禁止 * * −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− * 注意: * 自分で画像を差換えた場合、 * 元の画像に係わる以下4点を、必ず修正してください。 * * 1.HTML内 コメント部分から「素材」に係わるURLなどの記述削除 * 2.CSS内 コメント部分から「素材」に係わるURLなどの記述削除 * 3.HTML内 素材配布元のリンク部分のみ 削除 (「削除禁止」とありますが削除) * 4.HTML内 素材配布元バナー部分のみ 削除 (「削除禁止」とありますが削除) * * ※ Gun☆Ryuに関連する部分の記述は削除しないように注意! * −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− * * 問合せ: * 以下にコメントの形でお願いします。 * ⇒http://gunryu-utf.jugem.jp/?eid=6 * * 更新履歴: * ・2007/08/02:素材に係わる注意書き追加 * ・2007/07/20:スペル修正 * ・2007/07/04:Recommend(おすすめ)の折り畳み修正 * ・2007/07/03:独自メニュー追加と全項目折り畳み対応、デコメ対応、banner追加 * ・2007/06/18:公開場所変更 * ・2007/05/18:空色地図さまご好意により、UTF公開 * ・2007/05/01:ブログタイトル画像領域、固定(画像切れるの回避) * ・2007/04/27:新規作成 * * ************************************************************************* */ /* ************************************************ * グローバル設定 * ************************************************ */ * { margin: 0px; padding: 0px; } body { background-color: #ffffff; color: #666666; font-family: 'Verdana','Osaka‐等幅','ヒラギノ角ゴ Pro W3','MS ゴシック',sans-serif; font-size: 10px; } /* リンクアンカー基本設定 ------------------------*/ a:link { color: #0077ff; text-decoration: none; } a:visited { color: #0077ff; text-decoration: none; } a:active { color: #0077ff; text-decoration: none; } a:hover { color: #ffffff; background-color: #0077ff; text-decoration: none; } /* 文字色・赤 ------------------------------------*/ .caution { color: #ff0000; font-weight: bolder; } /* リスト --------------------------------------- */ ul { padding-left: 2em; list-style-type: square; } ol { padding-left: 2.5em; } /* 画 像 --------------------------------------- */ img { border: 0; } img.pict { padding: 2px; background-color: #ffffff; border: 1px solid #0077ff; } /* 区切り線 ------------------------------------- */ hr { background-color: #0077ff; color: #0077ff; border: none; height: 1px; } /* ************************************************ * レイアウトブロック設定(全体) * ************************************************ */ #wrapper_body { width: 720px; /* layout */ margin: 0px auto; padding: 0px; line-height: 170%; text-align: left; position: relative; /* layout */ } /* ************************************************ * メイン、サイド部の配置 * ************************************************ */ /* メイン部 配置 ---------------------------------*/ #main { /* layout */ width: 510px; float: left; } /* メイン部 領域 ---------------------------------*/ .main_in { width: 485px; margin: 0px 20px 0px 5px; font-size: 12px; } /* サイド部 配置 ---------------------------------*/ #side { /* layout */ width: 210px; float: right; } /* サイド部 領域 ---------------------------------*/ .side_in { width: 200px; margin: 0px 0px 0px 10px; padding: 0px 0px 20px 0px; font-size: 10px; } /* ************************************************ * ヘッダー部 * ************************************************ */ #header { width: 703px; height: 65px; margin: 10px 0px 0px 5px; padding: 25px 0px 20px 10px; background-image: url("http://img-cdn.jg.jugem.jp/28c/268660/20070427_311910.jpg"); background-repeat: no-repeat; background-position:100% 0%; border: 1px solid #0077ff; } /* blog Titele部 設定 ----------------------------*/ h1 { margin: 0px; padding: 0px 10px 0px 0px; color: #0077ff; font-size: 30px; font-weight: bolder; } /* LINK−動作設定 --------------------------------*/ h1 a:link { font-weight: bolder; color: #0077ff; text-decoration: none; } h1 a:visited { font-weight: bolder; color: #0077ff; text-decoration: none; } h1 a:active { font-weight: bolder; color: #0077ff; text-decoration: none; } h1 a:hover { font-weight: bolder; color: #ffffff; background-color: #0077ff; text-decoration: none; } /* Description部 設定 ----------------------------*/ p#typewrite , /* for script */ .description /* for noscript */ { margin: 20px 0px 0px 0px; padding: 0px 10px 0px 0px; color: #0077ff; font-size: 12px; } /* ************************************************ * メイン部 * ************************************************ */ /* ナビ ------------------------------------------*/ .entry_navi { margin: 0px; padding: 10px 0px 10px 0px; font-size: 10px; text-align: center; } /* エントリーブロック ----------------------------*/ .entry { margin-bottom: 40px; padding-bottom: 0px; } /* タイトル --------------------------------------*/ .entry h2 , .entry_title { margin: 0px; padding: 10px 0px; color: #0077ff; font-size: 16px; font-weight: bolder; text-align: center; border: 1px solid #0077ff; background-image: url("http://img-cdn.jg.jugem.jp/28c/268660/20070427_311895.jpg"); background-repeat: no-repeat; background-position:5px 0px; } /* 投稿日時、カテゴリー --------------------------*/ .entry_date { margin: 0px; padding: 10px 15px 0px 0px; color: #0077ff; font-size: 10px; text-align: right; border-left: 1px solid #0077ff; border-right: 1px solid #0077ff; } .entry_category { margin: 0px; padding: 0px 15px; color: #0077ff; font-size: 10px; text-align: right; border-left: 1px solid #0077ff; border-right: 1px solid #0077ff; } /* 本文 ------------------------------------------*/ .entry_body { margin: 0px; padding: 10px 15px; line-height: 170%; border-left: 1px solid #0077ff; border-right: 1px solid #0077ff; } .entry_body .emoji { display: inline; } /* 引用 ------------------------------------------*/ .afpbbItemWrap , blockquote { margin: 10px 0px !important; padding: 10px !important; color: #666666 !important; background: #e5f1ff !important; border: 1px dotted #0077ff !important; } /* 続き ------------------------------------------*/ .entry_more { margin: 0px; padding: 0px 15px; border-left: 1px solid #0077ff; border-right: 1px solid #0077ff; } /* ステート --------------------------------------*/ .entry_state { margin: 0px; padding: 10px 15px; font-size: 10px; border-left: 1px solid #0077ff; border-right: 1px solid #0077ff; border-bottom: 1px solid #0077ff; } .entry_pf_state { margin: 0px; padding: 0px; border-left: 1px solid #0077ff; border-right: 1px solid #0077ff; border-bottom: 1px solid #0077ff; } /* ************************************************ * コメント・トラックバック * ************************************************ */ /* ブロック --------------------------------------*/ .trackback { margin-bottom: 40px; padding: 0px; } /* 種別タイトル ----------------------------------*/ .trackback h2 , .tb_main_title { width: 485px; margin: 0px 0px 10px 0px; padding: 5px 0px; color: #0077ff; font-size: 18px; font-weight: bolder; border-bottom: 1px solid #0077ff; } /* 投稿出力領域 ----------------------------------*/ .tb { margin: 0px 0px 15px 0px; padding: 10px 15px; border: 1px dotted #0077ff; } /* 投稿タイトル ----------------------------------*/ /* 投稿者、日時 ----------------------------------*/ .tb_title, .tb_state { margin: 0px; padding: 0px; color: #0077ff; font-weight: bolder; } /* 投稿内容 --------------------------------------*/ .tb_body { margin: 0px; padding: 10px 0px 0px 0px; color: #0077ff; line-height: 150%; } /* 投稿入力領域 ----------------------------------*/ .trackback .formarea { margin: 0px; padding: 10px 0px; color: #0077ff; font-weight: bolder; } .info_msg { margin: 0px; padding: 10px 0px; color: #0077ff; font-weight: bolder; } .formarea table { width: 485px; border: none; } .fm_lbl { width: 100px; } .fm_inp { width: 385px; } input#name, input#email, input#url, input#tb_url, textarea#description { width: 385px; padding: 2px; background: #e5f1ff; color: #000000; font-size: 12px; font-weight: normal; } input#submit_cm { padding: 1px 2px; font-family: 'Verdana'; font-size: 10px; font-weight: bold; } input#set_cookie { border: none; } /* ************************************************ * サイド部 * ************************************************ */ /* LINK−動作設定 --------------------------------*/ .side_in a:link { color: #0077ff; text-decoration: none; } .side_in a:visited { color: #0077ff; text-decoration: none; } .side_in a:active { color: #0077ff; text-decoration: none; } .side_in a:hover { color: #ffffff; background-color: #0077ff; text-decoration: none; } /* カレンダー ------------------------------------*/ .calendar { text-align: center; line-height: 140%; margin-bottom: 20px; } .calendar table { width: 100%; margin: 0px auto; text-align: center; } .calendar_ym { font-size: 9px; margin: 10px auto; text-align: center; } .calendar_week { font-size: 9px; margin: 0px auto; text-align: center; } .calendar_week table { width: 100%; margin: 0px auto; text-align: center; border-top: 1px dotted #0077ff; border-bottom: 1px dotted #0077ff; } .weekday, .cell { font-size: 9px; width: 25px; height: 13px; padding: 1px; text-align: center; } .cell a:link, .cell a:visited { font-weight: bolder; } .sunday { font-size: 9px; width: 25px; height: 13px; padding: 1px; text-align: center; color: #ff6666; font-weight: bolder; } .saturday { font-size: 9px; width: 25px; height: 13px; padding: 1px; text-align: center; color: #6666ff; font-weight: bolder; } .weekday { font-weight: bolder; } /* タイトル --------------------------------------*/ .side_in h2 { margin: 0px auto 1px auto; padding: 5px; color: #0077ff; font-size: 12px; font-weight: bolder; text-align: right; border: 1px solid #0077ff; background-image: url("http://img-cdn.jg.jugem.jp/28c/268660/20070427_311898.jpg"); background-repeat: no-repeat; background-position:3px 50%; } /* 配置設定 --------------------------------------*/ .linktext, .sideitem_text { margin: 0px; padding: 10px 0px 20px 0px; } .sideitem_center { margin: 0 auto; padding: 10px 0px 20px 0px; text-align: center; } /* 折り畳み用設定 --------------------------------*/ h2 span , .linktitle span { font-size: 10px; color: #0077ff; } h2 a.foldmark , .linktitle a.foldmark { font-size: 10px; font-weight: normal; text-decoration: none; } /* 検索入力領域 ----------------------------------*/ input#search_word { margin: 0px 1px 0px 0px; padding: 1px; width: 110px; } input#submit_sch { padding: 1px; font-family: 'Verdana'; font-size: 9px; } /* オススメ(Recommend)設定 -----------------------*/ div.amazon_text { font-size: 10px; padding-bottom: 10px; } img.amazon_pict { padding: 4px 0px; height: 120px; } .recommend_center { margin: 0 auto; padding: 0px; text-align: center; } /* サブタイトル --------------------------------------*/ h3 { width: 120px; margin: 10px auto; padding: 0px; text-align: center; background: #000080; color: #ffffff; font-family: 'Verdana'; font-weight: normal; font-size: 10px; } /* ************************************************ * フッター部 * ************************************************ */ #footer { clear: both; width: 710px; /* layout */ margin: 0px auto; padding: 10px 0px 10px 0px; color: #0077ff; font-size: 12px; font-weight: bolder; text-align: center; } /* ************************************************ * デコメ用定義 * ************************************************ */ .mobile img.pict { padding: 0px; border: 0; } .mobile hr { } /* ************************************************ END of CSS ****/
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑