home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / de$CSS_properties.as < prev    next >
Encoding:
Text File  |  2008-10-29  |  1.0 KB  |  36 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class de$CSS_properties extends ResourceBundle
  6.    {
  7.       public function de$CSS_properties()
  8.       {
  9.          super("de","CSS");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "h2-fontFamily":"Myriad Pro Bold",
  16.             "h2-fontWeight":"normal",
  17.             "h1-fontSize":"17",
  18.             "h1-fontFamily":"Myriad Pro",
  19.             "CheckBox-fontFamily":"Lucida Grande, Verdana, Arial, _sans",
  20.             "h1-fontWeight":"normal",
  21.             "Application-fontFamily":"Lucida Grande, Verdana, Arial, _sans",
  22.             "formItemText-fontWeight":"bold",
  23.             "Application-fontSize":"10",
  24.             "Button-fontFamily":"Myriad Pro",
  25.             "Button-fontSize":"14",
  26.             "Button-fontWeight":"normal",
  27.             "Button-paddingLeft":"10",
  28.             "h2-fontSize":"12",
  29.             "Button-paddingRight":"10",
  30.             "CheckBox-fontSize":"10"
  31.          };
  32.       }
  33.    }
  34. }
  35.  
  36.