無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
SweetFlower
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<?xml version="1.0" encoding="{site_encoding}"?> <!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 rel="alternate" type="application/rss+xml" title="RSS" href="{site_rss}" /> <link rel="alternate" type="application/atom+xml" href="{site_atom}" /> <script src="./template/analogue/menu.js" type="text/javascript"></script> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> <center> <table cellpadding="0" cellspacing="0" width="680" class="table"> <tr> <td colspan="3"> <!-- BEGIN calendar --> <div class="calender"> <span class="calendar_main">{calendar_horizontal_only}</span> <span class="calendar_month"> <a href="./?month={calendar_prev_yearmonth}"><<</a> {calendar_str_yearmonth} <a href="./?month={calendar_next_yearmonth}">>></a> </span> </div> <!-- END calendar --> <div id="layout"> <div id="box"> <div id="side"> <!-- BEGIN title --> <div id="title"> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> </div> <!-- END title --> <!-- BEGIN selected_entry --> <div class="linktitle">SELECTED ENTRIES</div> <div class="linktext"> {latest_entry_list} </div> <!-- END selected_entry --> <!-- BEGIN category --> <div class="linktitle">CATEGORIES</div> <div class="linktext"> {category_list} </div> <!-- END category --> <!-- BEGIN profile --> <div class="linktitle">PROFILE</div> <div class="linktext"> {user_list} </div> <!-- END profile --> <!-- BEGIN recent_comment --> <div class="linktitle">RECENT COMMENT</div> <div class="list"> <div class="linktext" id="commentlist">{recent_comment_list}</div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="linktitle">RECENT TRACKBACK</div> <div class="list"> <div class="linktext" id="tblist">{recent_trackback_list}</div> </div> <!-- END recent_trackback --> <!-- BEGIN archives --> <div class="linktitle" id="archivename">ARCHIVES</div> <div class="list" id="archivelist"> <div class="linktext">{archives_list}</div> </div> <!-- END archives --> <!-- BEGIN link --> <div class="linktitle" id="linkname">BOOKMARK</div> <div class="linktext" id="linklist">{link_list}</div> <!-- END link --> <div class="linktitle" id="amazonname">AMAZON</div> <div class="linktext" id="amazonlist"> <!-- BEGIN amazon --> <a href="{amazon_url} " target="_blank"> <img border="0" src="{amazon_ImageUrlSmall}" alt="{amazon_ProductName}" class="amazon_pict" /> </a> <!-- END amazon --> </div> <div class="search"> <!-- search --> <form method="get" action=""> <input id="search" name="search" size="20" style="width: 100px;" class="form" /><input type="submit" value="Search" class="button" /> </form> <!-- /search/ --> </div> </div> <div id="main"> <a name="top"></a> <!-- BEGIN sequel --> <div class="navipage"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <div class="entry_title">{entry_title}</div> <div class="entry_date">{entry_date}</div> <div class="entry_body">{entry_description}</div> <div class="entry_more">{entry_sequel}</div> <div class="entry_state">【 {category_name} | {entry_time} | {comment_num} | {trackback_num} 】</div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <div class="comment_title">comment</div> <!-- BEGIN comment --> <div class="comment_body">{comment_description}</div> <div class="comment_state">【 {comment_name} | {comment_time} 】</div> <!-- END comment --> <div class="comment_input"> <form 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" class="comment_border" id="name" value="{cookie_name}" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" class="comment_border" id="email" value="{cookie_email}" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" class="comment_border" id="url" value="{cookie_url}" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" class="comment_border" id="description" name="description" rows="6" cols="25" style="width:250px;"></textarea><br /><br /> <input type="submit" value="コメント送信" /> <input type="checkbox" name="set_cookie" value="1" class="comment_border" id="set_cookie"> <label for="set_cookie">Cookieに登録</label> </form> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="entry"> <div class="trackback-title">この記事のトラックバックURL</div> <div class="trackback_url">{trackback_url}</div> <div class="trackback-title">トラックバック</div> <!-- BEGIN trackback --> <div class="comment_title">{trackback_title}</div> <div class="comment_body">{trackback_excerpt}</div> <div class="comment_state">【 {trackback_blog_name} | {trackback_time} 】</div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry"> <div class="profile_title">PROFILE</div> <div class="profile_name">{profile_name}</div> <div class="profile_body">{profile_description}</div> </div> <!-- END profile_area --> <!-- navi --> <div class="navipage"> {prev_page_link}{page_now} <a>|</a> {page_num}{next_page_link} </div> <!-- END navi --> <div class="footer"><a href="#top" title="GO TO TOP" style="text-decoration: underline;">★</a></div> </div> </div> <!--footer--> <div class="footer">Copyright (C) 2004-2007 <a href="http://paperboy.co.jp" target="_blank" title="paperboy&co.">paperboy&co.</a>All Rights Reserved.</div> </div> </td> </tr> <tr> <td colspan="3" heigt="20"> </td> </tr> <tr> <td valign="top" width="190"> <!-- powered --> <div class="linktext"> <ul> <li><a href="./admin/">管理者ページ</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> <li><a href="http://jugem.jp/" title="ブログのレンタルならJUGEM(じゅげむ)">Powered by "JUGEM"</a></li> <li>Design by <a href="http://apples.jugem.cc" target="_blank">apples*</a></li> </ul> </div> <!-- /powered/ --> </td> <td valign="top" width="110"> {ad} </td> <td valign="top" width="380"> <!-- BEGIN freespace1 --> <div class="linktext">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="f_t">{freespace_title2}</div> <div class="f_c">{freespace_contents2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="f_t">{freespace_title3}</div> <div class="f_c">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="f_t">{freespace_title4}</div> <div class="f_c">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="f_t">{freespace_title5}</div> <div class="f_c">{freespace_contents5}</div> <!-- END freespace5 --> </td> </tr> </table> </center> <!-- ツリー表示部分 --> <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 = objLink.innerHTML; } else if (idName.indexOf('entry') > -1) { var tmpText = objList.innerHTML; tmpText.match(/\((\d\d\/\d\d)\)/); this.base = Array('<strong>[',RegExp.$1,']</strong>').join(''); this.elem = Array('<a href="',linkUrl,'">',objLink.innerHTML,'</a>').join(''); } else if (idName.indexOf('link') > -1) { var tmpText = objList.innerHTML; if ( tmpText.match(/\[(.+)\](.+)/) ) { this.base = Array('<strong>[',RegExp.$1,']</strong>').join(''); this.elem = Array('<a href="',linkUrl,'" target="_blank">',RegExp.$2,'</a>').join(''); } } 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'] = false; /* ツリー内の表示順 true:並び替える false:そのまま */ gTreeOption['list'] = '├ '; /* ツリー用マーク(通常) */ gTreeOption['end'] = '└ '; /* ツリー用マーク(末端) */ gTreeOption['leef'] = '<br />\n'; /* 各枝の末尾 */ gTreeOption['top'] = '<br />\n'; /* ツリー本体の最初 */ gTreeOption['btm'] = ''; /* ツリー本体の最後 */ createTreeList('newentrylist',gTreeOption); // 最新エントリリストのツリー化 createTreeList('entrylist',gTreeOption); // エントリリストのツリー化 createTreeList('commentlist',gTreeOption); // 最新コメントリストのツリー化 createTreeList('tblist',gTreeOption); // 最新トラックバックリストのツリー化 createTreeList('linklist',gTreeOption); // リンクリストのツリー化 // --> </script> <!-- END --> <!-- 折りたたみ --> <script type="text/javascript"> <!-- function InitFoldNavi() { FoldNavigation('newentry','off',false); // 最新エントリ FoldNavigation('entry' ,'off' ,false); // ページエントリ FoldNavigation('com' ,'off' ,false); // 最新コメント FoldNavigation('track' ,'off' ,false); // 最新トラックバック FoldNavigation('archive' ,'off',false); // アーカイブ FoldNavigation('link' ,'off' ,false); // リンク FoldNavigation('profile' ,'off',false); // プロファイル FoldNavigation('amazon' ,'off',false); // アマゾン FoldNavigation('free' ,'off',false); // フリースペース } function FoldNavigation(idName,initMode,viewNum) { 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 (viewNum) { var objItems = objLists.getElementsByTagName('li'); insText[insText.length] = Array(' <span>(',objItems.length,')</span>').join(''); } 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> <!-- END折りたたみ --> </body> </html>
CSS
body { margin: 0px; padding: 0px; background-color: #FFF; text-align: center; scrollbar-face-color:#FFF; scrollbar-3dlight-color:#FFF; scrollbar-base-color:#FFF; scrollbar-darkshadow-color:#FFF; scrollbar-track-color:#FFF; scrollbar-arrow-color:#CCC; scrollbar-shadow-color:#FFF; scrollbar-highlight-color:#FFF; } #layout{ width: 600px; text-align: left; margin-bottom: 5px; } #main { padding: 0px; margin: 0px 5px 0px 5px; width: 400px; height: 500; overflow: auto; margin: 0px; padding: 0px; scrollbar-face-color:#FFFF; scrollbar-3dlight-color:#FFF; scrollbar-base-color:#FFF; scrollbar-darkshadow-color:#FFF; scrollbar-track-color:#FFF; scrollbar-arrow-color:#886644; scrollbar-shadow-color:#FFF; scrollbar-highlight-color:#FFF; } #side { float: left; width: 190px; margin: 0px; padding: 0px; } #title{ margin: 0px; padding: 0px 0px 10px 0px; } #search { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; border: 1px #CCC solid; padding: 3px; margin: 0px; font-size: 10px; height: 20px; } h1 { margin: 0px; padding: 0px; } ul { list-style:none; margin: 0px; padding: 0px;; } li{ padding: 0px 0px 0px 10px; margin: 0px; background: url("http://apples.jugem.cc/?image=105") no-repeat 0px 6px; } br{ letter-spacing : normal; } /* 各リンク部分の設定 */ a {color: #724927;text-decoration: none;} a:link {color: #724927;text-decoration: none;} a:visited {color: #724927;text-decoration: none;} a:active {color: #724927;text-decoration: none;} a:hover {color: #FDE8A8;text-decoration: none;} .site_title a {color: #94754A;text-decoration: none;} .site_title a:link {color: #94754A;text-decoration: none;} .site_title a:visited {color: #94754A;text-decoration: none;} .site_title a:active {color: #94754A;text-decoration: none;} .site_title a:hover {color: #94754A;text-decoration: none;} .entry_body a {color: #94754A;text-decoration: none;} .entry_body a:link {color: #94754A;text-decoration: none;} .entry_body a:visited {color: #94754A;text-decoration: none;} .entry_body a:active {color: #94754A;text-decoration: none;} .entry_body a:hover {color: #94754A;text-decoration: none;} .entry_more a ,.entry_state a ,.comment_state a {color: #CCC;text-decoration: none;} .entry_more a:link,.entry_state a:link ,.comment_state a:link {color: #CCC;text-decoration: none;} .entry_more a:visited,.entry_state a:visited ,.comment_state a:visited {color: #CCC;text-decoration: none;} .entry_more a:active,.entry_state a:active,.comment_state a:active {color: #CCC;text-decoration: none;} .entry_more a:hover,.entry_state a:hover ,.comment_state a:hover {color: #FDE8A8;text-decoration: none;} .calendar_main a {color: #724927;text-decoration: none;} .calendar_main a:link {color: #724927;text-decoration: none; font-weight: bold;} .calendar_main a:visited {color: #724927;text-decoration: none; font-weight: bold;} .calendar_main a:active {color: #724927;text-decoration: none;} .calendar_main a:hover {color: #FDE8A8;text-decoration: none;} .calendar_month a {color: #724927;text-decoration: none;} .calendar_month a:link {color: #724927;text-decoration: none;} .calendar_month a:visited {color: #724927;text-decoration: none;} .calendar_month a:active {color: #724927;text-decoration: none;} .calendar_month a:hover {color: #FDE8A8;text-decoration: none;} .footer a {color: #724927;text-decoration: none;} .footer a:link {color: #724927;text-decoration: none;} .footer a:visited {color: #724927;text-decoration: none;} .footer a:active {color: #724927;text-decoration: none;} .footer a:hover {color: #FCA287;text-decoration: none;} .navipage a {color: #724927;text-decoration: none;} .navipage a:link {color: #724927;text-decoration: none;} .navipage a:visited {color: #724927;text-decoration: none;} .navipage a:active {color: #724927;text-decoration: none;} .navipage a:hover {color: #724927;text-decoration: underline;} .linktitle a {color: #FCA287;text-decoration: none;} .linktitle a:link {color: #FCA287;text-decoration: none;} .linktitle a:visited {color: #FCA287;text-decoration: none;} .linktitle a:active {color: #FCA287;text-decoration: none;} .linktitle a:hover {color: #FCA287;text-decoration: none;} /* END */ /* 花柄 */ .table{ background: url("http://img-cdn.jg.jugem.jp/7fd/6360/20071022_422962.gif") repeat-y ; padding-right: 20px; padding-left: 20px; margin: 0px; text-align: center; } /* END花柄 */ /* タイトル部分 */ .site_title { font-family: 'Century Gothic', sans-serif; font-size: 24px; letter-spacing: 3px; padding: 0px; margin: 0px ; } .description { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; letter-spacing: 1px; color: #FCA287; padding: 5px 0 0 0px; margin: 0px; } /* END */ /* 記事・プロフィール部分の設定 */ .entry { margin: 0px; padding: 0px; } .profile_body { margin-bottom: 40px; } .entry_date,.profile_name { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; font-weight: bold; color: #FCA287; letter-spacing: 2px; margin: 0px; padding: 3px 0px 3px 0px; text-align: right; border-top: #CCC 3px double; border-bottom: #CCC 3px double; } .entry_title,.profile_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 9px; font-weight: none; color: #724927; letter-spacing: 2px; margin: 15px 0px 0px 0px; padding: 6px 0px 3px 10px; } .entry_body,.profile_body { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; line-height: 160%; color: #724927; letter-spacing: 1px; margin-bottom: 0px; padding: 8px 5px 5px 10px; } .entry_more { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; line-height: 170%; color: #898989; letter-spacing: 1px; margin: 0px; padding: 0px 5px 10px 10px; } .entry_state { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 7pt; color: #CCC; margin: 0px 0px 50px 0px; text-align: center; } blockquote { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #724927; margin: 0px; padding: 3px; background-color: #FDE8A8; } /* END */ /* コメント・トラックバック部分の設定 */ .comment_title,.trackback-title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 9px; font-weight: bold; color: #FCA287; letter-spacing: 2px; margin: 0px; padding: 3px 0px 3px 0px; text-align: center; border-top: #CCC 1px solid; border-bottom: #CCC 1px solid; } .comment_body,.trackback_url { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; line-height: 160%; color: #724927; letter-spacing: 1px; margin-bottom: 0px; padding: 0px 5px 5px 10px; } .comment_state { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 7pt; color: #CCC; letter-spacing: 1px; padding: 0px 0px 5px 0px; margin: 5px 0px 20px 0px; text-align: right; border-bottom: 1px #CCC dotted; } .comment_input { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; line-height: 100%; color: #724927; letter-spacing: 1px; margin-bottom: 0px; padding: 0px 5px 5px 10px; } .comment_border{ border: #CCCCCC 1px solid; } /* END */ .pict { border-width: 1px; border-style: solid; border-color: #000; } /* 左部分の設定 */ .linktitle { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; font-weight: bolder; color: #FCA287; letter-spacing: 1px; margin: 5px 0px 0px 3px; padding: 0px; } .linktext { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 9px; color: #724927; line-height: 170%; letter-spacing: 1px; margin: 5px 0px 10px 12px; text-align: left; } /* END */ /* 一番下の部分の設定 */ .footer { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 7pt; color: #724927; letter-spacing: 1px; text-align: right; margin: 0px; padding: 30px 0 0 0px; } .search { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 9px; color: #724927; margin: 0px; padding: 2px 0px 2px 0px; } .button { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; color: #FCA287; font-size: 10px; border: 3px double #CCC; background-color: #CCC; margin-left: 5px; } /* END */ /* カレンダー部分の設定 */ .calender { margin: 15px 0px 5px 0px; padding-bottom: 15px; } .calendar_main { font-family: "Verdana"; font-size: 10px; color: #724927; text-align: center; } .calendar_month { font-family: "Verdana"; margin-bottom: 10px; font-size: 7pt; color: #724927; } /* END */ /* ページナビゲーション */ .navipage { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 9px; color: #724927; text-align: center; margin: 5px 0px 15px 0px; } /* ENDページナビゲーション */ /* スクロール */ .list { overflow: auto; width: 180px; height: 80px; margin: 0 0 10px 0px; padding: 0px; scrollbar-face-color:#FFF; scrollbar-3dlight-color:#FFF; scrollbar-base-color:#FFF; scrollbar-darkshadow-color:#FFF; scrollbar-track-color:#FFF; scrollbar-arrow-color:#886644; scrollbar-shadow-color:#FFF; scrollbar-highlight-color:#FFF;} /* ENDスクロール */ .linktitle span { color: gray; } .linktitle a.foldmark { text-decoration: none; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑