home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / flyout.css_3 < prev    next >
Text (UTF-16)  |  2012-05-19  |  3KB  |  77 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.  
  8. body
  9. {
  10.     margin: 0px;
  11.     padding: 0px;
  12.     width: 303px;
  13.     height: 225px;
  14.     color: #ffffff;
  15.     font-size: 10px;
  16.     background-color:#ff00ff;
  17.     font-family: Meiryo UI, MS UI Gothic, Calibri, Tahoma, sans-serif;
  18.     background-repeat: no-repeat;
  19. }
  20. a#flyoutTitleLink
  21. {
  22.     position:absolute;
  23.     left:5px;
  24.     top:0px;
  25.     width:286px;
  26.     height:18px;
  27.     color: #fff;
  28.     padding-top:1px;
  29.     font-size: 14px;
  30.     font-weight: bold;
  31.     text-decoration: none;
  32.     overflow:hidden;
  33. }
  34. a#flyoutTitleLink:hover
  35. {
  36.      color:#d6f4ff;
  37. }
  38.  
  39. div#flyoutBack
  40. {   
  41.     position: absolute;
  42.     left: 5px;
  43.     top: 3px;   
  44.     width:291px;
  45.     height:26px;
  46. }
  47. a#flyoutPubDate
  48. {
  49.     text-decoration: none;
  50.     position: absolute;
  51.     left: 5px;
  52.     top: 19px;
  53.     width: 280px;
  54.     height: 18px;    
  55.     color: #ffffff;
  56.     font-size: 11px;
  57.     font-family: Meiryo UI, MS UI Gothic, Calibri, Tahoma, sans-serif;
  58. }
  59. a#flyoutPubDate:hover
  60. {
  61.      color:#d6f4ff;
  62. }
  63.  
  64. div#flyoutMain
  65. {
  66.     position: absolute;
  67.     left: 0px;
  68.     top: 34px;
  69.     width: 291px;
  70.     height: 180px;
  71.     color: #000000;
  72.     font-size: 12px;
  73.     overflow:auto;
  74.     padding-right:10px;
  75.     padding-left:10px;
  76.     padding-top:10px;
  77. }