<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>ＭＴ3.2-ja-2　スタイルシート独自解析</title>
      <link>http://syufway.com/test_blog/</link>
      <description></description>
      <language>fr</language>
      <copyright>Copyright 2006</copyright>
      <lastBuildDate>Thu, 16 Feb 2006 14:36:16 +0900</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2-ja-2</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>MT3.2-ja-2・自己流スタイルシート記述</title>
         <description>/* Base Weblog (base-weblog.css) */

/* basic elements */
body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, &apos;trebuchet ms&apos;, sans-serif;
   font-size: 12px;
}/*ｃｕｓｔｏｍｉｚｅ・文字サイズ*/
A:HOVER{position : relative;top : 1px;left : 1px;}/*マウスが上にあるとき位置をずらす*/
form, input { margin: 0; padding: 0; }
a { text-decoration: none; }/*ｃｕｓｔｏｍｉｚｅ・リンクの腺を消す*/
a img { border: 0; }
省略

/* basic page elements */

body
{
   font-family: &apos;trebuchet ms&apos;, verdana, helvetica, arial, sans-serif;
   font-size: 12px;
}/*ｃｕｓｔｏｍｉｚｅ・エントリ記事の文字サイズ*/

a { color: #36414d; text-decoration: none; }/*ｃｕｓｔｏｍｉｚｅ・リンクの腺を消す*/
a:hover { color: #36414d;background-color: #d7d7d7 }/*ｃｕｓｔｏｍｉｚｅ・マウスをのせると色がつく・エントリ記事*/

#banner a { color: #292e33; text-decoration: none; }/*ｃｕｓｔｏｍｉｚｅ・バナータイトル文字の色*/
#banner a:hover { color: #292e33;background-color: #d7d7d7 }/*ｃｕｓｔｏｍｉｚｅ・バナータイトル・マウスが上にあるリンク*/

.module-content a { color: #36414d; }
.module-content a:hover { color: #36414d;background-color: #d7d7d7  }/*ｃｕｓｔｏｍｉｚｅ・リンクの上にマウスがきたとき色をつける*/
省略
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   color: #292e33;
   background-image: url(&quot;con_back.gif&quot;);
   background-position: top left;
   background-repeat: no-repeat;
   font-family: Verdana, Arial, sans-serif;
   font-size:10px;
   text-align: left;
   font-weight: bold;
   padding:2px 0px 2px 26px;
   line-height: 15px;
}/*ｃｕｓｔｏｍｉｚｅ・リストタイトルに画像をつける*/

省略
.archive-header a:hover
{
   color: #292e33;
}/*ｃｕｓｔｏｍｉｚｅ・アーカイブリンクマウスオーバー色指定*/


</description>
         <link>http://syufway.com/test_blog/2006/02/mt32ja2.html</link>
         <guid>http://syufway.com/test_blog/2006/02/mt32ja2.html</guid>
         <category>0200)自己流スタイルシート記述</category>
         <pubDate>Thu, 16 Feb 2006 14:36:16 +0900</pubDate>
      </item>
            <item>
         <title>スクロールバーの色を変える</title>
         <description>スクロールバーの色を変える
bodyで指定してもモ、(ノ××)ノ~☆ ダメだったので
htmlで指定してみたらＯＫでした。
スタイルシートに以下を追加してみます。
オリジナルなスクロールバーにしたら
ブログも華やかになるかなぁ

html 
{

SCROLLBAR-BACE-COLOR: WHITE;
/*スクロールバーベース色*/

SCROLLBAR-FACE-COLOR: WHITE;
/*スクロールバー本体*/

SCROLLBAR-HIGHLIGHT-COLOR: WHITE;
/*ふちどり*/

SCROLLBAR-SHADOW-COLOR: #cccccc;
/*スクロールバー右上の影*/

SCROLLBAR-3DLIGHT-COLOR: #999999;
/*スクロールバーの左側の影*/

SCROLLBAR-ARROW-COLOR: #cccccc;
/*矢印の色*/

SCROLLBAR-TRACK-COLOR: WHITE;
/*背面の色*/

SCROLLBAR-DARKSHADOW-COLOR: #002029;
/*スクロールバー右下の影*/

}</description>
         <link>http://syufway.com/test_blog/2006/02/post_14.html</link>
         <guid>http://syufway.com/test_blog/2006/02/post_14.html</guid>
         <category>0210)スクロールバーの色</category>
         <pubDate>Wed, 08 Feb 2006 09:31:50 +0900</pubDate>
      </item>
            <item>
         <title>コメントのフォームの幅</title>
         <description>今回はコメントのフォームの幅だけ変更するので
, #comment-textをカットして
この人だけの幅指定します。

/* content */

#comment-author, #comment-email, #comment-url, #comment-text
{
width: 240px;
}

　　　　　　↓

#comment-author, #comment-email, #comment-url
{
width: 240px;
}
/*追加*/
#comment-text
{
width: 好きな幅サイズpx;
}</description>
         <link>http://syufway.com/test_blog/2006/01/post_13.html</link>
         <guid>http://syufway.com/test_blog/2006/01/post_13.html</guid>
         <category>0195)コメントのフォームの幅</category>
         <pubDate>Wed, 18 Jan 2006 10:03:45 +0900</pubDate>
      </item>
            <item>
         <title>ブログバナータイトルの位置</title>
         <description><![CDATA[<font color="#ffffff" style="background-color:#7eaab3;">541行目</font></strong>


#banner-header
{
   <font color="#b6d1f4" style="background-color:#002050;">margin: 0;</font>
   color: #fff;
   font-size: 24px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}/*ｃｕｓｔｏｍｉｚｅ・タイトル文字のサイズ・位置指定、デフォルトでは0*/
　　　　　↓
#banner-header
{
   <font color="#b6d1f4" style="background-color:#002050;">margin: 30px;
   margin-top: 70px;</font>
   color: #fff;
   font-size: 24px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}/*ｃｕｓｔｏｍｉｚｅ・タイトル文字のサイズ・位置指定、デフォルトでは0*/

margin-top: px;　上
margin-left: px;　左
margin-rignt: px;　右
margin-bottom: px;　下

]]></description>
         <link>http://syufway.com/test_blog/2006/01/post_12.html</link>
         <guid>http://syufway.com/test_blog/2006/01/post_12.html</guid>
         <category>0190)ブログバナータイトルの位置</category>
         <pubDate>Mon, 16 Jan 2006 12:20:18 +0900</pubDate>
      </item>
            <item>
         <title>バナー</title>
         <description>#banner
{
   width: 710px; /* necessary for ie win */
   background: #a3b8cc;
}

#banner-inner
{
   padding: 15px 13px;
   border-width: 2px 2px 0 2px;
   border-style: solid;
   border-color: #fff;
}

.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 24px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}/*ｃｕｓｔｏｍｉｚｅ・タイトル文字のサイズ*/

これはデフォルト</description>
         <link>http://syufway.com/test_blog/2006/01/post_11.html</link>
         <guid>http://syufway.com/test_blog/2006/01/post_11.html</guid>
         <category></category>
         <pubDate>Sat, 14 Jan 2006 19:10:39 +0900</pubDate>
      </item>
            <item>
         <title>エントリ記事のタイトル</title>
         <description><![CDATA[<font color="#ffffff" style="background-color:#7eaab3;">583行目</font></strong>

.<a href="http://syufway.com/blog">entry-header</a>
{
   margin-top: 0;
   border-left: 5px solid #dae0e6;
   padding: 0 0 0 10px;
   color: #666;
   font-size: 18px;
}/*ｃｕｓｔｏｍｉｚｅ・エントリ記事のタイトル*/
変更後
.entry-header
{
   margin-top: 0;
   padding: 0 0 0 10px;
   color: #fff;
   font-size: 15px;
background-color: #292e33;
}/*ｃｕｓｔｏｍｉｚｅ・エントリ記事のタイトル*/]]></description>
         <link>http://syufway.com/test_blog/2006/01/post_8.html</link>
         <guid>http://syufway.com/test_blog/2006/01/post_8.html</guid>
         <category>0180)エントリ記事のタイトル</category>
         <pubDate>Sat, 14 Jan 2006 15:22:19 +0900</pubDate>
      </item>
            <item>
         <title>リストタイトル・画像をつける</title>
         <description><![CDATA[<font color="#ffffff" style="background-color:#7eaab3;">449行目</font></strong>

.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #36414d;
   padding: 5px;
   color: #fff;
   background: #a3b8cc;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}/*ｃｕｓｔｏｍｉｚｅ*/

変更後
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   color: #292e33;
   background-image: url("con_back.gif");
   background-position: top left;
   background-repeat: no-repeat;
   font-family: Verdana, Arial, sans-serif;
   font-size:10px;
   text-align: left;
   font-weight: bold;
   padding:2px 0px 2px 26px;
   line-height: 15px;
}/*ｃｕｓｔｏｍｉｚｅ・リストタイトルを画像にする*/]]></description>
         <link>http://syufway.com/test_blog/2006/01/post_7.html</link>
         <guid>http://syufway.com/test_blog/2006/01/post_7.html</guid>
         <category>0170)リストタイトルに画像</category>
         <pubDate>Sat, 14 Jan 2006 14:49:25 +0900</pubDate>
      </item>
            <item>
         <title>バナータイトル文字の色</title>
         <description><![CDATA[<font color="#ffffff" style="background-color:#7eaab3;">434行目</font></strong>

#banner a { color: #<font color="#b6d1f4" style="background-color:#002050;">292e33</font>; text-decoration: none; }
/*ｃｕｓｔｏｍｉｚｅ・バナータイトル文字の色*/

<font color="#ffffff" style="background-color:#7eaab3;">435行目</font></strong>

#banner a:hover { color: #<font color="#b6d1f4" style="background-color:#002050;">fff</font>; }
#banner a:hover { color: #<font color="#b6d1f4" style="background-color:#002050;">292e33</font>;<font style="background-color:#a8cf7d;">background-color: #d7d7d7 </font>}
/*ｃｕｓｔｏｍｉｚｅ・バナータイトル・マウスが上にあるリンク*/

色は#292e33にしてみました。

今回追加したのはマウスを上におくと
バックに色がでるというもの
background-color: #好きな色を入れる 

]]></description>
         <link>http://syufway.com/test_blog/2006/01/post_6.html</link>
         <guid>http://syufway.com/test_blog/2006/01/post_6.html</guid>
         <category>0160)タイトル文字の色</category>
         <pubDate>Sat, 14 Jan 2006 14:22:52 +0900</pubDate>
      </item>
            <item>
         <title>バナータイトル文字のサイズ</title>
         <description><![CDATA[<font color="#ffffff" style="background-color:#7eaab3;">543行目</font></strong>
バナータイトルの文字のサイズを変更できる

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: <font color="#b6d1f4" style="background-color:#002050;">30px</font>;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}
　　　　↓
#banner-header
{
   margin: 0;
   color: #fff;
   font-size: <font color="#b6d1f4" style="background-color:#002050;">24px</font>;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}

<font color="#ffffff" style="background-color:#7eaab3;">555行目</font></strong>
バナータイトルの文字のサイズを変更できる

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: <font color="#b6d1f4" style="background-color:#002050;">12px</font>;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}

サブタイトルは今回変更せず

]]></description>
         <link>http://syufway.com/test_blog/2006/01/post_3.html</link>
         <guid>http://syufway.com/test_blog/2006/01/post_3.html</guid>
         <category>0150)バナータイトル文字のサイズ</category>
         <pubDate>Sat, 14 Jan 2006 13:52:08 +0900</pubDate>
      </item>
            <item>
         <title>リストの●を消す</title>
         <description><![CDATA[<font color="#ffffff" style="background-color:#7eaab3;">679行目</font></strong>
.module-list
{
   margin: <font style="background-color:#a8cf7d;">0 15px 10px 15px</font>;
   list-style: <font color="#b6d1f4" style="background-color:#002050;">disc</font>;
}
　　　　　↓

.module-list
{
   margin: 0;
   list-style: <font color="#b6d1f4" style="background-color:#002050;">none</font>;
}/*ｃｕｓｔｏｍｉｚｅ・リストの●を消す*/

marginって位置の指定だよねぇ？？
指定を消して0のみにしてみた。余白いらねっつ～の

●を探すのに英語翻訳してみた(-_-;)
丸→Circle

Ctrl+Fキーで検索窓を出してCircleと検索したら
サブカテゴリ指定箇所が分ったnoneで消えた
じゃぁ　カテゴリリストとかエントリのリストの●は？？？

黒い丸→A black circle
黒丸→Black dot

そんなのね～よと思ってたら
.module-list
.module-list .module-list
ん？？？
これかぁ(ｰｰ;)
disk
ヒットしたみたいですぅヾ(´▽｀*)ゝ

]]></description>
         <link>http://syufway.com/test_blog/2006/01/post_2.html</link>
         <guid>http://syufway.com/test_blog/2006/01/post_2.html</guid>
         <category>0140)リストの●を消す</category>
         <pubDate>Sat, 14 Jan 2006 13:14:46 +0900</pubDate>
      </item>
            <item>
         <title>サブカテゴリの○を消す</title>
         <description><![CDATA[<strong><font color="#ffffff" style="background-color:#7eaab3;">686行目</font></strong>

サブカテゴリの○を消す

.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: <font color="#b6d1f4" style="background-color:#002050;">circlenone</font>;
}
　　　　　　↓
.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: <font color="#b6d1f4" style="background-color:#002050;">none</font>;
}/*ｃｕｓｔｏｍｉｚｅ・サブカテゴリの○を消す*/]]></description>
         <link>http://syufway.com/test_blog/2006/01/post_1.html</link>
         <guid>http://syufway.com/test_blog/2006/01/post_1.html</guid>
         <category>0130)サブカテゴリの○を消す</category>
         <pubDate>Sat, 14 Jan 2006 12:53:58 +0900</pubDate>
      </item>
            <item>
         <title>リンクの腺を消す・文字の色</title>
         <description><![CDATA[<a href="http://syufway.com/blog"><strong><font color="#ffffff" style="background-color:#7eaab3;">22行目</font></strong></a>
a { text-decoration: underline; }
a img { border: 0; }
　　　↓
/*ｃｕｓｔｏｍｉｚｅ・コメント内のリンクの腺を消す・多分ヽ(;´Д｀)ノ*/
a { text-decoration: <font color="#b6d1f4" style="background-color:#002050;">none</font>; }
a img { border: 0; }


<strong><font color="#ffffff" style="background-color:#7eaab3;">431行目</font></strong>
a { color: #36414d; text-decoration:  underline; }
                  ↓
/*ｃｕｓｔｏｍｉｚｅ・リンクの腺を消す*/
a { color: <font style="background-color:#a8cf7d;">#36414d</font>; text-decoration: <font color="#b6d1f4" style="background-color:#002050;">none</font>; }

リンクの貼ってある文字の色指定もここでできる(-_-;)]]></description>
         <link>http://syufway.com/test_blog/2006/01/post.html</link>
         <guid>http://syufway.com/test_blog/2006/01/post.html</guid>
         <category>0120)リンクの腺を消す・文字の色</category>
         <pubDate>Thu, 12 Jan 2006 15:56:20 +0900</pubDate>
      </item>
      
   </channel>
</rss>
