無料ブログをかんたん作成
無料ブログ作成なら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"> <head> <meta http-equiv="Content-Type" content="text/html; charset={site_encoding}" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <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} <a name="top" id="top"></a> <div id="wrapper"> <!--HEAD--> <table width="700" height="250" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <!-- BEGIN title --> <td width="470" valign="top"> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> </td> <!-- END title --> </tr> </table> <!--BODY--> <table width="700" border="0" cellspacing="0" cellpadding="0" align="center"> <tr valign="top"> <td width="400"> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <table width="450" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="./template/kinoko/img/head.gif" width="450" height="33" alt="" /> <div class="entry_date">{entry_date}</div> <div class="entry_title">{entry_title}</div> <div class="entry_body">{entry_description}</div> <a name="sequel"></a> <div class="entry_more">{entry_sequel}</div> <div class="entry_state">| {user_name} | {category_name} | {entry_time} | {comment_num} | {trackback_num} |</div> <img src="./template/kinoko/img/bottom.gif" width="450" height="33" alt="" /></td> </tr> </table> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <table width="450" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="./template/kinoko/img/head.gif" width="450" height="33" alt="" /> <div class="entry_date">コメント</div> <!-- BEGIN comment --> <div class="entry_body"> {comment_description} </div> <div class="entry_state"> | {comment_name} | {comment_time} | </div> <br /> <!-- END comment --> <div class="entry_date">コメントする</div> <div class="entry_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}" /><br /> <label for="email">email:</label><br /> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" /><br /> <label for="url">url:</label><br /> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:400px;"></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> <img src="./template/kinoko/img/bottom.gif" width="450" height="33" /></td></tr> </table> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="entry"> <table width="450" border="0" cellspacing="0" cellpadding="0"> <tr> <td ><img src="./template/kinoko/img/head.gif" width="450" height="33" alt="" /> <form> <div class="entry_date">この記事のトラックバックURL</div> <div class="entry_body"><input type="text" size="50" value="{trackback_url}" style="width:400px;" /></div> </form> <div class="entry_date">トラックバック</div> <!-- BEGIN trackback --> <div class="entry_title">{trackback_title}</div> <div class="entry_body">{trackback_excerpt}</div> <div class="entry_state"> | {trackback_blog_name} | {trackback_time} | </div> <!-- END trackback --> <img src="./template/kinoko/img/bottom.gif" width="450" height="33" alt="" /></td> </tr> </table> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry"> <table width="450" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="./template/kinoko/img/head.gif" width="450" height="33" alt="" /> <div class="entry_date">プロフィール</div> <div class="entry_title">{profile_name}</div> <div class="entry_body">{profile_description}</div> <img src="./template/kinoko/img/bottom.gif" width="450" height="33" alt="" /></td> </tr> </table> </div> <!-- END profile_area --> <!-- BEGIN page --> <ul class="navi"> <li>{prev_page_link}</li> <li>{page_now}/{page_num}PAGES</li> <li>{next_page_link}</li> </ul> <!-- END page --> </td> <!--right side--> <td width="250"> <!-- ■■■■■ --> <!-- BEGIN calendar --> <div class="links"> <div class="linktitle"> CALENDAR<br /> </div> <div class="calendar"> <table border="0" cellspacing="1" cellpadding="0"> <tr align="center"> <td class="cell">S</td> <td class="cell">M</td> <td class="cell">T</td> <td class="cell">W</td> <td class="cell">T</td> <td class="cell">F</td> <td class="cell">S</td> </tr> </table> {calendar} </div> </div> <!-- END calendar --> <!-- BEGIN jugem_ad --> <div class="links"> <div class="linktitle">SPONSORED LINKS<br /></div> {ad} </div> <!-- END jugem_ad --> <!-- BEGIN amazon --> <div class="links"> <div class="linktitle"> AMAZON<br /> </div> <div class="linktext"> {amazon_item} </div> </div> <!-- END amazon --> <!-- BEGIN latest_entry --> <div class="links"> <div class="linktitle"> NEW ENTRIES<br /> </div> <div class="linktext"> {latest_entry_list} </div> </div> <!-- END latest_entry --> <!-- BEGIN recent_comment --> <div class="links"> <div class="linktitle"> RECENT COMMENTS<br /> </div> <div class="linktext"> {recent_comment_list} </div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="links"> <div class="linktitle"> RECENT TRACKBACK<br /> </div> <div class="linktext"> {recent_trackback_list} </div> </div> <!-- END recent_trackback --> <!-- BEGIN category --> <div class="links"> <div class="linktitle"> CATEGORIES<br /> </div> <div class="linktext"> {category_list} </div> </div> <!-- END category --> <!-- BEGIN archives --> <div class="links"> <div class="linktitle"> ARCHIVES<br /> </div> <div class="linktext"> {archives_list} </div> </div> <!-- END archives --> <!-- BEGIN freespace1 --> <div class="links"> <div class="linktitle">{freespace_title1}<br /></div> <div class="linktext">{freespace_contents1}</div> </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="links"> <div class="linktitle">{freespace_title2}<br /></div> <div class="linktext">{freespace_contents2}</div> </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="links"> <div class="linktitle">{freespace_title3}<br /></div> <div class="linktext">{freespace_contents3}</div> </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="links"> <div class="linktitle">{freespace_title4}<br /></div> <div class="linktext">{freespace_contents4}</div> </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="links"> <div class="linktitle">{freespace_title5}<br /></div> <div class="linktext">{freespace_contents5}</div> </div> <!-- END freespace5 --> <!-- mobile --> <div class="links"> <div class="linktitle">MOBILE<br /></div> <div class="linktext">{site_qrcode}</div> </div> <!-- //mobile --> <!-- BEGIN link --> <div class="links"> <div class="linktitle"> LINKS<br /> </div> <div class="linktext"> {link_list} </div> </div> <!-- END link --> <!-- BEGIN profile --> <div class="links"> <div class="linktitle"> PROFILE<br /> </div> <div class="linktext"> {user_list} </div> </div> <!-- END profile --> <!-- powered --> <div class="links"> <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> </ul> <div class="jugem_bana"> {powered} </div> </div> </div> <!-- /powered/ --> </td> </tr> </table> <!-- footer --> <br /> <table width="700" border="0" cellspacing="0" cellpadding="0" align="center"> <tr valign="top"> <td width="470" class="copyright"> {copyright} </td> <!-- /footer/ --> <td> <!-- search --> <form method="get" action=""> <div class="search"> Search this site.<br /> </div> <input id="search" name="search" size="20" style="width:150px" class="form" /> <input type="submit" value="Search" class="button" /> </form> <!-- /search/ --> <a href="#top"><img src="./template/kinoko/img/top.gif" alt="一番上へ" width="67" height="37" vspace="10" border="0" /></a> </td> </tr> </table> </div> </body> </html>
CSS
* { margin:0px; padding:0px; } body { margin: 0px; background: #30A232 url(./template/kinoko/img/main.gif) repeat-x; } div { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; } #wrapper { width: 700px; margin: 0 auto; } a:link {color:#33DDFF; text-decoration:underline;} a:visited {color:#FFaa33; text-decoration:none;} a:active {color:#CCFF33; text-decoration:underline;} a:hover {color:#CCFF33; text-decoration:underline;} h1 { margin: 20px 0px 10px 0px; } ul { margin: 0px 0px 0px 15px; padding: 0px; } .site_title { font-weight: bolder; } .site_title a, .site_title a:link, .site_title a:visited, .site_title a:active, .site_title a:hover { color:#333333; text-decoration:none; } .description { font-size: 12px; font-weight: bolder; color: #333333; margin: 10px 0px 10px 0px; } .contents { background-color: #30A232; margin: 10px 0px 10px 0px; padding: 20px 0px 0px 0px; border-top: 1px solid #30A232; border-bottom: 1px solid #30A232; } .entry { background-color: #FFFFFF; margin: 0px 0px 20px 0px; padding:0; width:450px; } .entry_navi{ font-size: 14px; text-align:center; margin:0 0 10px 0; } .entry_date { font-size: 14px; font-weight: bolder; color: #FF3333; margin: 10px 20px 10px 20px; padding-bottom: 3px; border-bottom: 1px dotted #CCCCCC; } .entry_title { font-size: 12px; font-weight: bolder; color: #3399FF; margin: 15px 20px 15px 20px; } .entry_body { font-size: 12px; line-height: 170%; color: #333333; margin: 15px 20px 15px 20px; } .entry_more { font-size: 11px; line-height: 170%; color: #333333; margin: 15px 20px 10px 20px; } .entry_state { font-size: 10px; color: #3399FF; margin: 20px 20px 10px 20px; } blockquote { font-size: 11px; color: #333333; margin: 20px 10px 20px 10px; padding: 10px; border: 1px dotted #CCCCCC; } .pict { border-width: 1px; border-style: solid; border-color: #ffffff; } .links { margin: 10px 0px 10px 20px; } .linktitle { font-size: 12px; font-weight: bold; color: #ffffff; line-height: 100%; margin: 0px 10px 0px 0px; border-left: 5px padding: 0px 0px 0px 5px; } .linktext { font-size: 11px; color: #ffffff; line-height: 170%; margin: 10px 0px 20px 10px; } /* SEARCH--------------------------- */ .search { font-size: 10px; color: #333333; line-height: 170%; margin: 20px 0px 5px 0px; } .template { font-size: 10px; color: #333333; line-height: 170%; margin: 20px 0px 5px 20px; } /* FOOTER--------------------------- */ .copyright { font-size: 11px; color: #333333; line-height: 170%; } /* CLOCK--------------------------- */ .clock { margin: 0px 0px 0px 20px; } /* CALENDAR--------------------------- */ .calendar { font-family: "Verdana"; font-size: 10px; color: #333333; margin: 5px 0px 20px 25px; } .cell { background: url(./template/kinoko/img/cell.gif) no-repeat; width: 24px; height: 18px; } .jugem_bana{ margin: 20px 1px 10px 1px; } ul.navi { margin: 10px 0px; list-style: none; font-size:11px; } ul.navi li{ display:inline; margin-right:5px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑