無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
Cat * Flower
テンプレートイメージ表示ページへ戻る
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 src="./template/analogue/menu.js" type="text/javascript"></script> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> <a name="top"></a> <div id="all"> <!-- ▼ブログ名と説明文▼ --> <div id="header"> <!-- BEGIN title --> <h1>{blog_name} {blog_description}</h1> <!-- END title --> </div> <div id="box"> <!-- ▼ひだり▼ --> <div id="side"> <!-- ▼リンクメニュー▼ --> <div class="linkmenu"> <a href="" onclick="return buttonClick(event, 'MENU1');">CALENDAR</a><br /> <a href="" onclick="return buttonClick(event, 'MENU2');">PROFILE</a><br /> <a href="" onclick="return buttonClick(event, 'MENU3');">CATEGORY</a><br /> <a href="" onclick="return buttonClick(event, 'MENU4');">ARCHIVE</a><br /> <a href="" onclick="return buttonClick(event, 'MENU5');">NEW ENTRY</a><br /> <a href="" onclick="return buttonClick(event, 'MENU6');">COMMENT</a><br /> <a href="" onclick="return buttonClick(event, 'MENU7');">TRACKBACK</a><br /> <a href="" onclick="return buttonClick(event, 'MENU8');">LINK</a><br /> <a href="" onclick="return buttonClick(event, 'MENU9');">RECOMMEND</a><br /> <a href="" onclick="return buttonClick(event, 'MENU10');">OTHERS</a><br /> <a href="./admin">LOG IN</a><br /> </div> <!----▼上部メニュー(カレンダー)▼----> <!-- BEGIN calendar --> <div id="MENU1" class="MENU"> <div class="calendar" align="center"> <table border="0" cellspacing="1" cellpadding="0"> <tr> <td class="cell" style="color:hotpink;">S</td> <td class="cell" style="color:#000000;">M</td> <td class="cell" style="color:#000000;">T</td> <td class="cell" style="color:#000000;">W</td> <td class="cell" style="color:#000000;">T</td> <td class="cell" style="color:#000000;">F</td> <td class="cell" style="color:cornflowerblue;">S</td> </tr> </table> {calendar} </div> <div class="list_title">CALENDAR</div> </div> <!-- END calendar --> <!----▼メニュー(プロフィール)▼----> <!-- BEGIN profile --> <div id="MENU2" class="MENU"> <div class="list_text"> {user_list} </div> <div class="list_title">PROFILE</div> </div> <!-- END profile --> <!----▼メニュー(カテゴリー)▼----> <!-- BEGIN category --> <div id="MENU3" class="MENU"> <div class="list_text"> {category_list} </div> <div class="list_title">CATEGORY</div> </div> <!-- END category --> <!----▼メニュー(月別)▼----> <!-- BEGIN archives --> <div id="MENU4" class="MENU"> <div class="list_text"> {archives_list} </div> <div class="list_title">ARCHIVE</div> </div> <!-- END archives --> <!----▼メニュー(エントリー)▼----> <!-- BEGIN latest_entry --> <div id="MENU5" class="MENU"> <div class="list_text"> {latest_entry_list} </div> <div class="list_title">NEW ENTRY</div> </div> <!-- END latest_entry --> <!----▼メニュー(コメント)▼----> <!-- BEGIN recent_comment --> <div id="MENU6" class="MENU"> <div class="list_text"> {recent_comment_list} </div> <div class="list_title">COMMENT</div> </div> <!-- END recent_comment --> <!----▼メニュー(トラックバック)▼----> <!-- BEGIN recent_trackback --> <div id="MENU7" class="MENU"> <div class="list_text"> {recent_trackback_list} </div> <div class="list_title">TRACKBACK</div> </div> <!-- END recent_trackback --> <!----▼メニュー(リンク)▼----> <!-- BEGIN link --> <div id="MENU8" class="MENU"> <div class="list_text"> {link_list} </div> <div class="list_title">LINK</div> </div> <!-- END link --> <!----▼メニュー(アマゾン)▼----> <div id="MENU9" class="MENU"> <div style="overflow:auto;border:0px;width:250px;height:200px;"> <!-- BEGIN amazon --> <div class="list_text"> {amazon_item} </div> <!-- END amazon --> <div class="list_title">RECOMMEND</div> </div> </div> <!----▼メニュー(フリースペース他)▼----> <div id="MENU10" class="MENU"> <div style="overflow:auto;border:0px;width:250px;height:200px;"> <div class="list_text"> <!-- BEGIN freespace1 --> <div class="f_t">{freespace_title1}</div> <div class="f_c">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="f_t">{freespace_title2}</div> <div class="f_c">{freespace_contents2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="f_t">{freespace_title3}</div> <div class="f_c">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="f_t">{freespace_title4}</div> <div class="f_c">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="f_t">{freespace_title5}</div> <div class="f_c">{freespace_contents5}</div> <!-- END freespace5 --> <div class="f_t">MOBILE</div> {site_qrcode} </div> <div class="list_title">OTHERS</div> </div> </div> <!----▼著作権表示▼----> <div class="by"> Material by<br /> <a href="http://amuca.pupu.jp/" target="_blank"><strong>amu*ca</strong></a> <br /><br /> Template by<br /> <a href="http://xxennuixx.jugem.jp/" target="_blank"><strong>Ring the Heart</strong></a> </div> </div> <div id="main"> <div class="write" style="overflow:auto;border:0px;width:340px;height:400px;"> <!-- ▼ナビバー(記事タイトル)▼ --> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">HOME</a> | {next_entry} </div> <!-- END sequel --> <!-- ▼記事本文▼ --> <!-- BEGIN entry --> <div class="entry"> <div class="entry_date"> <font color="#ffc1d7">●</font><font color="#ffe2ec">●</font> {entry_year}/{entry_month}/{entry_day} {entry_time_only} <a href="{entry_permalink}" title="{entry_title}">{entry_title}</a> </div> <div class="entry_body">{entry_description}</div> <a name="sequel"></a> <div class="entry_more">{entry_sequel}</div> <div class="entry_state">| {category_name} | {comment_num} | {trackback_num} </div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- ▼コメント▼ --> <!-- BEGIN comment_area --> <a name="commments"></a> <div class="entry"> <div class="entry_date"> <font color="#ffc1d7">●</font><font color="#ffe2ec">●</font> COMMENT</div> <!-- BEGIN comment --> <div class="entry_body">{comment_description}</div> <div class="entry_state">| {comment_name} | {comment_time} |</div> <!-- END comment --> <div class="entry_date"> <font color="#ffc1d7">●</font><font color="#ffe2ec">●</font> POST A COMMENT</div> <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}" /> <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}" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" /><br /> <label for="description">comments:</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="SUBMIT" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookieに登録</label> </form> </div> </div> <!-- END comment_area --> <!-- ▼トラックバック▼ --> <!-- BEGIN trackback_area --> <div class="entry"> <div class="entry_date"> <font color="#ffc1d7">●</font><font color="#ffe2ec">●</font> この記事のトラックバックURL</div> <div class="entry_body">{trackback_url}</div> <div class="entry_date"> <font color="#ffc1d7">●</font><font color="#ffe2ec">●</font> TRACKBACK</div> <!-- BEGIN trackback --> <div class="entry_title">{trackback_title}</div> <div class="entry_body">{trackback_excerpt}</div> <div class="entry_state"> | {trackback_blog_name} | {trackback_time} | </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- ▼プロフィール▼ --> <!-- BEGIN profile_area --> <div class="entry"> <div class="entry_date"> <font color="#ffc1d7">●</font><font color="#ffe2ec">●</font> {profile_name}</div> <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> <!-- ▼ナビバー(ページ数)▼ --> <!-- BEGIN page --> <ul class="navi"> <li class="prev">{prev_page_link} </li> <li class="num">{page_now}/{page_num}PAGES</li> <li class="next"> {next_page_link}</li> </ul> <!-- END page --> <br /><br /> <center> {copyright} </center> </div> <!-- ▼フッター▼ --> <div class="footer"> <!-- BEGIN jugem_ad --> {ad} <!-- END jugem_ad --> </div> </div> </div> </div> </body> </html>
CSS
html { margin: 0; padding: 0; /* スクロールバー */ scrollbar-face-color: #ffe2ec; scrollbar-highlight-color: #fff; scrollbar-shadow-color: #fff; scrollbar-3dlight-color: #fff; scrollbar-arrow-color: #fff; scrollbar-track-color: #fff; scrollbar-darkshadow-color: #fff; } /* 全体の背景・フォントetc */ body { color : #000000; background :#ffffff url(http://img-cdn.jg.jugem.jp/897/329647/20080112_307503.jpg) 50% 0% no-repeat fixed; text-align : left; line-height : 1.6; font-size:10px; font-family:"Verdana"; cursor : crosshair ; } /* 全体のリンク */ a:link {color : #000000 ; font-weight:normal ; text-decoration : none ; background:#ffe2ec;} a:visited {color : #000000 ; font-weight:normal ; text-decoration : none ; background:#ffe2ec;} a:hover {color : #ffe2ec ; cursor : help ; font-weight:normal ; text-decoration : none ; background: #ffe2ec;} a:active {color : #ffe2ec ; cursor : help ; font-weight:normal ; text-decoration : none ; background: #ffe2ec;} /* 全体 */ #all { width : 700px; background : transparent; margin:0 auto; } ul { list-style-type: square; line-height:120%; margin:0px; margin-left:15px; padding:0px; color:#777; } li { margin-bottom:5px; } input,select,textarea { font-size:10px; font-family:"Verdana"; color:000000; background-color:#ffffff; border:1px solid #000000; } #box { } /* ヘッダー */ #header{ width : 600px; height : 40px; background : transparent; text-align:left; margin : 60px 0 20px 180px ; } /* ブログ名 */ h1 a{ font-size : 18px; font-weight : bold; text-align : left; font-family : "Georgia","Verdana" ; } h1 a:link {color : #000000 ;font-weight:bold ;text-decoration : none;background:none;} h1 a:visited {color : #000000 ;font-weight:bold ;text-decoration : none;background:none;} h1 a:hover {color : #000000 ;font-weight:bold ;text-decoration : none;background:#ffe2ec;} h1 a:active {color : #000000 ;font-weight:bold ;text-decoration : none;background:#ffe2ec;} /* ブログの説明文 */ h1{ margin : 20px 0px 17px 30px; font-size:10px; font-family:"Verdana"; color:#000000; font-style : normal; font-weight : normal; text-align : left; } /* ひだり */ #side { float: left; text-align : left; width: 320px; height : 450px; background : transparent; } /* リンクメニュー */ .linkmenu{ margin : 50px 20px 0 0; text-align : right; line-height : 2; } .linkmenu a:link {color : #000000 ;font-weight:bold ;text-decoration : none;background:none;} .linkmenu a:visited {color : #000000 ;font-weight:bold ;text-decoration : none;background:none;} .linkmenu a:hover {color : #000000 ;font-weight:bold ;text-decoration : none;background:#ffe2ec;} .linkmenu a:active {color : #000000 ;font-weight:bold ;text-decoration : none;background:#ffe2ec;} .MENU { visibility: hidden; z-index: #999; position: absolute; width:200px; margin-top:5px; padding-top:5px; background: #ffe2ec; border: 5px #ffe2ec solid; } .list{ } .list_title{ margin-top:15px; font-size:18px; text-align:center; border-bottom:5px #ffe2ec solid; font-family : "Georgia","Verdana" ; color:#ffc1d7; } .list_text{ font-size: 10px; padding:5px 10px; color: #000; text-align:left; } .list_text a:link {color : #000000 ;text-decoration : none;background:none;} .list_text a:visited {color : #000000 ;text-decoration : none;background:none;} .list_text a:hover {color : #000000 ;text-decoration : none;background:#fff;} .list_text a:active {color : #000000 ;text-decoration : none;background:#fff;} .f_t{ font-weight: bolder; margin-bottom : 10px ; color:#f73759; } .f_c{ margin-bottom : 30px ; color:#000; } /* 著作権表示 */ .by{ text-align:right; margin : 30px 20px 0 0 ; } /* 記事本文 */ #main { width : 330px; height : 585px; text-align : left; float : right; background : url() 50% 0% repeat; padding : 0px 0 0 0 ; } .write{ /* 記事部分のスクロールバー */ scrollbar-face-color: #ffe2ec; scrollbar-highlight-color: #fff; scrollbar-shadow-color: #fff; scrollbar-3dlight-color: #fff; scrollbar-arrow-color: #fff; scrollbar-track-color: #fff; scrollbar-darkshadow-color: #fff; } .entry_navi{ color: #000000; margin: 15px 0px 30px 0px; text-align : center; } .entry { margin-bottom : 50px; padding: 0px; } .entry_date { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; font-weight: bolder; color: #000000; margin: 10px 0px 20px 0px; padding-bottom: 3px; } .entry_date a:link {color : #000 ;font-weight:bold ;text-decoration : none;background:#ffe2ec ;} .entry_date a:visited {color : #000 ;font-weight:bold ;text-decoration : none;background:#ffe2ec ;} .entry_date a:hover {color : #ffe2ec ;font-weight:bold ;text-decoration : none;background:#ffe2ec ;} .entry_date a:active {color : #ffe2ec ;font-weight:bold ;text-decoration : none;background:#ffe2ec ;} .entry_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; font-weight: bolder; color: #000000; margin: 15px 0px 15px 0px; } .entry_body { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; line-height: 170%; color: #000000; margin: 15px 0px 15px 0px; } .entry_more { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; line-height: 170%; color: #000000; margin: 15px 0px 15px 0px; } .entry_state { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #000000; margin: 30px 10px 50px 0px; text-align : right; } blockquote { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #000000; margin: 20px 10px 20px 10px; padding: 10px; border-left: 3px solid #CCCCCC; } .pict{ } .search { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #000000; line-height: 170%; margin: 20px 0px 5px 0px; } /* フッター */ .footer { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #000000; line-height: 170%; margin: 0px 0px 0px 0px; padding-top: 50px; text-align : right; } /* カレンダー */ .calendar { font-family: "Verdana"; font-size: 10px; color: #000000; margin: 5px 0px 20px 0px; } .calendar a:link {color : #000000 ;text-decoration : none;background:#fff;} .calendar a:visited {color : #000000 ;text-decoration : none;background:#fff;} .calendar a:hover {color : #ffe2ec ;text-decoration : none;background:#ffe2ec;} .calendar a:active {color : #ffe2ec ;text-decoration : none;background:#ffe2ec;} .calendar_month { font-family: "Verdana"; margin-bottom: 10px; font-size: 10px; color: #F000000; } .cell { width: 25px; height: 20px; padding: 0px; } ul.navi { margin: 40px 0 10px; list-style: none; text-align:center; font-size:11px; } ul.navi li{ display:inline; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑