home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / Groove.en-us / GrooveLR.cab / SOLUTIONS_GENERIC.CSS5_1033 < prev    next >
Text File  |  2007-02-04  |  1KB  |  51 lines

  1. /* Solutions.css  */
  2. /* Variant: "generic" */
  3.  
  4. /*
  5.     The "Solutions_Generic" style includes a banner with an empty place for an icon.
  6.     Each record can display an individual icon, depending on a field value in that record.
  7.     - Create a text field on your form, say "FormIcon" (the field name is not important)
  8.     - For the field's initial value, use a single character chosen from the WebDings or WingDings fonts
  9.     - Set the field to be hidden and read-only
  10.     - Set the field's classname to "formIcon" (for WebDings) or "formIcon2" (for WingDings).
  11. */
  12.  
  13. @import url(Solutions.css);
  14.  
  15. /* form icon */
  16.  
  17. .formIcon INPUT {
  18.     font-family:        Webdings;
  19.     font-size:            28px;
  20.     left:                11;
  21.     top:                7;
  22. }
  23.  
  24. .formIcon2 INPUT {
  25.     font-family:        Wingdings;
  26.     font-size:            29px;
  27.     left:                12;
  28.     top:                8;
  29. }
  30.  
  31. .formIcon, .formIcon2, .formIcon INPUT, .formIcon2 INPUT {
  32.     display:            block !important;
  33. }
  34.  
  35. .formIcon SPAN, .formIcon2 SPAN, .formIcon .fieldLabel, .formIcon2 .fieldLabel {
  36.     display:            none !important;
  37. }
  38.  
  39. .formIcon INPUT, .formIcon2 INPUT {
  40.     background-color:    transparent !important;
  41.     border:                none !important;
  42.     color:                white;
  43.     position:            absolute;
  44.     width:                35px;
  45.     filter:                progid:DXImageTransform.Microsoft.DropShadow(color='gray',OffX=2,OffY=2);
  46. }
  47.  
  48. .formHeading {
  49.     background-image:    url(Solutions/Generic.gif);
  50.     padding-left:        45px;
  51. }