We Recommend

CSS: The Definitive Guide CSS: The Definitive Guide
Provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, text wrapping (nowrap), lists and generated content, table layout, user interface, paged media, and more.


Posted By

dividespace on 10/21/06


Tagged

layouts Ruthsarian


Versions (?)


green.css


Published in: CSS 


Tank! Theme - Green


  1. @charset "iso-8859-1";
  2.  
  3. /*******************************************************************************
  4. * theme/green.css : 2005.09.07
  5. * -----------------------------------------------------------------------------
  6. * Tank! Theme - Green
  7. *******************************************************************************/
  8.  
  9. body
  10. {
  11. background-color: #efe;
  12. color: #000;
  13. }
  14. #pageWrapper, #innerColumnContainer, #masthead, #footer, #topMenu, #topMenu ul, #topMenu a
  15. {
  16. border-color: #484;
  17. }
  18. div.twoColumns div.leftColumn, div.twoColumns div.rightColumn
  19. {
  20. border-color: #ddd;
  21. }
  22. #pageWrapper
  23. {
  24. background-color: #fff;
  25. color: #999;
  26. }
  27. #masthead
  28. {
  29. background-color: #aca;
  30. color: #000;
  31. }
  32. #masthead h2
  33. {
  34. color: #fff;
  35. }
  36. #outerColumnContainer
  37. {
  38. background-color: #fff;
  39. color: #223;
  40. border-right-color: #f7fff7;
  41. }
  42. #topMenu li a, #topMenu li a:link, #topMenu li a:visited, #topMenu li a:active
  43. {
  44. background-color: #efe;
  45. }
  46. #topMenu li a:hover
  47. {
  48. color: #fff;
  49. background-color: #484; /* keep the same color as the borders */
  50. }
  51. #rightColumn ul.rMenu li a
  52. {
  53. border-color: #9c9;
  54. }
  55. #rightColumn ul.rMenu li a:link, #rightColumn ul.rMenu li a:visited, #rightColumn ul.rMenu li a:active
  56. {
  57. background-color: #ded;
  58. color: #336;
  59. }
  60. #rightColumn ul.rMenu li a:hover
  61. {
  62. background-color: #9c9;
  63. color: #fff;
  64. }
  65. #rightColumn h3
  66. {
  67. color: #363;
  68. }

Report this snippet 

You need to login to post a comment.