無料ブログをかんたん作成
無料ブログ作成なら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"> <head> <meta http-equiv="Content-Type" content="text/html; charset={site_encoding}" /> <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" title="ATOM" href="{site_atom}" /> <link rel="alternate" media="handheld" type="application/xhtml+xml" href="{mobile_url}" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <title>{site_title}</title> <script type="text/javascript" src="./template/js/cookie.js"></script></head> <BODY> <div id ="wrapper"> <!-- BEGIN title --> <h1 class="site_title"></h1> <div class="description">{blog_description}</div> <!-- END title --> <!-- BEGIN entry --> <div class="entry"><TABLE> <tr> <TD width="440"> <div class="entry_title">{entry_title}</div> <div class="entry_body">{entry_description}</div></tr> </TD></TABLE> <a name="sequel"></a> <div class="entry_more">{entry_sequel}</div> <TABLE> <tr> <TD width="440"><div class="entry_state"><DIV align="right">{entry_year}/{entry_month}/{entry_day}({entry_eng_week_short}) {entry_time_only}</div></div></tr> </TD></TABLE> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <div class="comment-title">コメント</div> <!-- BEGIN comment --> <div class="entry_body">{comment_description}</div> <div class="entry_state">| {comment_name} | {comment_time} |</div> <!-- END comment --> <div class="comment-title">コメントする</div> <div class="entry_body"> <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}" /><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" rows="10" cols="50" style="width:400px;"></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> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="entry"> <div class="trackback-title">この記事のトラックバックURL</div> <div class="entry_body">{trackback_url}</div> <div class="trackback-title">トラックバック</div> <!-- BEGIN trackback --> <div class="entry_title">{trackback_title}</div> <div class="entry_body">{trackback_excerpt}</div> <div class="entry_state"> | {trackback_blog_name} | {trackback_time} | </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry"> <div class="entry_date">プロフィール</div> <div class="entry_title">{profile_name}</div> <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> <!-- BEGIN page --> <ul class="navi"> <li class="num"><a href="{prev_page_url}"><<</a></li> <a href=http://cute-cherry.jugem.jp/ title=yuria >skin</a> <a href="./admin/" title=myroom target_blank>private</a> <a href=http://www3.pf-x.net/~poodle/ target=blank title=babypoodle>home</a> <a href=https://jugem.jp/ target=blank title=JUGEM>jugem</a><li class="next"> <a href="{next_page_url}">>></a></li> </ul> <BR> <!--◆ダウンロードありがとうございます☆ 原寸留まるカスタマイズはOKですが、そのさい、↑のhomeリンクと、skinリンクは消さないで下さい!◆--> <!-- END page --> <!--footer --> <div class="copyright"> <!-- BEGIN jugem_ad --> <div class="linktitle"></div> {ad}<!-- END jugem_ad --> </div> </div> </div> </div> </div> <script type="text/javascript"> <!-- function GetElements(tagName, className) { var ret = []; var obj = this.document.getElementsByTagName(tagName); for (var i = 0; i < obj.length; i++) if (obj[i].className == className) ret[ret.length] = obj[i]; return ret; } // reference from NYAN-NYAN-HANTEN (C) ALIMIKA SATOMI http://www.remus.dti.ne.jp/~a-satomi/ // --> </script> <script type="text/javascript"> <!-- ChangeMore(); function ChangeMore() { var outText = 'Read more>>'; /* 「Read more>>」から置き換える文句 */ var viewMode = window.location.search; if ( viewMode.indexOf("?eid=") > -1 || viewMode.indexOf("?mode=comment") > -1 ) return; var objMore = GetElements('div','entry_more'); for (i=0;i<objMore.length;i++) { var linkMore = objMore[i].getElementsByTagName('a'); for (j=0;j<linkMore.length;j++) { if ( linkMore[j].getAttribute('href').indexOf('#sequel') > -1 ) linkMore[j].firstChild.nodeValue = outText; } } } // --> </script> </body> </html>
CSS
* { margin: 0; padding: 0; } body { margin: 20px 0px 0px 60px; background-color: white; font-family: "Osaka","Verdana","MS ゴシック","ヒラギノ角ゴ Pro W3"; } html { scrollbar-3dlight-color : white; scrollbar-arrow-color : pink; scrollbar-base-color : white; scrollbar-darkshadow-color : white; scrollbar-highlight-color : white; scrollbar-shadow-color : white; scrollbar-track-color : white; } h1 { margin: 0px; padding: 0px; } ul { margin: 0px 0px 0px 15px; padding: 0px; } a { color: #757575; text-decoration: none; } a:link { color: #666666; text-decoration: noen; } a:visited { color: #757575; text-decoration: none; } a:active { color: #757575; text-decoration: none; } a:hover { color: #d6d68f; text-decoration: underline; } .site_title a {color: #d6d68f;text-decoration: none;} .site_title a:link {color: #d6d68f;text-decoration: none;} .site_title a:visited {color: #d6d68f;text-decoration: none;} .site_title a:active {color: #d6d68f;text-decoration: none;} .site_title a:hover {color: #d6d68f;text-decoration: underline;} .site_title { font-family: "Latha","Osaka","Verdana"; font-size: 14px; color: #d6d68f; margin: 0px 0px 30px 165px; padding: 0px; letter-spacing : 2px; line-height : 13px; } .description { font-size: 14px; color: #757575; margin: 0px 0px 25px 0px; } .entry_navi{ font-size: 9px; color: #757575; font-weight: ; line-height: 170%; margin: 15px 0px 15px 0px; letter-spacing : 2px; line-height : 13px; } .entry { margin: 0px 0px 20px 0px; padding: 0px; } .entry_date { font-size: 9px; font-weight: ; color: #757575; margin: 0px 0px 0px 0px; padding-bottom: 3px;} .entry_title { font-size: 9px; font-weight: ; color: pink; margin: 0px 0px 10px 0px; } .entry_body { font-size: 9px; line-height: 170%; color: #757575; margin: 5px 0px 10px 0px; letter-spacing : 2px; line-height : 13px; } .entry_author { font-size: 9px; color: #757575; margin: 5px 0px 0px 0px; text-align: right; letter-spacing : 2px; line-height : 13px; } .entry_more { font-size: 9px; line-height: 170%; color: #757575; margin: 10px 0px 10px 0px; letter-spacing : 2px; line-height : 13px; } .entry_state { font-size: 9px; color: pink; margin: 5px 0px 5px 0px; letter-spacing : 2px; line-height : 13px; } blockquote { font-size: 9px; color: #757575; margin: 10px 10px 10px 10px; padding: 10px; letter-spacing : 2px; line-height : 13px; } .comment-title { font-size: 9px; font-weight: bolder; color: #757575; margin: 10px 0px 10px 0px; padding-bottom: 3px; border-bottom: 1px dotted #CCCCCC; } .trackback-title { font-size: 9px; font-weight: bolder; color: #757575; margin: 10px 0px 10px 0px; padding-bottom: 3px; border-bottom: 1px dotted #CCCCCC; } .pict { display: block; float: right; clear: right; margin-keft: 10px; margin-top:0px; border:1px dotted pink; } .linktitle { font-family: "Verdana"; font-size: 12px; font-weight: bolder; color: #757575; line-height: 170%; margin: 10px 0px 0px 0px; } .linktext { font-family: "Osaka","Verdana"; font-size: 11px; color: #757575; line-height: 170%; margin: 5px 0px 15px 0px; } .search { font-family: "Osaka","Verdana"; font-size: 10px; color: #757575; line-height: 170%; margin: 0px 0px 5px 0px; } .copyright { font-family: "Osaka","Verdana"; font-size: 10px; color: #757575; line-height: 170%; margin: 0px 0px 0px 0px; padding-top: 0px; } .calendar { font-family: "Osaka","Verdana"; font-size: 10px; color: #757575; margin: 0px 0px 20px 0px; } .calendar_month { font-family: "Osaka","Verdana"; margin-bottom: 10px; font-size: 10px; color: #757575; } .cell { width: 25px; height: 20px; padding: 0px; } .jugem_bana{ margin: 0px 0px 0px 0px; } ul.navi { font-family: "Osaka","Verdana"; font-size: 9px; margin: 0px 0 10px; list-style: none; text-align:left; font-size:10px; letter-spacing : 2px; line-height : 13px; } ul.navi li{ font-family: "Osaka","Verdana"; font-size: 9px; display:inline; letter-spacing : 2px; line-height : 13px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑