無料ブログをかんたん作成
無料ブログ作成なら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"> <head> <meta http-equiv="Content-Type" content="text/html; charset={site_encoding}" /> <title>:: {site_title} :: {entry_title}</title> <link rel="stylesheet" href="{site_css}" type="text/css" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="{site_rss}" /> </head> <body> <!--BODY--> <!-- BEGIN title --> <div id="wrapper"> <div id="header"><h1 class="description">{blog_description}</h1><h1 id="site_title" title="{blog_description}">{blog_name}</h1></div> <!-- END title --> <div id="main"> <div id="contents"> <!-- BEGIN entry --> <div class="entry"> <div class="entry_date">{entry_date}</div> <h2 class="entry_title">{entry_title}</h2> <div class="entry_body"> {entry_description} </div> <div class="entry_more"> {entry_sequel} </div> <div class="entry_state"> {user_name} * {category_name} * {entry_time} * {comment_num} * {trackback_num}<br /> {trackback_auto_discovery} </div> </div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <h2 class="entry_title">コメント</h2> <!-- BEGIN comment --> <div class="entry_body"> {comment_description} </div> <div class="entry_state"> Comment by {comment_name} @ {comment_time} </div> <!-- END comment --> <div class="entry_body">コメントする<br /> <form action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" class="write" /> <label for="name">name:</label><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" class="write" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" class="write" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" class="write" /><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 type="submit" value="コメント送信" class="button" /> <input type="checkbox" name="set_cookie" value="1" 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"> <h2 class="entry_title">トラックバック</h2> <div class="entry_date">この記事のトラックバックURL:<br /> {trackback_url} </div> <!-- BEGIN trackback --> <h3 class="entry_title">{trackback_title}</h3> <p class="entry_body">{trackback_excerpt}</p> <div class="entry_state"> From {trackback_blog_name} @ {trackback_time} </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry"> <h2 class="entry_title">プロフィール</h2> <h3 class="entry_title">{profile_name}</h3> <p class="entry_body">{profile_description}</p> </div> <!-- END profile_area --> </div> <!--right side--> <div id="menu"> <!-- BEGIN profile --> <div id="linktitle"> <h4 title="PROFILE"><span></span>PROFILE</h4></div> <div id="profile"> {user_list} </div> <!-- END profile --> <!-- BEGIN calendar --> <div id="linktitle"> <h4 title="CALENDER">CALENDAR</h4></div> <div class="calendar_table"> {calendar} </div> <!-- END calendar --> <!-- BEGIN latest_entry --> <div id="linktitle"> <h4 title="RECENT ENTRIES"><span>RECENT ENTRIES</span></h4></div> <div id="entries"> {latest_entry_list} </div> <!-- END latest_entry --> <!-- BEGIN recent_comment --> <div id="linktitle"> <h4 title="RECENT COMMENTS"><span></span>RECENT COMMENTS</h4></div> <div id="comments"> {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div id="linktitle"> <h4 title="TRACKBACKS"><span></span>TRACKBACKS</h4></div> <div id="trackbacks"> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- BEGIN category --> <div id="linktitle"> <h4 title="CATEGORIES"><span></span>CATEGORIES</h4></div> <div id="categories"> {category_list} </div> <!-- END category --> <!-- BEGIN archives --> <div id="linktitle"> <h4 title="MONTHLY ARCHIVE"><span></span>MONTHLY ARCHIVES</h4></div> <div id="archives"> {archives_list} </div> <!-- END archives --> <!-- BEGIN link --> <div id="linktitle"> <h4 title="LINKS"><span></span>LINKS</h4></div> <div id="links"> {link_list} </div> <!-- END link --> <div class="menutext"> <ul> <li> <a href="./?mode=rss" title="Syndicate!">RSS1.0</a> </li> <li> <a href="http://jugem.jp" title="JUGEM Website">Powered by "JUGEM"</a> </li> </ul> </div> <form method="get" action=""> <div class="search"> Search this site.<br /> <input id="search" name="search" size="20" style="width:100px" class="form" /><input type="submit" value="さがす" /> </div> </form> </div> <a href="#wrapper"><img src="http://paradogs-image.com/image/benzaiten_btn.gif" class="totop" alt="このページの先頭へ" /></a> <br class="clear" /> </div> </div> <!--foot--> <div id="copyright"> Copyright © 2004 <a href="http://paperboy.co.jp">paperboy&co.</a> All Rights Reserved. </div> </body> </html>
CSS
/*-- 全体的なルール --*/ body { margin: 0; padding: 0; background-color: #000000; font-family: Verdana, ""ヒラギノ角ゴ Pro W3"", ""MS ゴシック"", ""Osaka‐等幅"", sans-serif; text-align: center; } div, span, form, h1, h2, h3, h4, ul, ol { margin: 0; padding: 0} a:link { color:#A50D2E; text-decoration:underline;} a:visited { color:#A50D2E; text-decoration:none;} a:active { color:#FF7E28; text-decoration:underline;} a:hover { color:#FF7E28; text-decoration:underline;} /*-- レイアウト--*/ #wrapper { margin: 0 auto 5px auto; width: 750px; border-right:1px solid #F7C300; border-left:1px solid #F7C300; } #header { text-align: left; width: 750px; height: 207px; background: url(http://paradogs-image.com/image/benzaiten_header.gif) no-repeat; background-color:#FFFFFF; } h1#site_title { font-size: 200%; font-weight: normal; color:#AD0D00; margin: 0; padding: 5px 0 0 40px; } #site_title a, #site_title a:link, #site_title a:visited, #site_title a:active, #site_title a:hover { color:#AD0D00; text-decoration:none; } .description { font-size: small; font-weight: normal; color:#686868; margin: 0; padding: 60px 0 0 40px; } #main {border-top-width: 0; border-bottom:1px solid #F7C300; background-image:url(http://paradogs-image.com/image/benzaiten_pattern.gif); text-align: left; padding: 20px 30px; } #contents { float: left; width: 480px; } #menu { margin: 0; padding: 0 8px; float: none; width: 175px; float: right; text-align: left; } /*-- コンテンツ部分 --*/ .entry { width: 480px; margin: 0 0 8px 0; } h2.entry_title { font-size: 100%; font-weight: bold; color: #3C3C3C; margin: 15px 20px 0 20px; text-align: left; border-bottom:solid 1px; border-bottom-color:#3C3C3C; padding:0.2em } h3.entry_title { font-size: small; font-weight: bold; color: #3C3C3C; margin: 15px 20px 0 20px; text-align: left; padding: 0; } .entry_date { font-family:verdana, arial, sans-serif; font-size:small; color:#CCC; background:#2E2069; border:1px solid #8279A5; padding:5px; margin-bottom:10px; font-weight:normal; text-align: left; } .entry_body { font-size: small; line-height: 170%; color: #3C3C3C; margin: 10px 20px 10px 20px; } .entry_more { font-size: small; line-height: 170%; color: #3C3C3C; margin: 20px 20px 10px 20px; } .entry_state { font-size: x-small; color: #3C3C3C; margin: 10px 20px 20px 20px; text-align: left; background: url(http://paradogs-image.com/image/benzaiten_author.gif) no-repeat top left; padding: 0 0 0 20px; clear: left; } blockquote { margin: 20px 10px 0 10px; padding: 8px; border: 1px dashed #900; background-color: #FCF7F5; } ul li { list-style-type: square; margin: 0 10px 0 25px; padding: 0; line-height: 1.5; } ol li { margin: 0 10px 0 35px; padding: 0; line-height: 1.5; } .pict { border: 0px float: left; margin: 0 0 0 0; padding: 0; } img.totop { border-width: 0; margin: 15px 0 0 190px; padding: 0; width: 98px; } .clear { clear: both; height: 1px; } /*-- フォーム --*/ #main input.write, #main textarea { border: 1px solid #966; padding: 1px; color: #333; font-family: Verdana, ""ヒラギノ角ゴ Pro W3"", ""MS ゴシック"", ""Osaka‐等幅"", sans-serif; } /*-- メニュー --*/ #calendar, #entries, #comments, #trackbacks, #categories, #archives, #links , #profile, .menutext { font-size: x-small; color: #3C3C3C; line-height: 170%; margin: 10px 0px 20px 10px; } #calendar { margin: 10px 0px 5px 10px; } #entries ul li, #trackbacks ul li { list-style-image: url(http://paradogs-image.com/image/benzaiten_file.gif); margin: 0 0 0 10px; padding: 0; } #comments ul li { list-style-image: url(http://paradogs-image.com/image/benzaiten_comment.gif); margin: 0 0 0 10px; padding: 0; } #categories ul li, #archives ul li { list-style-image: url(http://paradogs-image.com/image/benzaiten_folder.gif); margin: 0 0 0 10px; padding: 0; } #profile ul li { list-style-image: url(http://paradogs-image.com/image/benzaiten_author.gif); margin: 0 0 0 10px; padding: 0 0 0 5px; } .menutext ul li { margin: 0 0 0 10px; padding: 0 0 0 5px; } #linktitle { font-family: "Verdana"; font-size: 12px; font-weight: bolder; color: #333333; line-height: 100%; margin: 0px 10px 0px 10px; padding: 2px; border-bottom: 1px solid #CDCACF; } #profiletitle { background: url(../template/pinkgraph/img/profile.gif) no-repeat top right; width: 2175px; height: 20px; margin: 0 0 0 -2000px; } /*-- フッター --*/ #copyright { font-size: 70%; color: #CCCCCC; line-height: 130%; clear: both; text-align: center; padding: 0 0 5px 0; } /*-- 時計 --*/ .clock { margin: 0px 0px 0px 1px; } /*-- カレンダー --*/ .calendar_table { margin: 0 0 15px 10px; } .cell, .today, .calendar_month { padding: 2px; font-size: 11px; font-family: Verdana, sans-serif; color: #666; } /*-- 検索 -- */ .search { font-size: x-small; color: #666; line-height: 150%; padding: 0 0 0 10px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑