Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 1.24 KB | Hits: 64 | Expires: Never
Copy text to clipboard
  1.  
  2. .faq, .ucp, .members, .search, .nonewpms, .newpms, .mcp {
  3.         float: left;
  4.         display: block;
  5.         width: 107px;
  6.         height: 50px;
  7.         margin: 0 10px 0 10px;
  8. }
  9.  
  10. .faq {
  11.         background: url("http://www.canyougodie.net/styles/twilightBB/imageset/en/faq.png") 0 0 no-repeat;
  12. }
  13.  
  14. .ucp {
  15.         background: url("http://www.canyougodie.net/styles/twilightBB/imageset/en/ucp.png") 0 0 no-repeat;
  16. }
  17.  
  18. .members {
  19.         background: url("http://www.canyougodie.net/styles/twilightBB/imageset/en/members.png") 0 0 no-repeat;
  20. }
  21.  
  22. .search {
  23.         background: url("http://www.canyougodie.net/styles/twilightBB/imageset/en/search.png") 0 0 no-repeat;
  24. }
  25.  
  26. .nonewpms {
  27.         background: url("http://www.canyougodie.net/styles/twilightBB/imageset/en/nonewpms.png") 0 0 no-repeat;
  28. }
  29.  
  30. .newpms {
  31.         background: url("http://www.canyougodie.net/styles/twilightBB/imageset/en/newpms.png") 0 0 no-repeat;
  32. }
  33.  
  34. .mcp {
  35.         background: url("http://www.canyougodie.net/styles/twilightBB/imageset/en/mcp.png") 0 0 no-repeat;
  36. }
  37.  
  38. .faq span, .ucp span, .members span, .search span, .nonewpms span, .newpms span, .mcp span {
  39.         display: none; text-indent: -5000px;
  40. }
  41.  
  42. .faq:hover, .ucp:hover, .members:hover, .search:hover, .nonewpms:hover, .newpms:hover, .mcp:hover {
  43.         background-position: 0 -50px;
  44. }