/b2evolution/corporatemag/rsc/css/lavalamp.css

http://laibcomsthemes.googlecode.com/ · CSS · 44 lines · 44 code · 0 blank · 0 comment · 0 complexity · 8f9f53ca4d774138d4bf341a24fd6788 MD5 · raw file

  1. .lavaLampWithImage {
  2. position:relative;
  3. height:49px;
  4. padding:0;
  5. overflow:hidden;
  6. margin:0;
  7. width:956px;
  8. }
  9. .lavaLampWithImage li {
  10. float:left;
  11. list-style:none;
  12. z-index:9;
  13. height:49px;
  14. text-transform:uppercase;
  15. }
  16. .lavaLampWithImage li.back {
  17. background:url('../img/lava-bg.gif') repeat-x 0 0;
  18. width:9px;
  19. height:49px;
  20. z-index:8;
  21. position:absolute;
  22. }
  23. .lavaLampWithImage li.back .left {
  24. background:url('../img/lava.gif') no-repeat 50% 0;
  25. height:49px;
  26. margin-right:0; /* 7px is the width of the rounded shape */
  27. }
  28. .lavaLampWithImage li a {
  29. color:#686868;
  30. line-height:41px;
  31. text-decoration:none;
  32. outline:none;
  33. text-align:center;
  34. z-index:10;
  35. display:block;
  36. float:left;
  37. height:41px;
  38. position:relative;
  39. overflow:hidden;
  40. margin:auto 11px;
  41. }
  42. .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li.current_page_item a {
  43. color:#FFFFFF;
  44. }