home *** CD-ROM | disk | FTP | other *** search
/ Xentax forum attachments archive / xentax.7z / 613 / headermenu.css
Encoding:
Cascading Style Sheet File  |  2023-01-01  |  559 b   |  38 lines

  1. /* CSS Document */
  2. #globalthing
  3. {
  4.     background: url('http://www.phproxy.org/proxy.php?q=aHR0cDovL2kuc29tZXRoaW5nYXdmdWwuY29tL2ltYWdlcy9iZy5wbmc%3D');
  5.     font: bold 11px sans-serif;
  6.     width: 100%;
  7. }
  8.  
  9. #globalthing ul
  10. {
  11.     list-style: none;
  12.     margin: 0;
  13.     padding: .3em 0;
  14. }
  15.  
  16. #globalthing a
  17. {
  18.     color: #fff;
  19.     text-decoration: none;
  20. }
  21.  
  22. #globalthing a:hover
  23. {
  24.     text-decoration: underline;
  25. }
  26.  
  27. #globalthing li
  28. {
  29.     border-left: 1px solid #fff;
  30.     display: inline;
  31.     margin: 0;
  32.     padding: 0 .7em;
  33. }
  34.  
  35. #globalthing li.first
  36. {
  37.     border-left: none;
  38. }