home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.resources.ResourceBundle;
-
- public class de$CSS_properties extends ResourceBundle
- {
- public function de$CSS_properties()
- {
- super("de","CSS");
- }
-
- override protected function getContent() : Object
- {
- return {
- "h2-fontFamily":"Myriad Pro Bold",
- "h2-fontWeight":"normal",
- "h1-fontSize":"17",
- "h1-fontFamily":"Myriad Pro",
- "CheckBox-fontFamily":"Lucida Grande, Verdana, Arial, _sans",
- "h1-fontWeight":"normal",
- "Application-fontFamily":"Lucida Grande, Verdana, Arial, _sans",
- "formItemText-fontWeight":"bold",
- "Application-fontSize":"10",
- "Button-fontFamily":"Myriad Pro",
- "Button-fontSize":"14",
- "Button-fontWeight":"normal",
- "Button-paddingLeft":"10",
- "h2-fontSize":"12",
- "Button-paddingRight":"10",
- "CheckBox-fontSize":"10"
- };
- }
- }
- }
-
-