Miscellaneous CSS Classes
CSS Class Name | HTML elements on which it is applied | Properties defined |
---|---|---|
cWarningFont | FONT | color: red; |
cErrorFont | FONT | color: red; |
cListPopupFont | FONT | color: #FFFFFF; |
calenderCls | IMG | height: 21px;
vertical-align: top; border: 0; |
#linkhovermenu | TR | position: absolute;
background-color: #BDE0EA; line-height: 18px; z-index: 100; visibility: hidden; font-family : arial,comic sans ms,technical; color : #FFFFFF; background-color : #396570; text-align:center; |
#linkhovermenu a | A | text-decoration: none;
text-align:center; font-family : arial,comic sans ms,technical; font-size : 9pt; font-weight : normal; color : #FFFFFF; display: block; width:100%; |
#linkhovermenu a:hover | A | background-color: #DCE2ED;
color: #396570; |
To Change | Assign Value To | Possible Values | Comments |
---|---|---|---|
Font type | font-family | Font name and font family (serif, sans-serif, cursive, fantasy, monospace). | When you specify a list of fonts, each value is attempted in turn, from left to right, until one is found that the system can display. That is, the first font in the list is used by default. If it is not available on the user’s computer, the next one is used and so on. If none of the listed fonts are available, a default font for the listed family is used. |
Font size | font-size | Font size in pt. | Pt.= points. The points used by CSS2 are equal to 1/72th of an inch. |
Font weight | font-weight | Normal or Bold. | |
Font color | color | Name or hexadecimal value of the required color. | To select correct value for the required color, you may want to download one of many free color picker programs from the web. |
Background color | background-color | Name or hexadecimal value of the required color. | To select correct value for the required color, you may want to download one of many free color picker programs from the web. |
Text alignment | text-align | Right, Left, or Centre. | |
Minimum space between right aligned text and right border of cell | padding-right | Size in pt. | |
visibility | visibility | Yes or No. |
For more images that can be customized via the resource bundles, see the next section.
Copyright © Cloud Software Group, Inc. All rights reserved.