無料ブログをかんたん作成
無料ブログ作成なら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 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}" /> <script type="text/javascript" src="./template/js/cookie.js"></script> <style type="text/css"> <!-- body{ margin-top:px; margin-bottom:px; margin-left:100px; margin-right:px; } --> </style> <style type="text/css"> <!-- a{ text-decoration:none; } a:link{ color:#a0a0a0; } a:active { color:#FFFFFF; } a:visited{ color:#a0a0a0; } a:hover{ color:#FFFFFF; } --> </style> </head> <!-- wrapper --> <div id="wrapper_body"> <div id="wrapper"> <a name="top" id="top"></a> <!-- header --> <div id="header"> <!-- BEGIN title --> <h1>{blog_name}</h1> <p>{blog_description}</p> <!-- END title --> </div> <!-- /header/ --> <!-- content --> <div id="content"> <!-- main --> <div id="main"> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry_area"> <ul class="state"> <li>{entry_date}</li> <font style="color:#ff80a0;">{entry_title}</font> <ul class="state"><ul class="state"> <li>{category_name}</li> </ul> <div class="entry">{entry_description}</div> <a name="sequel"></a> <div class="entry">{entry_sequel}</div> <br class="clear" /> {trackback_auto_discovery} </div> <!-- END entry --> </dl> </div> </dl> </div> </div> <!-- /main/ --> <!-- side --> <div id="side"> <!-- side_header --> <div class="side_header"> <!-- BEGIN jugem_ad --> <dl> <dt></dt> <dd> {ad}</font> </dd> </dl> <!-- END jugem_ad --> </div> </div> <!-- /wrapper/ --> </body> </html>
CSS
* { margin: 0; padding: 0; } html { color : #333; font : 7pt "Osaka", "Verdana", sans-serif; } body { background:url() repeat-x; } /* =================================== */ /* レイアウトの設定 */ /* =================================== */ /*ページ送り*/ #page_area { margin:10px 0 0 0; } /* フッター */ address { padding: 5px 0 0 0; margin: 5px 15px 0; border-top:1px solid #ECECEC; text-align:center; font : 80%/1.5em "Trebuchet MS", Trebuchet; font-weight: bolder; font-style:normal; color:#666; } /*フッター画像*/ #footer { height:20px; background: #FFF url(./template/piano/img/footer.gif) no-repeat; } /* =================================== */ /* リンクカラーの設定 */ /* =================================== */ /* 全般 */ a { color: #a0a0a0; text-decoration: underline; } a:link { color: #a0a0a0; text-decoration: underline; } a:visited { color: #a0a0a0; text-decoration: underline; } a:active { color: #a0a0a0; text-decoration: none; } a:hover { color: #FFF; text-decoration: none; background:#CCC;} /* ヘッダー */ #header a { color: #FFF; text-decoration: none; } #header a:link { color: #FFF; text-decoration: none; } #header a:visited { color: #FFF; text-decoration: none; } #header a:active { color: #FFF; text-decoration: none; } #header a:hover { color: #FFF; text-decoration: none; background:none; } { color: #26CFFF; text-decoration: underline; } /* =================================== */ /* 装飾の設定 */ /* =================================== */ blockquote { border: 1px dotted #CCC; padding:0.2em; margin:10px; } .left { float: left; } .right { float: right; } .clear { clear : both; font : 0/0 sans-serif; } .submit { } /* =================================== */ /* #header */ /* =================================== */ #header h1 { padding: 65px 0 0 25px; font-family : "arial"; font-size:large; } #header p { margin: 5px 0 0 25px; } /* =================================== */ /* #main */ /* =================================== */ /*エントリーナビゲーション*/ #main .entry_navi{ margin:0 0 10px 0; padding-top:20px; text-align:center; } /* エントリー部分全体 */ #main .entry_area { width:495px; padding-top:20px; } /* エントリータイトル */ #main h2 { font-size:medium; padding-left:30px; padding-top:10px; padding-bottom:10px; background-position:left; } } /* エントリー本文 */ #main .entry { margin:10px 0px; } } /* TBフォーム */ dl#tb_form dd { padding: 0 10px 10px; } dl#tb_form dd input.input { border-left:1px solid #CCC; border-top:1px solid #CCC; border-right:1px solid #EFEFEF; border-bottom:1px solid #EFEFEF; padding: 1px 0; width:300px; } /* TBタイトル */ dl#tb_area dt.tb_title { padding: 0 10px; } /* TB本文 */ dl#tb_area dd { padding: 0 10px; } /* TBユーザー情報 */ dl#tb_area dd.tb_state { padding:5px 10px; margin: 5px 0 15px 0; text-align:right; font-size:0.8em; } .tb_state ul { list-style-type:none; } .tb_state li { display:inline; border-left:1px solid #666; padding-left:5px; } /* =================================== */ /* ページ送り */ /* =================================== */ #page_area .page_navi { float:left; width:345px; } #page_area .page_top { float:right; width:150px; text-align:right; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑