>>粉色心情pwheartms代码
2007-2-26 21:46:00
未修正代码:

HTMLの編集 pwheartmsを編集しています。
-------------------------------------------------------------------------------------------------------------------
<!DOCTYPE HTML
 PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
< http-equiv="Content-Type" content="text/html; charset=EUC-JP">
< http-equiv="Content-Style-Type" content="text/css">
< http-equiv="Content--Type" content="text/java">
< name="author" content="<%author_name>">
< name="deion" content="<%introduction>">
<title><%blog_name> <%sub_title></title>
<link rel="stylesheet" type="text/css" href="<%css_link>" media="screen,tv" title="デフォルト">
<link rel="alternate" type="application/rss+xml" href="<%url>?xml" title="RSS">
<link rel="top" href="<%url>" title="トップ">
<link rel="start" href="<%url>" title="最初の記事">
<!--prevpage--><link rel="prev" href="<%prevpage_url>" title="前のページ"><!--/prevpage-->
<!--nextpage--><link rel="next" href="<%nextpage_url>" title="次のページ"><!--/nextpage-->
<!--preventry--><link rel="next" href="<%preventry_url>" title="<%preventry_title>"><!--/preventry-->
<!--nextentry--><link rel="prev" href="<%nextentry_url>" title="<%nextentry_title>"><!--/nextentry-->
</head>
<body>
<div id="container"><!-- container -->
<div id="wrapper"><!-- wrapper -->
<div id="primary-column" class="column"><!-- primary-column -->
<div id="branding"><!-- branding -->
 <h1><a href="<%url>" accesskey="0"><%blog_name></a></h1>
 <p><%introduction></p>
</div><!-- /branding -->
 <!--topentry-->
 <div class="section" id="a<%topentry_no>">
  <!-- 記事タイトル部分 -->
  <h2 class="entry-header"><%topentry_title></h2>
  <!-- 記事本文部分 -->
  <div class="entry-body">
   <%topentry_body>
   <!--more_link-->
   <p class="entry-more"><a href="<%topentry_link>">READ MORE &raquo;</a></p>
   <!--/more_link-->
   <!--more-->
   <%topentry_more>
   <!--/more-->
  </div>
  <!-- 記事フッター部分 -->
  <ul class="entry-footer">
   <li class="date"><a href="<%topentry_link>"><%topentry_year>/<%topentry_month>/<%topentry_day></a>&nbsp;&nbsp;</li>
   <li class="category"><a href="<%topentry_category_link>"><%topentry_category></a></li>
   <li class="com">
    <!--allow_comment-->
    &nbsp;&nbsp;<a href="<%topentry_link>#comment-top">COMMENT [<%topentry_comment_num>]</a>
    <!--/allow_comment-->
    <!--deny_comment--><!--/deny_comment-->
   </li>
   <li class="trk">
    <!--allow_tb-->
    &nbsp;&nbsp;<a href="<%topentry_link>#trackback-top">TRACKBACK [<%topentry_tb_num>]</a>
    <!--/allow_tb-->
    <!--deny_tb--><!--/deny_tb-->
   </li>
  </ul>
  <!--
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
           xmlns:dc="http://purl.org/dc/elements/1.1/">
  <rdf:Deion
      rdf:about="<%topentry_link>"
      trackback:ping="="<%url>tb.php/<%topentry_tb_no>"
      dc:title="<%topentry_title>"
      dc:identifier="<%topentry_link>"
      dc:subject="<%topentry_category>"
      dc:deion="<%topentry_diion>"
      dc:creator="<%author_name>"
      dc:date="<%topentry_year>-<%topentry_month>-<%topentry_day>T<%topentry_hour>:<%topentry_minute>:<%topentry_second>+09:00" />
  </rdf:RDF>
  -->
 </div>
 <!--/topentry-->
 <!--comment_area-->
 <h3 id="comment-top">コメント</h3>
 <!--comment-->
 <div class="section" id="comment<%comment_no>">
  
  <div class="comment-body">
   <%comment_body>
  </div>
  <ul class="comment-footer">
   <li><%comment_year>/<%comment_month>/<%comment_day>&nbsp;</li>
<li><%comment_mail+name></li>&nbsp;
   <li><%comment_url+str>&nbsp; #<%comment_trip></li>
   <li>[&nbsp;<a href="<%comment_edit_link>">編集</a>&nbsp;]</li>
  </ul>
 </div>
 <!--/comment-->
 <h3 class="comment-post">コメントの投稿</h3>
 <form method="post" action="./">
  <dl>
   <dt>
    <input type="hidden" name="mode" ="regist">
    <input type="hidden" name="comment[no]" ="<%pno>">
    <label for="name">Name</label>
   </dt>
   <dd><input id="name" type="text" name="comment[name]" size="30" ="<%_name>"class="form"></dd>   
   <dt><label for="mail">Mail</label></dt>
   <dd><input id="mail" type="text" name="comment[mail]" size="30" ="<%_mail>"class="form"></dd>
   <dt><label for="url">URI</label></dt>
   <dd><input id="url" type="text" name="comment[url]" size="30" ="<%_url>"class="form"></dd>
   <dt><label for="comment">Comment</label></dt>
   <dd><textarea id="comment" cols="50" rows="5" name="comment[body]"class="form"></textarea></dd>
   <dt><label for="pass">Pass</label></dt>
   <dd><input id="pass" type="password" name="comment[pass]" size="20"></dd>
   <dt><label for="himitu">Secret</label></dt>
   <dd><input id="himitu" type="checkbox" name="comment[himitu]">管理者にだけ表示を許可する</dd>
  </dl>
  <p class="form-btn"><input type="submit" ="送信"></p>
 </form>
 <!--/comment_area-->
 <!--edit_area-->
 <h3 class="comment-edit">コメントの編集</h3>
 <form method="post" action="./">
  <dl>
   <dt>
    <input type="hidden" name="mode" ="edit">
    <input type="hidden" name="mode2" ="edited">
    <input type="hidden" name="edit[rno]" ="<%eno>">
    <label for="name">Name</label>
   </dt>
   <dd><input id="name" type="text" name="edit[name]" size="30" ="<%edit_name>"class="form"></dd>
   <dt><label for="mail">Mail</label></dt>
   <dd><input id="mail" type="text" name="edit[mail]" size="30" ="<%edit_mail>"class="form"></dd>
   <dt><label for="url">URI</label></dt>
   <dd><input id="url" type="text" name="edit[url]" size="30" ="<%edit_url>"class="form"></dd>
   <dt><label for="comment">Comment</label></dt>
   <dd><textarea id="comment" cols="50" rows="5" name="edit[body]"class="form"><%edit_body></textarea></dd>
   <dt><label for="pass">Pass</label></dt>
   <dd><input id="pass" type="password" name="edit[pass]" size="20"></dd>
   <dt><label for="himitu">Secret</label></dt>
   <dd><input id="himitu" type="checkbox" name="edit[himitu]">秘密にする</dd>
  </dl>
  <p class="form-btn"><input type="submit" ="送信">&nbsp;&nbsp;<input type="submit" name="edit[delete]" ="削除"></p>
 </form>
 <!--/edit_area-->
 <!--trackback_area-->
 <h3 id="trackback-top">トラックバック</h3>
 <p class="trackback-uri"><%trackback_url></p>
 <!--trackback-->
 <div class="section" id="trackback<%tb_no>">
  <h4 class="trackback-header"><a href="<%tb_url>"><%tb_title></a></h4>
  <div class="trackback-excerpt">
   <%tb_excerpt>
  </div>
  <ul class="trackback-footer">
   <li><%tb_year>/<%tb_month>/<%tb_day>&nbsp;&nbsp;</li>
   <li><%tb_blog_name></li>
  </ul>
 </div>
 <!--/trackback-->
 <!--/trackback_area-->
 <p class="prev-next-navi">
  <!--prevpage--><a href="<%prevpage_url>">BACK</a><!--/prevpage-->
  <span>&nbsp;&nbsp;</span><a href="<%url>">HOME</a><span>&nbsp;&nbsp;</span>
  <!--nextpage--><a href="<%nextpage_url>">NEXT</a><!--/nextpage-->
 </p>
</div><!-- /primary-column -->
<div id="secondary-column" class="column"><!-- secondary-column -->
<!--not_plugin-->
 <h2 class="menu">&nbsp;PROFILE</h2>
<h3 class="ml">
 <p class="author-name">name???<%author_name></p>
 <p class="author-deion"><%introduction2></p>
</h3>
 <h2 class="menu">&nbsp;CALENDAR</h2>
 <table summary="カレンダー" class="calendar">
 <caption><a href="<%prev_month_link>"><%prev_month></a>&nbsp;|&nbsp;<%now_year>/<%now_month>&nbsp;|&nbsp;<a href="<%next_month_link>"><%next_month></a></caption>
 <tr>
 <th abbr="日曜日" scope="row" class="sun" >S</th>
 <th abbr="月曜日" scope="row">M</th>
 <th abbr="火曜日" scope="row">T</th>
 <th abbr="水曜日" scope="row">W</th>
 <th abbr="木曜日" scope="row">T</th>
 <th abbr="金曜日" scope="row">F</th>
 <th abbr="土曜日" scope="row" class="sat" >S</th>
 </tr>
 <!--calender-->
 <tr>
 <td><%calender_sun></td>
 <td><%calender_mon></td>
 <td><%calender_tue></td>
 <td><%calender_wed></td>
 <td><%calender_thu></td>
 <td><%calender_fri></td>
 <td><%calender_sat></td>
 </tr>
 <!--/calender-->
 </table>
 <h2 class="menu">&nbsp;CATEGORIE</h2>
<h3 class="ml">
 <!--category-->
 <ul>
  <li><a href="<%category_link>"><%category_name> [<%category_count>]</a></li>
 </ul>
 <!--/category-->
</h3>
 <h2 class="menu">&nbsp;ENTRIES</h2>
<h3 class="ml">
 <!--recent-->
 <ul>
  <li><a href="<%recent_link>"><%recent_month>/<%recent_day>&nbsp;:&nbsp;<%recent_title></a></li>
 </ul>
 <!--/recent-->
</h3>
 <h2 class="menu">&nbsp;COMMENTS</h2>
<h3 class="ml">
<!--rcomment-->
<ul>
<li>
<a href="<%rcomment_link>#comment<%rcomment_no>"><%rcomment_month>/<%rcomment_day>&nbsp;&nbsp;:&nbsp;&nbsp;<%rcomment_name></a>
</li>
</ul>
<!--/rcomment-->
</h3>
 <h2 class="menu">&nbsp;TRACKBACKS</h2>
<h3 class="ml">
 <!--rtrackback-->
 <ul>
  <li>
   <a href="<%rtrackback_link>#trackback<%rtrackback_no>"><%rtrackback_etitle>&nbsp;:&nbsp;<%rtrackback_blog_name></a>
  </li>
 </ul>
 <!--/rtrackback-->
</h3>
 <h2 class="menu">&nbsp;MONTHLY</h2>
<h3 class="ml">
 <!--archive-->
 <ul>
  <li><a href="<%archive_link>"><%archive_year>/<%archive_month> [<%archive_count>]</a></li>
 </ul>
 <!--/archive-->
</h3>
 <h2 class="menu">&nbsp;LINK</h2>
<h3 class="ml">
 <!--link-->
 <ul>
  <li><a href="<%link_url>" target="_blank"><%link_name></a></li>
 </ul>
 <!--/link-->
</h3>
 <h2 class="menu">&nbsp;OTHER</h2>
<h3 class="ml">
 <ul>
<li><a href="./?admin">管理者ページ</a></li>
  <li class="rss"><a href="<%url>?xml" title="RSS">RSS 1.0</a></li>
  <li class="html-valid"><a href="http://validator.w3.org/check?uri=referer" title="HTML 4.01 Validator">HTML 4.01</a></li>
  <li class="feed-valid"><a href="http://feedvalidator.org/check.cgi?url=<%url>?xml" title="RSS Feed Validator">RSS FEED</a></li>
 </ul>
 <!-- 広告タグ削除不可 -->
 <p class="ads"><%ad><%ad2></p>
</h3>
<!--/not_plugin-->

<!--plugin-->
<!--plugin_first-->
<h2 class="menu" style="text-align:<%plugin_first_talign>">&nbsp;<%plugin_first_title></h2>
<p style="text-align:<%plugin_first_ialign>"><%plugin_first_deion></p>
<h3 class="ml"><%plugin_first_content></h3>
<p style="text-align:<%plugin_first_ialign>"><%plugin_first_deion2></p>
<!--/plugin_first-->
 
<!--plugin_second-->
<h2 class="menu" style="text-align:<%plugin_second_talign>">&nbsp;<%plugin_second_title></h2>
<p style="text-align:<%plugin_second_ialign>"><%plugin_second_deion></p>
<h3 class="ml"><%plugin_second_content></h3>
<p style="text-align:<%plugin_second_ialign>"><%plugin_second_deion2></p>
<!--/plugin_second-->
<!--plugin_third-->
<h2 class="menu" style="text-align:<%plugin_third_talign>">&nbsp;<%plugin_third_title></h2>
<p style="text-align:<%plugin_third_ialign>"><%plugin_third_deion></p>
<h3 class="ml"><%plugin_third_content></h3>
<p style="text-align:<%plugin_third_ialign>"><%plugin_third_deion2></p>
<!--/plugin_third-->

<!--/plugin-->
</div><!-- /secondary-column -->
</div><!-- /wrapper -->
<div id="siteinfo-legal"><!-- siteinfo-legal -->
 <p><a href="http://pangs.blog95.fc2.com/" title="FC2 BLOG">Powered by Cloud.to.sunny...</a>&nbsp;&nbsp;&nbsp;&nbsp;Template by&nbsp;<a href="http://fancy4.blog54.fc2.com/"target="_blank">ふぁんしー</a></p>
</div><!-- /siteinfo-legal -->
</div><!-- /container -->
</body>
</html>

-------------------------------------------------------------------------------------------------------------------

スタイルシートの編集 pwheartmsを編集しています。

@charset "EUC-JP";
body,td {font-size:8pt;}
body{cursor:default;}
a{cursor:crosshair;}
html{
    scrollbar-3dlight-color:    #ff77b0;
    scrollbar-arrow-color:      #ff77b0;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-face-color:       #ffc8e3;
    scrollbar-highlight-color:  #ffffff;
    scrollbar-shadow-color:     #ff77b0;
scrollbar-track-color:#ffe1ee;
    }
input,select,textarea {
font-size:8pt;
color:#666666;
background-color:#ffe1ee;
border:1px solid #ffe1ee;
}
*:before,
*:after {content : "";}
* {
margin : 0;
padding : 0;
font-style : normal;
font-weight : normal;
 }
body {
color : #666666;
background : url("http://blog54.fc2.com/f/fancy4/file/bh3.png") top left repeat;BACKGROUND-REPEAT:repeat-y;
BACKGROUND-POSITION:center;
background-color : #ffffff; 
text-align : center;
line-height : 1.5; 
font-size : x-small !important;
voice-family : "\"}\"";
voice-family : inherit;
font-size : small !important;
font-size:8pt;
 }
html>body {
font-size : small !important;
font-size:8pt;
 }
textarea {width : 90%;}
/* リンク
------------------------------------------------------------ */
a {text-decoration : none;}
a:link {color : #666666;}
a:visited {color : #666666;}
a:hover {color : #ff62a0;}
a:active {color : #ff62a0;}
a img {
border-style : none;
border-width : 0px;
text-decoration : none;
 }
/* 全体
------------------------------------------------------------ */
div#container {
width : 640px;
margin-left : auto;
margin-right : auto;
background-color:#ffffff;
text-align : left; 
font-size:8pt;
 }
div#branding {
width : 440px;
height : 65px;
margin-top : 5px;
margin-bottom : 20px;
background : url("http://blog54.fc2.com/f/fancy4/file/pwh1.png") top left no-repeat;
border-bottom:1px dashed #999999;
 }
div.column {margin : 2px 0;}
div#wrapper {
float : left;
width : 640px;
 }
div#primary-column {
float : right;
width : 440px;
padding : 0 10px;
voice-family : "\"}\"";
voice-family : inherit;
width : 440px;
 }
html>body div#primary-column {
width : 440px;
 }
div#secondary-column {
float : left;
width : 160px;
margin-left : 5px;
 }
div#siteinfo-legal {
clear : both;
margin : 0 5px;
 }
/* タイトル部分
------------------------------------------------------------ */
div#branding h1 a {
font-size : x-large;
font-weight : bold;
voice-family : "\"}\"";
voice-family : inherit;
font-size : xx-large;
font-size : 18px; 
 }
html>body div#branding h1 {
font-size : xx-large;
 }
div#branding p {
font-size : small; 
voice-family : "\"}\"";
voice-family : inherit;
font-size : medium;
font-size:8pt;
 }
html>body div#branding p {
font-size : medium;
font-size:8pt;
 }
/* 記事部分
------------------------------------------------------------ */
p.prev-next-navi {
margin-bottom : 0px;
text-align : center;
 }
div.section {
margin-bottom : 20px;
border-bottom:1px dashed #999999;
 }
div.section h2 {
margin-bottom : 10px;
background : url("ttp://blog1.fc2.com/template/sample/image/sample_bk_articles_title.gif") top left repeat;
font-size : small; 
voice-family : "\"}\"";
voice-family : inherit;
font-size : medium;
font-weight : bold;
font-size:10pt;
 }
html>body div.section h2 {
font-size : medium;
font-size:10pt;
 }
div.section p {
margin : 1em 0;
 }
div.entry-body {padding : 0 2px;}
p.entry-more {
padding-top : 10px;
text-align : right;
 }
div.section ul.entry-footer {
padding-top : 20px;
margin-bottom : 25px;
list-style-position : inside;
text-align : right;
 }
div.entry-body a:link{color:#ff62a0}
div.entry-body a:visited{color:#ff62a0}
div.entry-body a:active{color:#ffe1ee}
div.entry-body a:hover{color:#ffe1ee}
div.section ul.entry-footer li {
display : inline;
list-style-type : none;
 }
.emoji{
vertical-align:middle;
border:0;
 }
/* コメント
------------------------------------------------------------ */
div#primary-column form {padding : 0 10px;}
input#himitu {margin-right : 0.5em;}
p.form-btn {margin-top : 10px;}
h3#comment-top {
margin-top: 10px;
margin-bottom: 15px;
margin-left: 10px;
font-weight : bold;
font-size:8pt;
 }
h3.comment-post,
h3.comment-edit {
margin-top: 10px;
margin-bottom: 15px;
margin-left: 10px;
font-weight : bold;
font-size:8pt;
 }
div.comment-body {padding : 0 10px;}
ul.comment-footer {
padding : 10px 5px 10px 10px;
text-align : right;
 }
ul.comment-footer li {
display : inline;
list-style-type : none;
 }
/* トラックバック
------------------------------------------------------------ */
h3#trackback-top {
margin : 15px 0;
margin-top:20px;
margin-bottom:10px;
margin-left: 10px;
font-weight : bold;
font-size:8pt;
}
p.trackback-uri {
margin-bottom : 15px;
margin-left: 10px;
padding : 0.2em 0.5em;
 }
h4.trackback-header {
margin-bottom : 10px;
padding : 0 5px;
font-size:9pt;
 }
div.trackback-excerpt {
padding : 0 5px;
background : transparent;
 }
ul.trackback-footer {
list-style-type : none;
text-align : right;
margin-top : 10px;
margin-bottom : 10px;
 }
ul.trackback-footer li {
display : inline;
list-style-type : none;
 }
/* メニュー
------------------------------------------------------------ */
div#secondary-column h2 {
width : 160px;
height : 18px;
background : url("http://blog54.fc2.com/f/fancy4/file/menub.png") top left repeat;
font-size : x-small;
text-align : left;
voice-family : "\"}\"";
voice-family : inherit;
font-size : small; 
color: #ffffff;
font-weight : bold;
 }
html>div#secondary-column h2 {
font-size : small; 
 }
div#secondary-column h2.menu {
margin-top : 14px;
margin-bottom : 9px;
font-size:9pt;
 }
div#secondary-column ul {
list-style-position : inside;
list-style-type: circle;
 }
div#secondary-column h3.ml {
font-size:8pt;
margin-left : 5px;
 }
/* カレンダー
------------------------------------------------------------ */
table.calendar {
width : 100%;
border-collapse : collapse; 
font-size : x-small;
voice-family : "\"}\"";
voice-family : inherit;
font-size : small;
font-size:8pt;
 }
html>table.calendar {
font-size : small;
font-size : 8pt;
 }
.calendar caption {
margin-bottom : 10px;
 }
.calendar th {
padding : 0.1em;
text-align : center;
 }
.calendar td {
padding : 0.04em;
text-align : center;
 }
.calendar td a:link{
color:#ff62a0;
font-weight : bold;
 }
.calendar td a:visited{color:#ff62a0;
font-weight : bold;
 }
.calendar td a:active{color:#ffe1ee}
.calendar td a:hover{color:#ffe1ee}
th.sun {color:#f00;}
th.sat {color:#00f;}
.calender caption {
padding-top : 2x;
height : 15px;
 }
.calender th {
text-align:center ;
width : 19px;
height : 20px;
}
th#sun {color:#f00;}
th#sat {color:#00f;}
.calender td {
text-align : center;
width : 19px;
height : 15px;
 }
.calender td a{
padding:2px 1px 2px 1px ;
color:#ff62a0;
font-weight : bold;
 }
.calender td a:hover {color : #ffe1ee;}
/* フッター
------------------------------------------------------------ */
div#siteinfo-legal p {
padding : 10px 0;
text-align : center;
 }
/* --------------------------------------------------------- */
em {font-style : italic;}
strong {font-weight : bold;}
blockquote {
width : 300px;
margin : 20px 0 20px 50px;
padding : 0.5em;
border : 1px solid #333;
 }
div.section pre {
margin : 1em auto;
padding : 0.5em;
border : 1px solid #633;
font-family : sans-serif;
overflow : auto;
width : 90%;
 }
div.section pre {overflow : scroll;}
div.section > pre {width : auto;}
div.section code {font-family : monospace;}
textarea,input,select {
font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
 }


================================================================
修正颜色的代码
スタイルシートの編集 pwheartmsを編集しています。
-------------------------------------------------------------------------------------------------------------------
 
@charset "EUC-JP";
body,td {font-size:8pt;}
body{cursor:default;}
a{cursor:crosshair;}
html{
    scrollbar-3dlight-color:    #ff77b0;
    scrollbar-arrow-color:      #ff77b0;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-face-color:       #ffc8e3;
    scrollbar-highlight-color:  #ffffff;
    scrollbar-shadow-color:     #ff77b0;
scrollbar-track-color:#FFEEF8;
    }
input,select,textarea {
font-size:8pt;
color:#666666;
background-color:#FFEEF8;
border:1px solid #FFEEF8;
}
*:before,
*:after {content : "";}
* {
margin : 0;
padding : 0;
font-style : normal;
font-weight : normal;
 }
body {
color : #FF77C9;
background : url("http://blog54.fc2.com/f/fancy4/file/bh3.png") top left repeat;BACKGROUND-REPEAT:repeat-y;
BACKGROUND-POSITION:center;
background-color : #ffffff; 
text-align : center;
line-height : 1.5; 
font-size : x-small !important;
voice-family : "\"}\"";
voice-family : inherit;
font-size : small !important;
font-size:8pt;
 }
html>body {
font-size : small !important;
font-size:8pt;
 }
textarea {width : 90%;}
/* リンク
------------------------------------------------------------ */
a {text-decoration : none;}
a:link {color : #FA6BC1;}
a:visited {color : #FA6BC1;}
a:hover {color : #DD0085;}
a:active {color : #DD0085;}
a img {
border-style : none;
border-width : 0px;
text-decoration : none;
 }
/* 全体
------------------------------------------------------------ */
div#container {
width : 640px;
margin-left : auto;
margin-right : auto;
background-color:#ffffff;
text-align : left; 
font-size:8pt;
 }
div#branding {
width : 440px;
height : 65px;
margin-top : 5px;
margin-bottom : 20px;
background : url("http://blog54.fc2.com/f/fancy4/file/pwh1.png") top left no-repeat;
border-bottom:1px dashed #FFEEF8;
 }
div.column {margin : 2px 0;}
div#wrapper {
float : left;
width : 640px;
 }
div#primary-column {
float : right;
width : 440px;
padding : 0 10px;
voice-family : "\"}\"";
voice-family : inherit;
width : 440px;
 }
html>body div#primary-column {
width : 440px;
 }
div#secondary-column {
float : left;
width : 160px;
margin-left : 5px;
 }
div#siteinfo-legal {
clear : both;
margin : 0 5px;
 }
/* タイトル部分
------------------------------------------------------------ */
div#branding h1 a {
font-size : x-large;
font-weight : bold;
voice-family : "\"}\"";
voice-family : inherit;
font-size : xx-large;
font-size : 18px; 
 }
html>body div#branding h1 {
font-size : xx-large;
 }
div#branding p {
font-size : small; 
voice-family : "\"}\"";
voice-family : inherit;
font-size : medium;
font-size:8pt;
 }
html>body div#branding p {
font-size : medium;
font-size:8pt;
 }
/* 記事部分
------------------------------------------------------------ */
p.prev-next-navi {
margin-bottom : 0px;
text-align : center;
 }
div.section {
margin-bottom : 20px;
border-bottom:1px dashed #FFEEF8;
 }
div.section h2 {
margin-bottom : 10px;
background : url("ttp://blog1.fc2.com/template/sample/image/sample_bk_articles_title.gif") top left repeat;
font-size : small; 
voice-family : "\"}\"";
voice-family : inherit;
font-size : medium;
font-weight : bold;
font-size:10pt;
 }
html>body div.section h2 {
font-size : medium;
font-size:10pt;
 }
div.section p {
margin : 1em 0;
 }
div.entry-body {padding : 0 2px;}
p.entry-more {
padding-top : 10px;
text-align : right;
 }
div.section ul.entry-footer {
padding-top : 20px;
margin-bottom : 25px;
list-style-position : inside;
text-align : right;
 }
div.entry-body a:link{color:#ff62a0}
div.entry-body a:visited{color:#ff62a0}
div.entry-body a:active{color:#ffe1ee}
div.entry-body a:hover{color:#ffe1ee}
div.section ul.entry-footer li {
display : inline;
list-style-type : none;
 }
.emoji{
vertical-align:middle;
border:0;
 }
/* コメント
------------------------------------------------------------ */
div#primary-column form {padding : 0 10px;}
input#himitu {margin-right : 0.5em;}
p.form-btn {margin-top : 10px;}
h3#comment-top {
margin-top: 10px;
margin-bottom: 15px;
margin-left: 10px;
font-weight : bold;
font-size:8pt;
 }
h3.comment-post,
h3.comment-edit {
margin-top: 10px;
margin-bottom: 15px;
margin-left: 10px;
font-weight : bold;
font-size:8pt;
 }
div.comment-body {padding : 0 10px;}
ul.comment-footer {
padding : 10px 5px 10px 10px;
text-align : right;
 }
ul.comment-footer li {
display : inline;
list-style-type : none;
 }
/* トラックバック
------------------------------------------------------------ */
h3#trackback-top {
margin : 15px 0;
margin-top:20px;
margin-bottom:10px;
margin-left: 10px;
font-weight : bold;
font-size:8pt;
}
p.trackback-uri {
margin-bottom : 15px;
margin-left: 10px;
padding : 0.2em 0.5em;
 }
h4.trackback-header {
margin-bottom : 10px;
padding : 0 5px;
font-size:9pt;
 }
div.trackback-excerpt {
padding : 0 5px;
background : transparent;
 }
ul.trackback-footer {
list-style-type : none;
text-align : right;
margin-top : 10px;
margin-bottom : 10px;
 }
ul.trackback-footer li {
display : inline;
list-style-type : none;
 }
/* メニュー
------------------------------------------------------------ */
div#secondary-column h2 {
width : 160px;
height : 18px;
background : url("http://blog54.fc2.com/f/fancy4/file/menub.png") top left repeat;
font-size : x-small;
text-align : left;
voice-family : "\"}\"";
voice-family : inherit;
font-size : small; 
color: #ffffff;
font-weight : bold;
 }
html>div#secondary-column h2 {
font-size : small; 
 }
div#secondary-column h2.menu {
margin-top : 14px;
margin-bottom : 9px;
font-size:9pt;
 }
div#secondary-column ul {
list-style-position : inside;
list-style-type: circle;
 }
div#secondary-column h3.ml {
font-size:8pt;
margin-left : 5px;
 }
/* カレンダー
------------------------------------------------------------ */
table.calendar {
width : 100%;
border-collapse : collapse; 
font-size : x-small;
voice-family : "\"}\"";
voice-family : inherit;
font-size : small;
font-size:8pt;
 }
html>table.calendar {
font-size : small;
font-size : 8pt;
 }
.calendar caption {
margin-bottom : 10px;
 }
.calendar th {
padding : 0.1em;
text-align : center;
 }
.calendar td {
padding : 0.04em;
text-align : center;
 }
.calendar td a:link{
color:#ff62a0;
font-weight : bold;
 }
.calendar td a:visited{color:#FF44B4;
font-weight : bold;
 }
.calendar td a:active{color:#ffe1ee}
.calendar td a:hover{color:#ffe1ee}
th.sun {color:#f00;}
th.sat {color:#00f;}
.calender caption {
padding-top : 2x;
height : 15px;
 }
.calender th {
text-align:center ;
width : 19px;
height : 20px;
}
th#sun {color:#f00;}
th#sat {color:#00f;}
.calender td {
text-align : center;
width : 19px;
height : 15px;
 }
.calender td a{
padding:2px 1px 2px 1px ;
color:#ff62a0;
font-weight : bold;
 }
.calender td a:hover {color : #ffe1ee;}
/* フッター
------------------------------------------------------------ */
div#siteinfo-legal p {
padding : 10px 0;
text-align : center;
 }
/* --------------------------------------------------------- */
em {font-style : italic;}
strong {font-weight : bold;}
blockquote {
width : 300px;
margin : 20px 0 20px 50px;
padding : 0.5em;
border : 1px solid #333;
 }
div.section pre {
margin : 1em auto;
padding : 0.5em;
border : 1px solid #633;
font-family : sans-serif;
overflow : auto;
width : 90%;
 }
div.section pre {overflow : scroll;}
div.section > pre {width : auto;}
div.section code {font-family : monospace;}
textarea,input,select {
font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
 }
胖胖的 | 阅读全文 | 回复(0) | 引用通告 | 编辑
 

发表评论:

    大名:
    密码: (游客无须输入密码)
    主页:
    标题:
碎碎叨叨
你言我语
留下印记
缘来是友
站点信息
 
...生活因愛你而精彩...今生只愿做你的新娘...