無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
SQUARE;凹凸_05
テンプレートイメージ表示ページへ戻る
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> <!-- layout --> <div id="layout"> <!-- header --> <div id="header"> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> <!-- headerbottom --> <div class="header_bottom"> <!-- BEGIN calendar --> <div class="calendar"> {calendar_horizontal} </div> <!-- END calendar --> </div> <!-- /headerbottom/ --> </div> <!-- /header/ --> <!-- leftbox --> <div id="leftbox"> <!-- contents --> <div id="contents"> <!-- navi --> <div class="navi"> <!-- BEGIN sequel --> <a href="{prev_permalink}" title="{prev_title}"><<prev entry</a> | <a href="./">main</a> | <a href="{next_permalink}" title="{next_title}">next entry>></a> <!-- END sequel --> <!-- BEGIN page --> {prev_page_link} {page_now}/{page_num}pages {next_page_link} <!-- END page --> </div> <div class="entry_top"> </div> <!-- /navi/ --> <!-- BEGIN entry --> <div class="entry"> <h2 class="entry_title"><a href="{entry_permalink}" title="permalink">▼</a>{entry_title}</h2> <div class="entry_date">{entry_year}.{entry_month}.{entry_day}.{entry_eng_week_short} {entry_time_only}</div> <div class="entry_text"> <div class="entry_body">{entry_description}</div> <a name="sequel"></a> <div class="entry_more"> <!-- BEGIN entry_sequel_link --> <br /><a href="./?eid={entry_sequel_id}#sequel">read more...</a> <!-- END entry_sequel_link --> <!-- BEGIN entry_sequel_items --> {entry_sequel_text} <!-- END entry_sequel_items --> </div> <div class="author_name">Author: {user_name}</div> </div> <div class="entry_state">{category_name} | <a href="{entry_permalink}">permalink</a> | {comment_num} | {trackback_num}</div> </div> <div class="entry_bottom"> </div> <div class="entry_top"> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry_comment"> <div class="comment_title">Comments:</div> <!-- BEGIN comment --> <div class="comment_body">{comment_description}</div> <div class="comment_state">comment by: {comment_name} | {comment_time}</div> <!-- END comment --> <div class="comment_title">Leave a comment:</div> <div class="comment_body"> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" /> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" /> <label for="name">:Name</label><br /> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" /> <label for="email">:Email</label><br /> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" /> <label for="url">:URL</label><br /> <label for="description">Comments</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:300px; height:100px; overflow:auto !important;"></textarea><br /><br /> <input tabindex="5" type="submit" value="write" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookie on</label> </form> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="entry_trackback"> <div class="trackback_title">TrackBack URL:</div> <div class="trackback_url">{trackback_url}</div> <div class="trackback_title">TrackBacks:</div> <!-- BEGIN trackback --> <div class="trackback_body">{trackback_title}</div> <div class="trackback_body">{trackback_excerpt}</div> <div class="trackback_state">trackback by: {trackback_blog_name} | {trackback_time}</div> <!-- END trackback --> </div> <div class="entry_bottom"> </div> <div class="entry_top"> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry_profile"> <h2 class="entry_title"><span class="menuhead">▼</span>Profile</h2> <div class="prof"> </div> <div class="profile_body"> <div class="profile_name">{profile_name}</div> {profile_description} </div> </div> <div class="entry_bottom"> </div> <div class="entry_top"> </div> <!-- END profile_area --> <div class="page_home"> <a href="#top">page top</a> </div> </div> <!-- /contents/ --> <!-- leftside --> <div id="leftside" class="page_menu"> <!-- BEGIN archives --> <div class="linktitle"><span class="menuhead">▼</span>Archive</div> <div class="menu_btm"> </div> <div class="linktexts">{archives_list}</div> <div class="menu_btm"> </div> <!-- END archives --> <!-- BEGIN category --> <div class="linktitle"><span class="menuhead">▼</span>Category</div> <div class="menu_btm"> </div> <div class="linktexts">{category_list}</div> <div class="menu_btm"> </div> <!-- END category --> <!-- BEGIN latest_entry --> <div class="linktitle"><span class="menuhead">▼</span>New Entry</div> <div class="menu_btm"> </div> <div class="linktexts">{latest_entry_list}</div> <div class="menu_btm"> </div> <!-- END latest_entry --> <!-- BEGIN selected_entry --> <div class="linktitle"><span class="menuhead">▼</span>Selected Entry</div> <div class="menu_btm"> </div> <div class="linktexts">{selected_entry_list}</div> <div class="menu_btm"> </div> <!-- END selected_entry --> <!-- BEGIN recent_comment --> <div class="linktitle"><span class="menuhead">▼</span>Recent Comment</div> <div class="menu_btm"> </div> <div class="linktexts">{recent_comment_list}</div> <div class="menu_btm"> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="linktitle"><span class="menuhead">▼</span>Recent Trackback</div> <div class="menu_btm"> </div> <div class="linktexts">{recent_trackback_list}</div> <div class="menu_btm"> </div> <!-- END recent_trackback --> <!-- BEGIN user --> <div class="linktitle"><span class="menuhead">▼</span>Profile</div> <div class="menu_btm"> </div> <div class="linktexts">{user_list}</div> <div class="menu_btm"> </div> <!-- END user --> <!-- others --> <div class="linktitle"><span class="menuhead">▼</span>Others</div> <div class="menu_btm"> </div> <div class="linktext_btm"> <!-- search --> <form method="get" action=""> <input id="search" name="search" size="20" style="width:110px" class="form" value="Search this site!"/> <input type="submit" value="?" class="button" /> </form> <!-- /search/ --> <br />admin: <a href="./admin/">Login</a><br />meta: <a href="./?mode=rss">RSS1.0</a>, <a href="./?mode=atom">Atom0.3</a> </div> <!-- /others/ --> </div> <!-- /leftside/ --> </div> <!-- /leftbox/ --> <!-- rightbox --> <div id="rightbox"> <!-- rightside --> <div id="rightside" class="page_menu"> <!-- amazon --> <div class="linktitle"><span class="menuhead">▼</span>Recommend</div> <div class="menu_btm"> </div> <!-- BEGIN amazon --> <div class="linktexts"> <a href="{amazon_url}" target="_blank"><img border="0" src="{amazon_ImageUrlSmall}" alt="{amazon_ProductName}" class="amazon_pict" /></a> <div class="amazon_text"> <a href="{amazon_url}" target="_blank">{amazon_ProductName}</a> <br />{amazon_Creator}</div> </div> <div class="menu_btm"> </div> <!-- END amazon --> <!-- /amazon/ --> <!-- BEGIN freespace1 --> <div class="linktitle"><span class="menuhead">▼</span>{freespace_title1}</div> <div class="menu_btm"> </div> <div class="linktexts">{freespace_contents1}</div> <div class="menu_btm"> </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="linktitle"><span class="menuhead">▼</span>{freespace_title2}</div> <div class="menu_btm"> </div> <div class="linktexts">{freespace_contents2}</div> <div class="menu_btm"> </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="linktitle"><span class="menuhead">▼</span>{freespace_title3}</div> <div class="menu_btm"> </div> <div class="linktexts">{freespace_contents3}</div> <div class="menu_btm"> </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="linktitle"><span class="menuhead">▼</span>{freespace_title4}</div> <div class="menu_btm"> </div> <div class="linktexts">{freespace_contents4}</div> <div class="menu_btm"> </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="linktitle"><span class="menuhead">▼</span>{freespace_title5}</div> <div class="menu_btm"> </div> <div class="linktexts">{freespace_contents5}</div> <div class="menu_btm"> </div> <!-- END freespace5 --> <!-- BEGIN link --> <div class="linktitle"><span class="menuhead">▼</span>Link</div> <div class="menu_btm"> </div> <div class="linktexts">{link_list}</div> <div class="menu_btm"> </div> <!-- END link --> <!-- moblie --> <div class="linktitle"><span class="menuhead">▼</span>Mobile</div> <div class="menu_btm"> </div> <div class="linktexts">{site_qrcode}</div> <div class="menu_btm"> </div> <!-- /moblie/ --> <!-- copyright --> <div class="linktitle"><span class="menuhead">▼</span>Copyright</div> <div class="menu_btm"> </div> <div class="linktext_btm"> {copyright}<br />designed by <a href="http://terrapin.jugem.cc/" target="_blank">ambience</a> </div> <!-- /copyright/ --> </div> <!-- rightside --> <!-- ad --> <br /> {ad} <!-- /ad/ --> </div> <!-- rightbox --> </div> <!-- /layout/ --> </body> </html>
CSS
/* ******************************************************** SQUARE;凹凸_05 http://terrapin.jugem.cc/?eid=194 テンプレ公開日: 2008/10/13 テンプレ更新日: 2008/11/22 ******************************************************** */ /* スクロールバー(IE独自) */ html { scrollbar-arrow-color: #848484; scrollbar-base-color: #848484; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #848484; scrollbar-darkshadow-color: #ffffff; scrollbar-3dlight-color: #848484; } * { margin: 0; padding: 0; } body { font-family: "Osaka‐等幅", "century gothic", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; margin: 25px 10px; padding: 0; background-color: #ffffff; text-align: center; } #layout { width: 790px; margin-left: auto; margin-right: auto; text-align: left; } #header { width: 788px; margin: 0; padding: 0; border-top: 1px solid #848484; border-left: 1px solid #848484; border-right: 1px solid #848484; } #leftbox { width: 591px; float: left; } #rightbox { float: right; } #leftbox #leftside { width: 180px; float: left; margin-bottom: 20px; border-left: 1px solid #848484; border-bottom: 1px solid #848484; } #leftbox #contents { width: 390px; float: right; margin-bottom: 20px; border-top: 1px solid #848484; border-right: 1px solid #848484; border-bottom: 1px solid #848484; } #rightbox #rightside { width: 180px; margin-bottom: 20px; border-right: 1px solid #848484; border-bottom: 1px solid #848484; } h1 { margin: 0; padding: 0; font-weight: normal; } h2 { margin: 0; padding: 0; font-weight: normal; } p { margin: 0; padding: 0; line-height: 150%; } #contents ul { margin: 5px 30px 5px 30px; line-height: 150%; padding: 0; list-style-type: square; } #leftside ul, #rightside ul { margin: 0 0 0 5px; line-height: 150%; padding: 0; list-style-type: none; } blockquote { font-size: small; color: #484848; line-height: 150%; margin: 5px 30px 5px 25px; padding-left: 5px; border-left: 2px solid #dddddd; } /* リンク */ a { text-decoration: none; } a:link, a:visited, .menuhead { color: #f4a460; text-decoration: none; } a:active, a:hover{ color: #e2823d; text-decoration: underline; } /* ブログタイトルなど */ .site_title { font-size: xx-large; color: #f4a460; padding: 15px 20px 15px 20px; text-align: center; } .description { font-size: small; color: #848484; padding: 0 20px 20px 20px; text-align: center; } .header_bottom { width: 766px; margin: 10px 0 0 10px; border-top: 1px solid #848484; border-right: 1px solid #848484; border-left: 1px solid #848484; } /* ページナビ関連 */ .page_home { width: 380px; color: #848484; text-align: center; font-size: small; line-height: 150%; padding: 5px; border-left: 1px solid #848484; } .navi{ font-size: small; color: #848484; padding: 5px; line-height: 150%; text-align: center; width: 380px; border-left: 1px solid #848484; } /* エントリー関連 */ .entry { margin: 0; width: 380px; } .entry_title { font-size: small; color: #848484; margin: 0; padding: 10px 5px 10px 10px; border-left: 1px solid #848484; } .entry_date { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 10px; font-weight: normal; color: #848484; margin: 0; padding: 2px 5px 2px 5px; border-top: 1px solid #848484; border-right: 1px solid #848484; text-align: right; } .entry_text { border-left: 1px solid #848484; border-top: 1px solid #848484; border-right: 1px solid #ffffff; } .entry_body { font-size: small; line-height: 150%; color: #848484; margin: 0; padding: 10px 10px 0 10px; } .entry_more { font-size: small; line-height: 150%; color: #848484; margin: 0; padding: 0 10px 0 10px; } .author_name { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 10px; color: #848484; margin: 0; padding: 0 10px 5px 0; text-align: right; line-height: 150%; } .entry_state { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; margin: 0; padding: 10px 5px 10px 5px; font-size: 10px; color: #848484; text-align: right; border-top: 1px solid #848484; border-right: 1px solid #848484; border-bottom: 1px solid #848484; } .entry_top { font-size: 7px; color: #ffffff; line-height: 100%; margin: 0; width: 380px; border-right: 1px solid #848484; border-top: 1px solid #848484; border-bottom: 1px solid #848484; height: 10px; } .entry_bottom { font-size: 7px; color: #ffffff; line-height: 100%; margin: 0; width: 380px; border-left: 1px solid #848484; } /* コメント・トラックバック関連 */ .comment_body, .trackback_body { font-size: small; line-height: 150%; color: #848484; margin: 0; padding: 15px 10px 2px 20px; } .comment_state, .trackback_state { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 10px; color: #848484; margin-bottom: 5px; padding: 5px 0 10px 60px; text-align: left; } .entry_comment, .entry_trackback { border-left: 1px solid #848484; width: 380px; } .entry_trackback { padding-bottom: 10px; } .comment_title, .trackback_title { font-size: small; font-weight: normal; color: #848484; margin: 0 10px 0 10px; padding: 10px 0 3px 0; border-bottom: 1px dashed #848484; text-align: right; } .trackback_url { font-size: small; color: #848484; text-align: center; padding-top: 10px; } /* 画像 */ .pict { margin: 5px; padding: 5px; background-color: #ffffff; border: 1px solid #efefef; } .amazon_pict { margin: 5px; padding: 5px; background-color: #ffffff; border: 1px solid #efefef; } /* カレンダー */ .calendar { font-family: "Osaka‐等幅", "Verdana", "arial", "ヒラギノ角ゴ Pro W3", "sans-serif"; font-size: 11px; color: #848484; text-align: center; line-height: 150%; padding: 10px; } /* プロフィール */ .entry_profile { padding: 0; font-size: small; color: #848484; text-align: left; width: 380px; } .profile_body { font-size: small; line-height: 150%; color: #848484; margin: 0; padding: 5px 5px 10px 10px; border-top: 1px solid #848484; border-left: 1px solid #848484; } .profile_name { font-size: small; color: #f4a460; padding: 5px 5px 5px 10px; } .prof { font-size: 7px; color: #ffffff; line-height: 100%; margin: 0; width: 380px; border-top: 1px solid #848484; border-right: 1px solid #848484; height: 20px; } /* メニュー */ #leftbox .page_menu { margin: 0; padding-left: 10px; width: 170px; } #rightbox .page_menu { margin: 0; padding-right: 10px; width: 170px; } #leftbox .linktitle { font-size: small; font-weight: normal; color: #848484; line-height: 150%; text-align: left; margin: 0; padding: 5px; border-top: 1px solid #848484; border-right: 1px solid #848484; } #rightbox .linktitle { font-size: small; font-weight: normal; color: #848484; line-height: 150%; text-align: right; margin: 0; padding: 5px; border-top: 1px solid #848484; border-left: 1px solid #848484; } #leftbox .linktexts { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 10px; color: #848484; line-height: 150%; text-align: right; margin: 0; padding: 5px; border-top: 1px solid #848484; border-right: 1px solid #848484; border-left: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } #rightbox .linktexts { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 10px; color: #848484; line-height: 150%; text-align: left; margin: 0; padding: 5px; border-top: 1px solid #848484; border-right: 1px solid #ffffff; border-left: 1px solid #848484; border-bottom: 1px solid #ffffff; } #leftbox .linktext_btm { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 10px; color: #848484; line-height: 150%; text-align: right; margin: 0; padding: 5px; border-top: 1px solid #848484; border-right: 1px solid #848484; border-left: 1px solid #ffffff; } #rightbox .linktext_btm { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 10px; color: #848484; line-height: 150%; text-align: left; margin: 0; padding: 5px; border-top: 1px solid #848484; border-right: 1px solid #ffffff; border-left: 1px solid #848484; } #leftbox .menu_btm { font-size: 8px; line-height: 100%; margin: 0; padding: 0; border-top: 1px solid #848484; border-left: 1px solid #848484; color: #ffffff; } #rightbox .menu_btm { font-size: 8px; line-height: 100%; margin: 0; padding: 0; border-top: 1px solid #848484; border-right: 1px solid #848484; color: #ffffff; } /* adlink */ .linktext { text-align: right; margin: 5px; padding: 5px; } textarea { font-family: "Osaka‐等幅", "century gothic", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: small; color: #848484; background-color: #ffffff; border: 1px solid #848484; padding: 3px; } input { font-family: "Osaka‐等幅", "century gothic", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: small; color: #848484; background-color: #ffffff; border: 1px solid #848484; } label { font-size: small; color: #848484; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑