home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 150 / MOBICLIC150.ISO / pc / DATA / HOTE / launcher_as3 / src / framework.swc / defaults-3.0.0.css < prev    next >
Cascading Style Sheet File  |  2011-04-26  |  5KB  |  194 lines

  1. /*
  2. ////////////////////////////////////////////////////////////////////////////////
  3. //
  4. //  ADOBE SYSTEMS INCORPORATED
  5. //  Copyright 2005-2007 Adobe Systems Incorporated
  6. //  All Rights Reserved.
  7. //
  8. //  NOTICE: Adobe permits you to use, modify, and distribute this file
  9. //  in accordance with the terms of the license agreement accompanying it.
  10. //
  11. ////////////////////////////////////////////////////////////////////////////////
  12. */
  13.  
  14. /* Global style declaration */
  15. global
  16. {
  17.     backgroundAlpha: 1.0; /* this runs the opacity of nearly every square piece of the components */
  18.     /* backgroundDisabledColor: #DDDDDD; */
  19.     backgroundSize: "auto";
  20.     bevel: true;
  21.     borderAlpha: 1.0;
  22.       borderCapColor: #919999;
  23.     borderColor: #B7BABC;
  24.     borderSides: "left top right bottom";
  25.     borderSkin: ClassReference("mx.skins.halo.HaloBorder");
  26.     borderStyle: "inset";
  27.     borderThickness: 1;
  28.     buttonColor: #6F7777;
  29.     closeDuration: 250;
  30.     color: #0B333C;
  31.     cornerRadius: 0;
  32.     disabledColor: #AAB3B3;
  33.     disabledIconColor: #999999;
  34.     dropShadowColor: #000000;
  35.     dropShadowEnabled: false;
  36.     embedFonts: false;
  37.     errorColor: #FF0000;
  38.     fillAlphas: 0.6, 0.4, 0.75, 0.65; /* last pair are for OVER state */
  39.     fillColor: #FFFFFF; /* kill this?? */
  40.     fillColors: #FFFFFF, #CCCCCC, #FFFFFF, #EEEEEE;
  41.     filled: true;
  42.     focusAlpha: 0.4;
  43.     focusBlendMode: "normal";
  44.     focusRoundedCorners: "tl tr bl br";
  45.     focusSkin: ClassReference("mx.skins.halo.HaloFocusRect");
  46.     focusThickness: 2;
  47.     fontAntiAliasType: "advanced";
  48.     fontFamily: "Verdana";
  49.     fontGridFitType: "pixel";
  50.     fontSharpness: 0;
  51.     fontSize: 10;
  52.     fontStyle: "normal";
  53.     fontThickness: 0;
  54.     fontWeight: "normal";
  55.     /* footerColors: #E7E7E7, #C7C7C7; */
  56.     /* headerColors: #E7E7E7, #D9D9D9; */
  57.     /* headerHeight: 28; */
  58.     highlightAlphas: 0.3, 0; /* use this to control the 'light' cast on the components */
  59.     horizontalAlign: "left";
  60.     horizontalGap: 8;
  61.     horizontalGridLineColor: #F7F7F7;
  62.     horizontalGridLines: false;
  63.     iconColor: #111111;
  64.     indentation: 17;
  65.     indicatorGap: 14;
  66.     kerning: false;
  67.     leading: 2;
  68.     letterSpacing: 0;
  69.     modalTransparency: 0.5;
  70.     modalTransparencyBlur: 3;
  71.     modalTransparencyColor: #DDDDDD;
  72.     modalTransparencyDuration: 100;
  73.     openDuration: 250;
  74.     paddingBottom: 0;
  75.     paddingLeft: 0;
  76.     paddingRight: 0;
  77.     paddingTop: 0;
  78.     roundedBottomCorners: true;
  79.     repeatDelay: 500;
  80.     repeatInterval: 35;
  81.     selectionDisabledColor: #DDDDDD;
  82.     selectionDuration: 250;
  83.       shadowCapColor: #D5DDDD;
  84.       shadowColor: #EEEEEE;
  85.     shadowDirection: "center";
  86.     shadowDistance: 2;
  87.     stroked: false;
  88.     strokeWidth: 1;
  89.     textAlign: "left";
  90.     textDecoration: "none";
  91.     textIndent: 0;
  92.     textRollOverColor: #2B333C;
  93.     textSelectedColor: #2B333C;
  94.  
  95.     themeColor: #009DFF;        /* haloBlue */
  96.     /*
  97.     //themeColor: #80FF4D;        // haloGreen
  98.     //themeColor: #FFB600;        // haloOrange
  99.     //themeColor: #AECAD9;        // haloSilver
  100.     */
  101.  
  102.     useRollOver: true;
  103.     version: "3.0.0";
  104.     verticalAlign: "top";
  105.     verticalGap: 6;
  106.     verticalGridLineColor: #D5DDDD;
  107.     verticalGridLines: true;
  108. }
  109.  
  110.  
  111. /*
  112. //------------------------------
  113. //  CursorManager
  114. //------------------------------
  115. */
  116.  
  117. CursorManager
  118. {
  119.     busyCursor: ClassReference("mx.skins.halo.BusyCursor");
  120.     busyCursorBackground: Embed(source="Assets.swf",symbol="mx.skins.cursor.BusyCursor");
  121. }
  122.  
  123. /*
  124. //------------------------------
  125. //  DragManager
  126. //------------------------------
  127. */
  128.  
  129. DragManager
  130. {
  131.     copyCursor: Embed(source="Assets.swf",symbol="mx.skins.cursor.DragCopy");
  132.     defaultDragImageSkin: ClassReference("mx.skins.halo.DefaultDragImage");
  133.     linkCursor: Embed(source="Assets.swf",symbol="mx.skins.cursor.DragLink");
  134.     moveCursor: Embed(source="Assets.swf",symbol="mx.skins.cursor.DragMove");
  135.     rejectCursor: Embed(source="Assets.swf",symbol="mx.skins.cursor.DragReject");
  136. }
  137.  
  138. /*
  139. //------------------------------
  140. //  .errorTip
  141. //------------------------------
  142. */
  143.  
  144. .errorTip
  145. {
  146.     borderColor: #CE2929;
  147.     borderStyle: "errorTipRight";
  148.     color: #FFFFFF;
  149.     fontSize: 9;
  150.     fontWeight: "bold";
  151.     shadowColor: #000000;
  152.     paddingBottom: 4;
  153.     paddingLeft: 4;
  154.     paddingRight: 4;
  155.     paddingTop: 4;
  156. }
  157.  
  158. /*
  159. //------------------------------
  160. //  SWFLoader
  161. //------------------------------
  162. */
  163.  
  164. SWFLoader
  165. {
  166.     borderStyle: "none";
  167.     brokenImageBorderSkin: ClassReference("mx.skins.halo.BrokenImageBorderSkin");
  168.     brokenImageSkin: Embed(source="Assets.swf",symbol="__brokenImage");
  169. }
  170.  
  171. /*
  172. //------------------------------
  173. //  ToolTip
  174. //------------------------------
  175. */
  176.  
  177. ToolTip
  178. {
  179.     backgroundColor: #FFFFCC;
  180.     backgroundAlpha: 0.95;
  181.     borderColor: #919999;
  182.     borderSkin: ClassReference("mx.skins.halo.ToolTipBorder");
  183.     borderStyle: "toolTip";
  184.     cornerRadius: 2;
  185.     fontSize: 9;
  186.     paddingBottom: 2;
  187.     paddingLeft: 4;
  188.     paddingRight: 4;
  189.     paddingTop: 2;
  190.     shadowColor: #000000;
  191. }
  192.  
  193.  
  194.