home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / settings.css_5 < prev    next >
Text (UTF-16)  |  2012-05-19  |  1KB  |  37 lines

  1. /*
  2. //---------------------------------------------
  3. //  THIS CODE IS NOT APPROVED FOR USE IN/ON ANY OTHER UI ELEMENT OR PRODUCT COMPONENT.  
  4. //  Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
  5. // ----------------------------------------------
  6. */
  7. body
  8.     width: 278px;
  9.     height: 355px;
  10.     font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', 宋体, 'Segoe UI', Tahoma, Sans-Serif;
  11.     margin: 0px;
  12. }
  13. #settingsButtonTable
  14. {
  15.     font-size: 12px;
  16. }
  17. #currentIndex
  18. {
  19.      width: 15px;
  20.      text-align: center;
  21. }
  22. #maxIndex
  23. {
  24.      width: 15px;
  25.      text-align: center;
  26. }
  27. a
  28. {
  29.     color:#0066cc;
  30.     text-decoration:none;
  31. }
  32. a:hover
  33. {
  34.     color:#3399ff;
  35.     text-decoration:underline;
  36. }