home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / mcombo152.exe / Plugin / Weather / style / common.css < prev    next >
Cascading Style Sheet File  |  2005-10-31  |  3KB  |  212 lines

  1. /*
  2. === Weather 4.41 === 
  3.  
  4. By Neo101
  5. Previous versions by crino, Arkim, mdlist, seidenj and Tara
  6.  
  7. This CSS part is used by all styles. 
  8. */
  9.  
  10. body {
  11.     padding: 1px;
  12.     margin: 0px;
  13.     overflow:auto;
  14.     font-size:11px;
  15.     font-family: Verdana, Geneva, Arial, Helvetica;
  16.     direction:LTR;
  17. }
  18.  
  19. a{
  20.     text-decoration:none; 
  21. }
  22.  
  23. select {
  24.     width:85px;
  25. }
  26.  
  27. table{
  28.     border:none;
  29.     margin:0px;
  30.     padding:0px;
  31.     width:100%;
  32. }
  33.  
  34. td{
  35.     text-align:center;
  36. }
  37.  
  38. img{
  39.     border:none;
  40. }
  41.  
  42. /* Navigation Bar, TR with the day+ expand/collapse icon */
  43.  
  44. .navbar, .title {
  45.     width: 100%;
  46. }
  47.  
  48. /* City Links (1, 2 and 3) */
  49.  
  50. .cityLinks{}
  51.  
  52. /* Weather types Links */
  53.  
  54. .typeLinks{}
  55.  
  56. /* Weather type in navbar */
  57.  
  58. .type{ width:33%;text-align:center;}
  59.  
  60. /* City's in the navbar in configuration */
  61.  
  62. .center{
  63.     text-align:center;
  64. }
  65.  
  66. /* The city name */
  67.  
  68. .citynamecss {
  69.     padding: 1px;
  70.     text-align: center;
  71.     font-weight: bold;
  72.     font-family: Arial, Helvetica, sans-serif;
  73.     filter:alpha(opacity=100, finishopacity=60, style=1, startx=0, 
  74.         starty=0, finishx=100, finishy=100);
  75. }
  76.  
  77. .titleleft{
  78.     filter:alpha(opacity=100, finishopacity=60, style=1, startx=0, 
  79.     starty=0, finishx=100, finishy=100);
  80. }
  81.  
  82. .titleright{
  83.     filter:alpha(opacity=60);
  84. }
  85.  
  86. /* The about box */
  87.  
  88. .box {
  89.     font-family: arial, Helvetica, sans-serif;
  90.     color: black;
  91.     text-align:center;
  92. }
  93.  
  94. /* The main data */
  95.  
  96. .obsInfo {
  97.     /* padding:2px 1px 1px 1px;  */
  98. }
  99.  
  100. /* The future day */
  101.  
  102. .futureD {
  103.     font-weight: bold;
  104. }
  105.  
  106. /* High temp in future */
  107.  
  108. .highT {
  109.  
  110. }
  111.  
  112. /* Low temp + precip+wind in future */
  113.  
  114. .lowT {
  115.  
  116. }
  117.  
  118. /* The 'today', 'future' etc. head */
  119.  
  120. .titleleft {
  121.     padding: 1px;
  122.     color: white;
  123.     font-weight: bold;
  124.     text-align:left;
  125.     width:90%;
  126. }
  127.  
  128. /* Future main data (not day, just weather forecast)*/
  129.  
  130. .futureTDBody {
  131.     padding: 2px;
  132. }
  133.  
  134. /* the expand/collapse icon */
  135.  
  136. .titleright {
  137.     text-align: right;
  138.     padding:1px;
  139. }
  140.  
  141. /* the radio buttons */
  142.  
  143. .radio {
  144.     height: 11px;
  145.     width: 11px;
  146. }
  147.  
  148. /* The search box + icon */
  149.  
  150. .searchtd {
  151.     padding-left: 1px;
  152.     padding:1px;
  153. }
  154.  
  155. /* expand/collapse image */
  156.  
  157. .expclpimg {
  158.     cursor: hand;
  159. }
  160.  
  161. /* the error box */
  162.  
  163. .error{
  164.  
  165. }
  166.  
  167. /* Buttons in Configuration */
  168.  
  169. .button {
  170.     padding: 1px;
  171.     margin:2px;
  172.     /* height: 18px; */
  173. }
  174.  
  175. /* The text input (search for city) in configuration */
  176.  
  177. .textinput {
  178.     padding: 1px;
  179.     margin: 2px;
  180.     width: 70%;
  181. }
  182.  
  183. /* The search results in config */
  184.  
  185. .resultshow {
  186.  
  187. }
  188.  
  189. /* the explanation of the options in config */
  190.  
  191. .head {
  192.     font-weight: bold;
  193.     padding: 1px;
  194.     width: 30%;
  195.     text-align:left;
  196. }
  197.  
  198. /* the options in config */
  199.  
  200. .hbody {
  201.     padding: 1px;
  202.     margin:2px;
  203.     padding-left:5px; 
  204. }
  205.  
  206. .select{
  207.     padding:0px;margin:0px;
  208. }
  209.  
  210. .config-tr{
  211.     height: 20px;
  212. }