無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
sepia color
テンプレートイメージ表示ページへ戻る
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> <a name="top"></a> <div id="wrapper"> <div id="header"> <!-- BEGIN title --> <h1>{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> </div> <!-- BEGIN calendar --> <div id="calendar"> <div class="ym">{calendar_this_year}/{calendar_this_month}</div> <div class="d"> <p>{calendar_horizontal_only_addzero}<p> <p><a href="./?month={calendar_prev_yearmonth}" /><<</a> <a href="./?month={calendar_next_yearmonth}" />>></a></p> </div> <br class="clear" /> </div> <!-- END calendar --> <table> <tr><td valign=top align=left> <!-- linklist --> <!-- BEGIN latest_entry --> new {latest_entry_list} <!-- END latest_entry --> </td><td valign=top align=left> <!-- BEGIN category --> category {category_list} <!-- END category --> </td><td valign=top align=left> <!-- BEGIN profile --> profile {user_list} <!-- END profile --> </td></tr></table> <!-- entry_area --> <div id="entry_area"> <!-- BEGIN entry --> <font class="date">{entry_day}</font> {entry_eng_week} <div class="entry_body"> <!-- BEGIN sequel --> <div id="navi"> <a href="{prev_permalink}" title="{prev_title}" /><<Prev Entry</a> | <a href="{next_permalink}" title="{next_title}" />Next Entry>></a> </div> <!-- END sequel --> <div class="header"> <a href="{entry_permalink}">{entry_title}</a> <br /><br /> {entry_description} <a name="sequel"></a> <p class="more">{entry_sequel}</p> </div> <br class="clear" /> <br /><div class="state"> | {entry_time} | {category_name} | {user_name} |<br /> | {comment_num} | {trackback_num} | </div> <br /></div> {back_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <dl id="comment"> <dt>comment</dt> <!-- BEGIN comment --> <dd class="com_area"> <p>{comment_description}</p> | {comment_name} | {comment_time} | </dd> <!-- END comment --> <dd class="com_form"> <form name="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" class="form" /> <label for="name">name:</label><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" class="form" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" class="form" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" class="form" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="7" cols="60" class="form"></textarea><br /><br /> <input tabindex="5" type="submit" value="submit" onclick="javascript:setval();" class="button" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookieに登録</label> </form> </dd> </dl> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <dl id="tb"> <dt>trackback</dt> <dd class="url"> trackback URL: {trackback_url} </dd> <!-- BEGIN trackback --> <dd class="com_area"> <p class="title">{trackback_title}</p> <p>{trackback_excerpt}</p> | {trackback_blog_name} | {trackback_time} | </dd> <!-- END trackback --> </dl> <!-- END trackback_area --> <!-- BEGIN profile_area --> <dl id="profile"> <dt>profile</dt> <dd> {profile_name}<p> {profile_description} </dd> </dl> <!-- END profile_area --> <!-- BEGIN page --> <ul class="pager"> <li>{prev_page_link}</li> <li>{page_now}/{page_num}PAGES</li> <li>{next_page_link}</li> </ul> <!-- END page --> </div> <!--// entry_area --> <table><tr><td valign=top> <!-- BEGIN archives --> archive {archives_list} <!-- END archives --> </td><td valign=top> <!-- BEGIN link --> links {link_list} <!-- END link --> </td><td valign=top> <!-- BEGIN recent_comment --> comment {recent_comment_list} <!-- END recent_comment --> </td></tr></table> <div id="footer"> | <a href="http://mur018.jugem.jp/" target="_blank">murmur</a> | <a href="./admin/">Login</a> | <a href="./?mode=rss">RSS1.0</a> | <a href="./?mode=atom">Atom0.3</a> | <address>{copyright}</address> <!-- BEGIN jugem_ad --> {ad} <!-- END jugem_ad --> </div> </div> </body> </html> </body> </html>
CSS
* { margin: 0; padding: 0; } body { letter-spacing: 1px; color:#FFF; background:#000; font: 12px/160% "arial", "ms pgothic"; background-repeat: no-repeat; background-attachment: fixed; background-position: right top; background-image: url('http://img-cdn.jg.jugem.jp/e38/752693/20080206_33273.jpg'); } html { scrollbar-base-color: #000000; scrollbar-face-color: #000000; scrollbar-track-color: #000000; scrollbar-arrow-color: #c0c0c0; scrollbar-3dlight-color: #000000; scrollbar-highlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-darkshadow-color: #000000; } br { letter-spacing: normal} #wrapper { width: 650px; margin:50px; } #header h1 { font-size: 20px; letter-spacing: 5px; } .description { font-size:10px; margin-left:10px; margin-top:5px; } #entry_area .entry_date { font-family: 'arial'; font-size: 12px; font-weight: bolder; letter-spacing: 1px; } img {border:none;} li {list-style-type:none;} br.clear { clear: both; font: 0px/0px sans-serif ; } #index #entry_area { display:none; } #entry_area { display:block; } #linklist { display:none; } #index #linklist { display:block; } #cid #calendar { display:none; } #calendar { width: 470px; display:block; } #entry_area .entry_date p.entry_ym { display:none; } #cid #entry_area .entry_date p.entry_ym { display:block; } #cat_title { font-size:20px; font-weight:bolder; margin-top:11px; } a, a:link, a:visited, a:active { color: #996633; text-decoration: none;border-bottom: 1px dotted #996633; } a:hover { color: #996633; text-decoration: none;border-bottom: 1px dotted #996633; } #header a, #header a:link, #header a:visited, #header a:active { color: #996633;} #header a:hover { color: #FFF;} #calendar a, #calendar a:link, #calendar a:visited, #calendar a:active { color: #996633;font-size:12px;} #calendar a:hover { color: #FFF;} #entry_area a, #entry_area a:link, #entry_area a:visited, #entry_area a:active { border-bottom:1px dotted #996633; } #entry_area a:hover {border-bottom:1px dotted #996633; } #linklist a, #linklist a:link, #linklist a:visited, #linklist a:active { border-bottom:1px dotted #996633; } #linklist a:hover {border-bottom:1px dotted #996633; } #calendar { font-family:"Arial"; margin-top:10px; } #calendar .ym { width:110px; float:left; font-size: 24px; font-weight: bolder; } .date { font-size: 24px; marging: 10px; padding: 5px; font-weight: bolder; } #calendar .d { margin-left:110px; } #linklist { margin-top:10px; font-size:11px; } #linklist dt { width:60px; float:left; margin-bottom:3px; font-weight:bolder; background:#333; } #linklist dd { margin-left:70px; margin-bottom:3px; } #linklist li { display:inline; border-right:1px solid #444; padding:0 3px; } #entry_area{ margin-top:10px; } #entry_area .entry_margin { margin-bottom:50px; } #entry_area #navi { margin-bottom:20px; } #entry_area .entry_date { font-family:"Arial"; width:80px; float:left; } #entry_area .entry_date { font-size:12px; } #entry_area .entry_date p.entry_ym { font-weight:bolder; font-size:12px; } /* エントリーの本文 */ #entry_area .entry_body { margin-left:10px; } #entry_area .entry_body .header { padding-left:0px; } #entry_area .entry_body .header h4 { font-size:12px; } #entry_area .entry_body .header .state { font-size:10px; margin:20px 0px 20px 0px; } #entry_area .entry_body p.more{ padding-top:10px; } blockquote { color:#666; padding-left:10px; border-left: 3px solid #CCCCCC; margin:10px; } #entry_area dl#comment, #entry_area dl#tb { margin:20px 0 20px 0px; } #entry_area dl#comment dt, #entry_area dl#tb dt { font-size: 14px; font-weight: bolder; margin-bottom: 10px; height: 30px; } #entry_area dl#tb dd.url { margin-bottom:10px; } #entry_area dl dd .form {width:350px;} #entry_area dl dd .form, #entry_area dl dd .button { border:1px solid #333; } #entry_area dl dd.com_area { margin:15px 0px; } #entry_area dl#comment dd.com_area p, #entry_area dl#tb dd.com_area p.title { text-indent:10px; } #entry_area dl dd.com_area p {color:#999;} #entry_area dl#tb dd.com_area p.title { font-weight:bolder; margin-bottom:5px; } #entry_area dl#comment li, #entry_area dl#tb li { display:inline; border-right:1px solid #444; padding:0 3px; font-size:11px; } #entry_area dl#profile { margin:10px 0 20px 0px; } #entry_area dl#profile dt { font-size: 12px; font-weight: bolder; margin-bottom: 10px; padding-left: 0px; height: 30px; } #entry_area dl#profile dd { color:#999; } #entry_area dl#profile dd h4 { font-size:12px; margin-bottom:5px; color:#FFF; } #footer { margin-top:50px; } #footer #ad { margin:5px 0px; } #footer .menu ul { margin:5px 0px; } #footer .menu li { display:inline; border-right:1px solid #444; padding:0px 5px; } #footer address { font-size:11px; font-style:normal; margin:5px 0px; } ul.pager { margin:10px 0px 10px 0px; list-style: none; } ul.pager li{ font-size:12px; display:inline; margin-right:5px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑