header_grass.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /*
  2. Copyright 2005-2006 Redshift Software, Inc.
  3. Distributed under the Boost Software License, Version 1.0.
  4. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
  5. */
  6. /* Heading, title and logo. */
  7. #heading,
  8. #boost-common-heading-doc {
  9. background: #4F744D url(header-bg.png) repeat-x top left;
  10. }
  11. #heading *,
  12. #boost-common-heading-doc * {
  13. color: #FFFFFF;
  14. }
  15. #heading .heading-inner,
  16. #boost-common-heading-doc .heading-inner {
  17. background: url(header-fg.png) no-repeat top left;
  18. border: none;
  19. border-bottom: #000000 solid 1px;
  20. }
  21. #boost-common-heading-doc .heading-logo,
  22. #heading .heading-logo {
  23. width: 236px;
  24. height: 55px;
  25. margin: 18px 0px 0px 24px;
  26. }
  27. /* Links in the header. */
  28. #boost-common-heading-doc .heading-quote a,
  29. #heading .heading-quote a {
  30. border-bottom: 1px solid #BBBBBB;
  31. }
  32. #boost-common-heading-doc .heading-quote a:hover,
  33. #heading .heading-quote a:hover {
  34. border-bottom: 1px solid #FFFFFF;
  35. }
  36. #boost-common-heading-doc .heading-quote a:visited,
  37. #heading .heading-quote a:visited {
  38. border-bottom: 1px dotted #BBBBBB;
  39. }
  40. #boost-common-heading-doc .heading-quote a:visited:hover,
  41. #heading .heading-quote a:visited:hover {
  42. border-bottom: 1px dotted #FFFFFF;
  43. }