home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / Gadgets.7z / Gadgets / Chameleon_Weather.gadget / css / settings.css < prev   
Text (UTF-16)  |  2010-02-19  |  3KB  |  99 lines

  1. body,td,th {
  2. font-family:Verdana, Arial, Helvetica, sans-serif;
  3. font-size:12px;
  4. color:#000;
  5. }
  6.  
  7. img {
  8. border:none;
  9. }
  10.  
  11. body {
  12. width:300px;
  13. height:250px;
  14. }
  15.  
  16. .header {
  17. font-size:14px;
  18. }
  19.  
  20. table.dataTable th {
  21. border-right:1px solid #999;
  22. border-top:1px solid #999;
  23. background:#ccc;
  24. font-weight:700;
  25. margin:0;
  26. padding:4px 3px 3px 4px;
  27. }
  28.  
  29. div.lookupLabel {
  30. top:60px;
  31. position:absolute;
  32. color:#000;
  33. font-size:14px;
  34. }
  35.  
  36. .link {
  37. color:#000;
  38. text-decoration:none;
  39. }
  40.  
  41. .rotatingLink {
  42. color:#FFF;
  43. }
  44.  
  45. div.searchBox {
  46. left:25px;
  47. top:80px;
  48. position:absolute;
  49. color:#000;
  50. }
  51.  
  52. div.searchImage {
  53. left:145px;
  54. top:81px;
  55. position:absolute;
  56. color:#FFF;
  57. cursor:hand;
  58. }
  59.  
  60. div.updated {
  61. left:165px;
  62. top:81px;
  63. position:absolute;
  64. color:#000;
  65. cursor:hand;
  66. }
  67.  
  68. div.rotatingLink {
  69. left:25px;
  70. top:195px;
  71. position:absolute;
  72. color:#FFF;
  73. cursor:hand;
  74. }
  75.  
  76. input.inputBox {
  77. font-family:Verdana, Arial, Helvetica, sans-serif;
  78. font-size:10px;
  79. }
  80.  
  81. div.scrollTableContainer {
  82. height:125px;
  83. overflow:auto;
  84. width:280px;
  85. position:relative;
  86. left:0px;
  87. display:none;
  88. top:40px;
  89. margin:15px 0 0;
  90. }
  91.  
  92. div.scrollTableContainer table {
  93. width:280px;
  94. }
  95.  
  96. div.scrollTableContainer thead tr {
  97. position:relative;
  98. left:-1px;
  99. }