無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
gr-Black&White
テンプレートイメージ表示ページへ戻る
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> <!--* ***************************************************** * gr-Black&White.html * Ver.20070721-0220 * @author: Gun☆Ryu * ※ 問合せは以下にコメントください * http://gunryu-utf.jugem.jp/ * 規約: * 1.テンプレートの再配布や2次配布の禁止 * 2.改版と修正の禁止 (修正の必要があれば、問合せしてください) * 3.テンプレート作成元の著作権表記とリンクの削除禁止 * *========================================================== * ・2007/07/20:スペル修正 * ・2007/07/04:Recommend(おすすめ)の折り畳み修正 * ・2007/07/03:独自メニュー追加と全項目折り畳み対応、デコメ対応、banner追加 * ・2007/06/21:UTF公開用に作成 * **************************************************** *--> <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> <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"> <!--================================= メイン部 ==================================--> <div id="main"> <div class="main_in"> <!-- BEGIN title --> <div id="header"> <h1>{blog_name}</h1> <p class="description">{blog_description}</p> </div> <!-- END title --> <!-- 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"> <h2>{entry_title}</h2> <div class="entry_date">{entry_date} {entry_time}</div> <div class="entry_date">@author:{user_name}</div> <div class="entry_date">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 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> <!-- END profile_area --> </div> <!--/ END of main_in /--> <!--================================= フッター部 ==================================--> <!-- コピーライト --> <div id="footer">{copyright}</div> <!--/ コピーライト /--> </div> <!--/ END of main /--> <!--================================= 右サイド部 ==================================--> <div id="side"> <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">RSS1.0</a> / <a href="./?mode=atom">ATOM0.3</a></li> <!--### ▼削除禁止▼ ###--> <li>Template:<a href="http://gunryu-utf.jugem.jp/?eid=11">gr-Black&White</a> / <a href="http://gunryu-utf.jugem.jp/">Gun☆Ryu</a></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://jugem.jp/" target="_blank"><img src="../template/banner/jugem_gray01.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> </div> <div id="dummyfooter"></div> </div> </body> </html>
CSS
/* ************************************************ * gr-Black&White.css * Ver.20070721-0220 * @author: Gun☆Ryu * ※問合せは以下にコメントください※ * http://gunryu-utf.jugem.jp/ * 規約: * 1.テンプレートの再配布や2次配布の禁止 * 2.改版と修正の禁止 (修正の必要があれば、問合せしてください) * 3.テンプレート作成元の著作権表記とリンクの削除禁止 * *================================================= * ・2007/07/20:スペル修正 * ・2007/07/04:Recommend(おすすめ)の折り畳み修正 * ・2007/07/03:独自メニュー追加と全項目折り畳み対応、デコメ対応、banner追加 * ・2007/06/21:新規作成 * ************************************************ */ /* ************************************************ * グローバル設定 * ************************************************ */ * { margin: 0px; padding: 0px; } body { background: #000000; font-family: 'Verdana','Osaka‐等幅','ヒラギノ角ゴ Pro W3','MS ゴシック',sans-serif; font-size: 10px; } /* リンクアンカー基本設定 ------------------------*/ a:link { color: #000000; text-decoration: none; } a:visited { color: #000000; text-decoration: none; } a:active { color: #000000; text-decoration: none; } a:hover { background-color: #cccccc; color: #000000; text-decoration: none; } /* 文字色・赤 ------------------------------------*/ .caution { color: #ff0000; font-weight: bolder; } .red { color: #ff0000; } /* リスト --------------------------------------- */ ul { padding-left: 2em; list-style-type: square; } ol { padding-left: 2.5em; } /* 画 像 --------------------------------------- */ img { border: 0; } img.pict { padding: 3px; background-color: #ffffff; border: 1px solid #cccccc; } /* 区切り線 ------------------------------------- */ hr { width: 450px; background-color: #cccccc; color: #cccccc; border: none; height: 1px; } /* ************************************************ * レイアウトブロック設定(全体) * ************************************************ */ #wrapper_body { width: 720px; /* layout */ margin: 0px 0px 0px 20px; padding: 0px; line-height: 170%; text-align: left; position: relative; /* layout */ } /* ************************************************ * メイン、サイド部の配置 * ************************************************ */ /* メイン部 配置 ---------------------------------*/ #main { /* layout */ width: 494px; float: left; background: #ffffff; color: #666666; border-left: 3px dotted #cccccc; border-right: 3px dotted #cccccc; } /* メイン部 領域 ---------------------------------*/ .main_in { width: 470px; margin: 0px 12px 0px 12px; /*** margin: 0px; padding: 0px 12px 0px 12px; ***/ } /* サイド部 配置 ---------------------------------*/ #side { /* layout */ width: 220px; float: right; color: #cfcfcf; } /* サイド部 領域 ---------------------------------*/ .side_in { width: 200px; margin: 0px auto; padding: 20px 0px 0px 0px; } /* ************************************************ * フッター部 * ************************************************ */ #footer { width: 470px; /* layout */ margin: 0px auto; padding: 10px; font-family: 'Verdana'; font-size: 12px; font-weight: bolder; text-align: center; } #dummyfooter { clear: both; } /* ************************************************ * ヘッダー部 * ************************************************ */ #header { width: 470px; margin: 0px; padding: 20px 0px; } /* blog Titele部 設定 ----------------------------*/ h1 { margin: 0px; padding: 2px 0px; font-size: 20px; font-weight: bolder; color: #000000; } /* Description部 設定 ----------------------------*/ p#typewrite , /* for script */ .description /* for noscript */ { width: 450px; margin: 5px 0px 0px 0px; padding: 5px 0px; font-size: 12px; } /* ************************************************ * メイン部 * ************************************************ */ /* ナビ ------------------------------------------*/ .entry_navi { font-size: 10px; text-align: center; margin-bottom: 20px; } /* エントリーブロック ----------------------------*/ .entry { margin-bottom: 30px; padding-bottom: 10px; } /* タイトル --------------------------------------*/ .entry h2, .entry_title { margin: 0px 0px 5px 0px; padding: 5px 10px; font-size: 14px; font-weight: bolder; border: none; background: #cccccc; color: #000000; } /* 投稿日時、カテゴリー --------------------------*/ .entry_date { margin: 0px; padding: 0px 10px; text-align: right; } /* 本文 ------------------------------------------*/ .entry_body { margin: 5px 0px 0px 0px; padding: 10px; line-height: 170%; } .entry_body .emoji { display: inline; } /* 引用 ------------------------------------------*/ .afpbbItemWrap , blockquote { margin: 10px 0px !important; padding: 5px 10px 5px 10px !important; color: #666666 !important; border-top: 1px dotted #cccccc !important; border-bottom: 1px dotted #cccccc !important; border-left: 1px dotted #cccccc !important; border-right: 1px dotted #cccccc !important; } /* 続き ------------------------------------------*/ .entry_more { margin: 0px; padding: 10px; } /* ステート --------------------------------------*/ .entry_state { margin: 0px auto; padding: 10px 0px; text-align: center; } /* ************************************************ * コメント・トラックバック * ************************************************ */ /* ブロック --------------------------------------*/ .trackback { margin: 0px; padding: 0px 10px 20px 0px; } /* 種別タイトル ----------------------------------*/ .trackback h2, .tb_main_title { margin: 0px; padding: 0px 10px 20px 0px; font-size: 14px; font-weight: bolder; border: none; } /* 投稿出力領域 ----------------------------------*/ .tb { margin: 0px 0px 20px 10px; padding: 5px; border: 1px solid #cccccc; } /* 投稿タイトル ----------------------------------*/ /* 投稿者、日時 ----------------------------------*/ .tb_title, .tb_state { margin: 0px; padding: 0px 5px 5px 5px; font-weight: bolder; } /* 投稿内容 --------------------------------------*/ .tb_body { margin: 0px; padding: 10px 5px 5px 20px; line-height: 170%; } /* 投稿入力領域 ----------------------------------*/ .trackback .formarea { margin: 0px 0px 20px 10px; padding: 0px; font-weight: bolder; } .info_msg { margin: 0px 10px 10px 0px; padding: 0px; font-weight: bolder; } .formarea table { width: 450px; border: none; } .fm_lbl { width: 90px; } .fm_inp { width: 355px; } input#name, input#email, input#url, input#tb_url, textarea#description { width: 350px; padding: 2px; background: #cccccc; 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: #ffffff; text-decoration: none; } .side_in a:visited { color: #ffffff; text-decoration: none; } .side_in a:active { color: #ffffff; text-decoration: none; } .side_in a:hover { background-color: #ffffff; color: #000000; 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, .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 #cccccc; border-bottom: 1px dotted #cccccc; } .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; } .saturday { font-size: 9px; width: 25px; height: 13px; padding: 1px; text-align: center; color: #3333ff; } .today { width: 25px; height: 13px; padding: 1px; text-align: center; background-color: #ff6666; } /* タイトル --------------------------------------*/ .side_in h2 { margin: 0px auto 1px auto; padding: 5px; font-family: 'Verdana'; font-size: 12px; font-weight: bolder; text-align: right; border-bottom: 1px solid #cccccc; } /* 折り畳み用設定 --------------------------------*/ h2 span , .linktitle span { font-size: 10px; color: #cccccc; } h2 a.foldmark , .linktitle a.foldmark { font-size: 10px; font-weight: normal; text-decoration: none; } /* 配置設定 --------------------------------------*/ .linktext, .sideitem_text { margin: 0px 0px 5px 0px; padding: 10px 0px 20px 0px; } .sideitem_center { margin: 0px auto 5px auto; padding: 10px 0px 20px 0px; text-align: center; } /* 配置設定(フォント黒向け) ----------------------*/ .sideitem_text2 { margin: 0px 0px 5px 0px; padding: 10px 0px 20px 0px; background-color: #cfcfcf; color: #000000; } .sideitem_center2 { margin: 0px auto 5px auto; padding: 10px 0px 20px 0px; text-align: center; background-color: #cfcfcf; color: #000000; } /* LINK−動作設定 --------------------------------*/ .sideitem_text2 a:link, .sideitem_center2 a:link { color: #666666; text-decoration: none; } .sideitem_text2 a:visited, .sideitem_center2 a:visited { color: #666666; text-decoration: none; } .sideitem_text2 a:active, .sideitem_center2 a:active { color: #666666; text-decoration: none; } .sideitem_text2 a:hover, .sideitem_center2 a:hover { background-color: #000000; color: #ffffff; 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; } /* ************************************************ * デコメ用定義 * ************************************************ */ .mobile img.pict { padding: 0px; border: 0; } .mobile hr { } /* ************************************************ END of CSS ****/
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑