無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
sumikko
テンプレートイメージ表示ページへ戻る
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}" /> <link rel="shortcut icon" href="http://sumikko.style.coocan.jp/favicon.ico"> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> {gmo_header_src} <a name="top"></a> <div id="wrapper_body"> <!-- Header --> <div id="header"> <!-- BEGIN title --> <h1>{blog_name}</h1> <p class="description">{blog_description}</p> <!-- END title --> </div> <div class="line_main"> <table> <tr> <td> </td> <th> </th> <td> </td> <th> </th> <td> </td> <th> </th> <td> </td> <th> </th> <td> </td> <th> </th> <td> </td> <th> </th> <td> </td> <th> </th> <td> </td> </tr> </table> </div> <!--/ Header /--> <!-- Main --> <div id="main"> <div class="main_in"> <!-- BEGIN page --><div class="entry_navi">{prev_page_link} {page_now}/{page_num} {next_page_link}</div><!-- END page --> <!-- BEGIN sequel --><div class="entry_navi"><a href="{next_permalink}"><<</a> <a href="./">main</a> <a href="{prev_permalink}">>></a></div><!-- END sequel --> <!-- BEGIN freespace5 --> <div id="top_txt"> <table><tr> <td class="top_txt_title_left"> </td> <td class="top_txt_title">{freespace_title5}</td> <td class="top_txt_title_right"> </td> </tr></table> <div class="top_txt_body"> {freespace_contents5} </div> </div> <div class="line_m"> <table> <tr> <td> </td> <td> </td> <td> </td> </tr> </table> </div> <!-- END freespace5 --> <!-- BEGIN entry --> <div id="entry"> <div class="entry_title"><a href="{entry_permalink}">{entry_title}</a></div> <div class="entry_date">{entry_date}</div> <div class="entry_body"> {entry_description} <a name="sequel"></a> <div class="entry_more"> {entry_sequel} </div> </div> <div class="entry_state">| {user_name} | {entry_time} | {category_name} |<br />| {comment_num} | {trackback_num} | <a href="{pookmark_url}">pookmark</a> |</div> </div> <div class="line_s"> <table> <tr> <td> </td> <td> </td> <td> </td> </tr> </table> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <div id="trackback"> <a name="comments"></a> <div class="tb_main_title">コメントありがとうございます☆</div> <!-- BEGIN comment --> <div class="tb"> <div class="tb_body">{comment_description}</div> <div class="tb_state">| {comment_name} | {comment_time} |</div> </div> <!-- END comment --> <div class="formarea"> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <table border="0" cellspacing="0" cellpading="0"> <tr valign="top"> <td> <input type="hidden" name="entry_id" value="{entry_id}" /> <label for="name">お名前</label><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" style="width:180px;" /><br /> <label for="email">メール</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:180px;" /><br /> <label for="url">サイト/ブログ</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:180px;" /> <br /> <label for="description">コメント</label><br /> <textarea tabindex="4" id="description" name="description" rows="7" cols="50" style="width:250px;"></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> </td> </tr> </table> </form> </div> </div> <div class="line_m"> <table> <tr> <td> </td> <td> </td> <td> </td> </tr> </table> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <div id="trackback"> <a name="trackback"></a> <div class="tb_main_title">トラックバック</div> <!-- BEGIN trackback --> <div class="tb"> <div class="tb_title">{trackback_title}</div> <div class="tb_body">{trackback_excerpt}</div> <div class="tb_state">| {trackback_blog_name} | {trackback_time} |</div> </div> <!-- END trackback --> <div class="formarea"> <table border="0" cellspacing="0" cellpading="0"> <tr valign="top"> <td> <label for="url">トラックバックURL</label><br/> <input type="text" value="{trackback_url}" name="url" style="width:350px;" /> </td> </tr> </table> </div> </div> <div class="line_s"> <table> <tr> <td> </td> <td> </td> <td> </td> </tr> </table> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div id="entry"> <div class="entry_title">{profile_name}</div> <div class="entry_body">{profile_description}</div> </div> <div class="line_s"> <table> <tr> <td> </td> <td> </td> <td> </td> </tr> </table> </div> <!-- END profile_area --> </div> </div> <!--/ Main /--> <!-- Side --> <div id="side"> <div class="side_in"> <!-- BEGIN calendar --> <div class="side_box"> <h2>カレンダー</h2> <div class="calendar"> {calendar} </div> </div> <!-- END calendar --> <!-- search --> <div class="side_box"> <h2>検索</h2> <form method="get" action=""> <input id="search" name="search" size="20" style="margin:5px 5px 0px 0px;width:100px;"><input type="submit" value="Search" class="button" /> </form> </div> <!-- /search/ --> <!-- BEGIN latest_entry --> <div class="side_box"> <h2>新着記事<img src="http://sumikko.style.coocan.jp/shopping/new.gif" /></h2> {latest_entry_list} </div> <!-- END latest_entry --> <!-- BEGIN category --> <div class="side_box"> <h2>カテゴリー</h2> {category_list} </div> <!-- END category --> <!-- BEGIN profile --> <div class="side_box"> <h2>書いてるのはこんな人</h2> {user_list} </div> <!-- END profile --> <!-- BEGIN freespace1 --> <div class="side_box"> <h2>{freespace_title1}</h2> {freespace_contents1} </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="side_box"> <h2>{freespace_title2}</h2> {freespace_contents2} </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="side_box"> <h2>{freespace_title3}</h2> {freespace_contents3} </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="side_box"> <h2>{freespace_title4}</h2> {freespace_contents4} </div> <!-- END freespace4 --> <!-- BEGIN link --> <div class="side_box"> <h2>別庭リンク☆</h2> {link_list} </div> <!-- END link --> <!-- mobile --> <div class="side_box"> <h2>携帯からも見られます☆</h2> {site_qrcode} </div> <!--// mobile --> <!-- BEGIN recent_comment --> <div class="side_box"> <h2>コメント</h2> <div class="comment"> {recent_comment_list} </div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="side_box"> <h2>トラックバック</h2> <div class="comment"> {recent_trackback_list} </div> </div> <!-- END recent_trackback --> <!-- BEGIN archives --> <div class="side_box"> <h2>過去の記事</h2> {archives_list} </div> <!-- END archives --> <!-- BEGIN jugem_ad --> <div class="side_box"> <h2>お世話になります☆</h2> {ad} </div> <!-- END jugem_ad --> <div class="side_box"> <h2>オススメです☆</h2> <!-- BEGIN amazon --> {amazon_item} <!-- END amazon --> </div> <!-- powered --> <div class="side_box"> <h2>そのほか</h2> <ul> <li><a href="{site_rss}">RSS1.0</a></li> <li><a href="{site_atom}">Atom0.3</a></li> </ul> <!-- /powered/ --> <br /> <!-- others --> <ul> <li><a href="./admin/">管理ページ</a></li> </ul> <br /> <ul> <li><a href="http://homepage1.nifty.com/cockatiel/making/">ちゃかちゃかまっし〜ん☆</a></li> <li><a href="http://shinshu.fm/MHz/67.14/">ちゃか2ブログ</a></li> <li><a href="http://sumikko.style.coocan.jp/">こざくらshop「すみっこ」</a></li> <li><a href="http://sumikko-news.jugem.jp/">すみっこはこうしてできている</a></li> </ul> <br /> <a href="https://jugem.jp/" target="_blank"><img src="../template/banner/powered_02a.gif" width="128" height="22" alt="みんなのブログポータル JUGEM" border="0" /></a> </div> <!-- /others/ --> </div> </div> <!-- コピーライト --> <div class="line_main"> <table> <tr> <td> </td> <th> </td> <td> </td> <th> </td> <td> </td> <th> </td> <td> </td> <th> </td> <td> </td> <th> </td> <td> </td> <th> </td> <td> </td> <th> </td> <td> </td> </tr> </table> </div> <div id="footer"> {copyright} <!--でざいなーずリンク--> <!--大幅に改変したとき以外--> <!--消さないでくださると、うれしいです☆--> <!--画像を使用している場合は、消さないで下さい☆--> <br /> blog designed by <a href="http://homepage1.nifty.com/cockatiel/making/" target="_blank">ちゃかちゃかまっしーん☆</a> [ <a href="http://homepage1.nifty.com/cockatiel/nijihasi/index.htm" target="_blank">ぱちこ☆</a> ] <br /> how to... <a href="http://sumikko-news.jugem.jp/?eid=144" target="_blank">すみっことおそろい☆</a> </div> <!--// コピーライト --> </div> </body> </html>
CSS
* { margin: 0px; padding: 0px; } body { background-image:url(http://sumikko.style.coocan.jp/bg2.gif); background-repeat: repeat; background-position: center top; background-color:#ffd0df; color:#4e3234; font-size: 11px; font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; } #wrapper_body { margin:0px auto; width:800px; line-height: 150%; background-color: #ffffff; } #wrapper_body table,td,tr,div { margin:0px; padding:0px;} a:link {color: #ff7279; text-decoration: none;} a:hover, a:visited, a:active {color: #dbc173; text-decoration: none;} input, textarea { background-color:#ffffff; border:1px dashed #dbc173; margin:5px; padding:5px; } .button { background-color:#ffffff; border:1px dashed #dbc173; margin:5px 5px 0px 5px; padding:5px; } .checkbox { margin:5px 0px 15px 5px; } #wrapper_body img { padding: 5px; background: #FFF; border: 0px; } #wrapper_body li { list-style-type: none; margin-bottom:5px; } /* ************************************************ * ページレイアウト * ************************************************ */ #header { width:800px; height:350px; background-image:url(http://sumikko.style.coocan.jp/footer.jpg); background-repeat: no-repeat; background-position: right bottom; background-color:#ffffff; } /* 画面右側の幅 */ #main { width: 500px; float: right; } .main_in { width:450px; margin-top:0px; margin-left:20px; } /* レイアウト調整 */ #side { margin-top: 0px; margin-right: 500px; } /* 画面左側メニューの幅 */ .side_in { width:250px; margin-top:0px; margin-left:30px; } /* フッター */ #footer { clear: both; width:700px; margin:0px; padding:30px 50px 50px; text-align:center; line-height:200%; } /* ************************************************ * サイトタイトル * ************************************************ */ #header h1 { background-image:url(http://sumikko.style.coocan.jp/l1.gif); background-repeat: no-repeat; background-position: 60px bottom; padding:150px 0px 5px 100px; font-size: 22px; } .description { padding:20px 200px 0px 100px; font-size:12px; } /* ************************************************ * ライン * ************************************************ */ .line_main table { width:800px; } .line_main tr { height:50px; } .line_main td { width:55px; background-image:url(http://sumikko.style.coocan.jp/l3.gif); background-repeat: no-repeat; background-position: center center; } .line_main th { width:50px; background-image:url(http://sumikko.style.coocan.jp/l4.gif); background-repeat: no-repeat; background-position: center center; } .line_m table, .line_s table { width:450px; } .line_m tr, .line_s tr { height:50px; } .line_m td { width:150px; background-image:url(http://sumikko.style.coocan.jp/l4.gif); background-repeat: no-repeat; background-position: center center; } .line_s td { width:150px; background-image:url(http://sumikko.style.coocan.jp/l3.gif); background-repeat: no-repeat; background-position: center center; } /* ************************************************ * サイド * ************************************************ */ .side_box { margin-top: 20px; margin-bottom: 30px; padding:0px 5px 10px; border-top:1px solid #4e3234; border-bottom:1px solid #4e3234; text-align:center; } .side_box h2 { background-image:url(http://sumikko.style.coocan.jp/l3.gif); background-repeat: no-repeat; background-position: left center; padding: 10px 10px 10px 25px; margin-bottom:10px; font-size: 13px; border-bottom: 1px dashed #4e3234; text-align:left; font-weight:normal; } .side_box h2 img { vertical-align:middle; padding:0px; margin:0px 5px; } .side_box ul{ list-style-image: url(http://sumikko.style.coocan.jp/l4.gif); text-align:left; marging:0px 30px; padding:0px 30px; } .side_box li { vertical-align:middle; margin:2px 5px; padding:0px 3px; } /* カレンダー ---------*/ .calendar { font-family: "Verdana"; text-align:center; line-height: 140%; margin:10px; } .calendar table { width:100%; margin:0px auto; text-align:center; } .weekday { padding: 2px;} .cell { padding: 2px;} .cell a:link {font-weight: bolder;} /* ************************************************ * エントリー * ************************************************ */ #top_txt { margin-top: 10px; margin-bottom: 10px; padding:0px 5px 10px; border:1px dashed #4e3234; } #top_txt table { width:450px; } .top_txt_title_left { background-image:url(http://sumikko.style.coocan.jp/t_left.gif); background-repeat: no-repeat; background-position: right center; padding-right:100px; margin:0px; } .top_txt_title_right { background-image:url(http://sumikko.style.coocan.jp/t_right.gif); background-repeat: no-repeat; background-position: left center; padding-left:100px; margin:0px; } .top_txt_title { padding: 15px; font-size: 16px; text-align:center; font-weight:normal; } .top_txt_body { margin:10px; padding:10px; line-height:170%; font-size:12px; border:1px solid #dbc173; } .entry_navi { margin-bottom:20px; padding: 5px 0px; text-align:right; } #entry { margin-top: 10px; margin-bottom: 10px; padding:0px 5px 10px; border-top:1px solid #4e3234; border-bottom:1px solid #4e3234; } .entry_state { text-align:right; margin-top:10px; padding-top:10px; border-top: 1px dashed #4e3234; } .entry_title { background-image:url(http://sumikko.style.coocan.jp/l2.gif); background-repeat: no-repeat; background-position: left center; padding: 15px 15px 15px 35px; margin-bottom:10px; font-size: 16px; border-bottom: 1px dashed #4e3234; text-align:left; font-weight:normal; } .entry_title a:link, .entry_title a:visited, .entry_title a:active {color: #4e3234; text-decoration: none;} .entry_date { text-align:right; } .entry_body { margin:15px; line-height:170%; font-size:12px; } .entry_body .emoji { display: inline; } .entry_more { padding-top:10px; } .jugem_theme { margin:15px 0px 0px; text-align:right; font-size:11px; } .entry_body blockquote { border:1px dashed #4e3234; margin: 15px; padding:10px; } .entry_body p { border:1px dashed #dbc173; margin: 15px; padding:10px; } .entry_body ul{ list-style-image: url(http://sumikko.style.coocan.jp/l4.gif); text-align:left; marging:0px 30px; padding:0px 30px; } .entry_body li { vertical-align:middle; margin:2px 5px; padding:0px 3px; } .entry_body h1 { background-image: url(http://sumikko.style.coocan.jp/l1.gif); background-repeat: no-repeat; background-position: left center; font-size:18px; margin:10px 0px; padding:6px 0px 2px 35px; } .entry_body h2 { background-image: url(http://sumikko.style.coocan.jp/l2.gif); background-repeat: no-repeat; background-position: left center; font-size:16px; margin:10px 0px; padding:4px 0px 4px 35px; } .entry_body h3 { background-image: url(http://sumikko.style.coocan.jp/l3.gif); background-repeat: no-repeat; background-position: left center; font-size:14px; margin:10px 0px; padding:4px 0px 0px 25px; } .entry_body h6, .entry_body h5, .entry_body h4 { background-image: url(http://sumikko.style.coocan.jp/l4.gif); background-repeat: no-repeat; background-position: left center; font-size:12px; font-weight:normal; margin:10px 0px; padding:5px 0px 5px 20px; } .entry_body h6 { border-bottom: 1px dashed #4e3234; } .entry_body h5 { border-bottom: 1px solid #ff7279; } .entry_body h4 { border-bottom: 1px solid #dbc173; } .entry_body table { border: 1px solid #4e3234; margin:10px; padding:10px; } .entry_body td, .entry_body th { border: 1px dashed #4e3234; padding:7px; margin:7px; } .pict { } /* ------------------------------------- * コメント・トラックバック * ------------------------------------- */ #trackback { margin-top: 10px; margin-bottom: 10px; padding:0px 5px 10px; border-top:1px solid #4e3234; border-bottom:1px solid #4e3234; } #trackback .tb_main_title { background-image:url(http://sumikko.style.coocan.jp/l2.gif); background-repeat: no-repeat; background-position: left center; padding: 15px 15px 15px 35px; margin-bottom:10px; font-size: 14px; border-bottom: 1px dashed #4e3234; text-align:left; font-weight:normal; } #trackback .tb_url { font-size: 11px; padding: 5px 10px 5px 10px; } #trackback .tb { border:1px dashed #4e3234; margin: 15px; padding:10px; } #trackback .tb_title { background-image:url(http://sumikko.style.coocan.jp/l3.gif); background-repeat: no-repeat; background-position: left center; padding: 5px 15px 10px 25px; margin-bottom:10px; font-size: 12px; border-bottom: 1px dashed #4e3234; text-align:left; font-weight:normal; } #trackback .tb_body { padding:5px 10px 10px; font-size:12px; line-height: 170%; } #trackback .tb_state { border-top: 1px dashed #4e3234; padding-top:10px; text-align:right; } #trackback .formarea { border:1px dashed #4e3234; margin:30px 15px 15px; padding:20px; } #trackback .formarea label{ background-image:url(http://sumikko.style.coocan.jp/l4.gif); background-repeat: no-repeat; background-position: left center; padding: 15px 15px 15px 20px; margin-bottom:10px; font-size: 12px; text-align:left; } #trackback .formarea input{ margin-bottom:15px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑