無料ブログをかんたん作成
無料ブログ作成なら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 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()"> <a name="top"></a> <div id="layout"> <a name="top" id="top"></a> <!-- BEGIN title --> <div id="title"> <h1>{blog_name}</h1> <h2>{blog_description}</h2> </div> <!-- END title --> <!-- BEGIN calendar --> <div id="calendar"> <p class="month">{calendar_this_year}:{calendar_str_month}</p> <p class="day">{calendar_horizontal_only} <a href="./?month={calendar_prev_yearmonth}" /><<</a> <a href="./?month={calendar_next_yearmonth}" />>></a><p> </div> <!-- END calendar --> <div id="body"> <!-- BEGIN entry --> <div class="entry"> <div class="entry_head"> <p class="date">{entry_date}</p> <h3><span class="entry_title_l"> </span>{entry_title}<span class="entry_title_r"> </span></h3> </div> <div class="entry_body"> {entry_description} <a name="sequel"> </a> <div class="entry_more"> {entry_sequel} </div> </div> <div class="entry_footer">by{user_name} {category_name} {comment_num} {trackback_num} <a href="#top">▲</a></div> {trackback_auto_discovery} </div> <!-- END entry --> <!-- BEGIN sequel --> <p class="navi">{prev_entry}| <a href="./">main</a> | {next_entry}</p> <!-- END sequel --> <!-- BEGIN comment_area --><a name="comments"> </a> <div class="coms"> <h3>Comment</h3> <!-- BEGIN comment --> <p class="com_body">{comment_description}</p> <p class="com_footer">{comment_name} {comment_time}</p> <!-- END comment --> </div> <p class="top"><a href="#top">top▲</a></p> <div class="coms"> <h3>Form</h3> <div class="form"> <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> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}"/><br /> <label for="email">email:</label> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}"/><br /> <label for="url">url:</label> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}"/><br /> <label for="description">comments:</label> <textarea tabindex="4" id="description" name="description" rows="5" ></textarea><br /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookie</label> <input class="button" tabindex="5" type="submit" value="Write" onclick="javascript:setval();"/> </form> </div> </div> <p class="top"><a href="#top">top▲</a></p> <!-- END comment_area --> <!-- BEGIN trackback_area --><a name="trackback"> </a> <div class="coms"> <div class="tb_url"> <h3>Trackback</h3> <p>URL:{trackback_url}</p> </div> <!-- BEGIN trackback --> <div class="tb"> <p>{trackback_title}</p> <p class="tb_body">{trackback_excerpt}</p> <p class="tb_footer">{trackback_blog_name} {trackback_time}</p> </div> <div class="tb"> <p>{trackback_title}</p> <p class="tb_body">{trackback_excerpt}</p> <p class="tb_footer">{trackback_blog_name} {trackback_time}</p> </div> <!-- END trackback --> </div> <p class="top"><a href="#top">top▲</a></p> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry"> <div class="entry_head"> <h3><span class="entry_title_l"> </span>{profile_name}<span class="entry_title_r"> </span></h3> </div> <div class="entry_body"> {profile_description} </div> <div class="entry_footer"></div> </div> <!-- END profile_area --> <!-- BEGIN page --> <p class="navi">Page: {prev_page_link} {page_now}/{page_num} {next_page_link}</p> <!-- END page --> </div> <div id="menu"> <!-- BEGIN selected_entry --> <div class="list"> <h4>Entry List</h4> {selected_entry_list} </div> <!-- END selected_entry --> <!-- BEGIN category --> <div class="list"> <h4>Categories</h4> {category_list} </div> <!-- END category --> <!-- BEGIN recent_comment --> <div class="list"> <h4>Comments</h4> {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="list"> <h4>Trackback</h4> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- BEGIN amazon --> <div class="list"> <h4>Recommend</h4> {amazon_item} </div> <!-- END amazon --> <!-- BEGIN freespace1 --> <div class="list"> <h4>{freespace_title1}</h4> <ul><li>{freespace_contents1}</li> </ul> </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="list"> <h4>{freespace_title2}</h4> <ul><li>{freespace_contents2}</li> </ul> </div> <!-- END freespace2 --> <!-- BEGIN user --> <div class="list"> <h4>Profile</h4> {user_list} </div> <!-- END user --> <!-- BEGIN link --> <div class="list"> <h4>Links</h4> {link_list} </div> <!-- END link --> <div class="list"> <h4>Search</h4> <ul> <li><form method="get" action="./"> <input id="search" name="search" size="20" class="search" /> <input type="image" src="http://coffin.xrea.jp/blog_img/04/search.gif" width="50" height="15" class="button" value="Search" /> </form></li> </ul> </div> <div class="list"> <h4>Sponsored Link</h4> <ul> <li>{ad}</li> <li><a href="https://jugem.jp/" target="_blank"><img src="../template/banner/powered_11b.gif" width="128" height="22" alt="みんなのブログポータル JUGEM" border="0" /></a></li> </ul> </div> <div class="list"> <h4>Copyright</h4> <ul> <li>{copyright}</li> <li>Template by <a href="http://6sick.jugem.jp/">Sixsick</a></li> </ul> </div> <div class="admin"> <ul> <li class="left"><a href="./admin/">Admin</a>|</li> <li class="left"><a href="./?mode=rss">RSS1.0</a>|</li> <li class="left"><a href="./?mode=atom">Atom0.3</a>|</li> <li class="left"><a href="#top">▲</a></li><br class="clear" /> </ul> </div> </div> <br class="clear" /> </div> </body> </html>
CSS
*{ margin:0; padding:0; line; line-height:100%; } a, a:link{ color:#993333; text-decoration:none; } a:hover, a:active{ color:#990000; text-decoration:underline; } body{ background-color:#669999; background-image:url(http://coffin.xrea.jp/blog_img/04/bg.gif); background-position:center bottom; background-repeat:no-repeat; background-attachment:fixed; } image{ border:0px; } /*layout*/ #layout{ width:650px; margin:auto; border:3px solid #000000; background-image:url(http://coffin.xrea.jp/blog_img/04/title.png); background-position:left top; background-repeat:no-repeat; } #title{ width:610px; padding:20px; } #calendar{ width:630px; padding-left:20px; padding-bottom:20px; } #body{ width:380px; float:right; padding-right:20px; } .clear{ clear:both; } .left{ float:left; } #menu{ width:200px; padding-left:20px; float:left; } /*title*/ #title{ } h1{ color:#ffffff; font-size:40px; font-family:Times New Roman,serif; } h2{ color:#ffffff; font-size:12px; font-weight:normal; } #title a, #title a:link{ color:#ffffff; text-decoration:none; } /*calendar*/ #calendar{ color:#ffffff; font-family:Times New Roman; } .month{ color:#ffffff; font-size:24px; font-weight:bold; line-height:80%; } .day{ font-size:12px; } #calendar a, #calendar a:link{ color:#000000; font-weight:bold; } #calendar a:hover{ color:#000000; } /*body*/ #body{ color:#000000; font-size:13px; } .entry{ width:380px; padding-bottom:50px; } .entry_head{ background-image:url(http://coffin.xrea.jp/blog_img/04/entry_head.png); background-repeat:no-repeat; text-align:center; } .date{ color:#990000; font-size:18px; font-family:Times New Roman; font-weight:bold; padding-top:20px; } h3{ color:#000000; font-size:16px; padding-top:15px; font-family:Times New Roman,serif; width:350px; margin:0px auto; } .entry_title_l{ background-image:url(http://coffin.xrea.jp/blog_img/04/entry_title_l.gif); background-repeat:no-repeat; padding-left:21px; padding-top:15px; background-position:center bottom; } .entry_title_r{ background-image:url(http://coffin.xrea.jp/blog_img/04/entry_title_r.gif); background-repeat:no-repeat; padding-left:21px; padding-top:15px; background-position:center bottom; } .entry_body{ padding:15px 20px; line-height:1.3; background-image:url(http://coffin.xrea.jp/blog_img/04/entry_body.png); width:340px; } .entry_more{ padding-top:10px; } .entry_footer{ font-size:12px; background-image:url(http://coffin.xrea.jp/blog_img/04/entry_footer.png); background-repeat:no-repeat; height:60px; text-align:center; padding-top:20px; } .navi{ text-align:center; padding-bottom:20px; color:#ffffff; } .navi a, .navi a:link{ color:#ffffff; } /*comment*/ .coms{ background-image:url(http://coffin.xrea.jp/blog_img/04/menu.gif); background-repeat:no-repeat; background-position:bottom right; background-color:#000000; padding-bottom:35px; color:#ffffff; position:relative; width:350px; margin-left:auto; } .coms h3{ color:#ffffff; position:absolute; bottom:3px; font-size:18px; border-bottom:1px solid #ffffff; width:305px; } .top{ width:370px; text-align:right; padding:5px; margin-bottom:30px; } .top a, .top a:link{ color:#ffffff; } .com_body{ padding:10px; } .com_footer{ color:#808080; text-align:right; padding:5px; } /*form*/ .form{ text-align:right; padding:10px 5px; display:block; } .form textarea{ font-size:13px; width:250px; height:80px; margin-bottom:3px; border:0px; } #name, #email, #url{ width:150px; margin-bottom:3px; border:0px; } .form .button{ background-color:#990000; color:#ffffff; border:outset #990000 1px; } /*trackback*/ .tb_url, .tb{ background-image:url(http://coffin.xrea.jp/blog_img/04/entry_bottom.gif); background-position:left bottom; background-repeat:no-repeat; } .tb, .tb_url p{ padding:10px; font-size:13px; } .tb_footer{ text-align:right; padding:5px; color:#808080; } /*menu*/ #menu{ color:#ffffff; line-height:1.3; font-size:13px; } textarea, input{ font-size:13px; } #menu a, #menu a:link{ color:#ffffff; text-decoration:none; } #menu a:hover{ color:#cc6666; text-decoration:underline; } .list{ background-image:url(http://coffin.xrea.jp/blog_img/04/menu.gif); background-repeat:no-repeat; background-position:bottom right; background-color:#000000; width:190px; padding-bottom:5px; padding-right:5px; position:relative; margin-bottom:50px; } ul, .amazon{ list-style-type:none; padding:10px 10px 30px 5px; border-right:1px solid #ffffff; border-bottom:1px solid #ffffff; } li{ padding-bottom:3px; } h4{ color:#ffffff; font-family:Times New Roman; font-size:18px; position:absolute; bottom:3px; } .admin{ width:190px; padding-bottom:5px; padding-right:5px; background-position:bottom right; background-color:#000000; margin-bottom:50px; } /*IE alpha*/ /* hide from IE-mac \*/ *html a, *html form{ position:relative; } * html #layout{ background-image:none; width:650px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Src=http://coffin.xrea.jp/blog_img/04/title.png,SizingMethod=crop); } * html .entry_head{ background-image:none; width:380px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Src=http://coffin.xrea.jp/blog_img/04/entry_head.png SizingMethod=crop); } * html .entry_body{ background:none; width:340px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Src=http://coffin.xrea.jp/blog_img/04/entry_body.png,SizingMethod=scale); } * html .entry_footer{ background:; width:380px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Src=http://coffin.xrea.jp/blog_img/04/entry_footer.png,SizingMethod=crop); } /* --- end --- */
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑