bulletin.css 686 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .bulletin {
  2. background: none repeat scroll 0 0 #000000;
  3. bottom: 0;
  4. left: 0;
  5. box-shadow: 10px 0 5px #000000;
  6. opacity: 0.6;
  7. filter: alpha(opacity=60);
  8. position: fixed;
  9. width: 100%;
  10. z-index: 9999;
  11. }
  12. .bulletin ul {
  13. position: absolute;
  14. float: left;
  15. margin: 0 0 0 30px;
  16. height: 23px;
  17. overflow: hidden;
  18. left: 0;
  19. right: 20px;
  20. background: url(bulletin.gif) no-repeat;
  21. }
  22. .bulletin li {
  23. position: absolute;
  24. top: -999em;
  25. left: 25px;
  26. display: block;
  27. white-space: nowrap;
  28. }
  29. .bulletin a {
  30. height: 23px;
  31. line-height: 23px;
  32. text-decoration: none;
  33. color: #ffffff;
  34. }
  35. .bulletin .close {
  36. float: right;
  37. margin-right: 10px;
  38. z-index: 1001;
  39. }