| Restriction-level-autoconfirmed » Exif-customrendered » Fileduplicatesearch-submit » Filepageexists » LifeType 1.0/Plugins/dropcase |
出自LifeType 中文文件計畫
(修訂版本間差異)
在2005年11月27日 (日) 17:14所做的修訂版本
名稱: 首字下沉
版本: 1.0
下載連結: http://prdownloads.sourceforge.net/plog/dropcase.zip?download
程式授權: GPL
作者: Mark Wu
用途
本外掛程式會放大你文章的首字,讓你的文章看起來更漂亮。
設定
你可以在 設定中心->外觀管理下找到本外掛的設定頁面。
本外掛不需要對模版進行額外的修改。只需要將下列的CSS代碼,增加到你現在所使用模版的CSS檔案中即可。
#drop-case:first-letter {
font-size : 200%;
font-weight : bold;
float : left;
margin-top:0px;
margin-left:0px;
margin-right: 3px;
margin-bottom: 3px;
padding: 2px;
border: 2px dotted #4265ed;
}

