無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
plain3
テンプレートイメージ表示ページへ戻る
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}" /> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> <a name="top"></a> <div id="layout"> <!-- BEGIN title --> <div id="header"> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> </div> <br class="clear" /> <!-- END title --> <div id="contents"> <div id="center"> <div class="pad"> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <div class="entry_date">{entry_date} <div class="entry_title">{entry_title}</div> </div><div class="entry_body">{entry_description}</div> <a name="sequel"></a> <div class="entry_more">{entry_sequel}</div> <div class="entry_state"> * {entry_time} * {comment_num} </div> </div> <!-- END entry --> <!-- BEGIN page --> <div class="page">{prev_page_link} | {page_now}/{page_num}PAGES | {next_page_link}</div> <!-- END page --> </div> </div> <div id="right"> </div> <br class="clear" /> </div> <!--footer --> <div id="footer"> COPYRIGHT (C) 2005 <a href="http://1103-ringo.com/" target="_blank">千百さんちのりんご。</a> ALL RIGHTS RESERVED. <div class="linktext" align="right"><a href="#top">▲このページの先頭へ</a></div> </div> </div> <!-- /footer/ --> <!-- powered --> <div class="linktitle">OTHERS</div> <div class="linktext"> <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> <div class="jugem_bana"> {powered} {ad} </div> </div> <!-- /powered/ --> </div> </body> </html>
CSS
body { margin: 0px auto; padding: 0px; background-color: #FFF; text-align: center; } .clear { clear: both; font: 0px/0px sans-serif ; } #layout { margin: 0 auto; width: 800px; text-align: left; } #header { } #contents #left { float: left; width: 160px; } #contents #center { float: left; width: 480px; } #contents #center .pad { padding : 0 20px; } #contents #right { float: right; width: 160px; } #footer { clear: both; } h1 { margin: 0px; padding: 0px; } ul { margin: 0px 0px 0px 15px; padding: 0px; } div, td { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; } .form_color { background: #ECECEC; } a { color: #FF9999; text-decoration: underline; } a:link { color: #CCCCCC; text-decoration: underline; } a:visited { color: #FF9999; text-decoration: underline; } a:active { color: #999999; text-decoration: none; } a:hover { color: #999999; text-decoration: none; } .site_title a {color: #666666;text-decoration: none;} .site_title a:link {color: #666666;text-decoration: none;} .site_title a:visited {color: #666666;text-decoration: none;} .site_title a:active {color: #666666;text-decoration: none;} .site_title a:hover {color: #666666;text-decoration: none;} .site_title { font-size: 14px; color: #000000; margin: 20px 0px 10px 0px; padding: 0px; } .description { font-size: 10px; color: #666666; margin: 0px 0px 25px 0px; } .entry_navi{ font-size: 10px; color: #666666; margin: 15px 0px 15px 0px; text-align: center; } .entry { margin: 0px; padding: 0px; } .entry_date { font-size: 10px; font-weight: bolder; color: #CCCCCC; margin: 10px 0px 10px 0px; padding-bottom: 3px; border-bottom: 1px dotted #FF9999; } .entry_title { font-size: 12px; font-weight: bolder; color: #666666; margin: 15px 0px 15px 0px; } .entry_body { font-size: 10px; line-height: 170%; color: #666666; margin: 15px 0px 15px 0px; } .entry_author { font-size: 10px; color: #999999; margin: 5px 0px 5px 0px; text-align: right; } .entry_more { font-size: 10px; line-height: 170%; color: #333333; margin: 15px 0px 15px 0px; } .entry_state { font-size: 10px; color: #666666; margin: 15px 0px 30px 0px; } blockquote { font-size: 10px; color: #666666; margin: 20px 10px 20px 10px; padding: 10px; border-left: 3px solid #CCCCCC; } .comment-title { font-size: 10px; font-weight: bolder; color: #666666; margin: 10px 0px 10px 0px; padding-bottom: 3px; border-bottom: 1px dotted #CCCCCC; } .trackback-title { font-size: 10px; font-weight: bolder; color: #666666; margin: 10px 0px 10px 0px; padding-bottom: 3px; border-bottom: 1px dotted #CCCCCC; } .pict { border-width: 1px; border-style: solid; border-color: #999; } .page { font-size: 10px; color: #666666; padding: 10px 0px 0px 0px; border-top: 1px dotted #CCCCCC; text-align: center; } .linktitle { font-family: "Verdana"; font-size: 10px; font-weight: bolder; color: #666666; line-height: 170%; margin: 10px 0px 0px 0px; } .linktext { font-size: 10px; color: #999999; line-height: 170%; margin: 5px 0px 25px 2px; } .search { font-size: 10px; color: #333333; line-height: 170%; margin: 0px 0px 5px 0px; } .button { margin: 5px 0 0 0; } .copyright { font-size: 10px; color: #333333; line-height: 170%; border-top: 1px dotted #CCCCCC; margin: 30px 0px 0px 0px; padding-top: 10px; } .calendar { font-family: "Verdana"; font-size: 10px; color: #666666; margin: 5px 0px 20px 0px; } .calendar_month { font-family: "Verdana"; margin-bottom: 10px; font-size: 10px; color: #666666; } .cell { width: 25px; height: 20px; padding: 0px; text-align:left; font-size: 10px; color: #666666; } .jugem_bana{ margin: 20px 1px 10px 0px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑