無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
brush
テンプレートイメージ表示ページへ戻る
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 rel="alternate" type="application/rss+xml" title="RSS" href="{site_rss}" /> <link rel="alternate" type="application/atom+xml" href="{site_atom}" /> </head> <body> <a name="top"></a> <table width="600px" border="0" cellpadding="0" cellspacing="0" style="background-repeat: no-repeat" align="center"> <tr> <td height="110" valign="top"> <!-- BEGIN title --> <div align="center"><h1 class="site_title>{blog_name}</h1> <div class="description">{blog_description}<br></div><BR> <!-- END title --> <table border="0" cellpadding="0" cellspacing="0" height="20" align="center"> <tr> <td> <div class="linktexttop"> <!-- BEGIN latest_entry --> <div class="linktext"> <div id="newentrylist">{latest_entry_list}</div></div> <!-- END latest_entry --> <!-- BEGIN category --> <div class="linktext"> <div id="categorylist">{category_list}</div></div> <!-- END category --> <!-- BEGIN archives --> <div class="linktext"> <div id="archivelist">{archives_list}</div></div> <!-- END archives --> <!-- BEGIN link --> <div class="linktext"> <div id="linklist">{link_list}</div> </div> <!-- END link --> </div> </td> </tr> </table> </div> <!-- BEGIN entry --> <div class="entry"> <div class="entry_title"> <div class="entry_date">{entry_title}</div> <div class="entry_author"> - {entry_date}</div> </div> <div class="entry_body">{entry_description}</div> <div class="entry_more">{entry_sequel}</div> <div class="entry_categoly"><div align="right">author キリュウ|{category_name}│{comment_num}</div></div> <!-- BEGIN sequel --><a name="sequel"></a><div class="entry_navi"> {prev_entry} | <a href="./">TOP</a> | {next_entry} </div></div> <!-- END sequel --> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry" style="font-size:10px;"> <div class="description">Comment</div><BR> <!-- BEGIN comment --> <div class="comment"> {comment_description} <div class="comment_state">{comment_name} ({comment_time})</div> </div> <!-- END comment --> <div style="margin-bottom:10px;"> <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" id="name" value="{cookie_name}" /><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" id="description" name="description" rows="10" cols="50" style="width:350px;"></textarea><br /> <br /> <input tabindex="5" type="submit" value="コメント送信" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookieに登録</label> </form> </div> </div> <!-- END comment_area --> <div align="center"><div class="entry_state">{prev_page_link} | {page_now}/{page_num} | {next_page_link}</div> <div class="entry_state"><a href="{site_rss}">RSS1.0</a> |<a href="{site_atom}">ATOM0.3</a></div> <div align="center"> <!-- footer --> <div class="copyright" align="center">{copyright}</div></div> <!-- /footer/ --></div> </td> </tr> </table> <script type="text/javascript"> <!-- ListSelector('newentrylist',1,'New entries'); /* 最新エントリーをプルダウン化 */ ListSelector('archivelist',1,'Archive'); /* 月別アーカイブをプルダウン化 */ ListSelector('categorylist',1,'Categories'); /* カテゴリーをプルダウン化 */ ListSelector('commentlist',1,'Comments'); /* コメントをプルダウン化 */ ListSelector('tblist',1,'Track Back'); /* TBをプルダウン化 */ ListSelector('linklist',1,'Links'); /* LINKをプルダウン*/ ListSelector('profilelist',1,'Profile'); /* profileをプルダウン化 */ function ListSelector(idName,checkNum,selText) { if (!selText) selText = '移動先を選択'; var listWidth = '120px'; var objFocus = this.document.getElementById(idName); if (!objFocus) return; var objLists = objFocus.getElementsByTagName('li'); if (objLists.length < checkNum) return; var outText = new Array(); outText[outText.length] = '<form class="listselector" action="#">'; outText[outText.length] = Array('<select onchange="window.location.href = this.value" style="width:',listWidth,'">').join(''); outText[outText.length] = '<option value="">'; outText[outText.length] = selText; outText[outText.length] = '</option>'; for (i=0;i<objLists.length;i++) { var elemNum = objLists[i].innerHTML; if ( elemNum.match(/\((\d*)\)/) ) { elemNum = RegExp.$1; } else { elemNum = ''; } var oAnchor = objLists[i].getElementsByTagName('a'); var txtLink = oAnchor[0].getAttribute('href'); var txtElem = oAnchor[0].firstChild.nodeValue; outText[outText.length] = '<option value="'; outText[outText.length] = txtLink; outText[outText.length] = '">'; outText[outText.length] = txtElem; if (elemNum) outText[outText.length] = Array('(',elemNum,')').join(''); outText[outText.length] = '</option>\n'; } outText[outText.length] = '</select></form>\n'; objFocus.innerHTML = outText.join(''); } // --> </script> {ad} </BODY> </HTML>
CSS
body { margin: 0px 10px; padding: 0px; background: #ffffff; } #layout { width: 760px; } #main { float: left; width: 500px; } #side { float: right; width: 220px; } h1 { margin: 5px; padding: 5px; font-size: 15px; } ul { margin: 0px 0px 0px 15px; padding: 0px; } a { color: #666666; text-decoration: none; } a:link { color: #666666; text-decoration: none; } a:visited { color: #666666; text-decoration: none; } a:active { color: #666666; text-decoration: none; } a:hover { color: #cccccc; text-decoration: none; } .site_title a {color: #999999;text-decoration: none;} .site_title a:link {color: #666666;text-decoration: none;} .site_title a:visited {color: #666666;text-decoration: none;} .site_title a:active {color: #666666;text-decoration: none;} .site_title a:hover {color: #666666;text-decoration: none;} .site_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; color: #fff; margin: 0px 0px 0px 0px;; padding-bottom: 0px; } .description { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #999999; margin: 0px; } .entry_navi{ font-size: 10px; color: #ffffff; margin: 0px 0px 0px 0px; } .entry { margin: 40px 0px 0px 0px; padding: 0px; } .entry_date { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; float: left; color: #ffffff; padding: 0px 5px 0px 30px; } .entry_author { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #999999; margin: 0px 20px 0px 0px; } .entry_title { background: url(http://zer0city.under.jp/8910/img/title.gif); background-repeat: no-repeat; font-weight: bolder; margin: 0px; padding: 24px 40px 30px 20px; } .entry_body { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; background-color: #ffffff; font-size: 11px; line-height: 170%; color: #000000; margin: 0px; padding: 15px 30px 5px 50px; } .entry_categoly { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; background-color: #ffffff; font-size: 11px; line-height: 170%; color: #000000; margin: 0px; padding: 15px 20px 10px 20px; } .entry_more { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; line-height: 170%; background-color: #ffffff; color: #000000; margin: 0px; padding: 5px 30px 5px 50px; } .entry_state { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #666666; margin: 15px 0px 0px 0px; } blockquote { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #666666; margin: 20px 10px 20px 10px; padding: 10px; border-left: 3px solid #CCCCCC; } .pict { border-width: 0px; border-style: solid; border-color: #999; } .linktexttop { margin: 0px; padding: 0px; } .linktitle { font-family: "Verdana"; font-size: 12px; font-weight: bolder; color: #666666; line-height: 170%; margin: 10px 0px 0px 0px; } .linktext { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #999999; line-height: 170%; margin: 5px 5px 5px 0px; text-align: center; float: left; } .linktext2 { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #999999; clear: both; } .copyright { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #666666; line-height: 170%; border-top: 1px solid #666666; margin: 5px 0px 0px 0px; padding-top: 10px; } .cell { width: 25px; height: 20px; padding: 0px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑