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

  1.                  #bg {
  2.                          width: 130px;
  3.                          height: 67px;
  4.                          background-color: transparent;
  5.                  }
  6.                  #wet {
  7.                     position: absolute;
  8.                     top: 0px;
  9.                     left: 0px;
  10.                  }
  11.                  #f {
  12.                     position: absolute;
  13.                     top:  8px;
  14.                     left: 8px;
  15.                     z-index: 1000;
  16.                     cursor: pointer;
  17.                     display: block;
  18.                  }
  19. body {
  20.     margin: 0px;
  21.     font-family: calibri;
  22.     font-size: 11px;
  23.     width:130px;
  24.     height: 66px;
  25. }
  26. #content {
  27.    width: 119px;
  28.    height: 56px;
  29.    margin-top: 5px;
  30.    margin-left: 5px;
  31.    color: #000000;
  32.    z-index: 99;
  33. }
  34. .day_sun {
  35.    background-color: #3F9EDB;
  36. }        
  37. .day_dark {
  38.    background-color: #3B444B;
  39. }
  40. .night_sun {
  41.    background-color: #001A28;
  42. }
  43. .night_dark {
  44.    background-color: #001A28;
  45. }
  46. .unknown {
  47.    background-color: #3B444B;
  48.    color: #ffffff;
  49. }
  50. .black {
  51.    background-color: #000000;
  52.    color: #ffffff;
  53. }
  54.  
  55.  
  56.  
  57. #bild {
  58.    position: absolute;
  59.    margin-top:  0px;
  60.    margin-left: 0px;
  61.    z-index: 100;
  62. }
  63. #temp {
  64.    position: absolute;
  65.    width:119px;
  66.    margin-top:  0px;
  67.    margin-left: 0px;
  68.    text-align: right;
  69.    padding-right: 5px;
  70.    z-index: 110;
  71.    font-family: Segoe UI;
  72.    font-size: 18px;
  73.    color: #FFFFFF;
  74. }
  75. #ticker {
  76.    border: 0px solid black;
  77.    position: relative;
  78.    overflow: hidden;
  79.    z-index: 101;
  80. }
  81. #ticker div {
  82.    position: absolute;
  83.    white-space: nowrap;
  84.    margin-top: 37px;
  85.    background-color:transparent;
  86.    z-index: 101;
  87. }
  88. #flowing {
  89.     color: #ffffff;
  90.     font-family: Segoe UI;
  91.     font-size: 12px;
  92.     padding-left: 3px;
  93.     z-index: 101;
  94. }
  95. #over {
  96.     position: absolute;
  97.     width: 119px;
  98.     height: 56px;
  99.     top:  5px;
  100.     left: 4px;
  101.     background-color: transparent;
  102.     z-index: 1000;
  103.     cursor: pointer;
  104. }