home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / picturePuzzle.css_3 < prev    next >
Text (UTF-16)  |  2012-05-19  |  5KB  |  115 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.     margin: 0;
  9.     border: none;
  10.     width: 130;
  11.     height: 138;
  12.     font-family: 'Meiryo UI', 'MS UI Gothic', 'Segoe UI', Tahoma;
  13.     color: #ffffff;
  14.     font-weight: bold;
  15.     cursor: default;
  16.     background-color: Transparent;
  17. }
  18. #puzzleBg
  19. {
  20.     margin: 0px;
  21.     width: 130px;
  22.     height: 138px;
  23.     background-repeat: no-repeat;
  24. }
  25. #bar {
  26.     z-index: 100;
  27.     width: 130;
  28.     height: 17;
  29.     padding: 1 0 0 3;
  30.     overflow: hidden;
  31. }
  32. #bar *
  33. {
  34.     position: absolute;
  35.     top: 2px;
  36. }
  37. #timer
  38. {
  39.     left: 9px;
  40.     top: 4px;
  41. }
  42. #timerCount
  43. {
  44.     left: 24px;
  45.     top: 4px;
  46.     font-size: 11px;
  47.     color: #462300;
  48. }
  49. #hint
  50. {
  51.     left: 92px;
  52.     top: 4px;
  53. }
  54. #shuffle
  55. {
  56.     left: 107px;
  57.     top: 4px;
  58. }
  59. #gamePadDiv
  60. {
  61.     position: absolute;
  62.     left: 10px;
  63.     top: 20px;
  64. }
  65. #pad {
  66.     filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=16,duration=1,enabled=false)
  67.     }
  68. #pad * {
  69.     position: absolute;
  70. }
  71. #pad {
  72.     border-right: #462300 1px solid;
  73.     border-top: #462300 1px solid;
  74.     border-left: #462300 1px solid;
  75.     width: 110px;
  76.     border-bottom: #462300 1px solid;
  77.     position: absolute;
  78.     height: 110px;
  79. }
  80. #gamePictureDiv {
  81.     filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=16,duration=1,enabled=false)
  82. }
  83. #overlay {
  84.     border-right: #462300 1px solid;
  85.     border-top: #462300 1px solid;
  86.     background: #999999;
  87.     border-left: #462300 1px solid;
  88.     width: 5px;
  89.     border-bottom: #462300 1px solid;
  90.     position: absolute;
  91.     height: 110px;
  92. }
  93. #glow {
  94.     z-index: 9;
  95.     left: 0px;
  96.     width: 108px;
  97.     top: 0px;
  98.     height: 108px;
  99. }
  100. #winMessage {
  101.     position: absolute;
  102.     height: 110px;
  103.     width: 110px;
  104.     visibility: hidden;
  105.     font-size: 12px;
  106.     background: #333333;
  107.     left: 10px;
  108.     top: 19px;
  109.     z-index: 300;
  110.     border: 1px solid #462300;
  111.     filter: alpha(opacity=70);
  112.     text-align: center;
  113.     padding-top: 30px;
  114. }
  115.