<?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>右舷 &#187; syntax-highlighter</title>
	<atom:link href="http://www.laihj.net/tag/syntax-highlighter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.laihj.net</link>
	<description>list(linux,emacs,旅行,读书,andriod)</description>
	<lastBuildDate>Fri, 03 Sep 2010 15:03:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[wordpress]修改syntax-highlighter的样式</title>
		<link>http://www.laihj.net/2009/12/modify-wordpress-syntax-highighter-style/</link>
		<comments>http://www.laihj.net/2009/12/modify-wordpress-syntax-highighter-style/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 03:36:58 +0000</pubDate>
		<dc:creator>laihj</dc:creator>
				<category><![CDATA[利其器]]></category>
		<category><![CDATA[负暄琐话]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[syntax-highlighter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.laihj.net/?p=650040</guid>
		<description><![CDATA[在wordpress中装上  之后如果发现代码样式不满意，可以修改插件css设定。具体位置在/wp-content/plugins/google-syntax-highlighter/Styles/SyntaxHighlighter.css 。或者在wordpress后台找到插件的编编辑器，找到的SyntaxHighlighter.css文件。修改.dp-highlighter即可。

.dp-highlighter
{
	font-family: "Consolas", "Courier New", Courier, mono;
	font-size: 17px;
	background-color: #E7E5DC;
	width: 99%;
	overflow: auto;
	margin: 18px 0px 18px 0px;
	padding-top: 1px; /* adds a little border on top when controls are hidden */
}

Related Posts0Recent Comments]]></description>
			<content:encoded><![CDATA[<p>在wordpress中装上  之后如果发现代码样式不满意，可以修改插件css设定。具体位置在/wp-content/plugins/google-syntax-highlighter/Styles/SyntaxHighlighter.css 。或者在wordpress后台找到插件的编编辑器，找到的SyntaxHighlighter.css文件。修改.dp-highlighter即可。</p>
<pre name = "code" class="css">
.dp-highlighter
{
	font-family: "Consolas", "Courier New", Courier, mono;
	font-size: 17px;
	background-color: #E7E5DC;
	width: 99%;
	overflow: auto;
	margin: 18px 0px 18px 0px;
	padding-top: 1px; /* adds a little border on top when controls are hidden */
}
</pre>
<h3>Related Posts</h3><ul><li>0</li></ul><h3>Recent Comments</h3><ul></ul>]]></content:encoded>
			<wfw:commentRss>http://www.laihj.net/2009/12/modify-wordpress-syntax-highighter-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
