<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Labs@doya.in へのコメント</title>
	<atom:link href="http://doya.in/labs/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://doya.in/labs</link>
	<description>未踏志向でいこう！WEBアプリ開発やらサーバ構築やら思ったことやらのメモ:: @　浜松</description>
	<lastBuildDate>Wed, 25 Jun 2008 13:45:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>vimperatorが素敵！ - Firefox Add-on - - DOYA.in より vimperatorの色設定（CSS指定） へのコメント</title>
		<link>http://doya.in/labs/20080625/vimperator-color/comment-page-1/#comment-16</link>
		<dc:creator>vimperatorが素敵！ - Firefox Add-on - - DOYA.in</dc:creator>
		<pubDate>Wed, 25 Jun 2008 13:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://doya.in/?p=21#comment-16</guid>
		<description>[...] Newer [...]</description>
		<content:encoded><![CDATA[<p>[...] Newer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>vimperatorの色設定（CSS指定） - DOYA.in より vimperatorが素敵！  &#8211; Firefox Add-on - へのコメント</title>
		<link>http://doya.in/labs/20080622/vimperator-firefox/comment-page-1/#comment-15</link>
		<dc:creator>vimperatorの色設定（CSS指定） - DOYA.in</dc:creator>
		<pubDate>Wed, 25 Jun 2008 13:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://doya.in/?p=12#comment-15</guid>
		<description>[...] Older [...]</description>
		<content:encoded><![CDATA[<p>[...] Older [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>DOYA より vimperatorが素敵！  &#8211; Firefox Add-on - へのコメント</title>
		<link>http://doya.in/labs/20080622/vimperator-firefox/comment-page-1/#comment-14</link>
		<dc:creator>DOYA</dc:creator>
		<pubDate>Wed, 25 Jun 2008 11:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://doya.in/?p=12#comment-14</guid>
		<description>おお！色の指定ができました！DankeDankeです！
ただ、bufferwindowの部分は、
#liberator-container{
    color: blue !important; // 指定しないとbufferwindowでcolorが利かない
}
#liberator-bufferwindow, #liberator-completion, #liberator-previewwindow {
    color: blue !important;
    background-color: #eee !important;
}
のようにしないと色が変わってくれなかったです。
あとで記事に追記or新記事にします。ありがとうございました～
これからも通りすがってってくださいね。</description>
		<content:encoded><![CDATA[<p>おお！色の指定ができました！DankeDankeです！<br />
ただ、bufferwindowの部分は、<br />
#liberator-container{<br />
    color: blue !important; // 指定しないとbufferwindowでcolorが利かない<br />
}<br />
#liberator-bufferwindow, #liberator-completion, #liberator-previewwindow {<br />
    color: blue !important;<br />
    background-color: #eee !important;<br />
}<br />
のようにしないと色が変わってくれなかったです。<br />
あとで記事に追記or新記事にします。ありがとうございました～<br />
これからも通りすがってってくださいね。</p>
]]></content:encoded>
	</item>
	<item>
		<title>通りすがり より vimperatorが素敵！  &#8211; Firefox Add-on - へのコメント</title>
		<link>http://doya.in/labs/20080622/vimperator-firefox/comment-page-1/#comment-13</link>
		<dc:creator>通りすがり</dc:creator>
		<pubDate>Wed, 25 Jun 2008 10:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://doya.in/?p=12#comment-13</guid>
		<description>追伸
自動補完の話題にも触れているので、こちらも一応書いておきますね。

#liberator-container

がコマンドの補完候補の部分です。要素は適当にどうぞ。</description>
		<content:encoded><![CDATA[<p>追伸<br />
自動補完の話題にも触れているので、こちらも一応書いておきますね。</p>
<p>#liberator-container</p>
<p>がコマンドの補完候補の部分です。要素は適当にどうぞ。</p>
]]></content:encoded>
	</item>
	<item>
		<title>通りすがり より vimperatorが素敵！  &#8211; Firefox Add-on - へのコメント</title>
		<link>http://doya.in/labs/20080622/vimperator-firefox/comment-page-1/#comment-12</link>
		<dc:creator>通りすがり</dc:creator>
		<pubDate>Wed, 25 Jun 2008 09:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://doya.in/?p=12#comment-12</guid>
		<description>/* Vimperator */
#liberator-commandline,
#liberator-toolbar,
#liberator-statusline {
font-size: 16px !important;
font-weight: bolder !important;
}

.statusbarpanel-text {
font-size: 14px !important;
font-weight: bolder !important;
}

&gt; ただ、コマンド入力する場所まで色が変わってくれない。

自分はこんな風にして、フォントサイズ周りだけにとどめていますが、
要素を追加すれば、色の変更も出来ると思います。
なお、.statusbarpanel-text のみ別項にしてサイズダウンしてるのは、
Fx でダウンロードしたときに16pxだとバーが少し動くための対策です。</description>
		<content:encoded><![CDATA[<p>/* Vimperator */<br />
#liberator-commandline,<br />
#liberator-toolbar,<br />
#liberator-statusline {<br />
font-size: 16px !important;<br />
font-weight: bolder !important;<br />
}</p>
<p>.statusbarpanel-text {<br />
font-size: 14px !important;<br />
font-weight: bolder !important;<br />
}</p>
<p>&gt; ただ、コマンド入力する場所まで色が変わってくれない。</p>
<p>自分はこんな風にして、フォントサイズ周りだけにとどめていますが、<br />
要素を追加すれば、色の変更も出来ると思います。<br />
なお、.statusbarpanel-text のみ別項にしてサイズダウンしてるのは、<br />
Fx でダウンロードしたときに16pxだとバーが少し動くための対策です。</p>
]]></content:encoded>
	</item>
	<item>
		<title>次なるもの &#187; Blog Archive &#187; vimperatorが素適！ - Firefox Add-on - - DOYA.in より vimperatorが素敵！  &#8211; Firefox Add-on - へのコメント</title>
		<link>http://doya.in/labs/20080622/vimperator-firefox/comment-page-1/#comment-7</link>
		<dc:creator>次なるもの &#187; Blog Archive &#187; vimperatorが素適！ - Firefox Add-on - - DOYA.in</dc:creator>
		<pubDate>Sun, 22 Jun 2008 15:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://doya.in/?p=12#comment-7</guid>
		<description>[...] original article [...]</description>
		<content:encoded><![CDATA[<p>[...] original article [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>DOYA より vimperatorが素敵！  &#8211; Firefox Add-on - へのコメント</title>
		<link>http://doya.in/labs/20080622/vimperator-firefox/comment-page-1/#comment-5</link>
		<dc:creator>DOYA</dc:creator>
		<pubDate>Sun, 22 Jun 2008 10:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://doya.in/?p=12#comment-5</guid>
		<description>こちらこそ、非常に参考になりました！ありがとうございます。
Vimperator 1.2preだとTABの自動補完ができるようになってます。
set wildoptions=auto
set complete=sl 
これからもよろしくです！</description>
		<content:encoded><![CDATA[<p>こちらこそ、非常に参考になりました！ありがとうございます。<br />
Vimperator 1.2preだとTABの自動補完ができるようになってます。<br />
set wildoptions=auto<br />
set complete=sl<br />
これからもよろしくです！</p>
]]></content:encoded>
	</item>
	<item>
		<title>nase より vimperatorが素敵！  &#8211; Firefox Add-on - へのコメント</title>
		<link>http://doya.in/labs/20080622/vimperator-firefox/comment-page-1/#comment-4</link>
		<dc:creator>nase</dc:creator>
		<pubDate>Sun, 22 Jun 2008 09:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://doya.in/?p=12#comment-4</guid>
		<description>こんにちは。トラックバックありがとうございました！
私も早くFirefox3に移行したいと思っているのですが、なかなか時間がとれず、いまだに2のままです（＾＾；
userChrome.cssでの見栄えの変更は思いつかなかったので、3に移行するとき参考にさせてもらおうと思います。</description>
		<content:encoded><![CDATA[<p>こんにちは。トラックバックありがとうございました！<br />
私も早くFirefox3に移行したいと思っているのですが、なかなか時間がとれず、いまだに2のままです（＾＾；<br />
userChrome.cssでの見栄えの変更は思いつかなかったので、3に移行するとき参考にさせてもらおうと思います。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
