home *** CD-ROM | disk | FTP | other *** search
/ Freelog 52 / Freelog052.iso / Dossier / OpenOffice / f_0034 / highcontrastwhite.css < prev    next >
Cascading Style Sheet File  |  2003-01-21  |  7KB  |  162 lines

  1. /*
  2. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  3. +                          STAROFFICE 6.0 HELP                      +
  4. +                    HIGH CONTRAST WHITE STYLESHEET                 +
  5. +                           WESTERN LANGUAGES                       +
  6. +-------------------------------------------------------------------+
  7. + This stylesheet defines the appearance of the online help files.  +
  8. + It is language dependent and located in {installdir}/help/{lang}  +
  9. +-------------------------------------------------------------------+
  10. + (c) 2001 Sun Microsystems, Inc. All Rights Reserved               +
  11. +-------------------------------------------------------------------+
  12. + Last changes: 11-JUL-02 FPE                                       +
  13. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  14. */
  15.  
  16.  
  17. /* Main Styles */
  18. body                       { background: #FFFFFF; }
  19. p                          { 
  20.                              font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans;
  21.                              font-size: 9pt; 
  22.                              color: #000000;
  23.                            }
  24. td                         { 
  25.                              color: #000000;
  26.                              margin-left: 0pt; 
  27.                            }
  28. th                         { color:#000000; 
  29.                              align: left; 
  30.                              margin-left: 0pt; 
  31.                              font-weight:bold;
  32.                            }
  33.  
  34. /* Link styles */
  35.  
  36. .ContentLink               { 
  37.                              color:#000000; 
  38.                              font-weight: bold; 
  39.                              font-decoration: none; 
  40.                            }
  41. .ContentLink:hover         { font-decoration: underline; }
  42.  
  43. /* Style classes simple paragraphs */
  44.  
  45. .Paragraph                 { 
  46.                              margin-left: 0pt;  
  47.                              margin-top: 7pt; 
  48.                              margin-bottom: 7pt;
  49.                            }
  50. .ParaList                  { 
  51.                              margin-left: 20pt; 
  52.                              margin-top: 2pt; 
  53.                              margin-bottom: 2pt; 
  54.                            }
  55. .PropText                  { 
  56.                              font-family: Cumberland,Courier New,Courier; 
  57.                              margin-top: 2pt; 
  58.                              margin-bottom: 2pt; 
  59.                            }
  60.  
  61. /* Style classes headings */
  62.  
  63.  
  64. h1, .Head1                 { 
  65.                              font-family: Arial,Helvetica,Albany,lucidux sans; 
  66.                              color:#000000; 
  67.                              font-size:18pt; 
  68.                              font-weight: bold; 
  69.                              margin-top: 5pt; 
  70.                            }
  71. h2, .Head2                 { 
  72.                              font-family: Arial,Helvetica,Albany,lucidux sans; 
  73.                              color:#000000; 
  74.                              font-size:14pt; 
  75.                              font-weight: bold; 
  76.                              margin-top: 20pt; 
  77.                              margin-bottom: 2pt;
  78.                            }
  79. h3, .Head3                 { 
  80.                              font-family: Arial,Helvetica,Albany,lucidux sans; 
  81.                              color:#000000; 
  82.                              font-size:12pt; 
  83.                              font-weight:bold; 
  84.                              margin-top: 25pt; 
  85.                              margin-bottom: 2pt;
  86.                            } 
  87. h4, .Head4                 { 
  88.                              font-family: Arial,Helvetica,Albany,lucidux sans; 
  89.                              color:#000000; 
  90.                              font-size:10pt; 
  91.                              font-weight:bold; 
  92.                              margin-top: 20pt; 
  93.                              margin-bottom: 2pt;
  94.                            }
  95. h5, .Head5                 { 
  96.                              font-family: Arial,Helvetica,Albany,lucidux sans; 
  97.                              color:#000000; 
  98.                              font-size:10pt; 
  99.                              margin-top: 15pt; 
  100.                              margin-bottom: 2pt;
  101.                            }
  102. h6, .Head6                 { 
  103.                              font-family: Arial,Helvetica,Albany,lucidux sans; 
  104.                              color:#000000; 
  105.                              font-size:10pt; 
  106.                              margin-top: 15pt; 
  107.                              margin-bottom: 2pt;
  108.                            }
  109.  
  110. /* Style classes tables */
  111.  
  112. .TextInTable               { 
  113.                              color:#000000; 
  114.                              align: left; 
  115.                              margin-left: 0pt; 
  116.                            }
  117. .TableHead                 { 
  118.                              color:#000000; 
  119.                              align: left; 
  120.                              font-weight:bold; 
  121.                            }
  122.  
  123. /* Style classes spans */
  124. .emph                      { font-weight: bold; }
  125.  
  126. /* Style classes special context */
  127.  
  128. .tablebg                   { background: #FFFFFF; }
  129. .tableheadbg               { background: #FFFFFF; }
  130. .tabledatabg               { background: #FFFFFF; }
  131.  
  132. .doctitlebg                { background: #FFFFFF; }
  133. .doctablebg                { background: #FFFFFF; }
  134.  
  135. .howtogetheader            { 
  136.                              font-weight: bold; 
  137.                              color: #000000; 
  138.                              background: #FFFFFF; 
  139.                            }
  140. .howtogetbody              { 
  141.                              font-size: 9pt; 
  142.                              color: #000000; 
  143.                              background: #FFFFFF; 
  144.                            }
  145. .howtogetpara              { 
  146.                              font-size: 9pt; 
  147.                              color: #000000; 
  148.                              margin-top: 2pt; 
  149.                              margin-bottom: 2pt;
  150.                            }
  151. .reltop                    { 
  152.                              background: #FFFFFF; 
  153.                              color:#000000; 
  154.                              font-size:10pt; 
  155.                              font-weight:bold; 
  156.                              margin-top: 20pt; 
  157.                              margin-bottom: 2pt;
  158.                            }
  159.  
  160. /* Style classes Webtop context */
  161.  
  162. .ContentCell               { background: #FFFFFF; }