Home pcDTR Forum
If you like the work i do, you know what to do.
Welcome, Guest
Please Login or Register.    Lost Password?

Valid CSS styles.
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Valid CSS styles.
#162
Valid CSS styles. 7 Months, 2 Weeks ago Karma: 2
  • font-family: font;
    Specify the .ttf or .otf font name. Remember its case-sensitive. So if you font name is called 'My font NAME.ttf' it will be 'font-family: My font NAME, Arial, sans-serif;

  • font-size: 0pt;
    The font size must be in 'pt'

  • color: #color; and background-color: #color;
    Must be in #xxxxxx or #xxx format.

  • background-transparent: true;
    If you want to have a transparent background color, add this line.

  • text-decoration: none|underline;
    Only supports none or underline.

  • width: 0px;
    Must be in px. Overrides the 'Letter wrap' parameter setting.

  • text-align: left|center|right;
    Only available if the width value is specified.

  • letter-spacing: 0px;
    Must be a value in 'px'. Depending on the 'Resample rate' parameter sometimes you need to add a higher value then normal.

  • line-height: 0px;
    Must be a value in 'px'. Simple math offset = (letter-space - font-height) / 2. y = y + offset.

flowman
Admin
Posts: 110
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Banner
Copyright © 2010 pcDTR. All Rights Reserved.
Joomla! is Free Software released under the GNU/GPL License.