home *** CD-ROM | disk | FTP | other *** search
/ com!online 2004 January / com_0104_1.iso / browser / ow32dede721j.exe / PLUGINS.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-09-16  |  866 b   |  53 lines

  1. @charset "utf-8";
  2. /* Stylesheet for the Opera Plugins document */
  3. /* Copyright 2003 Opera Software */
  4.  
  5. body {
  6. font-size: 13px;
  7. font-family: Verdana, Arial, sans-serif;
  8. background-color: Window;
  9. color: black;
  10. }
  11.  
  12. table {
  13. border: none;
  14. padding: 0;
  15. border-spacing: 0;
  16. font-size: 13px;
  17. white-space: nowrap;
  18. border-collapse: collapse;
  19. border-bottom: 1px solid Scrollbar;
  20. }
  21.  
  22. td {
  23. border-right: 1px solid Scrollbar;
  24. border-left: 1px solid Scrollbar;
  25. padding-left: 1em;
  26. padding-right: 1em;
  27. white-space: nowrap;
  28. }
  29.  
  30. .type, .mime, .path {
  31. border-top: 1px solid Scrollbar;
  32. }
  33. .mime {
  34. border-right: 1px solid Scrollbar;
  35. }
  36. .plugin {
  37. border-right: 0;
  38. background-color: Scrollbar;
  39. text-align: left;
  40. padding-top: 0px;
  41. padding-bottom: 3px;
  42. font-weight: bold;
  43. font-style: normal;
  44. font-size: 20px;
  45. }
  46.  
  47.  
  48. strong {
  49. font-weight: normal;
  50. }
  51.  
  52.  
  53.