home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / mcombo152.exe / Plugin / Weather / style / GrayStyle.css < prev    next >
Cascading Style Sheet File  |  2005-10-31  |  2KB  |  111 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. === Gray 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.  
  17. /* === Text Colors === */
  18.  
  19. /* main links,  the explanation of the options in config, buttons in config */
  20.  
  21. a:link, a:visited,.head {
  22.     color:#36383A;
  23. }
  24.  
  25. a:hover,.navbar a:hover,.button,.highT {
  26.     color:black;
  27. }
  28.  
  29. /* TR with the day+ expand/collapse icon,  The city+country name*/
  30.  
  31. .title,.citynamecss {
  32.     color: white;
  33. }
  34.  
  35. /* High temp in future, main data, config body*/
  36.  
  37. .highT,.obsInfo,.hbody,.select {
  38.     color: #353536;
  39. }
  40.  
  41. /* The future day */
  42.  
  43. .futureD {
  44.     color: #36383A;
  45. }
  46.  
  47. /* Low temp + precip+wind in future */
  48.  
  49. .lowT {
  50.     color: #424243;
  51. }
  52.  
  53.  
  54. /* === Background  Colors === */
  55.  
  56. body{
  57.     background-color:#F3F3F4;
  58. }
  59.  
  60. /* Buttons in Configuration */
  61.  
  62. .button {
  63.     background-color: #E0E8F0;
  64. }
  65.  
  66. /* TR with the day+ expand/collapse icon, The city+country name */
  67.  
  68. .title, .citynamecss {
  69.     background-color: #7A7E82;
  70. }
  71.  
  72. /* The content table (with all the data in it), the data,Navigation Bar*/
  73.  
  74. .content,.obsInfo,.navbar,.radio {
  75.     background-color: #ECEEF1;
  76. }
  77.  
  78. /* The text input (search for city) in configuration*/
  79.  
  80. .textinput {
  81.     background-color: #FEFEFE;
  82. }
  83.  
  84. /*=== Borders === */
  85.  
  86. .navbar,.content,.box,.button {
  87.     border:1px solid #7A7E82;
  88. }
  89.  
  90. /* The city+country name */
  91.  
  92. .citynamecss {
  93.     border-bottom:1px solid #7A7E82;
  94. }
  95.  
  96. /* The text input (search for city) in configuration*/
  97.  
  98. .textinput {
  99.     border: 1px dotted #7A7E82;
  100. }
  101.  
  102. /*Results for city search in config */
  103.  
  104. .resultshow {
  105.     border-top: 1px dotted #7A7E82;
  106. }
  107.  
  108. select {
  109.     border:black;
  110. }
  111.