無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
コルムオンライン
テンプレートイメージ表示ページへ戻る
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> <div id="wrapper_back"> <div id="wrapper"> <!-- side --> <div id="side"> <div id="side_header"><img src="./template/corum/img/side_top.gif"></div> <div id="side_body"> <dl id="linklist"> <!-- BEGIN calendar --> <div class="linktitle">Calendar</div> <div class="linktext_area"> <dd> <div id="calendar"> {calendar2} </div> </dd> </div> <!-- END calendar --> <!-- ad --> <div class="linktitle">Sponsored Link</div> <div class="linktext_area"> {ad} </div> <!-- /ad/ --> <!-- BEGIN selected_entry --> <div class="linktitle">Latest Entry</div> <div class="linktext_area"> {latest_entry_list} </div> <!-- END selected_entry --> <!-- BEGIN archives --> <div class="linktitle">Archives</div> <div class="linktext_area"> {archives_list} </div> <!-- END archives --> <!-- BEGIN category --> <div class="linktitle">Category</div> <div class="linktext_area"> {category_list} </div> <!-- END category --> <!-- BEGIN recent_comment --> <div class="linktitle">Recent Comment</div> <div class="linktext_area"> <dd>{recent_comment_list}</dd> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="linktitle">Trackback</div> <div class="linktext_area"> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- BEGIN profile --> <div class="linktitle">Profile</div> <div class="linktext_area"> {user_list} </div> <!-- END profile --> <!-- BEGIN freespace1 --> <div class="linktitle">{freespace_title1}</div> <div class="linktext_area"> <div class="pd"> {freespace_contents1} </div> </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="linktitle">{freespace_title2}</div> <div class="linktext_area"> <div class="pd"> {freespace_contents2} </div> </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="linktitle">{freespace_title3}</div> <div class="linktext_area"> <div class="pd"> {freespace_contents3} </div> </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="linktitle">{freespace_title4}</div> <div class="linktext_area"> <div class="pd"> {freespace_contents4} </div> </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="linktitle">{freespace_title5}</div> <div class="linktext_area"> <div class="pd"> {freespace_contents5} </div> </div> <!-- END freespace5 --> <!-- mobile --> <div class="linktitle">Mobile</div> <div class="linktext_area"> <div id="qr_code"> {site_qrcode} </div> </div> <!-- //mobile --> <!-- BEGIN link --> <div class="linktitle">Links</div> <div class="linktext_area"> {link_list} </div> <!-- END link --> <!-- BEGIN amazon --> <div class="linktitle">Reccomend</div> <div class="linktext_area"> {amazon_item} </div> <!-- END amazon --> <!-- search --> <div class="linktitle">Search</div> <div class="linktext_area"> <div class="linktext2"> <form method="get" action=""> <input id="search" name="search" size="12" style="width:90px" /><input type="submit" value="Search" class="button" /> </form> </div> </div> <!-- /search/ --> <div class="jugem_bana">{powered}</div> <div class="description2"> <ul> <li><a href="./?mode=atom">Atom0.3</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./admin">Login</a></li> </ul> </div> </div> <div id="side_bottom_back"> <div id="side_bottom"></div> </div> </dl> </div> <!--// side --> <!-- main --> <div id="main"> <!-- ヘッダー --> <div id="header"> <!-- BEGIN title --> <h1>{blog_name}</h1> <p>{blog_description}</p> <!-- END title --> <!-- ヘッダー画像--> <div id="heaer_img"><a href="http://www.corum.jp/renew/index.asp?BannerSiteNum=84" target="_blank"><img src="./template/corum/img/top.gif" border="0"></a></div> <!--// ヘッダー画像--> </div> <!--// ヘッダー --> <!-- BEGIN entry --> <div class="entry"> <!-- BEGIN sequel --> <div class="entry_link">{prev_entry} | main | {next_entry}</div> <!-- END sequel --> <h2 class="title">{entry_title}</h2> <div class="entry_body"> <p class="entry_date">{entry_date}/{author}</p> <div>{entry_description}</div> <div class="more">{entry_sequel}</div> <p class="entry_date"> {category_name} | {entry_time} | {comment_num} | {trackback_num} </div> </div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div id="comment"> <div class="title">Comment:</div> <!-- BEGIN comment --> <div class="tb" style=" border-bottom:1px dotted #808080;padding:10px 0; "> <div class="state">{comment_time}, {comment_name} wrote:</div> {comment_description} </div> <!-- END comment --> <div class="title" style="margin-top:15px; ">Add a comment:</div> <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}" style="width:300px;" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:300px;" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:300px;" /><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="コメント送信" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookieに登録</label> </form> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div id="comment" style="margin-top:50px; "> <div class="title">Trackback:</div> <div class="tb_url">{trackback_url}</div> <!-- BEGIN trackback --> <div class="tb"> <div class="tb_title">{trackback_title} / {trackback_blog_name}</div> <div class="state">{trackback_time}</div> {trackback_excerpt} </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div id="profile" class="entry"> <h2 class="title">{profile_name}</h2> <div class="entry_body"> <div>{profile_description}</div> </div> </div> <!-- END profile_area --> <!-- フッター --> <div id="footer"> <!-- BEGIN page --> <div class="page_link"> <span><a href="{prev_page_url}"><<new</a> | {page_now} / {page_num}pages | <a href="{next_page_url}">old>></a></span> </div> <!-- END page --> <address>copyright(c) 2006 JUGEM some right reserved.</address> </div> <!-- フッター --> </div> <!--// main --> <br class="clear" /> </div> <!--// wrapper --> </body> </html>
CSS
* { margin: 0; padding: 0; } body { color:#999; background:#A19D9D; font: 12px/160% "Verdana","MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; background-image:url(./template/corum/img/back.gif); } .img {border:none;} .img2 { vertical-align:bottom; text-align:right; } li {list-style-type:none;} br.clear { clear: both; font: 0px/0px sans-serif ; } a, a:link, a:visited, a:active { color: #AFAFAF; text-decoration: underline; } a:hover { color: #555; text-decoration: underline; background-color:#fff;} #header h1 a, #header h1 a:link, #header h1 a:visited, #header h1 a:active { color: #000; text-decoration: none;} #header h1 a:hover { color: #000;} #wrapper_back { width:100%; background-image:url(./template/corum/img/back_top.gif); background-repeat:repeat-x; } #wrapper { width:810px; margin:0 auto; } #side { width:190px; float:left; background:#FFF; background-image:url(./template/corum/img/side_back.gif); background-repeat:repeat-y; } #side_header { text-align:center; } #side_bottom_back { background-image:url(./template/corum/img/back.gif); } #side_bottom { padding:10px 0 25px 0px; background-image:url(./template/corum/img/side_bottom.gif); } #main { width:580px; float:right; background:#FFF url(./template/corum/img/main_top.gif) repeat-x; border-right:1px solid #939393; padding-top:50px; padding-right:10px; padding-bottom:20px; padding-left:10px; } #header {} #header h1 { color:#000; font-size:19px; } #header p { color:#000; font-size:11px; } #header .description { font-color:#000; font-size:10px; } #calendar { font-family:"Arial"; margin-right:auto; margin-left:auto; width:140px; color:#fff; text-align:center; } #calendar .calendar_month { text-align:center; } #calendar .weekday { width:20px; font-size: 9px; } #linklist { width:190px; margin:0; } #linklist dl { } #linklist dt { margin-top:10px; font-size:10px; } #linklist .link_title { text-align:center; } #linklist dd { } #linklist li { margin-right:10px; padding-left:15px; padding-right:20px; color:#fff; font-size:11px; background-image:url(./template/corum/img/button.gif); background-repeat:no-repeat; background-position:right; } .entry { margin:20px 0px 40px; } h2.title { width:575px; height:32px; background-image:url(./template/corum/img/title_back.gif); background-repeat:no-repeat; margin:0; padding:6px 0 0 10px; font-size:11px; color:#5A6478; } .entry_date { text-align:right; color:#5A6478; font-size:10px; font-weight:bold; } .entry_link { margin:5px 0; font-size:11px; text-align:center; } .entry_body { background:url(./template/corum/img/entry_back.gif) repeat-y; padding:0 25px; } #entry_area{ margin-top:10px; } ul.state li { display:inline; text-align:right; } .Sat { color:#0000FF;} .Sun { color:#FF0000;} #entry_area .entry_body { margin-left:80px; } .pict {} blockquote { color:#666; padding-left:10px; border-left: 3px solid #CCCCCC; margin:10px; } /* SIDE MENU------------------------------------------- */ .linktext_area { width:190px; background-image:url(./template/corum/img/side_bar.gif); background-repeat:no-repeat; padding-top:15px; padding-bottom:10px; font-size:11px; } .linktitle { color:#fff; font-size:12px; font-weight:bold; margin:5px 0 0 12px; padding:0px 12px 0 0px; text-align:center; background-image:url(./template/corum/img/link_back.gif); background-repeat:no-repeat; } .linktext { border-top:1px #8DC505 dotted; padding-bottom:10px; background-image:url(./template/corum/img/button.gif); background-repeat:no-repeat; background-position:right; padding:10px 7px 10px; } .linktext ul { margin:0px 0px 10px 10px; } .linktext li { background-position:0px 4px; padding-left:9px; margin-bottom:5px; background-image:url(./template/corum/img/button.gif); background-repeat:no-repeat; background-position:right; } #ad .linktext { border-top:none; padding-bottom:10px; padding-left:20px; background-image:none; } .description2 { padding:10px 7px 10px; text-align: right; } .linktext2 { text-align:center; } .linktext_area .pd { padding:0 10px; } /* AMAZON------------------------------------------- */ .amazon { margin-right:10px; padding-left:15px; color:#fff; font-size:11px; background-repeat:no-repeat; background-position:right; } .amazon_text { line-height:140%; } /* SEARCH------------------------------------------- */ .search { color:#fff; font-size:11px; } .search input { color: #555; font-size :9px; border:1px #CCC solid; background-color:#fff; margin:10px; } .search .button {} .jugem_bana {margin:0 0 20px 25px;} #qr_code { padding-left:40px; } /* =================================== */ /* comment /* =================================== */ #comment { color:#777; line-height:150%; margin:0 25px 0; font-size:11px; } #comment .title { color:#5A6478; font-weight:bold; padding-top:10px; padding-bottom:0px; border-bottom:1px solid; } #comment .tb { border-bottom:1px dotted #555; padding:10px 0; } #comment .state { color:#5A6478; font-weight:bold; background-position:0px 6px; padding-left:5px; margin-bottom:3px; } #comment .tb_url { margin-top:10px; color:#555; font-size:11px; } #comment .tb_title { font-weight: bold; color:#5A6478; } #set_cookie { border:none;background:none; } #footer { margin-top:50px; } #footer address { font-size:11px; font-style:normal; color:#5A6478; font-weight:bold; } .page_link { text-align:center; margin-bottom:30px; color:#5A6478; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑