無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
cafe-ole
テンプレートイメージ表示ページへ戻る
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> <!-- ======================================================================= こちらは fs* による【 cafe-ole 】テンプレートです。 不具合がありましたらお手数ですが http://nyanchu.jugem.cc/ までご連絡下さい。 ========================================================================= --> <meta http-equiv="Content-Type" content="text/html;charset={site_encoding}" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <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}" /> </head> <body> <div id="wall"><!-- wall始まり --> <div id="header"> <!-- BEGIN title --> <h1 class="site_title" id="top" name="top">{blog_name}</h1> <!-- END title --> <p class="description">{blog_description}</p> </div> <div id="main"><!-- メイン始まり --> <!-- BEGIN entry --> <div class="entry_date">{entry_date}</div> <div class="entry"> <h3 class="entry_title">{entry_title}</h3> <div class="entry_body"> {entry_description} </div> <div class="entry_more"> <!-- BEGIN entry_sequel_link --> <a href="./?eid={entry_sequel_id}#sequel">Read more ?</a> <!-- END entry_sequel_link --> <!-- BEGIN entry_sequel_items --> {entry_sequel_text} </div> <p class="entry_state entry_bottom"> Posted by {user_name} at {entry_time} | {category_name}<!-- | {trackback_num}--> | {comment_num} </p> </div> <!-- END entry --> <!-- BEGIN page --> <div id="navipage"> {prev_page_link} New Entries | {page_now} / {page_num} | Old Entries {next_page_link} </div> <!-- END page --> <!-- BEGIN comment_area --> <div class="comment_title" name="comments">Comment</div> <div class="entry"> <!-- BEGIN comment --> <div class="comment_body">{comment_description}</div> <p class="comment_state"><a>{comment_name}</a> at {comment_time_24}</p> <!-- END comment --> <div class="comment_form comment_top"> <form 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"></textarea><br /> <br /> <input type="submit" value="-OK-" class="button" /> <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="trackback_title" name="trackback">Trackback</div> <div class="trackback"> <p class="trackback_url comment_bottom">{trackback_url}</p> <!-- BEGIN trackback --> <div class="trackback_bodytitle">{trackback_title}</div> <div class="entry_body">{trackback_excerpt}</div> <div class="entry_state profile_bottom">{trackback_blog_name} | {trackback_time_24}</div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry_date">Profile*</div> <div class="entry"> <div class="entry_title">{profile_name}</div> <div class="entry_body">{profile_description}</div> <p class="entry_state profile_bottom"></p> </div> <!-- END profile_area --> </div><!-- メイン終わり --> <div id="side"><!-- サイド始まり --> <!-- BEGIN calendar --> <!-- <div class="linktitle">Calender</div> --> <div class="calendar"> <table border="0" cellpadding="0" cellspacing="1"> <tr align="center"> <td class="cell sun">Sun*</td> <td class="cell">Mon</td> <td class="cell">Tue</td> <td class="cell">Wed</td> <td class="cell">Thu</td> <td class="cell">Fri</td> <td class="cell">Sat </td> </tr> </table> {calendar} </div> <!-- END calendar --> <!-- BEGIN latest_entry --> <h2 class="linktitle">Recent Entries</h2> <div class="linktext linktext_bottom"> {selected_entry_list} </div> <!-- END latest_entry --> <!-- BEGIN category --> <h2 class="linktitle">Categories</h2> <div class="linktext linktext_bottom"> {category_list} </div> <!-- END category --> <!-- BEGIN archives --> <h2 class="linktitle">Archives</h2> <div class="linktext linktext_bottom"> <div id="archive"> {archives_list} </div> </div> <!-- END archives --> <!-- BEGIN recent_comment --> <h2 class="linktitle">Recent Comments</h2> <div class="linktext linktext_bottom text_s"> {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <h2 class="linktitle">Recent Trackbacks</h2> <div class="linktext linktext_bottom text_s"> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- BEGIN amazon --> <h2 class="linktitle">Recommend</h2> <div class="linktext linktext_bottom"> {amazon_item} </div> <!-- END amazon --> <!--links--> <h2 class="linktitle">Bookmarks</h2> <div class="linktext linktext_bottom"> {link_list} </div> <!--profile--> <h2 class="linktitle">Profile</h2> <div class="linktext linktext_bottom"> {user_list} </div> <!-- フリースペース サンプル --> <!-- BEGIN freespace1 --> <h2 class="linktitle">{freespace_title1}</h2> <div class="linktext linktext_bottom text_s"> {freespace_contents1} </div> <!-- END freespace1 --> <!--search--> <h2 class="linktitle serch">Search this site.</h2> <div class="linktext linktext_bottom"> <form method="get" action=""> <input id="search" name="search" class="form" /> <input type="submit" value="Search" class="button" /> </form> <!--Login--> <ul class="login"> <li><a href="./admin/" target="top">Login</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> <li><a href="http://nyanchu.jugem.cc/">Designed by fs*</a></li> </ul> <!-- ad --> {ad} </div> </div><!-- サイドおわり --> <!--footer--> <div id="footer"> <div class="copyright"> {copyright} </div> <p><a href="#top">▲PAGE TOP</a></p> </div> </div><!-- wall終わり --> </body> </html>
CSS
/*=========================================== Designed by fs* [ http://nyanchu.jugem.cc/ ] last update : 2009-09-15 ===========================================*/ /*================================= 基本構造 共通設定 装飾設定 ヘッダー エントリー記事 コメント・トラックバック サイドバー・リンク カレンダー フッター・著作権 ==================================*/ /*========================== 基本構造 ============================*/ body { margin: 0em 0em; padding: 0em 0em; background-color: #d5c3ad; text-align: center; } #wall { width: 795px; margin: 0em auto; padding: 1.5em 0.5em; text-align: left; background-color:#d5c3ad; } #header { padding: 0.5em 0.5em 0em 0.5em; margin-bottom: -1.2em; } #main { width: 520px; float: left; } #side { width: 240px; float: right; height: 100% auto; } #footer { width: 490px; clear: left; } /*========================== 共通設定 ============================*/ html { scrollbar-track-color : #d5c3ad; scrollbar-face-color : #fff; scrollbar-shadow-color : #fff; scrollbar-darkshadow-color : #fff; scrollbar-highlight-color : #fff; scrollbar-3dlight-color : #fff; scrollbar-arrow-color : #d5c3ad; } a { color: #9a8a78; border-bottom: 1px dotted #e6d8c8; } a:link { color: #9a8a78; text-decoration: none; border-bottom: 1px dotted #e6d8c8; } a:visited { color: #9a8a78; text-decoration: none; border-bottom: 1px dotted #e6d8c8; } a:active { color: #9a8a78; text-decoration: none; border-bottom: 1px dotted #e6d8c8; } a:hover { color: #cbb499; border-bottom: 1px solid #e6d8c8; } h1,h2,h3,h4,h5,h6 { font-size: 100%; margin: 0em; padding: 0.2em 0em 0em 0em; } input,botton,textarea { font-size: 95%; color: #8f7f6c; font-family: "Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; border: solid 1px #cbb499; background-color: #fff; padding: 0.2em; } form { margin: 0em; } .button { font-size: 80%; padding: 0.13em 0em; } .entry_body p { margin: 1em 0em; clear: both; } em { font-style: normal; font-weight: bold; } code { font-family: "Lucida Sans Unicode",Osaka,sans-serif; } cite { font-size: 100%; color: #999; font-family: "Lucida Sans Unicode",Osaka,sans-serif; font-style: normal; padding: 1em 0.1em; } hr { height: 1px; border-top: 0px; border-right: 0px; border-bottom: 1px dotted #e6d8c8; border-left: 0px; margin: 0.5em 0.5em 0.2em 0.5em; } blockquote { color: #cbb499; font-family: "Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; border-left: 4px solid #cbb499; margin: 1em 0.7em; padding: 0.7em 0.7em; } #navipage { font-size: 75%; color: #fff; font-family: "Lucida Sans Unicode","Verdana","Osaka",sans-serif; text-align: center; padding: 2em 0em 2em 0em; margin: 0em 0em; } #navipage a { color: #fff; border: #fff; } /*========================== 装飾設定 ============================*/ .pink { color: #d8747e; } .blue { color: #8399c1; } .gray { color: #aaa; } .a { font-size: 95%; } .strong { font-weight: bold; } .em { font-weight: bold; } div.pre { white-space: pre; } .c { clear: left; } .pict { border: 1px solid #e6d8c8; /* pict */ margin: 0.2em 0.5em 0.5em 0.3em; } img.border_none { border: none; } .waku { border: 1px solid #e6d8c8; background-color: #fff; margin: 0.5em 0.2em; padding: 0.6em 0.8em; } .entry_kado { height: 26px; background-image: url("./.gif") ; background-repeat: no-repeat; } .link_kado { height: 26px; background-image: url("./.gif") ; background-repeat: no-repeat; } /* clearfix */ /*--- firefox, others ---*/ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /*--- WinIE ---*/ * html .clearfix { height: 1%; } .clearfix { display: block; } /*============================ ヘッダー ================================*/ .site_title a { color: #fff; border:none; } .site_title a:link { color: #fff; border:none; } .site_title a:visited { color: #fff; border:none; } .site_title a:active { color: #fff; border:none; } .site_title a:hover { color: #fff; border:none; } .site_title { color: #fff; font-size: 150%; font-family: "Lucida Sans Unicode","Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック", "Osaka‐等幅",sans-serif; font-weight: bold; padding: 0em; margin: 0em; } .description { font-size: 70%; color: #fff; font-family: "Verdana","ヒラギノ角ゴ Pro W3","MS Pゴシック","Osaka",sans-serif; } font-weight: normal; padding: 0em 0.5em; } /*======================== エントリー記事本文 =========================*/ .entry { margin: 0em; padding: 0em; background: #fff; width: 100%; height: auto; } .entry_date { font-size: 180%; color: #fff; font-family: "Times New Roman","Lucida Sans Unicode","Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; font-weight: bold; background-image: url(""); text-align: right; margin-bottom: -0.22em; padding: 0.9em 0.72em 0em 0.72em; } .entry_title { font-size: 80%; color: #cbb499; font-family: "Verdana","Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; font-weight: bolder; background: url("http://img-cdn.jg.jugem.jp/5f2/72048/20090912_1031495.gif") no-repeat left top #fff; padding: 2em 1.52em 0.4em 1.52em; } .jgm_entry_desc_mark{} .entry_body { font-size: 75%; color: #8f7f6c; font-family: "Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; background: #fff; line-height: 150%; padding: 0.7em 1.75em; margin-bottom: 0em; } #grokEntryAdContainer { background: #fff; } .entry_more { font-size: 75%; color: #8f7f6c; height: auto; font-family: "Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; line-height: 150%; clear: left; background: #fff; padding : 0.5em 1.75em; margin: 0em 0em; } .entry_state { font-size: 70%; color: #cbb499; font-family: "Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; text-align: right; background: #fff; padding: 0.2em 1.75em 2.2em 1.75em; margin: 0em 0em 0em 0em; } p.entry_bottom { font-size: 70%; background: url("http://img-cdn.jg.jugem.jp/5f2/72048/20090912_1031500.gif") no-repeat left bottom #fff; } .entry ul { margin: 0.6em 0em; padding: 0.1em 0em; list-style: none; } .entry li { padding-left: 1.3em; background: url("http://img-cdn.jg.jugem.jp/5f2/72048/20090808_910707.gif") no-repeat -0.2em 0.35em; } /*========================== コメント・トラックバック ===========================*/ .comment_title { font-size: 150%; color: #fff; font-family: "Times New Roman","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; font-weight: bolder; text-align: right; background: url("http://img-cdn.jg.jugem.jp/5f2/72048/20090912_1031495.gif") no-repeat 0px 0.86em; margin: 1em 0em -1.36em 0em; padding: 0em 1em 2em 1em; } .comment_body { font-size: 80%; color: #8f7f6c; font-family: "Verdana","Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; background: #fff; padding: 0.5em 1.75em 0.5em 1.75em; } p.comment_state { font-size: 70%; color: #cbb499; font-family: "Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; background: #fff; text-align: right; padding: 0.7em 1.75em 1.2em 1.75em; margin: 0em; } .comment_form { font-size: 70%; color: #8f7f6c; font-family: "Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; line-height: 140%; background: #fff; background: url("http://img-cdn.jg.jugem.jp/5f2/72048/20090912_1031500.gif") no-repeat left bottom #fff; padding: 1em 1.8em 2.2em 1.8em; } p.comment_attention { margin-bottom: -0.3em; text-align: right; } .comment_bottom { font-size: 70%; background: url("http://img-cdn.jg.jugem.jp/5f2/72048/20090912_1031500.gif") no-repeat left bottom #fff; } #description { padding: 1% ; width: 85%; height: 140px; } #name { width: 40%; } #email { width: 40%; } #url { width: 60%; } /* trackback */ .trackback { background: url("http://img-cdn.jg.jugem.jp/5f2/72048/20090912_1031495.gif") no-repeat top left #fff; padding: 0.5em 0em 0em 0em; background-repeat: no-repeat; } .trackback_title { font-size: 150%; color: #fff; font-family: "Times New Roman","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; font-weight: bolder; text-align: right; margin-bottom: -0.22em; padding: 1.2em 1.3em 0em 1.3em; } .trackback_url { font-size: 70%; color: #8f7f6c; font-family: "Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; position: relatice; z-index: 1; margin-top: 1em; padding: 0.6em 1.75em 2.8em 1.75em; } .trackback_bodytitle { font-size: 75%; color: #8f7f6c; background-color: #fff; font-family: "Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; font-weight: bolder; background-repeat: no-repeat; position: relative; z-index: 2; margin-top: -3.6em; padding: 1.8em 1.65em 0em 1.65em; } .profile_bottom { font-size: 70%; background: url("http://img-cdn.jg.jugem.jp/5f2/72048/20090912_1031500.gif") no-repeat left bottom #fff; padding-bottom: 1.6em; } /*======================== サイドバー・リンク ==========================*/ .linktitle { font-size: 140%; color: #fff; font-family: "Times New Roman","Lucida Sans Unicode","Verdana",'Osaka',sans-serif; font-weight: bold; background: url("http://img-cdn.jg.jugem.jp/5f2/72048/20080908_595083.gif") no-repeat 0px 0.88em; text-align: right; margin: 1em 0em -0.5em 0em; padding: 0em 0.7em 0.9em 0em; } .linktext { font-size: 72%; color: #cbb499; font-family: "Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; background: #fff; line-height: 170%; margin-top: 0em; } .linktext_bottom { width: auto; background: url("http://img-cdn.jg.jugem.jp/5f2/72048/20080908_595084.gif") no-repeat left bottom #fff; padding: 0.2em 1.4em 1.6em 1.4em; } .text_s { font-size: 65%; line-height: 170%; } .linktext ul { margin: 0em; padding: 0em; list-style: none; background: #fff; } .linktext li{ padding-left: 16px; text-valign: middle; background: url("http://img-cdn.jg.jugem.jp/5f2/72048/20090808_910707.gif") no-repeat -0.2em 0.48em ; } .linktext img { border: none; margin: 0.8em 0.2em; } .archives { padding-top: 3em; margin-left: -0.81em; } /* Archives */ #archive { font-size: 95%; overflow: auto; height: 10.2em; width: auto; line-height: 170%; margin-top: 0em; padding: 0em 0.3em 0em 0em; } /* Amazon */ .amazon { font-size: 80%; color: #cbb499; padding: 0.3em 0.8em; } .amazon_pict a { border: none; color:#fff; } .amazon_text { font-family: "Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka",sans-serif; line-height: 150%; } /* search */ .search { font-size: 70%; color: #aaa; font-family: "Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka",sans-serif; line-height: 170%; padding: 0.8em 1em; } .form { width: 69%; } ul.login { font-size: 95%; margin: 1em 0em; } #ad { padding: 2em 1em; color: #aaa; font-size: 75%; } /*=========================== カレンダー ============================*/ .calendar { font-size: 75%; color: #fff; font-family: "Lucida Sans Unicode","Verdana","Osaka",sans-serif; font-weight: lighter; padding: 2.2em 0.5em 0.5em 0em; } .calendar a { color: #fff; border-bottom: 1px dotted #fff; padding-left: 0.15em; } .calendar a:link { color: #fff; border-bottom: 1px dotted #fff; } .calendar a:visited { color: #fff; border-bottom: 1px dotted #fff; } .calendar a:active { color: #fff; border-bottom: 1px dotted #fff; } .calendar_month { font-size: 95%; color: #fff; font-family: "Lucida Sans Unicode","Verdana","Osaka",sans-serif; font-weight: lighter; word-spacing: 0.2em; padding-top: 0.25em; } .cell { font-size: 90%; width: 2.9em; height: 2.2em; padding: 0em; maring: 0em; } .sun { color: ; } /*========================= フッター・著作権 ===============================*/ #footer { padding: 1.5em 2em 0.5em 0.5em; } #footer a { color: #fff; border: #fff; } .copyright { font-size: 70%; color: #fff; font-family: "Lucida Sans Unicode","Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; line-height: 170%; margin: 1.5em 0em; padding-top: 1em; } #footer p { font-size:70%; font-family: "Verdana","ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka‐等幅",sans-serif; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑