2024/11/24
×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
2008/02/09
更新記録用のページです。大まかなものはこちらでお知らせします。
ちなみにテンプレートは↓です。(サンプル)。自分仕様なので、いっぱい変更しないと使いにくいとは思いますが…一応公開してみます。
HTML :
<?xml version="1.0" encoding="UTF-8"?> <!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" xml:lang="ja" lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <meta name="description" content="" /> <link rel="top" href="./" /> <link rev="made" href="" /> <link rel="alternate" type="application/rss+xml" href="RSS/" title="RSS" /> <link rel="alternate" type="application/atom+xml" href="ATOM/" title="ATOM" /> <link rel="stylesheet" type="text/css" media="screen,projection" href="<!--$g_css_link-->" /> <title><!--$g_title--><!--if_entry--><!--entry-->/<!--$entry_year-->.<!--$entry_mon-->.<!--$entry_day-->(<!--$entry_wday-->)<!--/entry--><!--/if_entry--></title> </head> <body> <!--if_not_entry--> <h1><!--$g_title--></h1> <!--/if_not_entry--> <!--if_entry--> <!--entry--> <h1><!--$entry_year-->.<!--$entry_mon-->.<!--$entry_day-->(<!--$entry_wday-->)</h1> <!--/entry--> <!--/if_entry--> <!--if_search--> <p id="search_comment">[ <!--$g_search_comment--> ] で検索しました。</p> <!--/if_search--> <!--entry--> <h2><!--$entry_year-->.<!--$entry_mon-->.<!--$entry_day-->(<!--$entry_wday-->)</h2> <div class="sect"> <!--$entry_text--> <!--if_not_entry--> <!--if_ps_text--> <div id="ps_hr"><hr /></div> <p class="ps_text_link"><a href="<!--$entry_link-->"><!--$entry_ps_title--></a></p> <!--/if_ps_text--> <ul class="entry_footer"> <li>カテゴリ : <a href="<!--$entry_category_link-->"><!--$entry_category--></a></li> <li>/ <a href="<!--$entry_link-->">個別に表示</a></li> </ul> </div> <!--/if_not_entry--> <!--if_entry--> <!--if_ps_text--> <div id="ps_hr"><hr /></div> <div id="ps_text"> <!--$entry_ps_text--> </div> <!--/if_ps_text--> <p class="entry_footer">カテゴリ : <a href="<!--$entry_category_link-->"><!--$entry_category--></a></p> </div> <!--/if_entry--> <!--/entry--> <div id="plugin"> <h2>Plugin</h2> <!--plugin1--> <h3><!--$plugin_title--></h3> <!--$plugin_data--> <!--/plugin1--> <!--plugin2--> <h3><!--$plugin_title--></h3> <!--$plugin_data--> <!--/plugin2--> <!--plugin3--> <h3><!--$plugin_title--></h3> <!--$plugin_data--> <!--/plugin3--> <!--plugin4--> <h3><!--$plugin_title--></h3> <!--$plugin_data--> <!--/plugin4--> <!--plugin5--> <h3><!--$plugin_title--></h3> <!--$plugin_data--> <!--/plugin5--> </div> <!--if_page--> <ul id="navi"> <!--if_next_page--> <li><a href="<!--$pagelink_next_link-->">Next</a> /</li> <!--/if_next_page--> <li><a href="<!--$g_url-->">Blog Top</a></li> <!--if_prev_page--> <li>/ <a href="<!--$pagelink_prev_link-->">Prev</a></li> <!--/if_prev_page--> </ul> <!--/if_page--> <!--if_entry--> <ul id="navi"> <!--if_next_page--> <li><a href="<!--$pagelink_next_link-->">Next Page</a> /</li> <!--/if_next_page--> <li><a href="<!--$g_url-->">Blog Top</a></li> <!--if_prev_page--> <li>/ <a href="<!--$pagelink_prev_link-->">Prev Page</a></li> <!--/if_prev_page--> </ul> <!--/if_entry--> <!--if_profile_homepage--> <p id="hp_link">>>> <a href="http://">Index</a></p> <!--/if_profile_homepage--> <p id="cm"><!--CM1--> <!--CM2--></p> </body> </html>
CSS :
@charset "UTF-8"; *{ background:transparent; font:normal normal normal 100%/1.5 "MS ゴシック",Osaka,sans-serif; color:#777; margin:0; padding:0; text-decoration:none; } a{ color:#591; text-decoration:underline; } a:visited{ color:#9c0; } a:hover{ background:#591; color:#fff; } img{ border:0; } body{ background:#eee; font-size:83%; margin-bottom:5px; } h1,h2,h3{ font-family:Arial,Helvetica,"MS ゴシック",Osaka,sans-serif; font-weight:bold; } h1{ background:#591; font-size:large; color:#fff; letter-spacing:1em; margin-bottom:30px; padding:2px 20px; border-bottom:3px double #fb5; } h1 span{ font-weight:normal; font-size:small; letter-spacing:0; margin-left:10px; } h2{ letter-spacing:.3em; margin:0 0 10px 25%; } li{ list-style:none none outside; margin:0; } hr{ display:none; } input,textarea{ background:#eee; font-size:10pt; line-height:normal; padding:2px; border:1px solid #777; } #search_comment{ margin:0 10px 30px 0; text-align:right; } #navi,#hp_link,#cm{ text-align:right; } #navi{ margin:-20px 10px 0 0; } #navi li{ display:inline; } #hp_link{ margin:50px 10px 0 0; } #cm{ padding:5px 10px 0 0; border-top:1px solid #591; } .sect{ margin:0 0 30px 30%; padding:10px 20px; border:1px dotted #591; border-right:0; } .sect h3{ margin-top:1em; } .sect p{ text-indent:1em; } .sect p.ps_text_link{ margin-top:1em; text-indent:0; } #ps_text *{ color:#999; } #ps_hr{ width:100px; margin-top:50px; border-top:1px dashed #999; } .entry_footer{ margin-top:1em; text-align:right; } .entry_footer li{ display:inline; } /* plugin ------------------------------------- */ #plugin{ position:absolute; top:50px; left:10px; width:15.5em; background:#eee; padding:10px 0 0 10px; border:1px dotted #591; } #plugin h2{ display:none; } .plugin_data{ margin:10px 0 10px 10px; } .box{ width:8em; } .btn{ width:50px; }
「忍者ブログ」用なので、ほかのブログで使う場合は書き換えが必要だと思います。利用条件はPooquaのほかのテンプレートと同じでお願いします。
PR