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

  1. /*
  2. ===  Weather 4.41  ===
  3.  
  4. By Neo101
  5. Previous versions by crino, Arkim, mdlist, seidenj and Tara
  6. Created for Maxthon Webbrowser
  7.  
  8.  
  9. === Green Style ===
  10.  
  11. A part of the CSS is shared with common.css, that is used by all styles.
  12. If you don't like settings in that file you can always overwrite them here!
  13. Great, isn't it? ;) 
  14. */
  15.  
  16. /* === Text Colors === */
  17.  
  18. /* main links,  the explanation of the options in config, buttons in config */
  19.  
  20. a:link, a:visited,.head,.button {
  21.     color:#2B4638;
  22. }
  23.  
  24. a:hover {
  25.     color:#48775F;
  26. }
  27.  
  28. .navbar a:hover {color:#ABC6B8;}
  29.  
  30. /* TR with the day+ expand/collapse icon,  The city+country name*/
  31.  
  32. .title,.citynamecss {
  33.     color: white;
  34. }
  35.  
  36. /* The future day, High temp in future, main data, config body*/
  37.  
  38. .futureD,.obsInfo,.hbody,.select {
  39.     color: #2B4638;
  40. }
  41.  
  42. /* High temp in future */
  43.  
  44. .highT {
  45.     color: #15231C;
  46. }
  47.  
  48. /* Low temp + precip+wind in future */
  49.  
  50. .lowT {
  51.     color: #2B4638;
  52. }
  53.  
  54. /* Buttons in Configuration */
  55.  
  56. .button{
  57.     color: #406954;
  58. }
  59.  
  60. /* === Background  Colors === */
  61.  
  62. body {
  63.     background-color:#ABC6B8;
  64. }
  65.  
  66. /* TR with the day+ expand/collapse icon, The city+country name */
  67.  
  68. .title, .citynamecss {
  69.     background-color: #558C70;
  70. }
  71.  
  72. /* Navigation Bar,  The content table (with all the data in it), the data, Buttons in Configuration*/
  73.  
  74. .navbar,.content,.obsInfo ,.button{
  75.     background-color: #EFF4F1;
  76. }
  77.  
  78. /*=== Borders === */
  79.  
  80. .navbar,.content,.box,.button {
  81.     border:1px solid #558C70;
  82. }
  83.  
  84. /* The city+country name */
  85.  
  86. .citynamecss {
  87.     border-bottom:1px solid #558C70;
  88. }
  89.  
  90. /* The text input (search for city) in configuration,   The search results in config */
  91.  
  92. .textinput {
  93.     border: 1px dotted #558C70;
  94. }
  95.  
  96. /*Results for city search in config */
  97.  
  98. .resultshow {
  99.     border-top: 1px dotted #558C70;
  100. }
  101.  
  102. select {
  103.     border:black;
  104. }