無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
original
テンプレートイメージ表示ページへ戻る
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 onload="javascript:initval();"> {gmo_header_src} <a name="top"></a> <!-- ヘッダーここから --> <div id="main"> <!-- BEGIN title --> <div id="header"> <h1>{blog_name}</h1> <div class="description">{blog_description}</div> </div> <!-- END title --> </div> <!-- ヘッダー ここまで --> <!-- メインエリア(トップ) ここまで --> <!--真ん中コンテンツ ここから--> <div id="wrapper"> <!-- メインエリア(左) ここから --> <div id="left"> <!-- BEGIN sequel --> <div id="entry_navi" class="box"> <div class="box_top"> <div class="box_btm"> <center> {prev_entry} | <a href="./">main</a> | {next_entry} </center> </div> </div> </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="box2"> <div class="box_top2"> <div class="box_btm2"> <div class="entry_title">{entry_title}</div> <div class="entry_date">{entry_date}</div> <div class="entry_body">{entry_description} <div class="entry_more">{entry_sequel} </div> </div> <a name="sequel"></a> <div class="entry_state">| {user_name} | {category_name} | {entry_time} | {comment_num} | {trackback_num} | {pookmark_link}</div> </div> </div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <div id="comment" class="box"> <div class="box_top"> <div class="box_btm"> <div class="entry_date">コメント</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">コメントする</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:350px;"></textarea><br /> <br /> <input tabindex="5" type="submit" value="コメント送信" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookieに登録</label> </form> </div> </div> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <div id="trackback" class="box"> <div class="box_top"> <div class="box_btm"> <div class="entry_date">この記事のトラックバックURL</div> <div class="entry_body">{trackback_url}</div> <div class="entry_date">トラックバック</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> </div> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div id="profile" class="box"> <div class="box_top"> <div class="box_btm"> <div class="entry_date">プロフィール</div> <div class="entry_title">{profile_name}</div> <div class="entry_body"> {profile_description} </div> </div> </div> </div> <!-- END profile_area --> <!-- BEGIN page --> <ul class="navi"> <li>{prev_page_link} </li> <li>{page_now}/{page_num}PAGES</li> <li> {next_page_link}</li> </ul> <!-- END page --> </div> <!-- メインエリア(左) ここまで --> <!-- メインエリア(右) ここから --> <div id="right"> <center> <!-- 検索 --> <div id="search"> Search this site. <form method="get" action=""> <input id="search_word" name="search" class="keyword" /><input type="submit" value="Search" class="btn" /> </form> </div> <!-- 時計 --> <div id="clock"> <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0','width','200','height','26','id','clock','align','','src','./template/circle/swf/clock','quality','high','bgcolor','#FFFFFF','name','clock','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','./template/circle/swf/clock' ); //end AC code </script> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="150" height="150"> <param name="movie" value="template/clock/clock_05.swf"> <param name="quality" value="high"> <param name="wmode" value="transparent"> <param name="bgcolor" value="#FFFFFF"> <embed src="template/clock/clock_05.swf" quality="high" wmode="transparent" bgcolor="#FFFFFF" width="150" height="150" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </object> </div> <br class="clear" /> <!-- BEGIN calendar --> <div class="calendar"> <table> <tr> <td width="24" align="center"> sum </td> <td width="24" align="center"> mon </td> <td width="24" align="center"> tue </td> <td width="24" align="center"> wed </td> <td width="24" align="center"> thu </td> <td width="24" align="center"> fri </td> <td width="24" align="center"> sat </td> </tr> </table>{calendar} </div> <!-- END calendar --> </center> <dl id="links"> <!-- BEGIN latest_entry --> <dt>NEW ENTRIES</dt> <dd>{latest_entry_list}</dd> <!-- END latest_entry --> <!-- BEGIN recent_comment --> <dt>RECENT COMMENTS</dt> <dd>{recent_comment_list}</dd> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <dt>RECENT TRACKBACK</dt> <dd>{recent_trackback_list}</dd> <!-- END recent_trackback --> <!-- BEGIN category --> <dt>CATEGORY</dt> <dd>{category_list}</dd> <!-- END category --> <!-- BEGIN archives --> <dt>ARCHIVES</dt> <dd>{archives_list}</dd> <!-- END archives --> <!-- BEGIN freespace1 --> <dt>{freespace_title1}</dt> <dd>{freespace_contents1}</dd> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <dt>{freespace_title2}</dt> <dd>{freespace_contents2}</dd> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <dt>{freespace_title3}</dt> <dd>{freespace_contents3}</dd> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <dt>{freespace_title4}</dt> <dd>{freespace_contents4}</dd> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <dt>{freespace_title5}</dt> <dd>{freespace_contents5}</dd> <!-- END freespace5 --> <!-- mobile --> <dt>MOBILE</dt> <dd>{site_qrcode}</dd> <!--// mobile --> <!-- BEGIN link --> <dt>LINKS</dt> <dd>{link_list}</dd> <!-- END link --> <!-- BEGIN profile --> <dt>PROFILE</dt> <dd>{user_list}</dd> <!-- END profile --> <!-- ad --> <dt>SPONSORED LINKS</dt> <dd>{ad}</dd> <!--// ad --> <!-- BEGIN amazon --> <dt>RECOMMEND</dt> <dd>{amazon_item}</dd> <!-- END amazon --> <!-- others --> <dt>OTHERS</dt> <dd> <ul> <li><a href="./admin/">管理者ページ</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> </ul> {powered} </dd> <!--// others --> </dl> </div> <!-- サイドバー(右側) ここまで --> <br style="clear:both;"> <!--まんなかコンテンツ ここまで--> <!-- フッター ここから --> <div id="footer"> <address>{copyright}</address> <div class="pagetop"><a href="#top"><img src="./template/circle/img/top.gif" alt="このページの先頭へ" /></a></div> </div> <!-- フッター ここまで --> </div> </body> </html>
CSS
* { margin: 0; padding: 0; } div,img,h1,h2,h3,h4,h5,h6,p,form,input{ margin: 0px; padding: 0px; } h1{ display:none; } img { border:0px; } li { list-style:none; } .clear { clear: both; font: 0/0 sans-serif; } body { color:#666; background-color:#FFF; font-size: 12px; line-height:160%; font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; text-align: left; } /* リンクカラー */ a:link {color:#414D7B; text-decoration:underline;} a:visited {color:#775E81; text-decoration:none;} a:active {color:#FFCC33; text-decoration:underline;} a:hover {color:#FFCC33; text-decoration:underline;} /* レイアウト */ #wrapper { width:650px; background:#FFF; margin-left:auto; margin-right:auto; } /*オリジナルタイトル画像*/ #main { width:650px; height:200px; background:url(http://img-cdn.jg.jugem.jp/776/367696/20081125_422588.jpg) no-repeat; margin-left: auto; margin-right: auto; } #wrapper #left { width:450px; height:auto; float: left; margin-top:10px; margin-left:auto; margin-right:auto; background:#FFFFFF } #wrapper #right { width:200px; height:auto; float: left; margin-top:10px; margin-left:0px; background:#FFFFFF } #wrapper #footer { width:650px; height:30px; clear:both; position:relative; } /* ヘッダー */ #header { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; margin-top:20px; margin-left:auto; margin-right:auto; margin-bottom:10px; font-weight:bolder; color:#F70; } #header h1 { line-height:1.2; margin-left:auto; margin-right:auto; } #header h1 a:link, #header h1 a:visited, #header h1 a:active, #header h1 a:hover { color:#000; text-decoration:none;} /* フッター */ #footer address { display:block; width:450px; position:absolute; left:0px; top:0px; font-style:normal; color:#000; } #footer .pagetop { width:200px; position:absolute; left:450px; top:0px; } #footer .pagetop img { width:61px; height:19px;} /* メインエリア */ .box2 { width:450px; margin-bottom:20px; margin:0px; background:transparent url(http://img-cdn.jg.jugem.jp/776/367696/20081125_422587.jpg) repeat-y left top; } .box_top2 { width:450px; margin:0px; background:transparent url(http://img-cdn.jg.jugem.jp/776/367696/20081125_422589.jpg) no-repeat left top; } .box_btm2 { width:450px; margin:0px; background:transparent url(http://img-cdn.jg.jugem.jp/776/367696/20081125_422584.jpg) no-repeat left bottom; padding:25px 0px; } .box { width:450px; margin:0px; margin-bottom:20px; background:transparent url(http://img-cdn.jg.jugem.jp/776/367696/20081125_422581.jpg) repeat-y left top; } .box_top { width:450px; margin:0px; background:transparent url(http://img-cdn.jg.jugem.jp/776/367696/20081125_422583.jpg) no-repeat left top; } .box_btm{ width:450px; margin:0px; background:transparent url(http://img-cdn.jg.jugem.jp/776/367696/20081125_422582.jpg) no-repeat left bottom; padding:25px 0px; } #entry_navi { text-align:left; font-size:11px; } /* エントリー */ .entry_date { font-weight: bolder; color: #000000; margin-bottom:15px; text-align:left; margin-left: 50px; margin-right: 50px; } .entry_title { font-family: "Verdana"; font-size: 14px; font-weight: bolder; color: #414D7B; padding-bottom: 0px; border-bottom: 1px dotted #CCCCCC; margin:5px 0px; margin-left: 50px; margin-right: 50px; text-align:left; } .entry_body { line-height: 170%; text-align:left; margin-left: 50px; margin-right: 50px; } .entry_more { color: #333; margin-top:15px; text-align:left; margin-left: 0px; margin-right: 0px; } .entry_state { font-size: 10px; color: #999; margin-left: 50px; margin-right: 70px; margin-top: 15px; margin-bottom: 15px; border-top: 1px dotted #CCCCCC; } blockquote { font-size: 11px; color: #333; margin: 20px 10px 20px 10px; padding: 10px; border: 1px solid; border-color: #FEC254 #FFE77E #FFE77E #FEC254; } .pict { background: #fff; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 1px solid #666; border-right: 1px solid #666; padding: 10px; border-style: solid; /*border-width: 1px; border-style: solid; border-color: #FEC254 #FFE77E #FFE77E #FEC254;*/ } /* サイドバー */ dl#links { margin-left:10px; } dl#links dt { background:#FFF url(http://img-cdn.jg.jugem.jp/776/367696/20081126_422931.jpg) no-repeat center; padding:5px 0px 5px 30px; color:#999999; font-weight:bolder; } dl#links dd { margin: 10px 0px 20px 30px; } dl#links dd ul { margin-bottom:5px; margin-left:15px;} dl#links dd li { list-style:disc;} /* SEARCH */ #sidebar #search { margin-bottom:50px; font-size:10px; } #sidebar #search input.keyword { vertical-align:middle; width:100px; margin-right:0px;} #sidebar #search input.btn { vertical-align:middle;} /* CLOCK */ #sidebar #clock { margin-left:auto; margin-right:auto; } /* CALENDAR */ .calendar { font-family: "Verdana"; font-size: 9px; font-weight:bold; color: #BBB; background:#FFF no-repeat center top; margin:0px; } .cell { background:#FFF url(http://img-cdn.jg.jugem.jp/776/367696/20081125_422819.jpg) no-repeat center top; width: 23px; height: 23px; padding: 1px; margin-top:0px; } .template { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #333333; line-height: 170%; margin: 20px 0px; } ul.navi { margin: 30px 0 0; list-style: none; text-align:center; font-size:10.5px; } ul.navi li{ display:inline; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑