<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ZWWoOoOo &#187; 互联网络</title>
	<atom:link href="http://zww.me/archives/category/internet/feed" rel="self" type="application/rss+xml" />
	<link>http://zww.me</link>
	<description>因为喜欢所以折腾...无折腾不铁血！</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:08:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VPS网卡设置莫名其妙失效</title>
		<link>http://zww.me/archives/25566</link>
		<comments>http://zww.me/archives/25566#comments</comments>
		<pubDate>Mon, 09 Jan 2012 11:17:43 +0000</pubDate>
		<dc:creator>zwwooooo</dc:creator>
				<category><![CDATA[网络日志]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[随记]]></category>

		<guid isPermaLink="false">http://zww.me/?p=25566</guid>
		<description><![CDATA[事情经过 昨晚，VPS所在服务器突然挂掉，表现为：无法连接访问，没有任何错误提示，ping不同IP。这台服务器我有2个vps账户，我因为心急，就手动重启了我博客所在的vps（叫vps1吧），但还是没用。 过了大概30分钟，另外一台vps恢复正常访问，但vps1不管怎么重启、折腾都无法访问里面的网站。表现为： × SSH也无法连接 × 用vnc连接登录后，输入top，熟悉的sshd、nginx、php、mysqld等这些进程都看不到 × restart sshd、nginx、php、mysql 后还是无效 到处求救，未果，差不多0点，我放弃自己找原因，给客服发了 ticket 就上床睡去了 大概 0:40 左右，客服回复了，说“Please try again, I found a trouble maker in Los Angeles” 因为习惯了晚睡，这个时间精神的很，于是起来打开本本，进去重启vps，但问题依旧……于是又发 ticket 给客服，自己就睡去了…… 今早 9 点多起来，客服说我的 vps 问题不是出在服务器上，是我的vps里面的系统问题，建议我重装……尼玛，我的数据拿不出啊 于是又到处请教朋友 + 自己尝试解决，还是未果。但这次折腾后我确定了原因所在：VPS里面的 debian 系统网卡没有分配到 IP，情况是敲入命令 ifconfig 返回空…… 于是我手动配置了一下网卡，debian 的网卡配置文件为 /etc/network/interfaces，我参照另外一台同服务器的vps设置了网卡，重启后，问题依旧 又请教各位朋友如何使设置生效，还是未果…… 就在我决定放弃重新安装系统并把本地备份数据恢复的时候，突然想到我那位专门搞物理服务器的朋友，我肿么忘记他呢？真是被折腾晕了……于是立即联系，他一句话就提醒我了：既然配置文件重启不起效，那么可能系统启动时没有运行system下的script脚本或者脚本破坏，你尝试用命令给网卡配置参数么？ 厄……一语惊醒梦中人——好吧，这句滥用了，噗～ 我用的命令： 配置ip（x.x.x.x为主机ip） ifconfig eth0 x.x.x.x/24 配置网关 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>事情经过</strong></p>
<p>昨晚，VPS所在服务器突然挂掉，表现为：无法连接访问，没有任何错误提示，ping不同IP。这台服务器我有2个vps账户，我因为心急，就手动重启了我博客所在的vps（叫vps1吧），但还是没用。</p>
<p>过了大概30分钟，另外一台vps恢复正常访问，但vps1不管怎么重启、折腾都无法访问里面的网站。表现为：<br />
× SSH也无法连接<br />
× 用vnc连接登录后，输入top，熟悉的sshd、nginx、php、mysqld等这些进程都看不到<br />
× restart sshd、nginx、php、mysql 后还是无效</p>
<p>到处求救，未果，差不多0点，我放弃自己找原因，给客服发了 ticket 就上床睡去了</p>
<p>大概 0:40 左右，客服回复了，说“Please try again, I found a trouble maker in Los Angeles”</p>
<p>因为习惯了晚睡，这个时间精神的很，于是起来打开本本，进去重启vps，但问题依旧……于是又发 ticket 给客服，自己就睡去了……</p>
<p>今早 9 点多起来，客服说我的 vps 问题不是出在服务器上，是我的vps里面的系统问题，建议我重装……尼玛，我的数据拿不出啊</p>
<p>于是又到处请教朋友 + 自己尝试解决，还是未果。但这次折腾后我确定了原因所在：VPS里面的 debian 系统网卡没有分配到 IP，情况是敲入命令 ifconfig 返回空……</p>
<p>于是我手动配置了一下网卡，debian 的网卡配置文件为 /etc/network/interfaces，我参照另外一台同服务器的vps设置了网卡，重启后，问题依旧</p>
<p>又请教各位朋友如何使设置生效，还是未果……</p>
<p>就在我决定放弃重新安装系统并把本地备份数据恢复的时候，突然想到我那位专门搞物理服务器的朋友，我肿么忘记他呢？真是被折腾晕了……于是立即联系，他一句话就提醒我了：<strong>既然配置文件重启不起效，那么可能系统启动时没有运行system下的script脚本或者脚本破坏，你尝试用命令给网卡配置参数么？</strong></p>
<p>厄……一语惊醒梦中人——好吧，这句滥用了，噗～</p>
<p><strong>我用的命令</strong>：</p>
<p>配置ip（x.x.x.x为主机ip）<br />
ifconfig eth0 x.x.x.x/24</p>
<p>配置网关<br />
route add default gw xx.xx.xx.xx</p>
<p>这样SSH就能工作了，拿到数据，果断重装。</p>
<p>---------------------------</p>
<p>篇外：最近发现博客文章又被人采集了，而且是文章一发表就被采集发布，我屏蔽对方的ip照样采集，看来是通过 rss 订阅采集的，特留这句话 - <strong>采集有意思么？那么喜欢采集，采尼玛菊花去吧！</strong></p>
<p class="announce"><span><strong>声明:</strong></span> 除非注明，<a href="http://zww.me/">ZWWoOoOo</a>文章均为原创，转载请以链接形式标明本文地址<br />本文地址: <a href="http://zww.me/archives/25566">http://zww.me/archives/25566</a></p>]]></content:encoded>
			<wfw:commentRss>http://zww.me/archives/25566/feed</wfw:commentRss>
		<slash:comments>99</slash:comments>
		</item>
		<item>
		<title>Twicli界面DIY：TweetDeck风格</title>
		<link>http://zww.me/archives/25564</link>
		<comments>http://zww.me/archives/25564#comments</comments>
		<pubDate>Thu, 05 Jan 2012 02:19:00 +0000</pubDate>
		<dc:creator>zwwooooo</dc:creator>
				<category><![CDATA[互联网络]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Twicli]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://zww.me/?p=25564</guid>
		<description><![CDATA[最近转用 Twicli，默认界面就不吐槽了，我用的是 Twicli 官方 wiki 网站找到的 twhirl 风格的界面css，但是推的界面我还是喜欢黑色风格，所以昨天下午自己动手配置了一个 TweetDeck 风格的 Twicli 界面，效果如下： Timeline样式： @Reply样式： 共享吧，如果你也在用 Twicli，刚好你也喜欢这个风格，那么按照下面设置吧 css源码: Version 1 用下面的 2012.01.08 版本2吧 @charset "utf-8"; /* ----- twicli.css ----- */ * {     margin: 0;     padding: 0;     line-height: 1.5;     /* IE独自拡張 */     zoom: 1; } body {     background: none; } img [...]]]></description>
			<content:encoded><![CDATA[<p>最近<a title="转用超轻量级Twitter客户端Twicli" href="http://zww.me/archives/25563">转用 Twicli</a>，默认界面就不吐槽了，我用的是 Twicli 官方 wiki 网站找到的 twhirl 风格的界面css，但是推的界面我还是喜欢黑色风格，所以昨天下午自己动手配置了一个 TweetDeck 风格的 Twicli 界面，效果如下：</p>
<p>Timeline样式：</p>
<p><img src="http://im.zww.im/2012/01/120105-twicli-tweetdeck-0.png" alt="" /></p>
<p>@Reply样式：</p>
<p><img src="http://im.zww.im/2012/01/120105-twicli-tweetdeck-1.png" alt="" /></p>
<p>共享吧，如果你也在用 Twicli，刚好你也喜欢这个风格，那么按照下面设置吧</p>
<p><strong><del>css源码: Version 1</del> 用下面的 2012.01.08 版本2吧<br />
</strong></p>
<pre style="height: 200px; overflow: auto;"><span style="color: #000080; font-weight: bold;">@charset</span> <span style="color: #0000ff;">"utf-8"</span>;
 <span style="color: #008800; font-style: italic;">/* ----- twicli.css ----- */</span>
 <span style="color: #000000;">*</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">margin</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">line-height</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1</span><span style="color: #000000;">.</span><span style="color: #0000ff;">5</span>;
     <span style="color: #008800; font-style: italic;">/* IE独自拡張 */</span>
     <span style="color: #000000;">zoom</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000080; font-weight: bold;">body</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000080; font-weight: bold;">img</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border-width</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">vertical-align</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">bottom</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000080; font-weight: bold;">a</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">text-decoration</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000080; font-weight: bold;">input</span><span style="color: #000000;">,</span><span style="color: #000080; font-weight: bold;">textarea</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#222</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#fafafa</span>;
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#000000</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000080; font-weight: bold;">input</span><span style="color: #000000;">[</span><span style="color: #000080; font-weight: bold;">type</span><span style="color: #000000;">=</span><span style="color: #0000ff;">"button"</span><span style="color: #000000;">],</span>
 <span style="color: #000080; font-weight: bold;">input</span><span style="color: #000000;">[</span><span style="color: #000080; font-weight: bold;">type</span><span style="color: #000000;">=</span><span style="color: #0000ff;">"image"</span><span style="color: #000000;">]</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">margin</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">2px</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000080; font-weight: bold;">input</span><span style="color: #000000;">[</span><span style="color: #000080; font-weight: bold;">type</span><span style="color: #000000;">=</span><span style="color: #0000ff;">"image"</span><span style="color: #000000;">]</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">position</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">relative</span>;
     <span style="color: #000080; font-weight: bold;">bottom</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">-6px</span>;
     <span style="color: #000080; font-weight: bold;">padding-top</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000080; font-weight: bold;">ul</span><span style="color: #000000;">,</span><span style="color: #000080; font-weight: bold;">li</span><span style="color: #000000;">,</span><span style="color: #000080; font-weight: bold;">dl</span><span style="color: #000000;">,</span><span style="color: #000080; font-weight: bold;">dt</span><span style="color: #000000;">,</span><span style="color: #000080; font-weight: bold;">dd</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">list-style-type</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
     <span style="color: #000080; font-weight: bold;">list-style-position</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">outside</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000080; font-weight: bold;">li</span> <span style="color: #000080; font-weight: bold;">img</span><span style="color: #000000;">,</span><span style="color: #000080; font-weight: bold;">a</span> <span style="color: #000080; font-weight: bold;">img</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">display</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">inline</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* フォント設定 */</span>
 <span style="color: #000000;">*,</span> <span style="color: #000000;">#menu</span> <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">,</span> <span style="color: #000000;">#tw</span><span style="color: #000000;">,</span> <span style="color: #000000;">#tw2</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#999</span>;
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">12px</span>;
     <span style="color: #000080; font-weight: bold;">font-weight</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">normal</span>;
     <span style="color: #000080; font-weight: bold;">font-style</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">normal</span>;
     <span style="color: #000080; font-weight: bold;">font-family</span><span style="color: #000000;">:</span> <span style="color: #000000;">Verdana</span><span style="color: #000000;">,</span> <span style="color: #0000ff;">"Simsun"</span><span style="color: #000000;">,</span> <span style="color: #000080; font-weight: bold;">sans-serif</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* 上部投稿欄 */</span>
 <span style="color: #000000;">#control</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border-bottom</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#222</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#333</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">#fst</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span>;
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">12px</span>;
     <span style="color: #000080; font-weight: bold;">letter-spacing</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* ボタン類 */</span>
 <span style="color: #000000;">#go</span><span style="color: #000000;">,</span> <span style="color: #000000;">#rst</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#222</span>;
     <span style="color: #008800; font-style: italic;">/* 角丸 */</span>
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">8px</span>;
     <span style="color: #008800; font-style: italic;">/* Firefox独自拡張 */</span>
     <span style="color: #000000;">-</span><span style="color: #000000;">moz</span><span style="color: #000000;">-</span><span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">8px</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#bababa</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* 文字数カウンタ */</span>
 <span style="color: #000000;">#counter-p1</span><span style="color: #000000;">,</span> <span style="color: #000000;">#counter-p2</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">display</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">#counter</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#666666</span>;
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">12px</span>;
     <span style="color: #000080; font-weight: bold;">font-family</span><span style="color: #000000;">:</span> <span style="color: #000000;">Verdana</span><span style="color: #000000;">,</span> <span style="color: #0000ff;">"Simsun"</span><span style="color: #000000;">,</span> <span style="color: #000080; font-weight: bold;">sans-serif</span>;
     <span style="color: #000080; font-weight: bold;">font-style</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">normal</span>;
     <span style="color: #000080; font-weight: bold;">font-weight</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">bold</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* タブ設定 */</span>
 <span style="color: #000000;">#menu</span> <span style="color: #000080; font-weight: bold;">a</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">margin</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0px</span> <span style="color: #0000ff;">5px</span>;
     <span style="color: #000080; font-weight: bold;">border-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#222</span>;
     <span style="color: #008800; font-style: italic;">/* 角丸 */</span>
     <span style="color: #000080; font-weight: bold;">border-top</span><span style="color: #000000;">-</span><span style="color: #000080; font-weight: bold;">left</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">3px</span> <span style="color: #0000ff;">3px</span>;
     <span style="color: #000080; font-weight: bold;">border-top</span><span style="color: #000000;">-</span><span style="color: #000080; font-weight: bold;">right</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">3px</span> <span style="color: #0000ff;">3px</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#555</span>;
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#eee</span>;
     <span style="color: #000080; font-weight: bold;">font-weight</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">bold</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* 選択しているタブ */</span>
 <span style="color: #000000;">#menu</span> <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">.sel</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#378fc4</span>;
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#f4f4f4</span>;
     <span style="color: #000080; font-weight: bold;">margin-bottom</span><span style="color: #000000;">:</span><span style="color: #0000ff;">1px</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* 更新されたタブ */</span>
 <span style="color: #000000;">#menu</span> <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">.new</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#ff6699</span>;
     <span style="color: #000080; font-weight: bold;">font-weight</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">bold</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* ブロック全体の背景 */</span>
 <span style="color: #000000;">#tw</span><span style="color: #000000;">,</span> <span style="color: #000000;">#tw2</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#292929</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">#tw</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* ステータスブロック */</span>
 <span style="color: #000000;">.tw-parent</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">clear</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">both</span>;
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0.5em</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">0.5em</span> <span style="color: #0000ff;">5px</span>;
     <span style="color: #000080; font-weight: bold;">border-bottom</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#383838</span>;
     <span style="color: #008800; font-style: italic;">/* 発言の背景画像のURL指定</span>
 <span style="color: #008800; font-style: italic;">    background: transparent url(bg_tw.png) repeat-x left top; */</span>
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* TLのアイコン */</span>
 <span style="color: #000000;">.uicon</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">display</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">block</span>;
     <span style="color: #000080; font-weight: bold;">width</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">48px</span>;
     <span style="color: #000080; font-weight: bold;">height</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">48px</span>;
     <span style="color: #000080; font-weight: bold;">margin</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">8px</span> <span style="color: #0000ff;">5px</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#999</span>;
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span><span style="color: #0000ff;">6px</span>;
     <span style="color: #000000;">-</span><span style="color: #000000;">moz</span><span style="color: #000000;">-</span><span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span><span style="color: #0000ff;">6px</span>;
     <span style="color: #000000;">-</span><span style="color: #000000;">webkit</span><span style="color: #000000;">-</span><span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span><span style="color: #0000ff;">6px</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* スクリーンネーム */</span>
 <span style="color: #000000;">.uid</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#dedede</span>;
     <span style="color: #000080; font-weight: bold;">font-weight</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">bold</span>;
     <span style="color: #000080; font-weight: bold;">text-shadow</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">#000</span><span style="color: #000000;">,</span><span style="color: #0000ff;">2px</span> <span style="color: #0000ff;">2px</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">#111</span><span style="color: #000000;">,</span><span style="color: #0000ff;">3px</span> <span style="color: #0000ff;">3px</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">#222</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* ユーザ名 */</span>
 <span style="color: #000000;">.uname</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#999</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* 鍵アイコン */</span>
 <span style="color: #000000;">.lock</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">position</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">relative</span>;
     <span style="color: #000080; font-weight: bold;">top</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">-3px</span>;
     <span style="color: #000080; font-weight: bold;">left</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">3px</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* ふぁぼ */</span>
 <span style="color: #000000;">.fav</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">position</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">relative</span>;
     <span style="color: #008800; font-style: italic;">/* right: 3px;</span>
 <span style="color: #008800; font-style: italic;">    padding-left: 0.5em; */</span>
     <span style="color: #000080; font-weight: bold;">right</span><span style="color: #000000;">:-</span><span style="color: #0000ff;">16px</span>;
     <span style="color: #000080; font-weight: bold;">padding-left</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">20px</span>;
     <span style="color: #000080; font-weight: bold;">background</span><span style="color: #000000;">:</span><span style="color: #0000ff;">url(icon_star_empty.png)</span> <span style="color: #000080; font-weight: bold;">no-repeat</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">cursor</span><span style="color: #000000;">:</span><span style="color: #000080; font-weight: bold;">pointer</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">.fav</span><span style="color: #000000;">:hover</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background</span><span style="color: #000000;">:</span><span style="color: #0000ff;">url(icon_star_empty_hover.png)</span> <span style="color: #000080; font-weight: bold;">no-repeat</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">0</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* ツイート本文 */</span>
 <span style="color: #000000;">.status</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">display</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">block</span>;
     <span style="color: #000080; font-weight: bold;">margin-right</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">10px</span>;
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span><span style="color: #0000ff;">13px</span>; <span style="color: #008800; font-style: italic;">/* zww */</span>
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span><span style="color: #0000ff;">#dedede</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">.rtinfo</span><span style="color: #000000;">,</span><span style="color: #000000;">.rtinfo</span> <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">,</span><span style="color: #000000;">.rtinfo</span> <span style="color: #000080; font-weight: bold;">small</span><span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span><span style="color: #0000ff;">10px</span> <span style="color: #008080;">!important</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* ステータス領域内のリンク */</span>
 <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">,</span> <span style="color: #000000;">.status</span> <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">.link</span><span style="color: #000000;">,</span> <span style="color: #000000;">.prop</span> <span style="color: #000080; font-weight: bold;">a</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
     <span style="color: #000080; font-weight: bold;">background</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#87c2ed</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* オンマウス */</span>
 <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">:hover</span><span style="color: #000000;">,</span> <span style="color: #000000;">.status</span> <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">.link</span><span style="color: #000000;">:hover</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
     <span style="color: #000080; font-weight: bold;">text-decoration</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">underline</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* 投稿時刻、via等 */</span>
 <span style="color: #000000;">.utils</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">display</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">block</span>;
     <span style="color: #000080; font-weight: bold;">margin</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0.5em</span> <span style="color: #0000ff;">0</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">.prop</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">clear</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">both</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* font-size: smallerを打消 */</span>
 <span style="color: #000000;">.prop</span><span style="color: #000000;">,</span>
 <span style="color: #000000;">.prop</span> <span style="color: #000080; font-weight: bold;">a</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">10px</span>;
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span><span style="color: #0000ff;">#888</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">.prop</span><span style="color: #000000;">,</span>
 <span style="color: #000000;">.utils</span> <span style="color: #000000;">.button</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">position</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">relative</span>;
     <span style="color: #000080; font-weight: bold;">right</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">-10px</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">.utils</span> <span style="color: #000000;">.button</span><span style="color: #000000;">:hover</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">text-decoration</span><span style="color: #000000;">:</span><span style="color: #000080; font-weight: bold;">none</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* 元の画像を非表示に */</span>
 <span style="color: #000000;">.utils</span> <span style="color: #000000;">.reply</span><span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">display</span><span style="color: #000000;">:</span><span style="color: #000080; font-weight: bold;">inline</span><span style="color: #000000;">-</span><span style="color: #000080; font-weight: bold;">block</span>;
     <span style="color: #000080; font-weight: bold;">width</span><span style="color: #000000;">:</span><span style="color: #0000ff;">14px</span>;
     <span style="color: #000080; font-weight: bold;">height</span><span style="color: #000000;">:</span><span style="color: #0000ff;">14px</span>;
     <span style="color: #000080; font-weight: bold;">background</span><span style="color: #000000;">:</span><span style="color: #0000ff;">url(reply.png)</span> <span style="color: #000080; font-weight: bold;">no-repeat</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">0</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">.utils</span> <span style="color: #000000;">.reply</span><span style="color: #000000;">:hover</span><span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background</span><span style="color: #000000;">:</span><span style="color: #0000ff;">url(reply_hover.png)</span> <span style="color: #000080; font-weight: bold;">no-repeat</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">0</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">.utils</span> <span style="color: #000000;">.button</span> <span style="color: #000080; font-weight: bold;">img</span><span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">opacity</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">position</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">relative</span>;
     <span style="color: #000080; font-weight: bold;">top</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">-3px</span>;
     <span style="color: #000080; font-weight: bold;">width</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">12px</span>;
     <span style="color: #000080; font-weight: bold;">height</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">12px</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">.utils</span> <span style="color: #000000;">.inrep</span> <span style="color: #000080; font-weight: bold;">img</span><span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">opacity</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">50</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* スラッシュ */</span>
 <span style="color: #000000;">.separator</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#999</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* リツイートした人のアイコン */</span>
 <span style="color: #000000;">.rtuicon</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">width</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">12px</span>;
     <span style="color: #000080; font-weight: bold;">height</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">12px</span>;
     <span style="color: #000080; font-weight: bold;">margin</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">5px</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">vertical-align</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">bottom</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* ポップアップ */</span>
 <span style="color: #000000;">.popup</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">margin-left</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">-7px</span>;
     <span style="color: #000080; font-weight: bold;">margin-right</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">15px</span>;
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">.popup</span> <span style="color: #000080; font-weight: bold;">small</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#999</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">.popup</span> <span style="color: #000080; font-weight: bold;">small</span><span style="color: #000000;">:hover</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#fff</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">#popup</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#222</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#333</span>;
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span><span style="color: #0000ff;">12px</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">#popup</span> <span style="color: #000080; font-weight: bold;">a</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border-bottom</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">dotted</span> <span style="color: #0000ff;">#191919</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span><span style="color: #0000ff;">#999</span>;
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span><span style="color: #0000ff;">#191919</span>;
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span><span style="color: #0000ff;">12px</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">#popup</span> <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">#translate_status</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">#popup</span> <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">:hover</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#191919</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#dedede</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">#popup</span> <span style="color: #000080; font-weight: bold;">hr</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">display</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* 自分の発言 */</span>
 <span style="color: #000000;">.fromme</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#494949</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* 自分宛のリプライ */</span>
 <span style="color: #000000;">#tw</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span><span style="color: #000000;">.tome</span><span style="color: #000000;">,</span>
 <span style="color: #000000;">#re</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#191919</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* in_reply_to */</span>
 <span style="color: #000000;">#rep</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">0.5em</span> <span style="color: #0000ff;">7px</span>;
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#191919</span>;
     <span style="color: #008800; font-style: italic;">/* 発言の背景画像のURL指定</span>
 <span style="color: #008800; font-style: italic;">    background: #ffffff url(bg_tw.png) repeat-x left top; */</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#292929</span>;
     <span style="color: #000000;">box</span><span style="color: #000000;">-</span><span style="color: #000000;">shadow</span><span style="color: #000000;">:</span><span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">6px</span> <span style="color: #0000ff;">#999</span><span style="color: #000000;">,-</span><span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">-1px</span> <span style="color: #0000ff;">6px</span> <span style="color: #0000ff;">#999</span>;
     <span style="color: #000000;">-</span><span style="color: #000000;">moz</span><span style="color: #000000;">-</span><span style="color: #000000;">box</span><span style="color: #000000;">-</span><span style="color: #000000;">shadow</span><span style="color: #000000;">:</span><span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">6px</span> <span style="color: #0000ff;">#999</span><span style="color: #000000;">,-</span><span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">-1px</span> <span style="color: #0000ff;">6px</span> <span style="color: #0000ff;">#999</span>;
     <span style="color: #000000;">-</span><span style="color: #000000;">webkit</span><span style="color: #000000;">-</span><span style="color: #000000;">box</span><span style="color: #000000;">-</span><span style="color: #000000;">shadow</span><span style="color: #000000;">:</span><span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">6px</span> <span style="color: #0000ff;">#999</span><span style="color: #000000;">,-</span><span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">-1px</span> <span style="color: #0000ff;">6px</span> <span style="color: #0000ff;">#999</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">#rep</span> <span style="color: #000080; font-weight: bold;">hr</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span><span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#383838</span>;
     <span style="color: #000080; font-weight: bold;">margin-bottom</span><span style="color: #000000;">:</span><span style="color: #0000ff;">5px</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">#rep</span> <span style="color: #000000;">.fav</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">right</span><span style="color: #000000;">:-</span><span style="color: #0000ff;">216px</span>;
     <span style="color: #000080; font-weight: bold;">padding-left</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">220px</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">.emp</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#494949</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* DM */</span>
 <span style="color: #000000;">#tw2c</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span><span style="color: #000000;">.tome</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#292929</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* 続きを読むリンク */</span>
 <span style="color: #000000;">.get-next</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#555</span>;
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#dedede</span>;
     <span style="color: #000080; font-weight: bold;">font-weight</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">bold</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* プロフィール */</span>
 <span style="color: #000000;">#user_info</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">margin</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">5px</span>;
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
     <span style="color: #000080; font-weight: bold;">border-bottom</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#383838</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">#user_info</span> <span style="color: #000080; font-weight: bold;">td</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">padding-right</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">5px</span>;
     <span style="color: #000080; font-weight: bold;">vertical-align</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">top</span>;
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">12px</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #008800; font-style: italic;">/* プロフィールのアイコン */</span>
 <span style="color: #000000;">.uicon2</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">width</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">48px</span>;
     <span style="color: #000080; font-weight: bold;">height</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">48px</span>;
 <span style="color: #000000;">}</span></pre>
<p>css用到我修改/新做的几个图片，为了防止盗链，我还是把css文件和图片打了个包</p>
<p><strong>下载地址</strong>：<del><a href="http://zww-wp-theme.googlecode.com/files/twicli_tweetdeck.7z">Google Code</a> | <a href="http://115.com/file/e7wmmiiz">115</a></del> 下载下面的 2012.01.08 版本2吧</p>
<p><span style="color: #ff0000;"><strong>2012.01.08 Update</strong></span>：修正“收藏”按钮样式bug，因为此图片是用js改变其地址的，原图片是在浅背景用的，我用隐藏此图片+新制作的图片作为背景处理，但问题就是点击“收藏”后不会改变图片状态……So，改为如下图样式（即加个浅色背景，继续使用官方图片）</p>
<p><img title="" src="http://im.zww.im/2012/01/120108-twicli-tweetdeck-v2.jpg" alt="" /></p>
<p><strong>CSS源码：Version 2</strong></p>
<pre style="height: 200px; overflow: auto;"><span style="color: #000080; font-weight: bold;">@charset</span> <span style="color: #0000ff;">"utf-8"</span>;
 <span style="color: #008800; font-style: italic;">/* ----- twicli.css ----- */</span>

 <span style="color: #000000;">*</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">margin</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">line-height</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1</span><span style="color: #000000;">.</span><span style="color: #0000ff;">5</span>;
     <span style="color: #008800; font-style: italic;">/* IE独自拡張 */</span>
     <span style="color: #000000;">zoom</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000080; font-weight: bold;">body</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000080; font-weight: bold;">img</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border-width</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">vertical-align</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">bottom</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000080; font-weight: bold;">a</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">text-decoration</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000080; font-weight: bold;">input</span><span style="color: #000000;">,</span><span style="color: #000080; font-weight: bold;">textarea</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#222</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#fafafa</span>;
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#000000</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000080; font-weight: bold;">input</span><span style="color: #000000;">[</span><span style="color: #000080; font-weight: bold;">type</span><span style="color: #000000;">=</span><span style="color: #0000ff;">"button"</span><span style="color: #000000;">],</span>
 <span style="color: #000080; font-weight: bold;">input</span><span style="color: #000000;">[</span><span style="color: #000080; font-weight: bold;">type</span><span style="color: #000000;">=</span><span style="color: #0000ff;">"image"</span><span style="color: #000000;">]</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">margin</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">2px</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000080; font-weight: bold;">input</span><span style="color: #000000;">[</span><span style="color: #000080; font-weight: bold;">type</span><span style="color: #000000;">=</span><span style="color: #0000ff;">"image"</span><span style="color: #000000;">]</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">position</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">relative</span>;
     <span style="color: #000080; font-weight: bold;">bottom</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">-6px</span>;
     <span style="color: #000080; font-weight: bold;">padding-top</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000080; font-weight: bold;">ul</span><span style="color: #000000;">,</span><span style="color: #000080; font-weight: bold;">li</span><span style="color: #000000;">,</span><span style="color: #000080; font-weight: bold;">dl</span><span style="color: #000000;">,</span><span style="color: #000080; font-weight: bold;">dt</span><span style="color: #000000;">,</span><span style="color: #000080; font-weight: bold;">dd</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">list-style-type</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
     <span style="color: #000080; font-weight: bold;">list-style-position</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">outside</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000080; font-weight: bold;">li</span> <span style="color: #000080; font-weight: bold;">img</span><span style="color: #000000;">,</span><span style="color: #000080; font-weight: bold;">a</span> <span style="color: #000080; font-weight: bold;">img</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">display</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">inline</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* フォント設定 */</span>
 <span style="color: #000000;">*,</span> <span style="color: #000000;">#menu</span> <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">,</span> <span style="color: #000000;">#tw</span><span style="color: #000000;">,</span> <span style="color: #000000;">#tw2</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#999</span>;
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">12px</span>;
     <span style="color: #000080; font-weight: bold;">font-weight</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">normal</span>;
     <span style="color: #000080; font-weight: bold;">font-style</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">normal</span>;
     <span style="color: #000080; font-weight: bold;">font-family</span><span style="color: #000000;">:</span> <span style="color: #000000;">Verdana</span><span style="color: #000000;">,</span> <span style="color: #0000ff;">"Simsun"</span><span style="color: #000000;">,</span> <span style="color: #000080; font-weight: bold;">sans-serif</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* 上部投稿欄 */</span>
 <span style="color: #000000;">#control</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border-bottom</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#222</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#333</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000000;">#fst</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span>;
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">12px</span>;
     <span style="color: #000080; font-weight: bold;">letter-spacing</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* ボタン類 */</span>
 <span style="color: #000000;">#go</span><span style="color: #000000;">,</span> <span style="color: #000000;">#rst</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#222</span>;
     <span style="color: #008800; font-style: italic;">/* 角丸 */</span>
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">8px</span>;
     <span style="color: #008800; font-style: italic;">/* Firefox独自拡張 */</span>
     <span style="color: #000000;">-</span><span style="color: #000000;">moz</span><span style="color: #000000;">-</span><span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">8px</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#bababa</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* 文字数カウンタ */</span>
 <span style="color: #000000;">#counter-p1</span><span style="color: #000000;">,</span> <span style="color: #000000;">#counter-p2</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">display</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000000;">#counter</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#666666</span>;
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">12px</span>;
     <span style="color: #000080; font-weight: bold;">font-family</span><span style="color: #000000;">:</span> <span style="color: #000000;">Verdana</span><span style="color: #000000;">,</span> <span style="color: #0000ff;">"Simsun"</span><span style="color: #000000;">,</span> <span style="color: #000080; font-weight: bold;">sans-serif</span>;
     <span style="color: #000080; font-weight: bold;">font-style</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">normal</span>;
     <span style="color: #000080; font-weight: bold;">font-weight</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">bold</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* タブ設定 */</span>
 <span style="color: #000000;">#menu</span> <span style="color: #000080; font-weight: bold;">a</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">margin</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0px</span> <span style="color: #0000ff;">5px</span>;
     <span style="color: #000080; font-weight: bold;">border-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#222</span>;
     <span style="color: #008800; font-style: italic;">/* 角丸 */</span>
     <span style="color: #000080; font-weight: bold;">border-top</span><span style="color: #000000;">-</span><span style="color: #000080; font-weight: bold;">left</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">3px</span> <span style="color: #0000ff;">3px</span>;
     <span style="color: #000080; font-weight: bold;">border-top</span><span style="color: #000000;">-</span><span style="color: #000080; font-weight: bold;">right</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">3px</span> <span style="color: #0000ff;">3px</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#555</span>;
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#eee</span>;
     <span style="color: #000080; font-weight: bold;">font-weight</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">bold</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* 選択しているタブ */</span>
 <span style="color: #000000;">#menu</span> <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">.sel</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#378fc4</span>;
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#f4f4f4</span>;
     <span style="color: #000080; font-weight: bold;">margin-bottom</span><span style="color: #000000;">:</span><span style="color: #0000ff;">1px</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* 更新されたタブ */</span>
 <span style="color: #000000;">#menu</span> <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">.new</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#ff6699</span>;
     <span style="color: #000080; font-weight: bold;">font-weight</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">bold</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* ブロック全体の背景 */</span>
 <span style="color: #000000;">#tw</span><span style="color: #000000;">,</span> <span style="color: #000000;">#tw2</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#292929</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">#tw</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* ステータスブロック */</span>
 <span style="color: #000000;">.tw-parent</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">clear</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">both</span>;
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0.5em</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">0.5em</span> <span style="color: #0000ff;">5px</span>;
     <span style="color: #000080; font-weight: bold;">border-bottom</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#383838</span>;
     <span style="color: #008800; font-style: italic;">/* 発言の背景画像のURL指定</span>
 <span style="color: #008800; font-style: italic;">    background: transparent url(bg_tw.png) repeat-x left top; */</span>
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* TLのアイコン */</span>
 <span style="color: #000000;">.uicon</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">display</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">block</span>;
     <span style="color: #000080; font-weight: bold;">width</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">48px</span>;
     <span style="color: #000080; font-weight: bold;">height</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">48px</span>;
     <span style="color: #000080; font-weight: bold;">margin</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">8px</span> <span style="color: #0000ff;">5px</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#999</span>;
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span><span style="color: #0000ff;">6px</span>;
     <span style="color: #000000;">-</span><span style="color: #000000;">moz</span><span style="color: #000000;">-</span><span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span><span style="color: #0000ff;">6px</span>;
     <span style="color: #000000;">-</span><span style="color: #000000;">webkit</span><span style="color: #000000;">-</span><span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span><span style="color: #0000ff;">6px</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* スクリーンネーム */</span>
 <span style="color: #000000;">.uid</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#dedede</span>;
     <span style="color: #000080; font-weight: bold;">font-weight</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">bold</span>;
     <span style="color: #000080; font-weight: bold;">text-shadow</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">#000</span><span style="color: #000000;">,</span><span style="color: #0000ff;">2px</span> <span style="color: #0000ff;">2px</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">#111</span><span style="color: #000000;">,</span><span style="color: #0000ff;">3px</span> <span style="color: #0000ff;">3px</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">#222</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* ユーザ名 */</span>
 <span style="color: #000000;">.uname</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#999</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* 鍵アイコン */</span>
 <span style="color: #000000;">.lock</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">position</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">relative</span>;
     <span style="color: #000080; font-weight: bold;">top</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">-3px</span>;
     <span style="color: #000080; font-weight: bold;">left</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">3px</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* ふぁぼ */</span>
 <span style="color: #000000;">.fav</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">position</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">relative</span>;
     <span style="color: #000080; font-weight: bold;">right</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">3px</span>;
     <span style="color: #000080; font-weight: bold;">margin-left</span><span style="color: #000000;">:</span><span style="color: #0000ff;">0.5em</span>;
     <span style="color: #000080; font-weight: bold;">background</span><span style="color: #000000;">:</span><span style="color: #0000ff;">#f2f2f2</span>;
     <span style="color: #000080; font-weight: bold;">cursor</span><span style="color: #000000;">:</span><span style="color: #000080; font-weight: bold;">pointer</span>;
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span><span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#383838</span>;
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span><span style="color: #0000ff;">8px</span>;
     <span style="color: #000000;">-</span><span style="color: #000000;">moz</span><span style="color: #000000;">-</span><span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span><span style="color: #0000ff;">8px</span>;
     <span style="color: #000000;">-</span><span style="color: #000000;">webkit</span><span style="color: #000000;">-</span><span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">-</span><span style="color: #000000;">radius</span><span style="color: #000000;">:</span><span style="color: #0000ff;">8px</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* ツイート本文 */</span>
 <span style="color: #000000;">.status</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">display</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">block</span>;
     <span style="color: #000080; font-weight: bold;">margin-right</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">10px</span>;
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span><span style="color: #0000ff;">13px</span>; <span style="color: #008800; font-style: italic;">/* zww */</span>
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span><span style="color: #0000ff;">#dedede</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000000;">.rtinfo</span><span style="color: #000000;">,</span><span style="color: #000000;">.rtinfo</span> <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">,</span><span style="color: #000000;">.rtinfo</span> <span style="color: #000080; font-weight: bold;">small</span><span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span><span style="color: #0000ff;">10px</span> <span style="color: #008080;">!important</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* ステータス領域内のリンク */</span>
 <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">,</span> <span style="color: #000000;">.status</span> <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">.link</span><span style="color: #000000;">,</span> <span style="color: #000000;">.prop</span> <span style="color: #000080; font-weight: bold;">a</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
     <span style="color: #000080; font-weight: bold;">background</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#87c2ed</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* オンマウス */</span>
 <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">:hover</span><span style="color: #000000;">,</span> <span style="color: #000000;">.status</span> <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">.link</span><span style="color: #000000;">:hover</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
     <span style="color: #000080; font-weight: bold;">text-decoration</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">underline</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* 投稿時刻、via等 */</span>
 <span style="color: #000000;">.utils</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">display</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">block</span>;
     <span style="color: #000080; font-weight: bold;">margin</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0.5em</span> <span style="color: #0000ff;">0</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000000;">.prop</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">clear</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">both</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* font-size: smallerを打消 */</span>
 <span style="color: #000000;">.prop</span><span style="color: #000000;">,</span>
 <span style="color: #000000;">.prop</span> <span style="color: #000080; font-weight: bold;">a</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">10px</span>;
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span><span style="color: #0000ff;">#888</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000000;">.prop</span><span style="color: #000000;">,</span>
 <span style="color: #000000;">.utils</span> <span style="color: #000000;">.button</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">position</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">relative</span>;
     <span style="color: #000080; font-weight: bold;">right</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">-10px</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000000;">.utils</span> <span style="color: #000000;">.button</span><span style="color: #000000;">:hover</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">text-decoration</span><span style="color: #000000;">:</span><span style="color: #000080; font-weight: bold;">none</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* 元の画像を非表示に */</span>
 <span style="color: #000000;">.utils</span> <span style="color: #000000;">.reply</span><span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">display</span><span style="color: #000000;">:</span><span style="color: #000080; font-weight: bold;">inline</span><span style="color: #000000;">-</span><span style="color: #000080; font-weight: bold;">block</span>;
     <span style="color: #000080; font-weight: bold;">width</span><span style="color: #000000;">:</span><span style="color: #0000ff;">14px</span>;
     <span style="color: #000080; font-weight: bold;">height</span><span style="color: #000000;">:</span><span style="color: #0000ff;">14px</span>;
     <span style="color: #000080; font-weight: bold;">background</span><span style="color: #000000;">:</span><span style="color: #0000ff;">url(reply.png)</span> <span style="color: #000080; font-weight: bold;">no-repeat</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">0</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">.utils</span> <span style="color: #000000;">.reply</span><span style="color: #000000;">:hover</span><span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background</span><span style="color: #000000;">:</span><span style="color: #0000ff;">url(reply_hover.png)</span> <span style="color: #000080; font-weight: bold;">no-repeat</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">0</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">.utils</span> <span style="color: #000000;">.button</span> <span style="color: #000080; font-weight: bold;">img</span><span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">opacity</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">position</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">relative</span>;
     <span style="color: #000080; font-weight: bold;">top</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">-3px</span>;
     <span style="color: #000080; font-weight: bold;">width</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">12px</span>;
     <span style="color: #000080; font-weight: bold;">height</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">12px</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">.utils</span> <span style="color: #000000;">.inrep</span> <span style="color: #000080; font-weight: bold;">img</span><span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">opacity</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">50</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* スラッシュ */</span>
 <span style="color: #000000;">.separator</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#999</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* リツイートした人のアイコン */</span>
 <span style="color: #000000;">.rtuicon</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">width</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">12px</span>;
     <span style="color: #000080; font-weight: bold;">height</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">12px</span>;
     <span style="color: #000080; font-weight: bold;">margin</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">5px</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">vertical-align</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">bottom</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* ポップアップ */</span>
 <span style="color: #000000;">.popup</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">margin-left</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">-7px</span>;
     <span style="color: #000080; font-weight: bold;">margin-right</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">15px</span>;
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000000;">.popup</span> <span style="color: #000080; font-weight: bold;">small</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#999</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000000;">.popup</span> <span style="color: #000080; font-weight: bold;">small</span><span style="color: #000000;">:hover</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#fff</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000000;">#popup</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#222</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#333</span>;
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span><span style="color: #0000ff;">12px</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000000;">#popup</span> <span style="color: #000080; font-weight: bold;">a</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border-bottom</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">dotted</span> <span style="color: #0000ff;">#191919</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span><span style="color: #0000ff;">#999</span>;
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span><span style="color: #0000ff;">#191919</span>;
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span><span style="color: #0000ff;">12px</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000000;">#popup</span> <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">#translate_status</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000000;">#popup</span> <span style="color: #000080; font-weight: bold;">a</span><span style="color: #000000;">:hover</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#191919</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#dedede</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000000;">#popup</span> <span style="color: #000080; font-weight: bold;">hr</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">display</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* 自分の発言 */</span>
 <span style="color: #000000;">.fromme</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#494949</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* 自分宛のリプライ */</span>
 <span style="color: #000000;">#tw</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span><span style="color: #000000;">.tome</span><span style="color: #000000;">,</span>
 <span style="color: #000000;">#re</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#191919</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* in_reply_to */</span>
 <span style="color: #000000;">#rep</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">0</span> <span style="color: #0000ff;">0.5em</span> <span style="color: #0000ff;">7px</span>;
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#191919</span>;
     <span style="color: #008800; font-style: italic;">/* 発言の背景画像のURL指定</span>
 <span style="color: #008800; font-style: italic;">    background: #ffffff url(bg_tw.png) repeat-x left top; */</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#292929</span>;
     <span style="color: #000000;">box</span><span style="color: #000000;">-</span><span style="color: #000000;">shadow</span><span style="color: #000000;">:</span><span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">6px</span> <span style="color: #0000ff;">#999</span><span style="color: #000000;">,-</span><span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">-1px</span> <span style="color: #0000ff;">6px</span> <span style="color: #0000ff;">#999</span>;
     <span style="color: #000000;">-</span><span style="color: #000000;">moz</span><span style="color: #000000;">-</span><span style="color: #000000;">box</span><span style="color: #000000;">-</span><span style="color: #000000;">shadow</span><span style="color: #000000;">:</span><span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">6px</span> <span style="color: #0000ff;">#999</span><span style="color: #000000;">,-</span><span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">-1px</span> <span style="color: #0000ff;">6px</span> <span style="color: #0000ff;">#999</span>;
     <span style="color: #000000;">-</span><span style="color: #000000;">webkit</span><span style="color: #000000;">-</span><span style="color: #000000;">box</span><span style="color: #000000;">-</span><span style="color: #000000;">shadow</span><span style="color: #000000;">:</span><span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">6px</span> <span style="color: #0000ff;">#999</span><span style="color: #000000;">,-</span><span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">-1px</span> <span style="color: #0000ff;">6px</span> <span style="color: #0000ff;">#999</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">#rep</span> <span style="color: #000080; font-weight: bold;">hr</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span><span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#383838</span>;
     <span style="color: #000080; font-weight: bold;">margin-bottom</span><span style="color: #000000;">:</span><span style="color: #0000ff;">5px</span>;
 <span style="color: #000000;">}</span>
 <span style="color: #000000;">.emp</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#494949</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* DM */</span>
 <span style="color: #000000;">#tw2c</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span> <span style="color: #000000;">&gt;</span> <span style="color: #000080; font-weight: bold;">div</span><span style="color: #000000;">.tome</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#292929</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* 続きを読むリンク */</span>
 <span style="color: #000000;">.get-next</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">background-color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#555</span>;
     <span style="color: #000080; font-weight: bold;">color</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">#dedede</span>;
     <span style="color: #000080; font-weight: bold;">font-weight</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">bold</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* プロフィール */</span>
 <span style="color: #000000;">#user_info</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">margin</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">0</span>;
     <span style="color: #000080; font-weight: bold;">padding</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">5px</span>;
     <span style="color: #000080; font-weight: bold;">border</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">none</span>;
     <span style="color: #000080; font-weight: bold;">border-bottom</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">1px</span> <span style="color: #000080; font-weight: bold;">solid</span> <span style="color: #0000ff;">#383838</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #000000;">#user_info</span> <span style="color: #000080; font-weight: bold;">td</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">padding-right</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">5px</span>;
     <span style="color: #000080; font-weight: bold;">vertical-align</span><span style="color: #000000;">:</span> <span style="color: #000080; font-weight: bold;">top</span>;
     <span style="color: #000080; font-weight: bold;">font-size</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">12px</span>;
 <span style="color: #000000;">}</span>

 <span style="color: #008800; font-style: italic;">/* プロフィールのアイコン */</span>
 <span style="color: #000000;">.uicon2</span> <span style="color: #000000;">{</span>
     <span style="color: #000080; font-weight: bold;">width</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">48px</span>;
     <span style="color: #000080; font-weight: bold;">height</span><span style="color: #000000;">:</span> <span style="color: #0000ff;">48px</span>;
 <span style="color: #000000;">}</span></pre>
<p><strong>Version 2 下载地址</strong>：<a href="http://zww-wp-theme.googlecode.com/files/twicli_tweetdeck_v2.7z">Google Code</a></p>
<p><strong>----------------------------寂-寞-分-割-线------------------------------</strong></p>
<p><strong>简单设置方法</strong>：</p>
<p>1. 把下载到的压缩包解压上传到你的网站，这里假如是放到根目录下的 twicli 文件夹里面，如果是我的网站就是 http://zww.me/twicli，而 css 的地址就是 <span style="color: #ff0000;">http://zww.me/twicli</span>/twicli_tweetdeck.css</p>
<p>2. 打开 twicli 的网页客户端，点击“+”进行设置，如下图：</p>
<p><img src="http://im.zww.im/2012/01/120105-twicli-tweetdeck-2.png" alt="" /></p>
<p>3. 继续看下图吧，第一个箭头里面（自定义样式）填入</p>
<p>@import url("<span style="color: #ff0000;">http://zww.me/twicli</span>/twicli_tweetdeck.css");</p>
<p><img src="http://im.zww.im/2012/01/120105-twicli-tweetdeck-3.png" alt="" /></p>
<p><strong>----------------------------寂-寞-分-割-线------------------------------</strong></p>
<p>附 <strong>twhirl 风格样式</strong>，这是 twicli 官方 wifi 网站找到的，我稍微修改了一下，另外配合官方的圆角阴影css效果不错</p>
<p>下载：<a href="http://zww-wp-theme.googlecode.com/files/twicli_twhirl.7z">Google Code</a> | <a href="http://115.com/file/be3uurr0">115</a></p>
<p>PS：配合官方圆角阴影css的<span style="text-decoration: underline;">自定义样式</span>框内容这样写（下面的<span style="color: #ff0000;">红色部分</span>网址是例子）</p>
<p>@import url(styles/round.css);</p>
<p>@import url("<span style="color: #ff0000;">http://zww.me/twicli</span>/twicli_twhirl.css");</p>
<p>twhirl + 圆角阴影效果图</p>
<p><img src="http://im.zww.im/2012/01/120102-twicli-2.jpg" alt="" /></p>
<p class="announce"><span><strong>声明:</strong></span> 除非注明，<a href="http://zww.me/">ZWWoOoOo</a>文章均为原创，转载请以链接形式标明本文地址<br />本文地址: <a href="http://zww.me/archives/25564">http://zww.me/archives/25564</a></p>]]></content:encoded>
			<wfw:commentRss>http://zww.me/archives/25564/feed</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
		<item>
		<title>转用超轻量级Twitter客户端Twicli</title>
		<link>http://zww.me/archives/25563</link>
		<comments>http://zww.me/archives/25563#comments</comments>
		<pubDate>Mon, 02 Jan 2012 06:34:59 +0000</pubDate>
		<dc:creator>zwwooooo</dc:creator>
				<category><![CDATA[互联网络]]></category>
		<category><![CDATA[Twicli]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[微博客]]></category>

		<guid isPermaLink="false">http://zww.me/?p=25563</guid>
		<description><![CDATA[微博，现在，我就剩下 Twitter 了，其它国产的基本常年不登录……别说国产，Twitter 我也是很少推的，不过我主要是当信息来源用。 玩 Twitter 我一直是主用 Firefox 的扩展 Echofon，Echofon 大家也知道，原生不支持 API，但也没关系，因为用 Firefox 我就肯定会装 AutoProxy 扩展，既然有 AutoProxy 就是会挂 SSH，你懂的……我们的故乡没有梯子的互联网还是互联网么？ 其实 Echofon 是很不错的，简约，功能不多但够用，缺点：1. 发推框偶尔会跟谷歌输入法冲突（状况：不能输入中文，关闭Echofon窗口再打开解决）；2. 自身的快捷键会莫名其妙失效 为神马我又转用此文所说的 Twicli 来 Twitter 呢？因为……人嘛，贪新鲜，喜欢折腾……好吧，我说的是我自己，其实是折腾使用后觉得 Twicli 挺不错 Twicli 简单介绍 Twicli 官网：日文 &#124; 英文 PS: 多语言支持 - 目前支持的是英文和日文和简体中文 Twicli 是浏览器客户端，它的本体只有HTML+CSS+Javascript，Oauth 认证方式（所以认证时要有梯子）。支持扩展，扩展都是Javascript脚本。界面嘛，懂CSS就能自定义了…… 具体的介绍、使用方法等我就懒得写了，简体中文语言维护作者写的很好了，传送门s：（appspot.com的博客，你懂的） - 推荐超轻量级Twitter客户端Twicli+使用报告 - 超轻量级客户端Twicli的高级使用介绍 - 轻量级Twitter客户端Twicli新功能介绍+各种优化 * 默认界面 * 我自己的界面 [...]]]></description>
			<content:encoded><![CDATA[<p>微博，现在，我就剩下 Twitter 了，其它国产的基本常年不登录……别说国产，Twitter 我也是很少推的，不过我主要是当信息来源用。</p>
<p>玩 Twitter 我一直是主用 Firefox 的扩展 Echofon，Echofon 大家也知道，原生不支持 API，但也没关系，因为用 Firefox 我就肯定会装 AutoProxy 扩展，既然有 AutoProxy 就是会挂 SSH，你懂的……我们的故乡没有梯子的互联网还是互联网么？</p>
<p>其实 Echofon 是很不错的，简约，功能不多但够用，缺点：1. 发推框偶尔会跟谷歌输入法冲突（状况：不能输入中文，关闭Echofon窗口再打开解决）；2. 自身的快捷键会莫名其妙失效</p>
<p>为神马我又转用此文所说的 Twicli 来 Twitter 呢？因为……人嘛，贪新鲜，喜欢折腾……好吧，我说的是我自己，其实是折腾使用后觉得 Twicli 挺不错</p>
<p><strong>Twicli 简单介绍</strong></p>
<p>Twicli 官网：<a href="http://twicli.neocat.jp/index.html">日文</a> | <a href="http://twicli.neocat.jp/index_en.html">英文</a></p>
<p>PS: 多语言支持 - 目前支持的是英文和日文和简体中文</p>
<p>Twicli 是浏览器客户端，它的本体只有HTML+CSS+Javascript，Oauth 认证方式（所以认证时要有梯子）。支持扩展，扩展都是Javascript脚本。界面嘛，懂CSS就能自定义了……</p>
<p>具体的介绍、使用方法等我就懒得写了，简体中文语言维护作者写的很好了，传送门s：（appspot.com的博客，你懂的）<br />
- <a title="推荐超轻量级Twitter客户端Twicli+使用报告" href="http://deepintoabyss.appspot.com/twicli">推荐超轻量级Twitter客户端Twicli+使用报告</a><br />
- <a title="超轻量级客户端Twicli的高级使用介绍" href="http://deepintoabyss.appspot.com/twicli-extra">超轻量级客户端Twicli的高级使用介绍</a><br />
- <a title="轻量级Twitter客户端Twicli新功能介绍+各种优化" href="http://deepintoabyss.appspot.com/twicli-cus110127">轻量级Twitter客户端Twicli新功能介绍+各种优化</a></p>
<p>* 默认界面</p>
<p><img title="" src="http://im.zww.im/2012/01/120102-twicli-1.jpg" alt="" /></p>
<p>* 我自己的界面</p>
<p><img title="" src="http://im.zww.im/2012/01/120102-twicli-2.jpg" alt="" /></p>
<p>PS：很twhirl？对，就是仿twhirl界面，我加了圆角处理。仿 twhirl css 传送门《<a title="Storage - Elsewhither Twicli用CSS（+背景画像）" href="http://else.jimdo.com/others/storage/">Storage - Elsewhither Twicli用CSS（+背景画像）</a>》，更多<a href="https://github.com/NeoCat/twicli/wiki/User-stylesheet">点击这里</a></p>
<p>？？？诶，浏览器小窗口模式界面？很多朋友就会说：那干脆进 Twitter 官方网页推不就得了？嘿嘿，Twitter 官网？奶不觉得的慢么？反正我用了那么多个 SSH 帐号，官网给我的感觉就是慢！Twicli 感觉就是快！</p>
<p>没了……折腾吧</p>
<p class="announce"><span><strong>声明:</strong></span> 除非注明，<a href="http://zww.me/">ZWWoOoOo</a>文章均为原创，转载请以链接形式标明本文地址<br />本文地址: <a href="http://zww.me/archives/25563">http://zww.me/archives/25563</a></p>]]></content:encoded>
			<wfw:commentRss>http://zww.me/archives/25563/feed</wfw:commentRss>
		<slash:comments>91</slash:comments>
		</item>
		<item>
		<title>优惠又来了：戈戈主机团购首年只要75元</title>
		<link>http://zww.me/archives/25554</link>
		<comments>http://zww.me/archives/25554#comments</comments>
		<pubDate>Wed, 14 Dec 2011 16:50:46 +0000</pubDate>
		<dc:creator>zwwooooo</dc:creator>
				<category><![CDATA[互联网络]]></category>
		<category><![CDATA[Host]]></category>

		<guid isPermaLink="false">http://zww.me/archives/25554</guid>
		<description><![CDATA[天天在网上碰头，已经进入大叔行列的戈戈童鞋，不再寂寞卖主机了，就像冬天里的一把火：戈戈主机优惠来了！ 和戈戈认识很久了，今天跟他聊天得知戈戈主机正在搞团购，于是乎，把消息传给经常来我博客的朋友们。戈戈主机品质大家都懂的，我就不多说了，需要主机的朋友下手的时间又到了&#8212;&#8212;诶？为什么&#8220;又&#8221;呢？下面是此次团购具体内容： 原价：￥100元&#160;&#160;&#160; 团购价：￥75元&#160;&#160;&#160;&#160; 折扣：7.5折 &#160; &#160; 立省：25元 团购时间：2011年12月14日（周三）~2011年12月21日（周三）23:59:59 本单详情 您好，欢迎访问A5团购频道 http://tuan.admin5.com/deal/296 获取更好的阅读和跟团体验。 如何跟团？ 售前咨询：A）A5团购回帖咨询；B）QQ联系产品商家咨询 联系发货：支付成功后，请直接联系商家客服，提供您的跟团单号，他会即时给您办理发货。;-) 在此回帖跟团单号，还有积分奖励的噢~ 如果您对团购有任何疑问，欢迎您随时联系我们，免长途热线：400-655-1955 关于戈戈主机： 戈戈主机成立于2009年2月，致力于提供优质低价的虚拟主机空间，目前提供美国西海岸、中部地区及亚洲地区的虚拟主机供客户选择，目前已经有 Servint洛杉矶，Webnx洛杉矶，Peer1洛杉矶，SoftLayer达拉斯，SoftLayer西雅图，Colo4达拉斯，日本东京等十几个 机房的主机，客户对于当前所在的机房速度不太满意的，我们也允许客户免费更换到其它机房。我们目前专注于linux虚拟主机空间，服务器全部采用最出名最 昂贵的cpanel控制面板。在这差不多的三年期间，我们已经累计为上万个网站提供过虚拟主机服务，拥有数千个活跃客户的坚定支持。与大部分主机商相比，我们并不专注于主机宣传，我们把精力集中在为客户服务之中，只依靠用户之间的口口相传。我们也并不追求客户的数量，您可以看到这几年来，我们很少很少搞活动，我们还是比较喜欢做小众、朋友之间的虚拟主机。 我们对于每一个客户的加入都采用同行界里最严格的标准，购买我们的主机需要遵守我们的服务条款。 http://www.gegehost.com/2010/07/04/tos/ 主机简介： 1、每个人都独立拥有中英文的cpanel操作管理，完美支持WordPress、Drupal等开源php+mysql程序。主机不支持ASP，完美支持伪静态。 2、最好是安装WordPress、Drupal等开源php+mysql程序，垃圾站和采集站请绕道，拒绝消耗主机资源比较大的网站，严禁使用dabr 和twitter API proxy等代理程序。 3、不能发布任何违反中国和美国法律的任何内容，不能发布任何有版权争议，灰色地带内容(如私fu、仿品、六he彩、成人用品等)，色情和政治敏感的内容，禁止存放mp3、视频文件、软件下载文件。 4、所有主机用户需自觉自律，如果发生主机IP被封，需共同承担换IP的成本。 主机规格： 新手型：600M硬盘空间/6G带宽每月/可绑定3个顶级域名 75元 主机规格： &#160;空间 &#160;600M &#160;月流量 &#160;8G &#160;FTP账号 &#160;10 &#160;MYSQL数据库 &#160;5 &#160;子域名 &#160;10 &#160;停靠域名 &#160;5 &#160;附加顶级域名 &#160;5 &#160;可建站数量 &#160;5 &#160;主机面板 &#160;cpanel [...]]]></description>
			<content:encoded><![CDATA[<p>天天在网上碰头，已经进入大叔行列的戈戈童鞋，不再寂寞卖主机了，就像冬天里的一把火：戈戈主机优惠来了！</p>
<p>和戈戈认识很久了，今天跟他聊天得知戈戈主机正在搞团购，于是乎，把消息传给经常来我博客的朋友们。戈戈主机品质大家都懂的，我就不多说了，需要主机的朋友下手的时间又到了&mdash;&mdash;诶？为什么&ldquo;又&rdquo;呢？下面是此次团购具体内容：</p>
<p><img src="http://im.zww.im/2011/12/111213-gegehost-1.jpg" alt="戈戈主机团购" /></p>
<p><strong>原价</strong>：<span style="text-decoration: line-through;">￥100元</span>&nbsp;&nbsp;&nbsp;<strong><span style="color: #ff0000;"> 团购价：￥75元</span></strong>&nbsp;&nbsp;&nbsp;&nbsp;        折扣：7.5折 &nbsp; &nbsp;        <span style="color: #ff00ff;">立省：25元</span><br />
 <span style="color: #ff0000;">团购时间：2011年12月14日（周三）~2011年12月21日（周三）23:59:59</span></p>
<h3>本单详情</h3>
<p><strong><span style="color: #ff0000;">您好，欢迎访问A5团购频道 <a href="http://tuan.admin5.com/deal/296">http://tuan.admin5.com/deal/296</a> 获取更好的阅读和跟团体验。</span></strong></p>
<h3>如何跟团？</h3>
<p><img src="http://im.zww.im/2011/12/111213-gegehost-2a.jpg" alt="如何跟团？" /><br />
 <img src="http://im.zww.im/2011/12/111213-gegehost-2b.jpg" alt="如何跟团？" /><br />
 <img src="http://im.zww.im/2011/12/111213-gegehost-2c.jpg" alt="如何跟团？" /></p>
<p>售前咨询：A）<a href="http://bbs.admin5.com/thread-3423061-1-1.html">A5团购回帖咨询</a>；B）QQ联系产品商家咨询<a href="http://wpa.qq.com/msgrd?V=1&amp;Uin=504107500&amp;Site="><img src="http://im.zww.im/2011/12/111213-gegehost-3.jpg" alt="" /></a></p>
<p>联系发货：支付成功后，请直接联系商家客服<a href="http://wpa.qq.com/msgrd?V=1&amp;Uin=504107500&amp;Site="><img src="http://im.zww.im/2011/12/111213-gegehost-3.jpg" alt="" /></a>，提供您的跟团单号，他会即时给您办理发货。;-)</p>
<p>在此回帖跟团单号，还有积分奖励的噢~</p>
<p>如果您对团购有任何疑问，欢迎您随时联系我们<a href="http://wpa.qq.com/msgrd?V=1&amp;Uin=4006551955&amp;Site="><img src="http://im.zww.im/2011/12/111213-gegehost-3.jpg" alt="" /></a>，免长途热线：400-655-1955</p>
<h3>关于戈戈主机：</h3>
<p>戈戈主机成立于2009年2月，致力于提供优质低价的虚拟主机空间，目前提供美国西海岸、中部地区及亚洲地区的虚拟主机供客户选择，目前已经有 Servint洛杉矶，Webnx洛杉矶，Peer1洛杉矶，SoftLayer达拉斯，SoftLayer西雅图，Colo4达拉斯，日本东京等十几个 机房的主机，客户对于当前所在的机房速度不太满意的，我们也允许客户免费更换到其它机房。我们目前专注于linux虚拟主机空间，服务器全部采用最出名最 昂贵的cpanel控制面板。在这差不多的三年期间，<span style="color: #ff0000;">我们已经累计为上万个网站提供过虚拟主机服务，拥有数千个活跃客户的坚定支持</span>。与大部分主机商相比，我们并不专注于主机宣传，我们把精力集中在为客户服务之中，只依靠用户之间的口口相传。我们也并不追求客户的数量，您可以看到这几年来，我们很少很少搞活动，我们还是比较喜欢做小众、朋友之间的虚拟主机。</p>
<p>我们对于每一个客户的加入都采用同行界里最严格的标准，购买我们的主机需要遵守我们的服务条款。<br />
 <a href="http://www.gegehost.com/2010/07/04/tos/">http://www.gegehost.com/2010/07/04/tos/</a></p>
<h3>主机简介：</h3>
<p>1、每个人都独立拥有中英文的cpanel操作管理，完美支持WordPress、Drupal等开源php+mysql程序。<span style="color: #ff0000;">主机不支持ASP，完美支持伪静态</span>。<br />
 2、最好是安装WordPress、Drupal等开源php+mysql程序，垃圾站和采集站请绕道，拒绝消耗主机资源比较大的网站，严禁使用dabr 和twitter API proxy等代理程序。<br />
 3、不能发布任何违反中国和美国法律的任何内容，不能发布任何有版权争议，灰色地带内容(如私fu、仿品、六he彩、成人用品等)，色情和政治敏感的内容，禁止存放mp3、视频文件、软件下载文件。<br />
 4、所有主机用户需自觉自律，如果发生主机IP被封，需共同承担换IP的成本。</p>
<h3>主机规格：</h3>
<p><strong>新手型：600M硬盘空间/6G带宽每月/可绑定3个顶级域名 75元</strong></p>
<p><span style="color: #0000ff;">主机规格</span>：</p>
<table style="height: 194px; width: 200px;" border="0">
<tbody>
<tr>
<td>&nbsp;空间</td>
<td>&nbsp;600M</td>
</tr>
<tr>
<td>&nbsp;月流量</td>
<td>&nbsp;8G</td>
</tr>
<tr>
<td>&nbsp;FTP账号</td>
<td>&nbsp;10</td>
</tr>
<tr>
<td>&nbsp;MYSQL数据库</td>
<td>&nbsp;5</td>
</tr>
<tr>
<td>&nbsp;子域名</td>
<td>&nbsp;10</td>
</tr>
<tr>
<td>&nbsp;停靠域名</td>
<td>&nbsp;5</td>
</tr>
<tr>
<td>&nbsp;附加顶级域名</td>
<td>&nbsp;5</td>
</tr>
<tr>
<td>&nbsp;可建站数量</td>
<td>&nbsp;5</td>
</tr>
<tr>
<td>&nbsp;主机面板</td>
<td>&nbsp;cpanel</td>
</tr>
</tbody>
</table>
<p style="text-align: center;">&nbsp;</p>
<h3>演示站：</h3>
<p><a href="http://ggg.im/">http://ggg.im/</a><br />
 <a href="http://ecvip.org/">http://ecvip.org/</a><br />
 <a href="http://www.alanoy.com/">http://www.alanoy.com/</a><br />
 <a href="http://www.elepay.com/">http://www.elepay.com/</a><br />
 <a href="http://www.imlz.com/">http://www.imlz.com/</a></p>
<p>现有的客户联系客服方式（推荐）：</p>
<ul>
<li>到客户中心，提交问题：<a href="http://client.gegehost.com/submitticket.php?step=2&amp;deptid=1">http://client.gegehost.com/submitticket.php?step=2&amp;deptid=1</a></li>
<li>售前的客服联系方式QQ: 504107500 1545980564 609129801</li>
</ul>
<h3>客户评价：</h3>
<p>三年来我们的官方淘宝店依旧是100%好评，四钻信誉品质有保证，客户的信赖就是我们最大的前进动力。<br />
 <a href="http://gege.taobao.com/">http://gege.taobao.com/</a></p>
<p>详细客户的评价可以查看淘宝店的客户的评价：<br />
 <a href="http://rate.taobao.com/user-rate-82f4f1e2b20743d8c8e7d3f708359ce2.htm">http://rate.taobao.com/user-rate-82f4f1e2b20743d8c8e7d3f708359ce2.htm</a></p>
<p class="announce"><span><strong>声明:</strong></span> 除非注明，<a href="http://zww.me/">ZWWoOoOo</a>文章均为原创，转载请以链接形式标明本文地址<br />本文地址: <a href="http://zww.me/archives/25554">http://zww.me/archives/25554</a></p>]]></content:encoded>
			<wfw:commentRss>http://zww.me/archives/25554/feed</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>2011感恩节衡天7折大回馈活动</title>
		<link>http://zww.me/archives/25548</link>
		<comments>http://zww.me/archives/25548#comments</comments>
		<pubDate>Wed, 23 Nov 2011 13:10:00 +0000</pubDate>
		<dc:creator>zwwooooo</dc:creator>
				<category><![CDATA[互联网络]]></category>
		<category><![CDATA[Host]]></category>

		<guid isPermaLink="false">http://zww.me/?p=25548</guid>
		<description><![CDATA[衡天主机，值得信赖！经常有朋友叫我推荐空间，我习惯就是一句：虚拟主机找衡天～好吧，我就不说其它的了，下面是小张官方的活动内容，有兴趣的朋友就行动吧，霍霍。 为了感谢大家这几年来对衡天主机的支持，在2011年感恩节这个特殊的日子里，衡天主机回馈新老客户，推出“新购7折、续费7折”的活动。 活动细则： 1、在2011年11月24日，8点到24点期间购买衡天美国主机（西雅图机房）和衡天香港主机的客户将获得七折优惠。 2、在2011年11月24日，8点到24点期间“衡天美国主机、香港主机、国内主机”所有老客户，不限机房、不限到期时间，在此时间段进行续费全面7折优惠。 3、活动期间所购主机依然需要遵循衡天主机TOS协议，不得放置非法内容。 4、此次活动仅限于自助购买，衡天主机唯一自助购买地址 http://my.hengtian.org/ ，续费请联系客服生成账单。 5、客服QQ：66743372 712983007 6、域名不参与活动。 7、主机产品依然享有7天无条件退款服务，依然享受衡天提供的各种福利。 8、衡天主机保留该活动最终解释权。 此次参与活动的两个机房套餐介绍： 西雅图机房 套餐一：1G促销套餐，包含1G磁盘，15G月流量，建站数3个，无限数据库，无限子域名。￥100元x0.7 套餐二：1G高级套餐，包含1G磁盘，30G月流量，建站数5个，无限数据库，无限子域名。￥180元x0.7 套餐三：2G尊贵套餐，包含2G磁盘，40G月流量，建站数8个，无限数据库，无限子域名。￥260元x0.7 香港机房1号VIP服务器 套餐一：100M新手套餐，包含100M磁盘，3G月流量，建站数1个，3个数据库，3个子域名。￥100元x0.7 套餐二：300M入门套餐，包含300M磁盘，6G月流量，建站数2个，3个数据库，3个子域名。￥150元x0.7 套餐三：600M进阶套餐，包含600M磁盘，12G月流量，建站数2个，6个数据库，6个子域名。￥200元x0.7 套餐四：1000M高级套餐，包含1000M磁盘，30G月流量，建站数4个，15个数据库，15个子域名。￥360元x0.7 香港机房2号大众服务器 套餐一：300M新手套餐，包含300M磁盘，6G月流量，建站数1个，3个数据库，3个子域名。￥100元x0.7 套餐二：600M进阶套餐，包含600M磁盘，12G月流量，建站数2个，6个数据库，6个子域名。￥150元x0.7 套餐三：1000M高级套餐，包含1000M磁盘，20G月流量，建站数3个，15个数据库，15个子域名。￥260元x0.7 注意：香港机房均不接受dedecms，不接受淘宝客。香港1号机放置客户比2号少30%，其他一样。 订购教程，请点此查看。 老客户续费为所有机房，不受机房限制。 声明: 除非注明，ZWWoOoOo文章均为原创，转载请以链接形式标明本文地址本文地址: http://zww.me/archives/25548]]></description>
			<content:encoded><![CDATA[<p>衡天主机，值得信赖！经常有朋友叫我推荐空间，我习惯就是一句：虚拟主机找衡天～好吧，我就不说其它的了，下面是小张官方的活动内容，有兴趣的朋友就行动吧，霍霍。</p>
<p>为了感谢大家这几年来对衡天主机的支持，在2011年感恩节这个特殊的日子里，衡天主机回馈新老客户，推出“新购7折、续费7折”的活动。</p>
<p><img title="" src="http://im.zww.im/2011/11/111123-hengtian-1.jpg" alt="" /></p>
<p><strong>活动细则</strong>：</p>
<p>1、在2011年11月24日，8点到24点期间购买衡天美国主机（西雅图机房）和衡天香港主机的客户将获得七折优惠。</p>
<p>2、在2011年11月24日，8点到24点期间“衡天美国主机、香港主机、国内主机”所有老客户，不限机房、不限到期时间，在此时间段进行续费全面7折优惠。</p>
<p>3、活动期间所购主机依然需要遵循<a href="http://www.100host.net/tos" title="衡天主机TOS协议">衡天主机TOS协议</a>，不得放置非法内容。</p>
<p>4、此次活动仅限于自助购买，衡天主机唯一自助购买地址 <a href="http://my.hengtian.org/">http://my.hengtian.org/</a> ，续费请联系客服生成账单。</p>
<p>5、客服QQ：66743372 712983007</p>
<p>6、域名不参与活动。</p>
<p>7、主机产品依然享有7天无条件退款服务，依然享受衡天提供的各种福利。</p>
<p>8、衡天主机保留该活动最终解释权。</p>
<p><strong>此次参与活动的两个机房套餐介绍</strong>：</p>
<p><span style="text-decoration: underline;">西雅图机房</span></p>
<p>套餐一：1G促销套餐，包含1G磁盘，15G月流量，建站数3个，无限数据库，无限子域名。￥100元x0.7</p>
<p>套餐二：1G高级套餐，包含1G磁盘，30G月流量，建站数5个，无限数据库，无限子域名。￥180元x0.7</p>
<p>套餐三：2G尊贵套餐，包含2G磁盘，40G月流量，建站数8个，无限数据库，无限子域名。￥260元x0.7</p>
<p><span style="text-decoration: underline;">香港机房1号VIP服务器</span></p>
<p>套餐一：100M新手套餐，包含100M磁盘，3G月流量，建站数1个，3个数据库，3个子域名。￥100元x0.7</p>
<p>套餐二：300M入门套餐，包含300M磁盘，6G月流量，建站数2个，3个数据库，3个子域名。￥150元x0.7</p>
<p>套餐三：600M进阶套餐，包含600M磁盘，12G月流量，建站数2个，6个数据库，6个子域名。￥200元x0.7</p>
<p>套餐四：1000M高级套餐，包含1000M磁盘，30G月流量，建站数4个，15个数据库，15个子域名。￥360元x0.7</p>
<p><span style="text-decoration: underline;">香港机房2号大众服务器</span></p>
<p>套餐一：300M新手套餐，包含300M磁盘，6G月流量，建站数1个，3个数据库，3个子域名。￥100元x0.7</p>
<p>套餐二：600M进阶套餐，包含600M磁盘，12G月流量，建站数2个，6个数据库，6个子域名。￥150元x0.7</p>
<p>套餐三：1000M高级套餐，包含1000M磁盘，20G月流量，建站数3个，15个数据库，15个子域名。￥260元x0.7</p>
<p>注意：香港机房均不接受dedecms，不接受淘宝客。香港1号机放置客户比2号少30%，其他一样。</p>
<p><strong>订购教程</strong>，<a title="订购教程" href="http://xn--37q906j.net/order-value-for-the-host-day-revision-tutorial-20111123.cgi">请点此查看</a>。</p>
<p><strong>老客户续费为所有机房，不受机房限制。</strong></p>
<div><embed id="lingoes_plugin_object" width="0" height="0" type="application/lingoes-npruntime-capture-word-plugin" hidden="true" /></div>
<p class="announce"><span><strong>声明:</strong></span> 除非注明，<a href="http://zww.me/">ZWWoOoOo</a>文章均为原创，转载请以链接形式标明本文地址<br />本文地址: <a href="http://zww.me/archives/25548">http://zww.me/archives/25548</a></p>]]></content:encoded>
			<wfw:commentRss>http://zww.me/archives/25548/feed</wfw:commentRss>
		<slash:comments>71</slash:comments>
		</item>
		<item>
		<title>256M内存VPS使用随说</title>
		<link>http://zww.me/archives/25542</link>
		<comments>http://zww.me/archives/25542#comments</comments>
		<pubDate>Thu, 17 Nov 2011 11:36:00 +0000</pubDate>
		<dc:creator>zwwooooo</dc:creator>
				<category><![CDATA[互联网络]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[随说]]></category>

		<guid isPermaLink="false">http://zww.me/?p=25542</guid>
		<description><![CDATA[其实只是流水帐而已&#8230;&#8230; 初尝 自从今年年初开始尝试使用 VPS 后，就喜欢上了这个折腾。在 VPS 的折腾路上用了好多个 VPS 提供商，基本都是 256 M内存的 VPS（因为这个内存的价位比较适合我，再高的内存就会感觉浪费了），有 OpenVZ、Xen、Kvm 的。 最初在使用 PhotonVPS、lightwave 的 Xen VPS，测试后我选择了 lightwave，因为不知道是我的 RPWT 还是啥原因，PhotonVPS 到我手里就会无缘无故挂机。 lightwave 使用一段时间后，线路偶尔抽，就又尝试了几家 VPS（有家让我遭遇数据丢失的灾难：幸好有备份），后来折腾烦狠心买了个 Linode 的 512，但用了半个月就撤了，虽然是3个朋友一起用，但还是觉得价格太高浪费太大。 然后又蛋疼地搬回 lightwave&#8230;&#8230;可惜还是线路问题（后来的判断是线路偶尔抽 + 我的网站环境配置不够好），几个好朋友的合租解散&#8230;&#8230;当然，自己也感觉折腾累了 进阶 大概 3 月中旬，我找到了 ramhost，守株待兔买了一个 128M 内存的 OpenVZ 的 VPS 试用，打算只放自己博客。当时对 VPS 的网站环境配置稍微有点了解，而且也放弃了国内的一键包，尝试国外的一键包，结果效果很好。放了一段时间后，就有2个朋友加入，128M 放了 3 个博客，ramhost 的 vps 很稳定，不会莫名其妙挂机，偶尔 502 是因为我的内存太小了。又大概过了2、3个月，又加入了一个朋友，这时我发 ticket [...]]]></description>
			<content:encoded><![CDATA[<p>其实只是流水帐而已&hellip;&hellip;</p>
<p><strong>初尝</strong></p>
<p>自从今年年初开始尝试使用 VPS 后，就喜欢上了这个折腾。在 VPS 的折腾路上用了好多个 VPS 提供商，基本都是 256 M内存的 VPS（因为这个内存的价位比较适合我，再高的内存就会感觉浪费了），有 OpenVZ、Xen、Kvm 的。</p>
<p>最初在使用 PhotonVPS、lightwave 的 Xen VPS，测试后我选择了 lightwave，因为不知道是我的 RPWT 还是啥原因，PhotonVPS 到我手里就会无缘无故挂机。</p>
<p>lightwave 使用一段时间后，线路偶尔抽，就又尝试了几家 VPS（有家让我遭遇数据丢失的灾难：幸好有备份），后来折腾烦狠心买了个 Linode 的 512，但用了半个月就撤了，虽然是3个朋友一起用，但还是觉得价格太高浪费太大。</p>
<p>然后又蛋疼地搬回 lightwave&hellip;&hellip;可惜还是线路问题（后来的判断是线路偶尔抽 + 我的网站环境配置不够好），几个好朋友的合租解散&hellip;&hellip;当然，自己也感觉折腾累了</p>
<p><strong>进阶</strong></p>
<p>大概 3 月中旬，我找到了 ramhost，守株待兔买了一个 128M 内存的 OpenVZ 的 VPS 试用，打算只放自己博客。当时对 VPS 的网站环境配置稍微有点了解，而且也放弃了国内的一键包，尝试国外的一键包，结果效果很好。放了一段时间后，就有2个朋友加入，128M 放了 3 个博客，ramhost 的 vps 很稳定，不会莫名其妙挂机，偶尔 502 是因为我的内存太小了。又大概过了2、3个月，又加入了一个朋友，这时我发 ticket 给 ramhost 客服要求把内存升到 256M。主机一直稳定运行到 9 月份，期间除了一次服务器升级需要重启，没有重启过。</p>
<p>在 9 月份我入了 ramhost 第二个 VPS，基于 KVM 的 VPS，刚买下不久杯具来了：ramhost 自家的客户数据库因为机房硬件问题导致损坏，恢复花了大概3个星期，期间 VPS 开始不稳定，因为后台挂了，所以 VPS 挂机后发不了 ticket，只能通过邮件联系客服帮忙重启，遭遇一次邮件发了 36 小时木有回复帮忙重启！渐渐的我对 ramhost 的 vps 也感到失望了。但无奈 256M 的 vps 是季付的，所以咬咬牙坚持了差不多 2 个月。期间又发生了服务器被 DDOS 事件，2 台 VPS 时而发生没有反应（类似挂了）的情况&hellip;&hellip;各种郁闷，2 个 VPS 互相搬家 n 次～囧rz</p>
<p>到了 10 月底，我终于受不了了，ramhost 的 kvm 和 openVZ 的 vps 都还有一个月，而现在的表现是 openVZ 的比较稳定。于是我决定另找一家 VPS，经过10多天的挑选&mdash;&mdash;其实是不相信那些 VPS 推荐网站了，水太深！后来还是在朋友的推荐下找到并买下 <a href="http://hostigation.com/billing/aff.php?aff=129">Hostigation</a> 的基于 kvm 的 128M vps（这可费了我好几天的关注才买到，因为 Hostigation 和 ramhost 一样不是天天有货的），买下第二天我就发 ticket 升级到 256M。现在已经稳定运行了半个月，每天都很速度很稳定，希望能保持。</p>
<p>在经过这么多折腾（安装环境、搬家无数次）后，<strong>我的总结</strong>是（不一定正确，只能参考）：256M 的 VPS 最好放 3 个 WordPress 博客（每个博客日PV在 1800 以下），虽然可以放 4 个甚至 5 个，但表现出来的就是时不时会卡，时不时 502/504 给你看。也许这跟环境配置技术有关，但对于我来说的确是极限了。（比较技术的朋友说设置好的话放8个都没问题）</p>
<p>目前我喜欢手动配置环境了，不再使用一键包，一键包其实虽然安装傻瓜化，但是要达到效果，特别是小内存 VPS，参数要重新根据自己的 VPS 设一遍，所以我干脆就手动安装配置。</p>
<p>结语：使用 VPS 的确会让人折腾很多，但折腾也是一种乐趣，因为折腾会让人有种成功感！而且目前的网络环境来说，买个 VPS 比较划算，至于为啥？需要看世界的朋友都懂的。</p>
<p class="announce"><span><strong>声明:</strong></span> 除非注明，<a href="http://zww.me/">ZWWoOoOo</a>文章均为原创，转载请以链接形式标明本文地址<br />本文地址: <a href="http://zww.me/archives/25542">http://zww.me/archives/25542</a></p>]]></content:encoded>
			<wfw:commentRss>http://zww.me/archives/25542/feed</wfw:commentRss>
		<slash:comments>129</slash:comments>
		</item>
		<item>
		<title>最近不知在忙啥【超长慎入】</title>
		<link>http://zww.me/archives/25539</link>
		<comments>http://zww.me/archives/25539#comments</comments>
		<pubDate>Tue, 08 Nov 2011 11:31:43 +0000</pubDate>
		<dc:creator>zwwooooo</dc:creator>
				<category><![CDATA[网络日志]]></category>
		<category><![CDATA[囧]]></category>
		<category><![CDATA[随说]]></category>

		<guid isPermaLink="false">http://zww.me/?p=25539</guid>
		<description><![CDATA[已经有 10 天木有更新鸟，这又打破了我自己的世界纪录！常来我这的朋友肯定不习惯鸟，跑了几趟还是 10 天前的那篇文章——好吧，我自己YY的。 最近呢，其实没发现神马内容好写，自己折腾过的伪技术也写的差不多了，无需折腾或者自己没折腾的非常大众化的伪技术文章又不太想写，随便一搜到处都是，所以文囧定了。 我的博客内容一直以来都是比较随意的，没有什么定位和目标，自己折腾啥就写啥，看到啥/想到啥想写写就写写。09～10年从来木有感觉到“没啥写”，虽然当时自创了“文囧”二字，但当时只是用来表达一下文章未出而已。可进入 11 年后就不同了，文囧日日逼近。我那3天最少一更的频率也降到5天了。木有办法，囧rz。 相比之下我算比较能坚持的了，看到很多以前一起“兴致勃勃、雄心壮志、绝对、一定、活到老博到老、神马都可以软博客一定要博、有我有博”的博主早就转换为“标题党/一句党/月经党（又称女人）/经期不正常党/绝经党/蒸发党”，感觉有点“凄凉”，博客不再是以前热热闹闹了。烦躁的年代难让人冷静+耐心。 扯远了……跳跃 我这几天除了忙生活外，就是忙一些 WordPress 主题，不过早在11月3号基本完成，所以大部分时间在折腾 vps 和 JA2 1.13 的源程序。 先说 vps 吧： 最近博客所在的 vps 煮鸡不太稳定，偶尔线路偶尔服务器，看来已经进入超售期，杯具，用了大半年的煮鸡啊。 木有办法，于是四处去找vps，可惜难啊，好点的——贵，便宜的——不稳定。囧rz，最后请教朋友，尝试了 Hostigation 的 vps 煮鸡，运行了 n 天，感觉速度很不多，目前来说很稳定，如果需要的朋友可以考虑点这里去购买——推荐链接来的——我有好处你没坏处，具体自己去看，价格适中，和 ramhost 的差不多，ramhost的kvm还不太稳定，s 城的 openvz 相对还稳定点。 再说 JA2 1.13： 经常来我这的朋友应该知道我一直在折腾这个老游戏，10多年的经典老游戏。本来我在去年暑期左右就把源程序方面的折腾放手给一个熟识的，折腾精神 + 代码熟悉程度比我高的多的铁友——kenkenkenken——简称 4k。4k 在去年 3 月份开始折腾铁血联盟2 1.13源码，为 IoV MOD 添加叫兽 YY 的、更加真实性的功能而折腾分析源代码。虽然 4k 不是 [...]]]></description>
			<content:encoded><![CDATA[<p>已经有 10 天木有更新鸟，这又打破了我自己的世界纪录！常来我这的朋友肯定不习惯鸟，跑了几趟还是 10 天前的那篇文章——好吧，我自己YY的。</p>
<p>最近呢，其实没发现神马内容好写，自己折腾过的伪技术也写的差不多了，无需折腾或者自己没折腾的非常大众化的伪技术文章又不太想写，随便一搜到处都是，所以文囧定了。</p>
<p>我的博客内容一直以来都是比较随意的，没有什么定位和目标，自己折腾啥就写啥，看到啥/想到啥想写写就写写。09～10年从来木有感觉到“没啥写”，虽然当时自创了“文囧”二字，但当时只是用来表达一下文章未出而已。可进入 11 年后就不同了，文囧日日逼近。我那3天最少一更的频率也降到5天了。木有办法，囧rz。</p>
<p>相比之下我算比较能坚持的了，看到很多以前一起“兴致勃勃、雄心壮志、绝对、一定、活到老博到老、神马都可以软博客一定要博、有我有博”的博主早就转换为“标题党/一句党/月经党（又称女人）/经期不正常党/绝经党/蒸发党”，感觉有点“凄凉”，博客不再是以前热热闹闹了。烦躁的年代难让人冷静+耐心。</p>
<p>扯远了……跳跃</p>
<p>我这几天除了忙生活外，就是忙一些 WordPress 主题，不过早在11月3号基本完成，所以大部分时间在折腾 vps 和 JA2 1.13 的源程序。</p>
<p><strong>先说 vps 吧</strong>：</p>
<p>最近博客所在的 vps 煮鸡不太稳定，偶尔线路偶尔服务器，看来已经进入超售期，杯具，用了大半年的煮鸡啊。</p>
<p>木有办法，于是四处去找vps，可惜难啊，好点的——贵，便宜的——不稳定。囧rz，最后请教朋友，尝试了 Hostigation 的 vps 煮鸡，运行了 n 天，感觉速度很不多，目前来说很稳定，如果需要的朋友可以考虑<a href="http://hostigation.com/billing/aff.php?aff=129">点这里去购买</a>——推荐链接来的——我有好处你没坏处，具体自己去看，价格适中，和 ramhost 的差不多，ramhost的kvm还不太稳定，s 城的 openvz 相对还稳定点。</p>
<p><strong>再说 JA2 1.13</strong>：</p>
<p>经常来我这的朋友应该知道我一直在折腾这个老游戏，10多年的经典老游戏。本来我在去年暑期左右就把源程序方面的折腾放手给一个熟识的，折腾精神 + 代码熟悉程度比我高的多的铁友——kenkenkenken——简称 4k。4k 在去年 3 月份开始折腾铁血联盟2 1.13源码，为 IoV MOD 添加叫兽 YY 的、更加真实性的功能而折腾分析源代码。虽然 4k 不是 c++ 程序员（和我一样），但是由于过人的功底 + 折腾精神，4k 当时连编译都不知道怎么编译的竟把把游戏源码里面复杂的算法搞的不敢说一清二楚起码是看得懂，真是佩服！终于在7月份放出加了“故障率”、“射程加成按比例加成”、“档板防弹”、“物品尺寸放大”等功能，在接下来的几个月不断完善。可惜，去年 11 月份，4k 因为特殊原因离开了铁血。于是 IoV 的源码一直停留在 beta1.1</p>
<p>上个月，叫兽跟另外一个程序员开始折腾，想把 4k 折腾好的源码整合进新版的 1.13 ja2.exe 源码里面，在程序员的努力下，部分功能实现，但是 bug 很多，而且最主要的功能实现不了。大概一个多月过去了，希望渺茫的情况下，叫兽联系了我，说让我尝试下“重新出山”……</p>
<p>我因为太长时间没接触 ja2 1.13 游戏源码 + 我真的没学过 c++，所以只能回说看看+尽量。</p>
<p>花了大概一整天时间分析代码，尝试了 3 个比较容易实现的功能：物品尺寸增大、射程加成改为按比例、视距改为白天夜晚比例为 3:1，结果成功，折腾精神真是宝刀未老！</p>
<p>放出了 4732 z.1 版后，因为物品尺寸代码有bug，佣兵出场装备会“裸奔”，继续发力，把 4k 时代的“裸奔”现象解决了，放出 4769 z.2、4769 z.3</p>
<p>结果我来劲了，把“故障率”功能也加上了，4769 z.4b1 出场了。</p>
<p>真是来劲不知道累，继续发力，把“档板防弹”功能也加上了（4769 z.5b2），顺便解决了故障率的在 EDB 和 BR 上的显示问题，于是目前的 4781 z.5b3 诞生了……</p>
<p>今天，叫兽的 <a href="http://tbsgame.net/bbs/index.php?showtopic=64307">IoV 922 正式版</a>终于发布鸟～铁血们，选装备突突/爆头/尾行/飞刀/摸枪/狙击/板砖/压制/……去吧！！！</p>
<p>PS：叫兽，即教授，也叫 daboboye，也可以称为“大波波”，也叫 Dboy。是 JA2 1.13 MOD： IoV（原名 DBB Cosplay） 作者，国产人。</p>
<p>------------------</p>
<p>好吧，我老顽童了，保留童心是缓解生活压力的最好方式之一！</p>
<p>这段文字是我刚才吃完饭随便敲的，我写文章从来不讲文法，读书时代还折腾不够么？反正不是写书的，能看懂即可。</p>
<p><strong>WordPress 后台编辑器写文章光标移动、后退键等卡卡的不爽有没有？囧rz，WP你都在干嘛，除了长肉你还真变肥佬连写文章的编辑器都给搞慢了！</strong></p>
<p class="announce"><span><strong>声明:</strong></span> 除非注明，<a href="http://zww.me/">ZWWoOoOo</a>文章均为原创，转载请以链接形式标明本文地址<br />本文地址: <a href="http://zww.me/archives/25539">http://zww.me/archives/25539</a></p>]]></content:encoded>
			<wfw:commentRss>http://zww.me/archives/25539/feed</wfw:commentRss>
		<slash:comments>96</slash:comments>
		</item>
		<item>
		<title>终于还是收到了“您的 Google+ 个人资料存在问题。”</title>
		<link>http://zww.me/archives/25535</link>
		<comments>http://zww.me/archives/25535#comments</comments>
		<pubDate>Tue, 18 Oct 2011 05:38:49 +0000</pubDate>
		<dc:creator>zwwooooo</dc:creator>
				<category><![CDATA[网络日志]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://zww.me/?p=25535</guid>
		<description><![CDATA[早就听说 Google+ 的用户姓名有要求，我使用的是 zww 这个用户姓名（囧rz），但一直没有收到相关警告，以为有幸混过去，木有想到昨晚半夜就收到 Google 发的“您的 Google+ 个人资料存在问题。”的信件…… 好吧，既然有要求，那我用拼音吧，拼音总可以了吧，如果拼音不通过我就关掉 Google+ ！！！反正都不怎么 + 各位朋友，你的用户名如果不规范，去改吧，侥幸心理对于 Google 来说是行不通的。 最近忙，木有折腾，唠叨一下。 声明: 除非注明，ZWWoOoOo文章均为原创，转载请以链接形式标明本文地址本文地址: http://zww.me/archives/25535]]></description>
			<content:encoded><![CDATA[<p>早就听说 Google+ 的用户姓名有要求，我使用的是 zww 这个用户姓名（囧rz），但一直没有收到相关警告，以为有幸混过去，木有想到昨晚半夜就收到 Google 发的“您的 Google+ 个人资料存在问题。”的信件……</p>
<p><img title="" src="http://im.zww.im/2011/10/111018-google-plus.jpg" alt="" /></p>
<p>好吧，既然有要求，那我用拼音吧，拼音总可以了吧，如果拼音不通过我就关掉 Google+ ！！！反正都不怎么 +</p>
<p>各位朋友，你的用户名如果不规范，去改吧，侥幸心理对于 Google 来说是行不通的。</p>
<p>最近忙，木有折腾，唠叨一下。</p>
<p class="announce"><span><strong>声明:</strong></span> 除非注明，<a href="http://zww.me/">ZWWoOoOo</a>文章均为原创，转载请以链接形式标明本文地址<br />本文地址: <a href="http://zww.me/archives/25535">http://zww.me/archives/25535</a></p>]]></content:encoded>
			<wfw:commentRss>http://zww.me/archives/25535/feed</wfw:commentRss>
		<slash:comments>109</slash:comments>
		</item>
		<item>
		<title>调整 Linux VPS 时间</title>
		<link>http://zww.me/archives/25531</link>
		<comments>http://zww.me/archives/25531#comments</comments>
		<pubDate>Mon, 10 Oct 2011 12:40:39 +0000</pubDate>
		<dc:creator>zwwooooo</dc:creator>
				<category><![CDATA[网络日志]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Trick]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://zww.me/?p=25531</guid>
		<description><![CDATA[大部分朋友都喜欢用美国的 VPS 主机，原因嘛，大家懂的。 VPS 主机安装的 Linux 的时间通常是 GMT，北京时间要 +8 处理，所以我习惯安装配置好环境后，就用下面的命令修改时间为香港时间： 第一步：不使用UTC时间 vi /etc/default/rcS 将“UTC=yes”修改为“UTC=no” 第二步：修改本机时区 ln -sf /usr/share/zoneinfo/Asia/Hong_Kong /etc/localtime 但是我今天在查看我另外一台 VPS 主机的时间时，发现主机的时间不准，显示香港时间是 13:07，而北京/上海/香港时间应该是 21:07 怎么会出现这个错误？我第一反应就是 VPS 主机的 GMT 时间有问题，于是翻查到 ntpdate 命令，我没具体去查看此命令的介绍，只知道下面这样就把时间校准了：（内容参考自这里） ntpdate stdtime.sinica.edu.tw 如果你的 VPS 提示没有 ntpdate 这个命令，可以通过下面的命令安装： centos 系统 yum -y install ntpdate ntp Debian 系统 apt-get install -y ntpdate ntp Ubuntu 系统 sudo [...]]]></description>
			<content:encoded><![CDATA[<p>大部分朋友都喜欢用美国的 VPS 主机，原因嘛，大家懂的。</p>
<p>VPS 主机安装的 Linux 的时间通常是 GMT，北京时间要 +8 处理，所以我习惯安装配置好环境后，就用下面的命令修改时间为香港时间：</p>
<pre>第一步：不使用UTC时间
vi /etc/default/rcS
将“UTC=yes”修改为“UTC=no”

第二步：修改本机时区
ln -sf /usr/share/zoneinfo/Asia/Hong_Kong /etc/localtime</pre>
<p>但是我今天在查看我另外一台 VPS 主机的时间时，发现主机的时间不准，显示香港时间是 13:07，而北京/上海/香港时间应该是 21:07</p>
<p>怎么会出现这个错误？我第一反应就是 VPS 主机的 GMT 时间有问题，于是翻查到 ntpdate 命令，我没具体去查看此命令的介绍，只知道下面这样就把时间校准了：（内容参考自<a href="http://hot88zh.iteye.com/blog/867375">这里</a>）</p>
<pre>ntpdate stdtime.sinica.edu.tw</pre>
<p>如果你的 VPS 提示没有 ntpdate 这个命令，可以通过下面的命令安装：</p>
<p>centos 系统</p>
<pre>yum -y install ntpdate ntp</pre>
<p>Debian 系统</p>
<pre>apt-get install -y ntpdate ntp</pre>
<p>Ubuntu 系统</p>
<pre>sudo apt-get install -y ntpdate ntp</pre>
<p>记得最后再执行一次 ln -sf /usr/share/zoneinfo/Asia/Hong_Kong /etc/localtime</p>
<p>问题解决！</p>
<div><embed id="lingoes_plugin_object" width="0" height="0" type="application/lingoes-npruntime-capture-word-plugin" hidden="true" /></div>
<p class="announce"><span><strong>声明:</strong></span> 除非注明，<a href="http://zww.me/">ZWWoOoOo</a>文章均为原创，转载请以链接形式标明本文地址<br />本文地址: <a href="http://zww.me/archives/25531">http://zww.me/archives/25531</a></p>]]></content:encoded>
			<wfw:commentRss>http://zww.me/archives/25531/feed</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>最近在玩 kvm.la 的 vps</title>
		<link>http://zww.me/archives/25530</link>
		<comments>http://zww.me/archives/25530#comments</comments>
		<pubDate>Fri, 07 Oct 2011 13:06:07 +0000</pubDate>
		<dc:creator>zwwooooo</dc:creator>
				<category><![CDATA[互联网络]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://zww.me/?p=25530</guid>
		<description><![CDATA[嗯，是这样的，最近呢，常来的朋友就知道，我遭遇前所未有的“文囧”境界！所以我除了忙一些项目外，大部分时间都是在发呆、看前几年未完成又遗忘的美剧（如越狱第四季）、玩老游戏、做奶爸…… 然后，朋友把我侧边栏那个 125×125 的广告位包养了，包养后又突然说要送我个 vps，这等好事怎能推辞……这位朋友是 kvm.la 的合伙人之一，哈，爽啊。 真是“雪中送炭”，发呆的时间我就开始把玩这个 vps，神马 SSH、VPN、Twxxxx——嘘，这些大家都懂的。 把玩了几天，国内速度还不错，我特意测试了一番，下面是一些测试截图，懂的朋友看看就知道。 附介绍： www.kvm.la 是一家国人新开的vps服务商，采用Xen架构，速度中心在凤凰城，国内连接速度优异 。 优惠码： Month25off : 终身月付75折，月付适用 Year30off : 终身年付7折，年付适用 如有变动，请关注优惠码发布页面： http://www.kvm.la/offer.html 配置： 256MB guaranteed and 256MB swap memory 15GB Raid10 HDD storage 200GB/month data transfer Xen/SolusVM 手机挂 VPN 果然体验比较好，神马软件都变成“真软件”了。 声明: 除非注明，ZWWoOoOo文章均为原创，转载请以链接形式标明本文地址本文地址: http://zww.me/archives/25530]]></description>
			<content:encoded><![CDATA[<p>嗯，是这样的，最近呢，常来的朋友就知道，我遭遇前所未有的“文囧”境界！所以我除了忙一些项目外，大部分时间都是在发呆、看前几年未完成又遗忘的美剧（如越狱第四季）、玩老游戏、做奶爸……</p>
<p>然后，朋友把我侧边栏那个 125×125 的广告位包养了，包养后又突然说要送我个 vps，这等好事怎能推辞……这位朋友是 <a title="kvm.la VPS" href="http://www.kvm.la/">kvm.la</a> 的合伙人之一，哈，爽啊。</p>
<p>真是“雪中送炭”，发呆的时间我就开始把玩这个 vps，神马 SSH、VPN、Twxxxx——嘘，这些大家都懂的。</p>
<p>把玩了几天，国内速度还不错，我特意测试了一番，下面是一些测试截图，懂的朋友看看就知道。</p>
<p><a href="http://im.zww.im/2011/10/111007-kvm-la-1.jpg"><img title="" src="http://im.zww.im/2011/10/111007-kvm-la-1.jpg" alt="" /></a></p>
<p><a href="http://im.zww.im/2011/10/111007-kvm-la-2.jpg"><img title="" src="http://im.zww.im/2011/10/111007-kvm-la-2.jpg" alt="" /></a></p>
<p><a href="http://im.zww.im/2011/10/111007-kvm-la-3.jpg"><img title="" src="http://im.zww.im/2011/10/111007-kvm-la-3.jpg" alt="" /></a></p>
<p><a href="http://im.zww.im/2011/10/111007-kvm-la-4.png"><img title="" src="http://im.zww.im/2011/10/111007-kvm-la-4.png" alt="" /></a></p>
<p><a href="http://im.zww.im/2011/10/111007-kvm-la-5.png"><img title="" src="http://im.zww.im/2011/10/111007-kvm-la-5.png" alt="" /></a></p>
<p><strong>附介绍</strong>：</p>
<p><a title="kvm.la VPS" href="http://www.kvm.la">www.kvm.la</a> 是一家国人新开的vps服务商，采用Xen架构，速度中心在凤凰城，国内连接速度优异 。</p>
<p><strong>优惠码</strong>：</p>
<p><strong><span style="color: #0000ff;">Month25off</span></strong> : 终身月付<strong>75</strong>折，月付适用<br />
<strong><span style="color: #0000ff;">Year30off</span></strong> : 终身年付<strong>7</strong>折，年付适用<br />
<strong>如有变动，请关注优惠码发布页面</strong>： <a href="http://www.kvm.la/offer.html" title="kvm.la VPS最新优惠码">http://www.kvm.la/offer.html</a></p>
<p><strong>配置</strong>：</p>
<p>256MB guaranteed and 256MB swap memory<br />
15GB Raid10 HDD storage<br />
200GB/month data transfer<br />
Xen/SolusVM</p>
<p>手机挂 VPN 果然体验比较好，神马软件都变成“真软件”了。</p>
<div><embed id="lingoes_plugin_object" width="0" height="0" type="application/lingoes-npruntime-capture-word-plugin" hidden="true" /></div>
<p class="announce"><span><strong>声明:</strong></span> 除非注明，<a href="http://zww.me/">ZWWoOoOo</a>文章均为原创，转载请以链接形式标明本文地址<br />本文地址: <a href="http://zww.me/archives/25530">http://zww.me/archives/25530</a></p>]]></content:encoded>
			<wfw:commentRss>http://zww.me/archives/25530/feed</wfw:commentRss>
		<slash:comments>108</slash:comments>
		</item>
	</channel>
</rss>

