home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / ow32enen.exe / OPF.CSS < prev    next >
Cascading Style Sheet File  |  2003-01-06  |  1KB  |  97 lines

  1. /* CSS style sheet for OPF */
  2. /* Copyright 2003 Opera Software */
  3.  
  4. package, Title, manifest, guide, reference { 
  5.   display: block;
  6. }
  7.  
  8. package {
  9.   margin: 1em;
  10. }
  11.  
  12. Identifier, Type {
  13.   display: none;
  14. }
  15.  
  16. Title {
  17.   font-size: 2em;
  18.   font-weight: bold;
  19.   margin: 0.8em 0 0.4em 0;
  20. }
  21.  
  22. /*
  23. Creator, Contributor { 
  24.   display: none;
  25. }
  26. */
  27.  
  28. /* why can't the two go on the same line? */
  29. /*
  30. Creator:before {
  31.   content: ", ";
  32. }
  33.  
  34. Contributor:before { 
  35.   content: ", ";
  36. }
  37. */
  38.  
  39. Contributor:first-child:before {
  40.   content: "Contributor(s): ";
  41. }
  42.  
  43. Creator:first-child:before {
  44.   content: "Creator(s): ";
  45. }
  46.  
  47.  
  48. Creator[file-as]:before {
  49.   font-size: 2em;  /* doesn't work */
  50.   margin: 1em 0 0.2em 0;
  51.   font-weight: bold;
  52.   content: "Author(s): ";
  53. }
  54.  
  55. Creator[file-as]:after {
  56.   content: " (to be filed)";
  57.   font-style: italic;
  58. }
  59.  
  60. Creator[role=aut]:after {
  61.   content: " (author)";
  62.   font-style: italic;
  63. }
  64.  
  65. reference:before {
  66.   content: attr(title);
  67. }
  68.  
  69. item, reference {
  70.   margin: 0 0 0 2em;
  71. }
  72.  
  73. item:before {
  74.   content: attr(href);
  75. }
  76.  
  77. item, reference {
  78.   -o-link: attr(href);
  79.   -o-link-source: current;
  80. }
  81.  
  82. manifest:before {
  83.   display: block;
  84.   content: "This package contains the following files:";
  85.   font-size: 2em;  /* doesn't work */
  86.   margin: 1em 0 0.2em 0;
  87.   font-weight: bold;
  88. }
  89.  
  90. guide:before {
  91.   content: "Guide:";
  92.   display: block;
  93.   font-size: 1.5em; /* doesn't work */
  94.   font-weight: bold;
  95.   margin: 1em 0 0.2em 0;
  96. }
  97.