home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / mcombo152.exe / Plugin / Weather / style / BlackStyle.css next >
Cascading Style Sheet File  |  2005-10-31  |  1KB  |  70 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. === Black 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. a:link,a:visited,.head,.button,a:hover,.navbar a:hover,.futureD,.highT,.obsInfo,.hbody,.select{
  19.     color:black;
  20. }
  21.  
  22. /* TR with the day+ expand/collapse icon,  The city+country name*/
  23.  
  24. .title,.citynamecss {
  25.     color: white;
  26. }
  27.  
  28. .lowT{
  29.     color:#404040;
  30. }
  31.  
  32. /* === Background  Colors === */
  33.  
  34. body,.button,.navbar ,.content,.obsInfo,.radio{
  35.     background-color:white;
  36. }
  37.  
  38. /* TR with the day+ expand/collapse icon, The city+country name */
  39.  
  40. .title, .citynamecss {
  41.     background-color: black;
  42. }
  43.  
  44. /*=== Borders === */
  45.  
  46. .navbar,.content,.box,.button {
  47.     border:1px solid black;
  48. }
  49.  
  50. /* The city+country name */
  51.  
  52. .citynamecss {
  53.     border-bottom:1px solid black;
  54. }
  55.  
  56. /* The text input (search for city) in configuration,   The search results in config */
  57.  
  58. .textinput {
  59.     border: 1px dotted black;
  60. }
  61.  
  62. /*Results for city search in config */
  63.  
  64. .resultshow {
  65.     border-top: 1px dotted black;
  66. }
  67.  
  68. select {
  69.     border:black;
  70. }