無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
river
テンプレートイメージ表示ページへ戻る
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 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> <a name="top"></a> <!-- BEGIN title --> <table><tr><td class="top"> <div class="site_title">{blog_name}</div> <div class="description">{blog_description}</div> </td></tr></table> <!-- END title --> <table cellpadding="0" cellspacing="0"><tr> <td class="main" valign="top"> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} <a href="./">main</a> {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry_title">{entry_title}</div> <div class="entry_body">{entry_description} <br /><br /> <!-- BEGIN entry_sequel_link --> <a href="./?eid={entry_sequel_id}#sequel">read more...</a> <!-- END entry_sequel_link --> <!-- BEGIN entry_sequel_items --> {entry_sequel_text} <!-- END entry_sequel_items --> </div> <div class="entry_state">{entry_date} {entry_time}<br />{category_name} {comment_num}</div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="comment_title">comment</div> <!-- BEGIN comment --> <div class="comment_body">{comment_description} <br />{comment_name} {comment_time}</div> <!-- END comment --> <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}" /> <table><tr><td class="form"> <label for="name">name </label></td><td> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" /> </td></tr><tr><td class="form"> <label for="email">mail </label></td><td> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" /></td></tr><tr><td class="form"> <label for="url">web </label></td><td> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" /><br /></td></tr></table> <label for="description"></label> <br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:300px;"></textarea><br /><br /> <input tabindex="5" type="submit" value="send" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookie</label> </form> </div> <!-- END comment_area --> <!-- BEGIN profile_area --> <div class="entry_title">profile</div> <div class="entry_body">{profile_name}<br /> <br />{profile_description}</div> <!-- END profile_area --> <div class="page"> {prev_page_link} {page_now}/{page_num}PAGES {next_page_link}<br /><br /><br /> <br /> </div></div> </td> </tr><tr> <td class="side" valign="top"> <div class="linktext">written by {user_name}</div> <small> <a href="" onclick="return buttonClick(event, 'MENU1');">CT</a> <a href="" onclick="return buttonClick(event, 'MENU2');">AR</a> <a href="" onclick="return buttonClick(event, 'MENU3');">CO</a> <a href="" onclick="return buttonClick(event, 'MENU4');">BM</a> <a href="" onclick="return buttonClick(event, 'MENU5');">FR</a> <a href="./admin/">Log in</a> Design by <a href="http://cannndy.jugem.jp/" target="_blank">cannndy</a> </small><br /><br /> <!-- BEGIN category --> <div id="MENU1" class="MENU"> <div class="linktitle">Category</div> <div class="linktext"> {category_list} </div></div> <!-- END category --> <!-- BEGIN archives --> <div id="MENU2" class="MENU"> <div class="linktitle">Archives</div> <div class="linktext"> {archives_list} </div></div> <!-- END archives --> <!-- BEGIN recent_comment --> <div id="MENU3" class="MENU"> <div class="linktitle">Comment</div> <div class="linktext"> {recent_comment_list} </div></div> <!-- END recent_comment --> <!-- BEGIN link --> <div id="MENU4" class="MENU"> <div class="linktitle">Link</div> <div class="linktext"> {link_list} <ul> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> </ul> </div></div> <!-- END link --> <div id="MENU5" class="MENU"> <!-- BEGIN freespace1 --> <div class="linktitle">{freespace_title1}</div> <div class="linktext">{freespace_contents1}</div> <!-- END freespace1 --> </div> <!-- search --> <form method="get" action=""> <div class="search"> <input id="search" name="search" size="20" style="width:110px" class="form" /> <input type="submit" value="search" class="button" /> </div> </form> <!-- /search/ --> <!-- mobile --> <div class="linktext">{site_qrcode}</div> <!-- //mobile --> <br /><br />{ad}<br /><br /> </td></tr></table> </div> </div> </div> </body> </html>
CSS
* { margin: 0; padding: 0; } body { font-family: 'Times New Roman'; font-size: 10px; color: #FFFFFF; line-height: 170%; letter-spacing: 1px; text-align: left; background-color: #000000; background-image: url('http://img-cdn.jg.jugem.jp/a53/757791/20080507_451529.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: center 70px; } table,tr,td { color: #fff; } .main { text-align: left; width: 300px; } .side { text-align: left; width: 300px; } a:link,a:visited,a:active { color: #BEBEBE; text-decoration: none;} a:hover { color: #fff; text-decoration: underline;} .top { width: 300px; text-align: left; } .site_title { font-family: 'Times New Roman'; font-size: 20px; color: #fff; font-weight: bolder; letter-spacing: 1px; margin: 100px 0px 0px 0px; } .site_title a , .site_title a:link , .site_title a:visited , .site_title a:active { color: #fff; text-decoration: none; } .site_title a:hover { color: #ccc; text-decoration: none; } .description { font-family: 'Verdana'; font-size: 10px; letter-spacing:2px; line-height:130%; color: #fff; margin: 5px 0px 50px 0px; } input,select,textarea { font-family: 'verdana'; font-size: 11px; color: #fff; line-height: 150%; border: 1px solid #000000; background-image: url('http://img-cdn.jg.jugem.jp/a53/757791/20080507_451529.jpg'); } ul { list-style-type: none; line-height:160%; margin: 0px; padding: 0px; } li { list-style-type: none; line-height:160%; margin: 0px; } .pict { padding: 5px;} .entry_navi{ font-size: 11px; font-family: 'Times New Roman'; letter-spacing:1px; line-height:180%; text-align: right; margin: 10px 0px 5px 0px; } .entry_date { font-family: 'Times New Roman'; font-size: 10px; color: #fff; text-align: right; margin: 10px 0px 15px 0px; letter-spacing:2px; line-height:180%; } .entry_title { font-family: 'Times New Roman'; font-size: 11px; letter-spacing: 2px; line-height:170%; color: #fff; font-weight: bolder; margin: 30px 0px 0px 0px; } .entry_body { font-family: 'MS UI Gothic'; font-size: 12px; letter-spacing: 1px; line-height:170%; color: #fff; margin: 30px 0px 30px 0px; } .entry_state { font-family: 'Times New Roman'; font-size: 10px; letter-spacing:2px; line-height:180%; color: #BEBEBE; margin: 0px 0px 40px 0px; text-align: right; } .comment_title { font-family: 'Times New Roman'; font-size: 14px; letter-spacing:2px; line-height:180%; color: #fff; font-weight: bolder; margin: 10px 0px 10px 0px; padding-bottom: 3px; } .comment_body { font-family: 'MS UI Gothic'; font-size: 11px; letter-spacing: 1px; line-height:170%; color: #fff; margin: 30px 0px 30px 0px; } .form { font-family: 'verdana'; font-size: 10px; text-align: right; color: #fff; } .MENU { visibility: hidden; margin-top: 5px; padding: 10px; border: 1px solid #BEBEBE; position: absolute; z-index: 999; width: 180px; color: #fff; background-image: url('http://img-cdn.jg.jugem.jp/a53/757791/20080507_451529.jpg'); } .linktitle { font-family: 'Times New Roman'; font-size: 14px; color: #fff; letter-spacing:2px; line-height:180%; margin: 10px 0px 10px 0px; } .linktext { font-family: 'Times New Roman'; font-size: 10px; color: #A0A0A0; letter-spacing:2px; line-height:180%; margin: 10px 0px 10px 0px; } .calendar { font-family: 'Times New Roman'; font-size: 10px; color: #fff; line-height: 140%; margin: 20px 0px 20px 0px; padding: 3px 0px 0px 0px; text-align: center; } .cell { padding: 1px; height: 20px; width: 20px; } .weekday { font-size: 10px; color: #fff; font-weight: bolder; text-align: center; padding: 1px; height: 13px; width: 20px; } .search { font-family: 'Times New Roman'; font-size: 10px; color: #fff; letter-spacing:2px; line-height:150%; text-align: left; margin: 0px 0px 5px 0px;} .page { font-family: 'Times New Roman'; font-size: 10px; color: #fff; text-align: center; letter-spacing:1px; line-height:150%; margin: 30px 0px 10px 0px; padding-top: 30px; } br {letter-spacing: normal} html { scrollbar-base-color: #000000; scrollbar-face-color: #000000; scrollbar-track-color: #282828; scrollbar-arrow-color: #fff; scrollbar-3dlight-color: #000000; scrollbar-highlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-darkshadow-color: #000000; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑