home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / chplus / Java / stylesheet.css < prev    next >
Cascading Style Sheet File  |  1999-09-25  |  3KB  |  177 lines

  1. /* --------------------- Selathco 0.9 stylesheet file ----------------- */
  2.  
  3. BODY        {
  4.     margin-left: 1em;
  5.     margin-right: 1em; 
  6.     font-family: times;
  7.     font-weight: normal;
  8.     color: black;
  9.     background-color: white;
  10. }
  11.  
  12. A:hover     {
  13.     color: red;
  14. }
  15.  
  16. LI         {
  17.     margin-top: 0;
  18. }
  19.  
  20. P.item        {
  21.     margin-top: 0.3em;
  22.     margin-bottom: 0.3em;
  23. }
  24.  
  25. PRE        {
  26.     padding-top: 0;
  27.     padding-bottom: 0.2em;
  28.     margin-top: 0;
  29.     margin-bottom: 0;
  30. }
  31.  
  32. /* ------------------------------- Sections ---------------------------- */
  33.  
  34. H1.contents     {
  35.     font-family: helvetica, arial, sans-serif;
  36.     color: green;
  37. }
  38.  
  39. H1.biblio     {
  40.     font-family: helvetica, arial, sans-serif;
  41.     color: green;
  42. }
  43.  
  44. H1.section     {
  45.     text-align: left;
  46.     font-family: helvetica, arial, sans-serif;
  47.     color: green;
  48. }
  49.  
  50. H2.subsection     {
  51.     text-align: left;
  52.     font-family: helvetica, arial, sans-serif;
  53.     color: green;
  54. }
  55.  
  56. H3.subsubsection{
  57.     text-align: left;
  58.     font-family: helvetica, arial, sans-serif;
  59.     color: green;
  60. }
  61.  
  62. H3.contents     {}
  63.  
  64. H4.paragraph     {
  65.     text-align: left;
  66.     font-family: helvetica, arial, sans-serif;
  67.     color: green;
  68. }
  69.  
  70. /* ------------------------------- Footnotes --------------------------- */
  71.  
  72. SUP.footnote     {
  73.     color: blue;
  74. }
  75.  
  76. UL.footnote     {
  77.     list-style: none;
  78.     font-size: 80%;
  79. }
  80.  
  81. LI.footnote     {
  82.     margin-top: 0;
  83. }
  84.  
  85.  
  86. /* ----------------------------- Bibliography -------------------------- */
  87.  
  88. UL.biblio     {
  89.     list-style: none;
  90. }
  91.  
  92. /* ------------------------------- Typefaces --------------------------- */
  93.  
  94. EM.em        {
  95.     font-weight: normal;
  96. }
  97.  
  98. I.it        {
  99.     font-weight: normal;
  100. }
  101.  
  102. TT.tt        {
  103.     font-weight: bold;
  104.     font-family: courier, monospace;
  105. }
  106.  
  107. TT.tti        {
  108.     font-weight: normal;
  109.     font-family: courier, monotype;
  110.     fontstyle: italics;
  111. }
  112.  
  113. I.sl        {
  114.     font-weight: normal;
  115.     font-family: helvetica; 
  116.     fontstyle: oblique; 
  117.     font-size: 95%;
  118. }
  119.  
  120. CODE.cmd    {
  121.     font-weight: bold;
  122.     font-family: courier, monospace;
  123. }
  124.  
  125. STRONG.bf    {
  126.     font-weight: bold;
  127. }
  128.  
  129. /* --------------------------- Custom typefaces ------------------------ */
  130.  
  131. EM.ftit         {
  132.     font-weight: normal;
  133. }
  134.  
  135. TT.fttt         {
  136.     font-weight: bold;
  137. }
  138.  
  139. TT.ftrm         {
  140.     font-weight: normal;
  141. }
  142.  
  143. TT.ftti         {
  144.     font-weight: normal;
  145.     fontstyle: oblique
  146. }
  147.  
  148. I.ftsl        {
  149.     font-weight: normal;
  150.     font-family: helvetica; 
  151.     fontstyle: oblique; 
  152. }
  153.  
  154. STRONG.ftbf    {
  155.     font-weight: bold;
  156. }
  157.  
  158. /* ------------------------------- Priklad --------------------------- */
  159.  
  160. TABLE.priklad     {}
  161.  
  162. TR.priklad     {}
  163.  
  164. TH.priklad     {
  165.     background-color: #99A0FD;
  166. }
  167.  
  168. TD.priklad     {
  169.     background-color: #E9E9E9;
  170. }
  171.  
  172. /* --------------------------- Custom verbatim ----------------------- */
  173.  
  174. PRE.begtt    {
  175.     font-weight: bold;
  176. }
  177.