無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
De Diew
テンプレートイメージ表示ページへ戻る
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}" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <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();"> <div id="container"> <div id="header"> <!-- BEGIN title --> <h1 id="top">{blog_name}</h1> <p id="discription">{blog_description}</p> </div> <!-- END title --> <!-- Menu --> <div class="linkmenu"> <a href="" onclick="return buttonClick(event, 'MENU1');">Profile</a> | <a href="" onclick="return buttonClick(event, 'MENU2');">Categories</a> | <a href="" onclick="return buttonClick(event, 'MENU3');">Archives</a> | <a href="" onclick="return buttonClick(event, 'MENU4');">Comment</a> | <a href="" onclick="return buttonClick(event, 'MENU5');">Calender</a> | <a href="" onclick="return buttonClick(event, 'MENU6');">Link</a> | <a href="" onclick="return buttonClick(event, 'MENU7');">Recommended</a> </div> <!-- menu Unit --> <!-- BEGIN profile --> <div id="MENU1" class="MENU"> <div class="list_text">{user_list}</div> <h4>PROFILE</h4> </div> <!-- END profile --> <!-- BEGIN category --> <div id="MENU2" class="MENU"> <div class="list_text">{category_list}</div> <h4>CATEGORY</h4> </div> <!-- END category --> <!-- BEGIN archives --> <div id="MENU3" class="MENU"> <div class="list_text">{archives_list}</div> <h4>ARCHIVE</h4> </div> <!-- END archives --> <!-- BEGIN recent_comment --> <div id="MENU4" class="MENU"> <div class="list_text">{recent_comment_list}</div> <h4>RECENT COMMENT</h4> </div> <!-- END recent_comment --> <!-- BEGIN calendar --> <div id="MENU5" class="MENU"> <div class="calendar" align="center"> <table border="0" cellspacing="1" cellpadding="0"> <tbody> <tr> <td class="weekday">S</td> <td class="weekday">M</td> <td class="weekday">T</td> <td class="weekday">W</td> <td class="weekday">T</td> <td class="weekday">F</td> <td class="weekday">S</td> </tr> </tbody> </table> {calendar} </div> <h4>CALENDAR</h4> </div> <!-- END calendar --> <!-- BEGIN link --> <div id="MENU6" class="MENU"> <div class="list_text">{link_list}</div> <h4>LINK</h4> </div> <!-- END link --> <div id="MENU7" class="MENU"> <!-- BEGIN amazon --> <div class="list_text">{amazon_item}</div> <!-- END amazon --> <h4>RECOMMEND</h4> </div> <!-- #main --> <div id="main"> <!-- BEGIN entry --> <div class="post"> <div class="date">{entry_year}/{entry_month}<br /> <span class="day">{entry_day}</span><br /> <span class="week">{entry_eng_week_short}</span> </div> <div class="entry"> <h3>{entry_title}</h3> {entry_description} <!-- BEGIN entry_sequel_link --> <div class="eMore"> <a href="./?eid={entry_sequel_id}#sequel">read more...</a> </div> <!-- BEGIN entry_sequel_items --> <br />{entry_sequel_text} <!-- END entry_sequel_items --> <!-- END entry_sequel_link --> <!-- ENTRY STATUS --> <div class="entryState"> {category_name} | {entry_time} | {comment_num} | {trackback_num} | <a href="{pookmark_url}">pookmark</a> | <a href="#top">▲</a></div> </div> </div> <!-- END entry --> <!-- BEGIN comment_area --> <div class="post"> <div class="entry"> <a name="comments"></a> <h3>Comment</h3> <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><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" style="width:200px;" /><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="5" cols="50" style="width:380px;"></textarea><br /><br /> <input tabindex="5" type="submit" value="コメント送信" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie" style="border:none;" /> <label for="set_cookie">Cookieに登録</label> </form> <!-- BEGIN comment --> <div class="post">{comment_description}</div> <div class="entryStatus">posted by {comment_name} | {comment_time} |</div> <!-- END comment --> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <div class="post"> <div class="entry"> <a name="trackback"></a> <h3>Trackback</h3> <div class="tb_url"><strong>この記事のトラックバックURL:</strong> {trackback_url}</div> <!-- BEGIN trackback --> <div class="tbentry_title">{trackback_title}</div> <div class="tb_area">{trackback_excerpt}</div> <div class="tb_state"> | {trackback_blog_name} | {trackback_time} | </div> <!-- END trackback --> </div> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="post"> <div class="entry"> <h3>PROFILE</h3> <div class="profile_name">{profile_name}</div> {profile_description} </div> </div> <!-- END profile_area --> <!-- BEGIN sequel --> <div class="entry_navi"> <a href="{next_permalink}"><< NEW</a> | <a href="./">TOP</a> | <a href="{prev_permalink}">OLD>></a> </div> <!-- END sequel --> <!-- bottomNavigation --> <div id="bottomNavi"> <!-- BEGIN page --> <div class="entry_navi">{prev_page_link} | {page_now}/{page_num} | {next_page_link}</div> <!-- END page --> </div> <!-- footer --> <div id="footer"> <div class="ad"> {ad} </div> <!--削除禁止--> <br /> {copyright} template:<a href="http://ton-ton.jugem.jp/" target="_blank">SLOVEN'S</a> <br /><br /> <!--/削除禁止--> </div> <!-- #main END --> </div> <!-- #container ENG --> </div> </body> </html>
CSS
/******************************** Template Name:De Diew Verstion :1.0 ********************************/ html { text-align:center; overflow-x: hidden; } body { margin:0 auto; text-align:center; font-size:12pt; color:#333; font-family: "verdana"."Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Sans-Serif; background:url(http://img-cdn.jg.jugem.jp/7f6/243550/20090222_553855.jpg) repeat-x fixed #ede6d4 50% 0; } * {margin:0;padding:0;} div {margin:0;padding:0;} p {margin-bottom:1em; font-size:100%; line-height:1.5; } strong { font-weight: bold; } strong.en { color:#333399; font-family:Arial, Helvetica, sans-serif; padding-right:0.2em; } em { font-style:normal; } img { border-style: none; } h1{ margin:0; padding:0; } h2,h3,h4{ margin-top:0; margin-left:0; margin-bottom:0.5em; padding:0; } table td { vertical-align:top; } ul,li,td,h1,h2,h3,h4{ text-align:left; } /*link*/ a{outline: none;} A:link {text-decoration:none;color:;#3f4f3d;} A:visited {text-decoration:none;color:#333;} A:hover {text-decoration:underline;color:#8f1c2c;} /** 1.baseLayout***********************************************************/ #container { width: 560px; padding: 0; margin: 0 auto; background:url(http://img-cdn.jg.jugem.jp/7f6/243550/20090222_553857.png) repeat-y 0 0 !important; /*forIE5.5-6*/ background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://img-cdn.jg.jugem.jp/7f6/243550/20090222_553857.png", sizingMethod="scale"); } div#header { position:relative; width: 558px; height:260px; margin-bottom:2em; background:url(http://img-cdn.jg.jugem.jp/7f6/243550/20090223_554182.png) no-repeat 0 0 !important; /*forIE5.5-6*/ background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://img-cdn.jg.jugem.jp/7f6/243550/20090223_554182.png", sizingMethod="scale"); } /** 2.parts_header ***********************************************************/ #header h1,#header p#discription{ position:absolute; left:75px; width:400px; text-align:center; margin:0 auto; } #container #header h1{ font-size:190%; font-weight:normal; line-height:1.25; top:180px; color:#333; } h1 a{ text-decoration:none; color:#333; } #header p#discription { top:230px; font-size:12px; line-height:1.5; color:#555; } /** 3.main***********************************************************/ div.post { position:relative; width: 480px; margin:20px; padding:25px 20px; background:url(http://img-cdn.jg.jugem.jp/7f6/243550/20090223_554183.jpg) no-repeat 0 100% #fff; border-right:1px solid #c8c8c3; border-bottom:1px solid #c8c8c3; } /*日付*/ div.date{ display: block; position:absolute; top:20px; left:20px; width:60px; height: 60px; padding-top: 10px; background:url(http://img-cdn.jg.jugem.jp/7f6/243550/20090222_553860.png) no-repeat 0 0; color:#fff; text-align: center; font-family: serif; font-size: 12px; line-height: 1.1; color:#fff; } div.date span.day{ font-size: 28px; } div.date span.week{ color:#9a853d; line-height: 1.8; } /*entry Title*/ .post div.entry h3{ margin-bottom: 1em; padding: 0.25em; background: url(http://img-cdn.jg.jugem.jp/7f6/243550/20090222_553930.gif) no-repeat 0 100%; font-size:120%; font-weight: bold; } /*entry*/ .post div.entry { width: 390px; margin-left:80px; text-align:left; font-size:76%; line-height:1.8; } /*entryState*/ .post div.entry .entryState{ margin-top:2em; margin-bottom:2em; padding-right:0.5em; text-align: right; background-color:#e4e2db; border:1px solid #fff; } .post div.entry .entryState a { color:#91a079; } /*and more*/ div.eMore a{ display:block; width:7em; padding:0.1em; background-color:#91a079; font-size: 12px; line-height:1; text-align: center; color:#fff; } /*comment_post*/ div.post .post{ width:350px; margin-left:-5px; background-color:#efefef !important; } /* 4.menu---------------------------------------------------------------------- */ /*headerMenuBar*/ .linkmenu { position:relative; width: 520px; margin:0px 20px; padding:0.25em 0; font-family: serif; font-size: 12px; text-align: center; border:1px solid #fff; background-color:#d0cdc1; filter: alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; } .linkmenu a {color: #333;text-decoration: none;} .linkmenu a:link {color: #333;text-decoration: none;} .linkmenu a:visited {color: #666;text-decoration: none;} .linkmenu a:active {color: #000;text-decoration: none;} .linkmenu a:hover {color: #fff;text-decoration: none;} /*menu parts*/ .MENU { visibility: hidden; z-index: 999; position: absolute; width:190px; margin-top:5px; padding-top:5px; background:url(http://img-cdn.jg.jugem.jp/7f6/243550/20090228_555418.gif) repeat-y 0 0; border-style:solid; border-width:1px; border-color:#fff #bbb190 #bbb190 #fff; } .MENU h4{ margin-top:15px; margin-right:5px; font-size:80%; font-family:"Trebuchet MS",Trebuchet; font-weight: bolder; color:#91a079; text-align:right; } .list_text{ padding:0.5em 1em; font-size: 70%; color: #666; text-align:left; } .list_text ul li{ margin-bottom:2px; padding:0.1em 0.25em; list-style-type:none; background-color:#f6f2e8; } /*calendar*/ .calendar { margin:0px auto; font-family: "Verdana"; font-size: 10px; color: #666; } .calendar_month { font-family: "Verdana" font-size: 10px; color: #666; } .weekday { width:2em; height: 2em; padding: 0px; text-align:center; font-size: 10px; color: #666; } .cell { width:2em; height: 2em; padding: 0px; vertical-align:middle; text-align:center; font-size: 10px; color: #666; background:#f6f2e8; } .MENU a {color: #3f4f3d;text-decoration: none; } .MENU a:link {color: #3f4f3d;text-decoration: none;} .MENU a:visited {color: #555;text-decoration: none;} .MENU a:active {color: #32612c;text-decoration: none;} .MENU a:hover {color: #ffcf0d;text-decoration: none;} .cell a {color: #CC0033;text-decoration: none; font-weight:bolder;} .cell a:link {color: #CC0033;text-decoration: none;} .cell a:visited {color: #CC0033;text-decoration: none;} .cell a:active {color: #CC0033;text-decoration: none;} .cell a:hover {color: #CC0033;text-decoration: none;} .calendar table { margin:0 auto; } /* affiriate */ .amazon { margin-bottom:10px; } .amazon_text { margin-top:0.5em; font-size:10px; line-height:1.4; text-align: left; } /**5.footer*****************************************/ div#bottomNavi{ position:relative; width: 480px; } div.entry_navi{ margin:1em 0; font-size:80%; } #footer { background: url(http://img-cdn.jg.jugem.jp/7f6/243550/20090309_558178.gif) no-repeat 0 100%; font-size:76%; } .ad { margin-left: 20px; text-align: left; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑