無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
Joyful Calendar
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset={site_encoding}" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <title>{site_title}</title> <link rel="stylesheet" href="{site_css}" type="text/css" /> <link type="text/css" href="{gmo_header_css}" rel="stylesheet" media="screen,print" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="{site_rss}" /> <link rel="alternate" type="application/atom+xml" href="{site_atom}" /> <link rel="alternate" media="handheld" type="application/xhtml+xml" href="{mobile_url}" /> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> {gmo_header_src} <!-- skip --> <div id="skip"> <p id="top">Page Top</p> <p><a href="#main">Skip to Contents</a></p> </div> <!-- /skip --> <!-- wrapper --> <div id="wrapper"> <!-- header --> <div id="header"> <!-- BEGIN title --> <h1>{blog_name}</h1> <p id="description">{blog_description}</p> <!-- END title --> <!-- search form --> <div id="searchform"> <form method="get" action="./"> <label for="search">Search this site</label> <input id="search" name="search" size="20" class="text" value="search this site." onblur="if(this.value==''){this.value='search this site.';}" onfocus="this.value='';" /> </form> </div> <!--/search form --> <ul class="feeds" > <li><a href="./?mode=rss">RSS</a></li> <li><a href="./?mode=atom">Atom</a></li> </ul> </div> <!-- /header --> <!-- content --> <div id="content"> <!-- main --> <div id="main"> <!-- BEGIN entry --> <div class="entry"> <h2 class="entryTitle">{entry_title_link}</h2> <div class="body"> <ul class="entryState"> <li class="date">{entry_date}</li> <li class="comment">{comment_num}</li> </ul> <div class="entryBody"> {entry_description} </div> <div class="entryMore"> <!-- BEGIN entry_sequel_link --> <p><a href="./?eid={entry_sequel_id}#sequel">Read More »</a></p> <!-- END entry_sequel_link --> <!-- BEGIN entry_sequel_items --> {entry_sequel_text} <!-- END entry_sequel_items --> </div> <ul class="entryState bottom"> <li>by {user_name}</li> <li>in {category_name}</li> <!-- <li>{entry_time}</li> --> <li>{trackback_num}</li> <li>{pookmark_link}</li> <li>{logpi_link}</li> </ul> </div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN related_entry --> <div id="relatedEntry"> <h3 id="relateTitle">Related Entries </h3> <div class="body"> {related_entry_list} </div> </div> <!-- END related_entry --> <!-- BEGIN comment_area --> <div id="comments"> <h3 id="commentTitle">Comments</h3> <div class="body"> <!-- BEGIN comment --> <div class="comment_col"> <ul class="commentState"> <li class="user">{comment_name_notarget}</li> <li class="date">{comment_time}</li> </ul> <div class="commentBody"> {comment_description} </div> </div> <!-- END comment --> <h4 id="commentSendTitle">Leave a Comment</h4> <div class="commentSendForm"> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <fieldset> <div class="block"> <input type="hidden" name="entry_id" value="{entry_id}" class="input" /> </div> <div class="block"> <label for="name">name</label> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" class="input" /> </div> <div class="block"> <label for="email">email</label> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" class="input" /> </div> <div class="block"> <label for="url">url</label> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" class="input" /> </div> <div class="block"> <label for="description">comments</label> <textarea tabindex="4" id="description" name="description" rows="5"></textarea> </div> <div class="block"> <input type="checkbox" name="set_cookie" value="1" id="set_cookie" /><label class="checkbox" for="set_cookie">Remember personal info?</label> </div> <div class="block"> <input tabindex="5" type="submit" value="Submit" onclick="javascript:setval();" class="btn" /> </div> </fieldset> </form> </div> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <div id="trackback"> <h3 id="trackbackTitle">TrackBack</h3> <div class="body"> <div class="block"> <label class="" for="tb_url">TrackBack URL</label> <input type="text" id="tb_url" value="{trackback_url}" /> </div> <!-- BEGIN trackback --> <div class="trackbackName"> {trackback_title} </div> <div class="trackbackBody"> {trackback_excerpt} </div> <ul class="trackbackState"> <li>{trackback_blog_name}</li> <li>{trackback_time}</li> </ul> <!-- END trackback --> </div> </div> <!-- END trackback_area --> <!-- BEGIN sequel --> <div id="entryNavi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN profile_area --> <div id="profile"> <h2 id="profileTitle">Profile</h2> <div class="body"> <div id="profileName"> {profile_name} </div> <div id="profileBody"> {profile_description} </div> </div> </div> <!-- END profile_area --> <!-- BEGIN page --> <div id="pager"> {full_pager_link} </div> <!-- END page --> </div> <!-- /main --> <!-- side --> <div id="side"> <!-- BEGIN profile --> <div class="sideContents profile"> <h3>Profile</h3> <div class="body"> {user_list} </div> </div> <!-- END profile --> <!-- BEGIN calendar --> <div class="sideContents calendar"> <h3>Calendar</h3> <div class="body"> <table border="0" cellpadding="0" cellspacing="1"> <tr> <th class="cell sun">Sun</th> <th class="cell">Mon</th> <th class="cell">Tue</th> <th class="cell">Wed</th> <th class="cell">Thu</th> <th class="cell">Fri</th> <th class="cell sat">Sat</th> </tr> </table> {calendar} </div> </div> <!-- END calendar --> <!-- BEGIN freespace1 --> <div class="sideContents"> <h3>{freespace_title1}</h3> <div class="body"> {freespace_contents1} </div> </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="sideContents"> <h3>{freespace_title2}</h3> <div class="body"> {freespace_contents2} </div> </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="sideContents"> <h3>{freespace_title3}</h3> <div class="body"> {freespace_contents3} </div> </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="sideContents"> <h3>{freespace_title4}</h3> <div class="body"> {freespace_contents4} </div> </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="sideContents"> <h3>{freespace_title5}</h3> <div class="body"> {freespace_contents5} </div> </div> <!-- END freespace5 --> <!-- BEGIN latest_entry --> <div class="sideContents"> <h3>Latest Entries</h3> <div class="body"> {latest_entry_list} </div> </div> <!-- END latest_entry --> <!-- BEGIN category --> <div class="sideContents"> <h3>Categories</h3> <div class="body"> {category_list} </div> </div> <!-- END category --> <!-- BEGIN archives --> <div class="sideContents archives"> <h3>Archives</h3> <div class="body"> {archives_list2ex} </div> </div> <!-- END archives --> <!-- BEGIN recent_comment --> <div class="sideContents comment"> <h3>Recent Comments</h3> <div class="body"> {recent_comment_list2} </div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="sideContents"> <h3>Recent Trackback</h3> <div class="body"> {recent_trackback_list2} </div> </div> <!-- END recent_trackback --> <!-- BEGIN amazon --> <div class="sideContents"> <h3>Recommend</h3> <div class="body"> {amazon_item} </div> </div> <!-- END amazon --> <!-- BEGIN link --> <div class="sideContents"> <h3>Links</h3> <div class="body"> {link_list} </div> </div> <!-- END link --> <!-- BEGIN jugem_ad --> <div class="sideContents"> <h3>Sponsored Links</h3> <div class="body"> {ad} </div> </div> <!-- END jugem_ad --> <!-- powered --> <div class="sideContents"> <h3>Others</h3> <div class="body"> <ul> <li><a href="./manage/">管理者ページ</a></li> <li>書いた記事数 : {all_entry_count}</li> <li>最後に更新した日 : {last_entry_date}</li> </ul> </div> </div> <!-- /powered --> <!-- moblie --> <div class="sideContents"> <h3>Mobile</h3> <div class="body"> <p>{site_qrcode}</p> </div> </div> <!-- /moblie --> <!-- powered --> <div class="sideContents"> <h3>Powered</h3> <div class="body"> <p>{powered}</p> </div> </div> <!-- /powered --> </div> <!-- /side --> </div> <!-- /content/ --> <!-- footer --> <div id="footer"> <p id="copyright">{copyright}</p> <p>Icons by <a href="http://famfamfam.com/">famfamfam</a>. <abbr title="User Template File">UTF</abbr> Designed by <a href="http://choaw.jugem.jp/">choaw</a>.</p> <p><a class="top-btn" href="#top">Pagetop</a></p> </div> <!-- /footer --> </div> <!-- /wrapper/ --> </body> </html>
CSS
@charset "EUC-JP"; /* ------------------------------------- Joyful Calendar Style Sheet Template URI: http://choaw.jugem.jp/?tid=7 Author: choaw URL: http://choaw.jugem.jp/ Date: 25 Mar 2010 ---------------------------------------- */ * { margin: 0; padding: 0; } body { font: 100%/1.7 "Lucida Grande", Helvetica, Arial, sans-serif; color: #4e454a; background: #fff url(http://img-cdn.jg.jugem.jp/70a/1631156/20100310_966111.jpg) 50% 0; } body {font-size: small\9;} *:first-child + html body {font-size: small;} /* headings ---------------------------------------- */ h2, h3, h4, h5, h6 { /* margin-bottom: 1.2em;*/ line-height: 1.2; color: #da536e; } h2 {font-size: 160%;} h3 {font-size: 130%;} h4 {font-size: 120%;} h5 {font-size: 105%;} h6 {font-size: 100%;} /* paragraph --------------------------------------- */ p { /* margin-bottom: 1.5em;*/ } /* links --------------------------------------- */ a { color: #da536e; text-decoration: none; } /* images ---------------------------------------- */ img { border: none; } .pict { } a:hover .pict{ } img.left { float: left; margin: .45em 1.2em .3em 0; } img.right{ float: right; margin: .45em 0 .3em 1.2em; } /* lists ---------------------------------------- */ ul, ol { /* margin-bottom: 1.5em*/ padding-left: 40px; } dt { font-weight: bold; } dd { padding-left: 40px; } /* table ---------------------------------------- */ #content table { /* margin-bottom: 1.5em;*/ border-collapse: collapse; line-height: 1.7; font-size: 100%; table-layout: auto; } table caption { } #main th, #main td { padding: 3px; color: #4e454a; border-bottom: 1px solid #4e454a; empty-cells: show; vertical-align: top; } #main th { border: 1px solid #da536e; border-width: 1px 0; color: #da536e; font-weight: bold; } /* form --------------------------------------- */ fieldset { border: none; } input, textarea { font-size: 100%; } /* --------------------------------------- */ em, strong { font-weight: bold; } q { color: #00608d; } blockquote { position: relative; /* margin-bottom: 1.5em;*/ padding: 5px 40px 0; color: #00608d; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100226_904960.png) 8px 3px no-repeat; } blockquote cite { display: block; text-align: right; } cite a { color: #666; } cite a:hover { color: #000; } pre { /* margin-bottom: 1.5em*/ padding: 10px 15px; font: 100%/1.4 Courier, monospace; overflow: auto; white-space: pre-wrap; word-wrap: break-word; border-left: 3px solid #719bad; background: #fffff9; color: #00608d; } abbr, acronym { border-bottom: 1px dashed #ccc; cursor: help; } /* skip --------------------------------------- */ #skip { position: absolute; top: -999px; } /* wrapper --------------------------------------- */ #wrapper { width: 940px; margin: 0 auto; } /* header --------------------------------------- */ #header { position: relative; height: 12em; line-height: 1.4; } /* blog title --------------------------------------- */ h1 { position: relative; top: 1.8em; left: 15px; font-size: 220%; font-weight: normal; } h1 a { color: #504946; } /* blog description --------------------------------------- */ p#description { position: absolute; top: 7em; left: 16px; color: #00608d; margin-right: 20px; } /* searchform --------------------------------------- */ #searchform { position: absolute; top: 2em; right: 10px; } #searchform label { float: left; text-indent: -9999px; height:18px; width: 18px; line-height: 0; background: #fff url(http://img-cdn.jg.jugem.jp/70a/1631156/20100226_904951.png) 1px 50% no-repeat; -webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomleft: 10px; } #searchform .text { outline: none; height: 18px; width: 180px; border: 0; color: #719bad; float: left; line-height: 18px; -webkit-border-top-right-radius: 15px; -webkit-border-bottom-right-radius: 15px; -moz-border-radius-bottomright: 10px; -moz-border-radius-topright: 10px; } #searchform .text:focus { color: #333; } /* feeds --------------------------------------- */ .feeds { position: absolute; right: 15px; bottom: 1em; font-family: Verdana, sans-serif; list-style: none; } .feeds li{ display: inline; } .feeds a { padding: 1px 0 1px 20px; color: #ee7800; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100310_966126.gif) 0 50% no-repeat; } .feeds a:hover { text-decoration: underline; } /* content --------------------------------------- */ #content { overflow: hidden; margin-bottom: 2em; } /* main --------------------------------------- */ #main { float: left; width: 640px; } #main .body { padding: 0 20px; background: #fff; } /* page nav --------------------------------------- */ #entryNavi { text-align: center; margin-bottom: 1.5em; } #entryNavi a { color: #24140e; } #entryNavi a:hover { text-decoration: underline; } /* pager --------------------------------------- */ #pager { text-align: center; margin-bottom: 1.5em; font-weight: bold; } #pager span{ margin: 0 2px; } #pager span.current { padding: 3px 5px; color: #333; background: #fffff9; } #pager a { padding: 3px 5px; color: #da536e; background: #fffff9; } #pager a:hover { text-decoration: underline; } /* entry --------------------------------------- */ .entry { margin-bottom: 1.5em; padding-bottom: 20px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100310_966112.gif) -1280px 100% no-repeat; } /* entrytitle */ .entryTitle { margin: 0; padding: 20px 20px 20px 70px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100310_966112.gif) 0 0 no-repeat; } .entryTitle a { color: #da536e; } /* entry main */ .entryBody { margin-top: -20px; } /* entry more */ .entryMore { margin-bottom: 2em; } .entryBody a, .entryMore a { text-decoration: underline; } .entryBody a:hover, .entryMore a:hover { text-decoration: none; } /* entry state --------------------------------------- */ .entryState { margin-bottom: 2em; padding: 0; color: #719bad; position: relative; top: -20px; left: 50px; line-height: 1.2; } .bottom { text-align: right; margin: 0; position: relative; top: 0; left: 0; } .entryState a{ color: #be8f68; } .entryState a:hover{ text-decoration: underline; } .entryState li { display: inline; padding: 1px 0; } .entryState .date { padding-left: 20px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100226_904981.png) 0 50% no-repeat; } .entryState .comment { padding-left: 20px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100226_904974.png) 0 50% no-repeat; } /* related entry --------------------------------------- */ #relatedEntry { margin-bottom: 1.5em; padding-bottom: 20px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100310_966112.gif) -1280px 100% no-repeat; } #relatedEntry a:hover { text-decoration: underline; } #relateTitle { margin: 0; padding: 20px 20px 1.2em 20px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100310_966112.gif) -640px 0 no-repeat; } #relatedEntry ul { list-style: none; padding-left: 20px; } #relatedEntry li { padding-left: 20px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100226_904985.png) 0 50% no-repeat; } /* comment --------------------------------------- */ #comments { margin-bottom: 1.5em; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100310_966112.gif) -1280px 100% no-repeat; padding-bottom: 20px; overflow: hidden;zoom:1; } #comments a:hover { text-decoration: underline; } #commentTitle { margin: 0; padding: 20px 20px 1.2em 20px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100310_966112.gif) -640px 0 no-repeat; } #commentSendTitle { margin-bottom: 1.2em; } .comment_col { margin-bottom: 1.5em; } .commentBody { margin: 0 20px; } .commentState { padding: 0; color: #719bad; } ul.commentState li { display:inline; padding: 2px 0; } ul.commentState .user { padding-left: 20px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100226_904973.png) 0 50% no-repeat; } ul.commentState .date { } /* comment form --------------------------------------- */ .commentSendForm { padding: 20px; background: #f7f6f5; -webkit-border-radius: 8px; } .commentSendForm .input, .commentSendForm textarea { padding: 5px; position: relative; top: -1.9em; left: 9em; border: 1px solid #ccc; background: #fff; } .commentSendForm .input { width: 250px; } .commentSendForm textarea { width: 400px; } .commentSendForm label { display: block; width: 8em; text-align: right; } .commentSendForm label.checkbox{ display: inline; width: auto; text-align: left; } .commentSendForm .block { position: relative; } .commentSendForm .btn { margin-left: 9em; } .commentSendForm #set_cookie, .checkbox { position: relative; top: -1.4em; left: 9em; } .commentSendForm input:focus, .commentSendForm textarea:focus { outline: none; border: 1px solid #719bad; } /*btn */ .commentSendForm .btn, .commentSendForm .btn:focus { padding: 3px 8px; border: 0; cursor: pointer; color: #fff; background: #2e77cf; background: linear-gradient(top, rgb(83, 170, 233), to(rgb(46, 119, 207))); background: -moz-linear-gradient(top, rgb(83, 170, 233), rgb(46, 119, 207)); background: -webkit-gradient(linear, left top, left bottom, from(rgb(83, 170, 233)), to(rgb(46, 119, 207))); filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr="#53aae9", EndColorStr="#2e77cf"); -webkit-border-radius: 5px; -moz-border-radius: 5px; text-shadow: 0 1px 0 #333; -moz-box-shadow: 0 1px 2px #666; -webkit-box-shadow: 0 1px 2px #666; box-shadow: 0 1px 2px #666; } .commentSendForm .btn:active { background: #1f4b80; background: linear-gradient(top, rgb(46, 119, 207), to(rgb(31, 75, 128))); background: -moz-linear-gradient(top, rgb(46, 119, 207), rgb(31, 75, 128)); background: -webkit-gradient(linear, left top, left bottom, from(rgb(46, 119, 207)), to(rgb(31, 75, 128))); filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr="#2e77cf", EndColorStr="#1f4b80"); } /* trackback --------------------------------------- */ #trackback { margin-bottom: 1.5em; padding-bottom: 20px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100310_966112.gif) -1280px 100% no-repeat; } #trackback a:hover { text-decoration: underline; } #trackbackTitle { margin: 0; padding: 20px 20px 1.2em 20px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100310_966112.gif) -640px 0 no-repeat; } #trackback label { display: block; } #trackback input { width: 400px; margin-bottom: 2em; outline: none; border: 1px solid #c9c9c2; padding: 5px; } #trackback input:focus { border-color: #da536e; } .trackbackName { font-weight: bold; padding-left: 20px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100226_904986.png) 0 50% no-repeat; } .trackbackBody { } ul.trackbackState { text-align: right; margin-bottom: 2em; } ul.trackbackState li { display: inline; margin-left: 5px; } /* profile --------------------------------------- */ #profile { margin-bottom: 1.5em; padding-bottom: 20px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100310_966112.gif) -1280px 100% no-repeat; } #profileTitle { margin: 0; padding: 20px 20px 1.2em 20px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100310_966112.gif) -640px 0 no-repeat; } #profileName { font-weight: bold; } #profileBody { } #profileBody a:hover { text-decoration: underline; } /* side menu --------------------------------------- */ #side { float: right; width: 280px; padding: 0; color: #626063; } /* side menu title --------------------------------------- */ #side h3 { margin: 0; padding: 20px 20px 0; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100310_966113.gif) 0 0; } .sideContents a { color: #719bad; } .sideContents a:hover { color: #da536e; } /* side menu contents --------------------------------------- */ .sideContents { margin-bottom: 1.5em; padding-bottom: 20px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100310_966113.gif) -280px 100% no-repeat; } .sideContents .body { padding: 1.2em 20px 0; background: #fff ; } .sideContents ul { list-style: none; padding: 0; } .sideContents ol { padding-left: 1.7em; } .sideContents dd { padding: 0; } /* profile --------------------------------------- */ #side .profile a { padding-left: 20px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100226_904987.png) 0 50% no-repeat; } /* calendar --------------------------------------- */ .calendar table { margin: 0 auto; } .calendar th { color: #777; font-weight: normal; font-size: 80%; } .calendar th, .calendar td { padding: 0; } .calendar th { border: none; } th.sun { color: #c00; } th.sat { color: #06c; } .calendar td { border: none; } .cell a,.call a:link,.call a:visited { color: #333; font-weight: bold; display: block; background: #feffbb; } .cell a:hover { color: #08c; } /* calendar cell */ .cell { width: 27px; } /* recent comment --------------------------------------- */ #side .comment ul { list-style: none; padding:0; } #side .comment li{ background: none; padding: 0; } #side .comment li a { padding-right: 20px; background:#fff url(http://img-cdn.jg.jugem.jp/70a/1631156/20100226_904983.png) 100% 50% no-repeat; } /* archives --------------------------------------- */ .archives ul { list-style: none; } .archives a { padding-left: 20px; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100226_904972.png) 0 50% no-repeat; } .archives ul ul { list-style: disc; padding-left: 40px; } .archives ul ul a{ padding: 0; background: none; } /* footer ---------------------------------------- */ #footer { clear: both; position: relative; padding: 0 20px 20px; color: #24140e; line-height: 1.4; } #footer a { color: #24140e; text-decoration: underline; } #footer a:hover { text-decoration: none; } #copyright { margin-right: 5.5em; } #footer .top-btn { display: block; position: absolute; top: 0; right: 20px; padding-left: 15px; color: #333; background: url(http://img-cdn.jg.jugem.jp/70a/1631156/20100310_966114.gif) 0 50% no-repeat; text-transform: uppercase; outline: none; } .top-btn:active { } /* ads --------------------------------------- */ #gEntryAdContainer { padding: 0 !important; margin: 2em 40px 0; } #gEntryAdContainer a { }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑