Plugin dropcase
From LifeType Wiki
Name: dropcase
Latest version: 1.0
Download link: http://prdownloads.sourceforge.net/lifetype/dropcase.zip?download
License: GPL
Author: Mark Wu
[edit] Description
This plugin will drop case letter (a huge letter) for the first letter of every post.
[edit] Configuration
The plugin configuration page can be found under Control Center->Appearance Management.
The plugin requires no extra changes to the templates. It only needs the following CSS code to be added to the CSS file used by our current template set:
#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;
}
