home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / Gadgets.7z / Gadgets / MyWeather.gadget / de / css / style.css < prev   
Cascading Style Sheet File  |  2012-09-30  |  2KB  |  96 lines

  1. body {
  2.     margin: 0px;
  3.     font-family: calibri;
  4.     font-size: 11px;
  5.     width: 130px;
  6.     height: 67px;
  7. }
  8.                  #f {
  9.                     position: absolute;
  10.                     top:  4px;
  11.                     left: 4px;
  12.                     z-index: 1000;
  13.                     cursor: pointer;
  14.                     display: block;
  15.                  }
  16. #bg {
  17.                          width: 130px;
  18.                          height: 67px;
  19.                          background-color: transparent;
  20.                  }
  21. .t0 {
  22. background-image:url(../img/0-9.png);
  23. background-position: 297px 0px;
  24. }
  25. .t1 {
  26. background-image:url(../img/0-9.png);
  27. background-position: 270px 0px;
  28. }
  29. .t2 {
  30. background-image:url(../img/0-9.png);
  31. background-position: 243px 0px;
  32. }
  33. .t3 {
  34. background-image:url(../img/0-9.png);
  35. background-position: 216px 0px;
  36. }
  37. .t4 {
  38. background-image:url(../img/0-9.png);
  39. background-position: 189px 0px;
  40. }
  41. .t5 {
  42. background-image:url(../img/0-9.png);
  43. background-position: 162px 0px;
  44. }
  45. .t6 {
  46. background-image:url(../img/0-9.png);
  47. background-position: 135px 0px;
  48. }
  49. .t7 {
  50. background-image:url(../img/0-9.png);
  51. background-position: 108px 0px;
  52. }
  53. .t8 {
  54. background-image:url(../img/0-9.png);
  55. background-position: 81px 0px;
  56. }
  57. .t9 {
  58. background-image:url(../img/0-9.png);
  59. background-position: 54px 0px;
  60. }
  61. .tblank {
  62. background-image:url(../img/0-9.png);
  63. background-position: 27px 0px;
  64. }
  65. #clock {
  66. width: 130px;
  67. height: 58px;
  68. }
  69. #h1{
  70.    position: absolute;
  71.    top: 1px;
  72.    left: 1px;
  73.    height: 43px;
  74.    width: 27px;
  75. }
  76. #h2{
  77.    position: absolute;
  78.    top: 1px;
  79.    left: 33px;
  80.    height: 43px;
  81.    width: 27px;
  82. }
  83. #m1{
  84.    position: absolute;
  85.    top: 1px;
  86.    left: 70px;
  87.    height: 43px;
  88.    width: 27px;
  89. }
  90. #m2{
  91.    position: absolute;
  92.    top: 1px;
  93.    left: 102px;
  94.    height: 43px;
  95.    width: 27px;
  96. }