修改twenty-ten風格的字型和顏色

用了wordpress內建的twenty-ten的theme,
對於字型實在是不滿意,因為字常常跳來跳去很不整齊。
字型就用簡單的新細明體就好了,
幹嘛還要用奇奇怪怪的字型,看了字有夠醜的。
還有就是最討厭blog的文字灰灰的,看了真是不舒服,
來去改一下CSS,看起來會舒服點。

開啟style.css
尋找

1
2
3
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}

取代為

1
2
3
.pingback a.url {
	font-family: 新細明體;
}

尋找

1
2
3
4
5
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}

取代為

1
2
3
4
5
#content textarea {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
}

本篇發表於 部落格架設。將永久鍊結加入書籤。

發表迴響

您的電子郵件位址並不會被公開。 必要欄位標記為 *

*

您可以使用這些 HTML 標籤與屬性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>