2
edits
No edit summary |
m (2個修訂) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 6: | Line 6: | ||
* Firefox extension: [http://www.mts.net/~jbarnabe/stylish/ Stylish]([http://forum.moztw.org/viewtopic.php?t=12372&highlight=stylish 中文討論]) (last visited: February 4, 2006) | * Firefox extension: [http://www.mts.net/~jbarnabe/stylish/ Stylish]([http://forum.moztw.org/viewtopic.php?t=12372&highlight=stylish 中文討論]) (last visited: February 4, 2006) | ||
* modify the userContent.css: [http://wiki.moztw.org/index.php/%E9%87%9D%E5%B0%8D%E7%89%B9%E5%AE%9A%E7%B6%B2%E7%AB%99%E8%A8%AD%E7%AB%8B%E6%A8%A3%E5%BC%8F 針對特定網站設立樣式 - MoztwWiki] (last visited: February 4, 2006) | * modify the userContent.css: [http://wiki.moztw.org/index.php/%E9%87%9D%E5%B0%8D%E7%89%B9%E5%AE%9A%E7%B6%B2%E7%AB%99%E8%A8%AD%E7%AB%8B%E6%A8%A3%E5%BC%8F 針對特定網站設立樣式 - MoztwWiki] (last visited: February 4, 2006) | ||
<pre> | |||
.MsoNormal{ | |||
font-size:small; | |||
font-weight:normal; | |||
line-height:200%; | |||
} | |||
span{ | |||
font-size:small; | |||
font-weight:normal; | |||
line-height:200%; | |||
} | |||
</pre> | |||
[[Category:Web_Dev]] | [[Category:Web_Dev]] | ||