無料ブログをかんたん作成
無料ブログ作成なら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"> <!-- ※ このテンプレートについての説明その他はこちら↓ --> <!-- http://clovers-crown.jugem.jp/?eid=10 --> <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 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 id="{month}{day}{cid}{search}{page}{eid}{index}" onload="javascript:initval();"> <div id="layout"><a name="top" id="top"></a> <!-- / 左側(メイン) / //////////////////////////////////////////////////// --> <div id="main"> <!-- / タイトル / --> <div class="title_box"><div class="title"> <!-- BEGIN title --> <h1 class="site_title" >{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> </div></div> <!-- // カレンダー --> <!-- BEGIN calendar --> <div class="calendar_month"> <span class="calendar_m"><a href="./?month={calendar_this_yearmonth}" title="THIS">{calendar_this_month}</a> {calendar_str_month}</span> {calendar_this_year} </div> <div class="calendar"> <a href="./?month={calendar_prev_yearmonth}" title="OLD">←</a> {calendar_horizontal_only} <a href="./?month={calendar_next_yearmonth}" title="NEW">→</a> </div> <!-- END calendar --> <!-- // 個別ナビ --> <!-- BEGIN sequel --> <div class="page_navi"> <a href="{prev_permalink}" title="{prev_title}">←old</a> | <a href="./" title="メインページへ">main</a> | <a href="{next_permalink}" title="{next_title}">new→</a> </div> <!-- END sequel --> <!-- // ページナビ --> <!-- BEGIN page --> <div class="page_navi"> {prev_page_link} {page_now} / {page_num} PAGES {next_page_link} </div> <!-- END page --> <!-- // エントリ // --> <!-- BEGIN entry --> <div class="entry"> <div class="entry_title_box"> <h2 class="entry_title"><a href="{entry_permalink}">{entry_title}</a></h2> <div class="entry_date">{entry_date} {entry_time}</div> </div> <div class="entry_body_box"> <div class="entry_body">{entry_description}</div> <!-- BEGIN entry_sequel_link --> <div class="more_next"><a href="./?eid={entry_sequel_id}#sequel">...read more ?</a></div> <!-- END entry_sequel_link --> <!-- BEGIN entry_sequel_items --> <div class="entry_more">{entry_sequel_text}</div> <!-- END entry_sequel_items --> <div class="entry_state"> category:{category_name} / <a href="{entry_permalink}#comments">comment</a> [{comment_num_only}] / <a href="{entry_permalink}#trackback">trackback</a> [{trackback_num_only}] / <a href="#top" title="TOPへ">▲</a> </div> </div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- // コメント --> <!-- BEGIN comment_area --><a name="comments" id="comments"></a> <div class="entry"> <div class="etc_title">Comment</div> <!-- BEGIN comment --> <div class="comment"><div class="comment_box"> <div class="ct_body">{comment_description}</div> <div class="entry_state"> posted by:{comment_name_only} [ <a href="{comment_url}" target="_blank">URL</a> ] datetime:{comment_year}.{comment_month}.{comment_day} {comment_hour_24}:{comment_minute} / <a href="#top" title="TOPへ">▲</a> </div> </div></div> <!-- END comment --> </div> <!-- // コメントする --> <div class="entry"> <div class="etc_title">Add a comment</div> <div class="comment"><div class="comment_box"> <div class="comment_body"> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" /> <label for="name">name:</label><br /> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" style="width:200px;" /><br /> <label for="email">email:</label><br /> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:200px;" /><br /> <label for="url">url:</label><br /> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:200px;" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" name="description" id="description" rows="10" cols="50" style="width:350px;"></textarea><br /><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">Cookieに登録</label> </form> </div> </div></div> </div> <!-- END comment_area --> <!-- // トラックバック --> <!-- BEGIN trackback_area --><a name="trackback" id="trackback"></a> <div class="entry"> <div class="etc_title">Trackback</div> <div class="comment"><div class="comment_box"> <div class="tb_url">url: <input type="text" value="{trackback_url}" readonly style="width:300px;" onclick="this.focus()" onfocus="this.select()" /></div> </div></div> <!-- BEGIN trackback --> <div class="comment"><div class="comment_box"> <div class="ct_title">{trackback_title}</div> <div class="ct_body" >{trackback_excerpt}</div> <div class="entry_state"> from:{trackback_blog_name} / datetime:{trackback_year}.{trackback_month}.{trackback_day} {trackback_hour_24}:{trackback_minute} / <a href="#top" title="TOPへ">▲</a> </div> </div></div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- // プロフィール --> <!-- BEGIN profile_area --> <div class="entry" style="margin-top:30px;background:none;"> <div class="entry_title_box"> <h2 class="entry_title">Profile</h2> <div class="entry_date">[ {profile_name} ]</div> </div> <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> </div> <!-- / 左側(メイン)終わり // end id="main" --> <!-- / 右側(サイド) / //////////////////////////////////////////////////// --> <div id="side"> <!-- // れこめんど --> <div class="link_box" style="margin-top:20px;"> <div class="linktitle" id="amazonname">Recommend</div> <div class="linktext2" id="amazonlist"><div class="link_amazon"> <!-- BEGIN amazon --> <div class="amazon_itemp"> <a href="{amazon_url}" target="_blank" title="{amazon_ProductName}"><img border="0" align="middle" src="{amazon_ImageUrlMedium}" alt="{amazon_ProductName}/{amazon_Creator}" class="amazon_pict" /></a> </div> <div class="amazon_list"> <strong><a href="{amazon_url}" target="_blank" title="{amazon_ProductName}">{amazon_ProductName}</a></strong><br /> <div class="amazon_itemr" title="{amazon_Creator}">{amazon_Creator}</div> <div class="amazon_itemc">{amazon_comment}</div> </div> <!-- END amazon --> </div></div> </div> <!-- // ユーザーリスト --> <!-- BEGIN user --> <div class="link_box"> <div class="linktitle" id="username">Profile</div> <div class="linktext1" id="userlist">{user_list}</div> </div> <!-- END user --> <!-- // エントリリスト(選択) --> <!-- BEGIN selected_entry --> <div id="selectentry"><div class="link_box"> <div class="linktitle" id="selentryname">Selected Entry</div> <div class="linktext1" id="selentrylist"> <ul><!-- BEGIN selected_entry_items --> <li><strong><a href="./?eid={selected_entry_item_id}">[{selected_entry_item_date}]</a></strong><br /> <div class="linktext_l"><a href="./?eid={selected_entry_item_id}">{selected_entry_item_title}</a></div></li> <!-- END selected_entry_items --> </ul> </div> </div></div> <!-- END selected_entry --> <!-- // エントリリスト(最新) --> <!-- BEGIN latest_entry --> <div id="latestentry"><div class="link_box"> <div class="linktitle" id="entryname">New Entry</div> <div class="linktext1" id="entrylist"> <ul><!-- BEGIN latest_entry_items --> <li><strong>[{latest_entry_item_date}]</strong><br /> <div class="linktext_l"><a href="./?eid={latest_entry_item_id}">{latest_entry_item_title}</a></div></li> <!-- END latest_entry_items --> </ul> </div> </div></div> <!-- END latest_entry --> <!-- // コメントリスト --> <!-- BEGIN recent_comment --> <div class="link_box"> <div class="linktitle" id="commentname">Recent Comment</div> <div class="linktext1" id="commentlist"> <ul><!-- BEGIN recent_comment_items --> <li><a href="./?eid={recent_comment_item_entry_id}#comments">{recent_comment_item_title}</a><br /> → {recent_comment_item_name} [{recent_comment_item_date}]</li> <!-- END recent_comment_items --> </ul> </div> </div> <!-- END recent_comment --> <!-- // トラックバックリスト --> <!-- BEGIN recent_trackback --> <div class="link_box"> <div class="linktitle" id="tbname">Recent Trackback</div> <div class="linktext1" id="tblist"> <ul><!-- BEGIN recent_trackback_items --> <li><a href="./?eid={recent_trackback_item_entry_id}#trackback">{recent_trackback_item_title}</a><br /> → {recent_trackback_item_blog_name} [{recent_trackback_item_date}]</li> <!-- END recent_trackback_items --> </ul> </div> </div> <!-- END recent_trackback --> <!-- // カテゴリリスト --> <!-- BEGIN category --> <div class="link_box"> <div class="linktitle" id="categoryname">Category</div> <div class="linktext1" id="categorylist"> <ul><!-- BEGIN category_items --> <li><a href="./?cid={category_item_id}" title="{category_item_num} コあるよ">{category_item_name}</a></li> <!-- END category_items --> </ul> </div> </div> <!-- END category --> <!-- // アーカイブリスト --> <!-- BEGIN archives --> <div class="link_box"> <div class="linktitle" id="archivename">Archive</div> <div class="linktext1" id="archivelist"> <ul><!-- BEGIN archives_items --> <li><a href="./?month={archives_item_id}" title="{archives_item_num} コあるよ">{archives_item_eng}</a></li> <!-- END archives_items --> </ul> </div> </div> <!-- END archives --> <!-- // リンクリスト --> <!-- BEGIN link --> <div class="link_box"> <div class="linktitle" id="linksname">Link</div> <div class="linktext1" id="linkslist">{link_list}</div> </div> <!-- END link --> <!-- // すぽんさーどりんく --> <div class="link_box_free"> <div class="linktitle">Sponsored Links</div> <div class="linktext_free" style="margin-top:0px;">{ad}</div> </div> <!-- // フリースペース --> <!-- BEGIN freespace1 --> <div class="link_box_free"> <div class="linktitle" id="free1name">{freespace_title1}</div> <div class="linktext_free" id="free1list">{freespace_contents1}</div> </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="link_box_free"> <div class="linktitle" id="free2name">{freespace_title2}</div> <div class="linktext_free" id="free2list">{freespace_contents2}</div> </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="link_box_free"> <div class="linktitle" id="free3name">{freespace_title3}</div> <div class="linktext_free" id="free3list">{freespace_contents3}</div> </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="link_box_free"> <div class="linktitle" id="free4name">{freespace_title4}</div> <div class="linktext_free" id="free4list">{freespace_contents4}</div> </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="link_box_free"> <div class="linktitle" id="free5name">{freespace_title5}</div> <div class="linktext_free" id="free5list">{freespace_contents5}</div> </div> <!-- END freespace5 --> <!-- // 検索search --> <div class="link_box_free"> <div class="linktitle" id="searchname">Search this site.</div> <div class="linktext_free" id="searchlist"> <form method="get" action=""><input id="search" name="search" size="20" style="width:120px" class="form" /><input type="image" src="http://img-cdn.jg.jugem.jp/a14/106684/20080328_436639.gif" alt="このブログ内を検索する" title="このブログ内を検索する" value="Search" align="absmiddle" style="border:none;background:none;" /></form> </div> </div> </div> <!-- / 右側(サイド)終わり // end id="side" --> <!-- / 下側(フッタ) / //////////////////////////////////////////////////// --> <div id="footer"> <div class="footer_box"> <!-- // こぴーらいと --> <div class="others"> / <a href="./admin/">Login</a> / <a href="./?mode=rss">RSS1.0</a> / <a href="./?mode=atom">Atom0.3</a> / <a href="#top" title="このページの先頭へ">▲</a> / <div class="copyright">{copyright}</div> </div> </div> </div> <!-- / 下側終わり // end id="footer" --> </div> <!-- // end id="layout" --> <!-- // すくりぷと(つりー) --> <script type="text/javascript"> <!-- function makeTreeElements (idName,objList) { if (!objList.innerHTML) return; var objLink = objList.getElementsByTagName('a')[0]; var linkUrl = objLink.getAttribute('href'); if (idName.indexOf('comment') > -1 || idName.indexOf('tb') > -1) { var tmpText = objList.innerHTML.split("→"); tmpText[0] = tmpText[0].slice(0,tmpText[0].search(/<BR/i)); this.base = Array('<a href="',linkUrl,'">',tmpText[0],'</a>').join(''); this.elem = tmpText[1]; } return this; } function createTreeList(idName,option) { // version 2.2 var objFocus = this.document.getElementById(idName); if (!objFocus) return; if (!objFocus.innerHTML) return; var objLists = objFocus.getElementsByTagName('li'); var linkList = new Array(); var outText = new Array(); if (objLists.length > 0) { for (i=0;i<objLists.length;i++) { var chckFlag = true; var elemText = new makeTreeElements(idName,objLists[i]); if (!elemText.base || !elemText.elem) return; for (j=0;j<linkList.length;j++) { if ( linkList[j].base.indexOf(elemText.base) > -1 ) { chckFlag = false; linkList[j][linkList[j].length] = elemText.elem; } } if (chckFlag) { var tmpNum = linkList.length; linkList[tmpNum] = new Array(); linkList[tmpNum][0] = elemText.elem; linkList[tmpNum].base = elemText.base; } } if (linkList.length > 0) { outText[outText.length] = '<ul>\n'; for (i=0;i<linkList.length;i++) { outText[outText.length] = Array('<li>',linkList[i].base,option.top).join(''); if (linkList[i].length > 0 && option.sort) linkList[i].reverse(); for (j=0;j<linkList[i].length;j++) { outText[outText.length] = (j == linkList[i].length - 1) ? option.end : option.list; outText[outText.length] = Array(linkList[i][j],option.leef).join(''); } outText[outText.length] = Array(option.btm,'</li>').join(''); } outText[outText.length] = '</ul>\n'; objFocus.innerHTML = outText.join(''); } } } var gTreeOption = new Array; gTreeOption['sort'] = true; /* ツリー内の表示順 true:並び替える false:そのまま */ gTreeOption['list'] = '<div class="linktext_r">・・・ '; /* ツリー用マーク(通常) */ gTreeOption['end'] = '<div class="linktext_r">・・・ '; /* ツリー用マーク(末端) */ gTreeOption['leef'] = '</div>\n'; /* 各枝の末尾 */ gTreeOption['top'] = '<br />\n'; /* ツリー本体の最初 */ gTreeOption['btm'] = ''; /* ツリー本体の最後 */ createTreeList('commentlist',gTreeOption); // 最新コメントリストのツリー化 createTreeList('tblist',gTreeOption); // 最新トラックバックリストのツリー化 // --> </script> <!-- // すくりぷと(折り畳み) --> <script type="text/javascript"> <!-- function InitFoldNavi() { FoldNavigation('user' ,'on' ); // ユーザー FoldNavigation('selentry','on' ); // 選択エントリ FoldNavigation('entry' ,'off'); // 最新エントリ FoldNavigation('comment' ,'off'); // 最新コメント FoldNavigation('tb' ,'off'); // 最新トラックバック FoldNavigation('category','off'); // カテゴリ FoldNavigation('archive' ,'off'); // アーカイブ FoldNavigation('links' ,'on' ); // リンク FoldNavigation('amazon' ,'on' ); // amazon FoldNavigation('free1' ,'on' ); // フリースペース FoldNavigation('free2' ,'on' ); // FoldNavigation('free3' ,'on' ); // FoldNavigation('free4' ,'on' ); // FoldNavigation('free5' ,'on' ); // FoldNavigation('search' ,'on' ); // 検索 } function FoldNavigation(idName,initMode) { var openMark = '▼'; /* 閉じている場合に開くためのマーク */ var closeMark = '△'; /* 開いている場合に閉じるためのマーク */ var preMark = false; /* マークの挿入位置。タイトルの前なら true、タイトルの後ろなら false */ var idTitle = Array(idName,'name').join(''); var idList = Array(idName,'list').join(''); var objTitle = this.document.getElementById(idTitle); var objLists = this.document.getElementById(idList); if (!objTitle || !objLists) return; var dispMode = objLists.style.display; if (!dispMode) { var tmpText = Array('FoldNavigation(',"'",idName,"','chng','');return(false);").join(''); var insMark = new Array(); var insText = new Array(); insMark[insMark.length] = Array('<a class="foldmark" href="#" onclick="',tmpText,'" onkeypress="',tmpText,'">').join(''); insMark[insMark.length] = (initMode == 'off') ? openMark : closeMark; insMark[insMark.length] = '</a>'; if (preMark) insText[insText.length] = insMark.join(''); insText[insText.length] = objTitle.innerHTML; if (!preMark) insText[insText.length] = insMark.join(''); objLists.style.display = (initMode == 'off') ? 'none' : 'block'; objTitle.innerHTML = insText.join(''); } else if (initMode == 'chng') { var objMarks = objTitle.getElementsByTagName('a'); for (i=0;i<objMarks.length;i++) { if (objMarks[i].className == 'foldmark') { objMarks[i].firstChild.nodeValue = (dispMode == 'none') ? closeMark : openMark; } } objLists.style.display = (dispMode == 'none') ? 'block' : 'none'; } } InitFoldNavi(); // ナビゲーションの折り畳み // --> </script> <!-- // すくりぷと(あまぞん画像) --> <script type="text/javascript"> <!-- function amazonChange(imgSrc,tagName,className) { var imgs = this.document.images; for (var i = 0; i < imgs.length; i++) { if ( imgs[i].className == 'amazon_pict' ) { if ( imgs[i].src.match('amazon.com') ) { if ( imgs[i].width == 1 && imgs[i].height == 1 ) { imgs[i].src = imgSrc; } } } } var objDiv = document.getElementsByTagName(tagName); var nmErr = new Array; nmErr = Array('onerror="this.src=\'',imgSrc,'\'" alt=').join(''); for (var i = 0; i < objDiv.length; i++) { if ( objDiv[i].getElementsByTagName('img').length > 0 ) { if (objDiv[i].innerHTML.match(/onerror/i) ) { } else { var tmpText = new Array; tmpText = objDiv[i].innerHTML; objDiv[i].innerHTML = tmpText.replace('alt=',nmErr); } } } } amazonChange('http://img-cdn.jg.jugem.jp/a14/106684/20070213_258348.gif','div','amazon_itemp'); //--> </script> </body> </html>
CSS
/* ========================================================================== */ /* レイアウトの設定 */ /* ====================================================== /幅/高さ/位置/余白/ */ * { margin: 0; padding: 0; } /* 幅、高さ ----------------------------------------------------------------- */ /* 基本 */ #layout { width: 800px; height: 100%; } #main { width: 550px; height: 100%; } /* 左側(メイン) */ #side { width: 225px; height: 100%; } /* 右側(サイド) */ #footer { width: 550px; } /* 下側(フッタ) */ .title_box { height: 150px; } /* タイトル */ .title { height: 100%; } .entry_title { height: 100%; } /* エントリー タイトル */ .others { height: 100%; } /* admin */ /* スクロールバーを付ける用 */ #search #selectentry .linktext1, /* 検索時のSELECTED ENTRY */ .link_amazon { height: 200px; overflow: auto; } /* amazon */ /* amazonテキスト用枠 */ .amazon_list { width: 170px; display: block; overflow: hidden; } /* 配置 --------------------------------------------------------------------- */ /* 全体 */ body { text-align: center; } #layout { text-align: left; } #footer { text-align: left; clear: both; } /* フッタ */ #main { float: left; } /* 左側(メイン) */ #side { float: right; } /* 右側(サイド) */ /* 右揃え */ .site_title, /* サイト タイトル */ .page_navi, /* ナビゲーション next/prev */ .calendar_month, /* カレンダー(年月) */ .calendar, /* カレンダー(日) */ .entry_date, /* エントリー 日付 */ .more_next, /* エントリー 続きへのリンク */ .entry_state, /* エントリー 本文下のリンクetc. */ .linktext_r, /* サイド 中身のリスト */ .others /* admin */ { text-align: right; } /* 左揃え */ .description /* サイト 説明 */ { text-align: left; } /* 中央揃え */ .linktext_free, /* フリースペース,Search,スポンサー広告用 */ .link_amazon, /* amazon用 */ .copyright /* コピーライト */ { text-align: center; } /* 余白 --------------------------------------------------------------------- */ body { margin: 0px auto; } #layout { margin: 0px auto; } input, textarea { padding: 1px 2px; } /* 入力エリア */ .pict { padding: 3px; } /* 画像の基本設定 */ /* タイトル */ .title_box { margin: 10px 0px 10px 15px; } .title { margin: 0px 10px 0px 10px; } .site_title { padding: 40px 35px 0px 0px; } /* サイト タイトル */ .description { margin: 20px 100px 15px 25px; padding: 10px 0px 0px 5px; } /* サイト 説明 */ /* ナビゲーション */ .page_navi { padding: 7px; } /* ナビゲーション next/prev */ /* カレンダー */ .calendar_month { margin: 5px 15px 0px 0px; padding: 15px 0px 0px 0px; } /* 年月 */ .calendar_m { padding: 0px 10px 0px 0px; } /* 月 */ .calendar { margin: 5px 0px 5px 15px; } /* 日 */ /* エントリー */ .entry { margin: 5px 0px 20px 10px; } /* エントリー枠 */ .entry_title_box { margin: 0px 0px 7px 5px; padding: 0px 10px 0px 10px; } /* エントリー タイトル枠 */ .entry_title { padding: 7px 0px 0px 15px; } /* エントリー タイトル */ .entry_body_box { margin: 0px 0px 0px 5px; } /* エントリー 本文,続き枠 */ .entry_body { padding: 17px 10px 10px 20px; } /* エントリー 本文 */ .entry_more { padding: 0px 10px 0px 20px; } /* エントリー 続き */ .more_next { padding: 0px 30px 5px 0px; } /* エントリー 続きへのリンク */ blockquote { margin: 10px; padding: 2px 7px; } /* 引用文 */ .entry_state { padding: 13px 10px 0px 0px; } /* エントリー 本文下のリンクetc. */ .etc_title { padding: 12px 0px 5px 35px; } /* コメント,TB タイトル */ .comment { margin: 5px 0px 15px 30px; } /* コメント,TB 枠 */ .comment_box { padding: 10px 0px 0px 5px; } .tb_url { margin: 0px 0px 15px 10px; } /* TB URL */ .ct_title { margin: 2px 0px 7px 10px; } /* TB 本文タイトル */ .ct_body { margin: 0px 20px 10px 10px; } /* コメント,TB 本文 */ .comment_body { margin: 0px 15px 15px 20px; } /* コメントするトコの枠 */ #eid .entry_title_box { margin-bottom: 15px; } /* エントリー タイトル 記事1件表示用 */ #eid .entry_body_box { margin-bottom: 10px; } /* エントリー 本文,続き 記事1件表示用 */ /* サイド */ .link_box { margin: 10px 15px 10px 5px; } /* サイド 基本枠 */ .link_box_free { margin: 10px 5px 10px 5px; } .linktitle { padding: 7px 7px 3px 25px; } /* サイド タイトル */ .linktext1 { margin: 0px 8px 0px 8px; padding: 5px 5px 7px 10px; } /* サイド 中身 */ .linktext2 { margin: 0px 0px 0px 8px; padding: 7px 0px 7px 0px; } /* amazon用 */ .linktext_free { padding: 5px 0px 5px 0px; } /* フリースペース,Search,スポンサー広告用 */ .linktext1 li { padding: 0px 3px 0px 5px; } /* サイド 中身のリスト */ .linktext_l { padding: 0px 0px 0px 7px; } .linktext_r { padding: 0px 5px 0px 0px; } .linktitle a.foldmark { margin-left: 5px; text-decoration: none; } /* サイド タイトル 開閉用 */ /* amazon用 */ .amazon_itemp { margin: 3px auto 0px auto; } /* 画像 */ .amazon_list { margin: 5px auto 10px auto; } /* テキスト */ .amazon_itemc { padding: 5px 0px 2px 0px; } /* コメント */ /* フッタ */ .footer_box { margin: 0px 0px 0px 15px; padding: 0px 10px 0px 10px; } /* 基本枠 */ .others { margin: 0px auto; padding: 5px 10px 0px 0px; } /* admin */ .copyright { padding: 10px 0px 5px 0px; } /* コピーライト */ #eid .footer_box { margin-top: 20px; } /* フッタ 記事1件表示用 */ /* その他の基本設定 --------------------------------------------------------- */ /* リスト */ ul { text-align: left; text-indent: 0px; list-style-type: none; list-style-position: outside; } /* ========================================================================== */ /* 罫線の設定 */ /* =========================================================== /位置/種類/色/ */ /* 画像の基本設定 */ img { border: none; } .pict { border: 1px solid #808080; } .amazon_pict { border: 1px solid #999; } /* amazon */ /* 枠 */ input, textarea { border: 1px solid #DB7093; } /* 入力エリア */ .title_box { border-left: 18px solid #EF6E6E; border-right: 7px solid #EF6E6E; border-top: 1px solid #EF6E6E; border-bottom: 1px solid #EF6E6E; } .title { border-left: 7px solid #EF6E6E; border-right: 2px solid #EF6E6E; } /* タイトル */ .entry_title_box {border-left: 18px solid #EF6E6E; border-right: 7px solid #EF6E6E; border-top: 1px solid #EF6E6E; border-bottom: 1px solid #EF6E6E; } .entry_title { border-left: 7px solid #EF6E6E; border-right: 2px solid #EF6E6E; } /* エントリー タイトル */ .entry_body_box { border: 1px solid #EF6E6E; } /* エントリー 本文,続き */ .comment_box { border-left: 1px solid #BB7777; border-bottom: 1px solid #BB7777; } /* コメント,TB */ .footer_box { border-left: 18px solid #EF6E6E; border-right: 7px solid #EF6E6E; border-top: 1px solid #EF6E6E; } /* フッタ */ /* その他 */ .entry_date { border-left: 7px solid #EF6E6E; } /* エントリー 日付 */ blockquote { border-left: 10px solid #FF9999; } /* 引用文 */ .amazon_list { border-bottom: 1px dotted #DC547C; } /* amazonテキスト */ .calendar { border-top: 1px solid #DC547C; border-bottom: 1px solid #DC143C; } /* カレンダー(日) */ .others { border-left: 7px solid #EF6E6E; border-right: 2px solid #EF6E6E; } /* admin */ #eid .entry_body_box { border: none; } /* ========================================================================== */ /* フォント・色の設定 */ /* ================================================= /文字サイズ/文字色/行間/ */ /* 基本 --------------------------------------------------------------------- */ body { font-size: 11px; font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Osaka"; line-height: 150%; color: #CC99FF; } /* フォントタイプ ----------------------------------------------------------- */ .calendar_month { font-family: Georgia; } /* カレンダー(年月) */ /* 文字サイズ --------------------------------------------------------------- */ input, textarea { font-size: 11px; } /* 入力エリア */ label { font-size: 10px; } /* ラベル */ .site_title { font-size: 24px; } /* サイト タイトル */ .description { font-size: 9px; } /* サイト 説明 */ .entry_title { font-size: 13px; } /* エントリー タイトル */ .entry_body, /* エントリー 本文 */ .entry_more, /* エントリー 続き */ blockquote, /* 引用文 */ .page_navi { font-size: 11px; } /* ナビゲーション */ .more_next, /* エントリー 続きへのリンク */ .entry_date, /* エントリー 日付 */ .entry_state { font-size: 10px; } /* エントリー 本文下のリンクetc. */ .etc_title { font-size: 15px; } /* コメント,TB タイトル */ .ct_title { font-size: 12px; } /* TB 本文タイトル */ .ct_body, /* コメント,TB 本文 */ .tb_url { font-size: 10px; } /* TB URL */ .comment_body { font-size: 11px; } /* コメントするトコ */ .linktitle { font-size: 11px; } /* サイド タイトル */ .linktext1, /* サイド 中身 */ .linktext2 { font-size: 10px; } /* amazon用 */ .amazon_itemc { font-size: 9px; } /* amazonコメント用 */ .calendar_month { font-size: 11px; } /* カレンダー(年月) */ .calendar_m { font-size: 12px; } /* カレンダー(月) */ .calendar { font-size: 9px; } /* カレンダー(日) */ .others { font-size: 10px; } /* コピーライト */ /* テキストの太さ */ .entry_title, /* エントリー タイトル */ .etc_title, /* コメント,TB タイトル */ .ct_title, /* TB 本文タイトル */ .linktitle { font-weight: bolder; } /* サイド タイトル */ /* 行間 --------------------------------------------------------------------- */ .description { line-height: 120%; } /* サイト 説明 */ .entry_body, /* エントリー 本文 */ .entry_more, /* エントリー 続き */ .comment_body { line-height: 170%; } /* コメントするトコ */ .ct_body { line-height: 150%; } /* コメント,TB 本文 */ .linktext1, /* サイド 中身 */ .linktext2 { line-height: 130%; } /* amazon用 */ /* 文字色 ------------------------------------------------------------------- */ input, textarea { color: #DB7093; } /* 入力エリア */ label { color: #FF9999; } /* ラベル */ .description { color: #DB7093; } /* サイト 説明 */ .entry_title { color: #DB7093; } /* エントリー タイトル */ .entry_date { color: #BB7777; } /* エントリー日付 */ .entry_body, /* エントリー 本文 */ .entry_more { color: #DB7093; } /* エントリー 続き */ blockquote { color: #FF9999; } /* 引用文 */ .entry_state { color: #CCCCCC; } /* エントリー 本文下のリンクetc. */ .page_navi { color: #BB7777; } /* ナビゲーション */ .etc_title { color: #DB7093; } /* コメント,TB タイトル */ .tb_url { color: #DB7093; } /* TB URL */ .ct_title { color: #66C3FF; } /* TB 本文タイトル */ .ct_body { color: #BB7777; } /* コメント,TB 本文 */ .comment_body { color: #CC8888; } /* コメントするトコ */ .linktitle { color: #EF6E6E; } /* サイド タイトル */ .linktitle span { color: #808080; } .linktext1, /* サイド 中身 */ .linktext2 { color: #DD8888; } /* サイド 中身(amazon用) */ .amazon_list { color: #DC547C; } /* amazonテキスト用 */ .amazon_itemc { color: #FF9999; } /* amazonコメント用 */ .calendar_month { color: #DC143C; } /* カレンダー(年月) */ .calendar { color: #DC547C; } /* カレンダー(日) */ .others { color: #CCCCFF; } /* コピーライト */ /* ========================================================================== */ /* 背景の設定 */ /* ============================================================ /背景色/画像/ */ /* 背景色 ------------------------------------------------------------------- */ body { background-color: #FFFFFF; } /* 全体 */ input, textarea { background-color: #FFFFFF; } /* 入力エリア */ .title_box, /* サイト タイトル */ .entry_title_box, /* エントリー タイトル */ .footer_box { background-color: #FFEFEF; } /* フッタ */ /* 画像 --------------------------------------------------------------------- */ .title_box { /* タイトル枠 */ background-image: url(http://img-cdn.jg.jugem.jp/a14/106684/20080328_436536.gif); background-repeat: repeat-y; background-position: 25px 50px; } .title { background-image: url(http://img-cdn.jg.jugem.jp/a14/106684/20080326_435981.gif); background-repeat: no-repeat; background-position: 80px top; } .site_title { /* サイト タイトル */ background-image: url(http://img-cdn.jg.jugem.jp/a14/106684/20080328_436634.gif); background-repeat: no-repeat; background-position: 430px 15px; } .entry_title_box { /* エントリー タイトル */ background-image: url(http://img-cdn.jg.jugem.jp/a14/106684/20080326_435981.gif); background-repeat: no-repeat; background-position: 90px top; } .entry_title { background-image: url(http://img-cdn.jg.jugem.jp/a14/106684/20080328_436536.gif); background-repeat: no-repeat; background-position: 15px bottom; } .entry { /* エントリー 全体 */ background-image: url(http://img-cdn.jg.jugem.jp/a14/106684/20080326_435981.gif); background-repeat: repeat-y; background-position: 25px top; } .entry_body_box { /* エントリー 本文,続き */ background-image: url(http://img-cdn.jg.jugem.jp/a14/106684/20080321_434151.gif); background-repeat: repeat-y; background-position: left top; } .etc_title { /* コメント,TB タイトル */ background-image: url(http://img-cdn.jg.jugem.jp/a14/106684/20080328_436639.gif); background-repeat: no-repeat; background-position: 8px 5px; } .link_box, .link_box_free { /* サイド 基本 */ background-image: url(http://img-cdn.jg.jugem.jp/a14/106684/20080328_436638.gif); background-repeat: no-repeat; background-position: 0px 0px; } .calendar_month { /* カレンダー */ background-image: url(http://img-cdn.jg.jugem.jp/a14/106684/20080328_436638.gif); background-repeat: no-repeat; background-position: 475px 5px; } .footer_box { /* フッタ */ background-image: url(http://img-cdn.jg.jugem.jp/a14/106684/20080326_435981.gif); background-repeat: no-repeat; background-position: 90px top; } .others { background-image: url(http://img-cdn.jg.jugem.jp/a14/106684/20080328_436536.gif); background-repeat: no-repeat; background-position: 15px bottom; } .copyright { background-image: url(http://img-cdn.jg.jugem.jp/a14/106684/20080328_436634.gif); background-repeat: no-repeat; background-position: 6px 0px; } /* ========================================================================== */ /* その他の設定 */ /* ========================================================================== */ /* スクロールバー ----------------------------------------------------------- */ html,body { scrollbar-base-color: #FFFFFF; /* ベース */ scrollbar-face-color: #FFFFFF; /* 表面 */ scrollbar-arrow-color: #CC99FF; /* 矢印 */ scrollbar-highlight-color: #FFCCFF; /* 明るいトコ */ scrollbar-3dlight-color: #FFFFFF; /* 左端上端 */ scrollbar-darkshadow-color: #FFFFFF; /* 右端下端 */ scrollbar-shadow-color: #CC99FF; /* ハイライト */ scrollbar-track-color: #FFFFFF; /* 通路 */ } /* リンク ------------------------------------------------------------------- */ /* 全体のリンク色 */ a, a:link, a:visited { color: #DB7093; text-decoration: none; border: none; } a:active, a:hover { color: #FFFFFF; text-decoration: none; background-color: #FFC0CB; border: none; } /* サイト タイトル */ .site_title a, .site_title a:link, .site_title a:visited { color: #DB7093; } .site_title a:active, .site_title a:hover { color: #FFFFFF; background-color: #FFEFEF; } /* エントリー タイトル */ .entry_title a, .entry_title a:link, .entry_title a:visited { color: #DB7093; } .entry_title a:active, .entry_title a:hover { color: #FFFFFF; background: none; } /* エントリー 本文 */ .entry_body a, .entry_body a:link, .entry_body a:visited { color: #FF99CC; border-bottom: 1px dotted; } .entry_body a:active, .entry_body a:hover { border: none; } /* エントリー 続きへのリンク */ .more_next a, .more_next a:link, .more_next a:visited { border-bottom: 1px dotted; } .more_next a:active, .more_next a:hover { border: none; } /* TB 本文タイトル */ .ct_title a, .ct_title a:link, .ct_title a:visited { border-bottom: 1px dotted; } .ct_title a:active, .ct_title a:hover { border: none; } /* amazon用 */ .amazon_itemp a, .amazon_itemp a:link, .amazon_itemp a:visited, .amazon_itemp a:active, .amazon_itemp a:hover { color: #666699; background: none; } /* カレンダー */ .calendar_month a, .calendar_month a:link, .calendar_month a:visited, .calendar_month a:active, .calendar_month a:hover { border: none; } .calendar a, .calendar a:link, .calendar a:visited { color: #FFC0CB; } .calendar a:active, .calendar a:hover { color: #FFFFFF; background-color: #FFC0CB; } /* 表示・非表示切替 --------------------------------------------------------- */ /* エントリー 続きへのリンク */ #eid .more_next { display: none; } /* selected or latest エントリーリスト */ #selectentry { display: none; } #cid #selectentry, #month #selectentry, #search #selectentry, #page #selectentry { display: block; } #latestentry { display: block; } #cid #latestentry, #month #latestentry, #search #latestentry, #page #latestentry { display: none; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑