home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / internet / kosek / xml / dboscon / browser / slides.css next >
Encoding:
Cascading Style Sheet File  |  2001-07-29  |  3.5 KB  |  116 lines

  1. .slidesinfo           { text-align: center }
  2. .slidesinfo h1.title  { color: blue;
  3.                         font-family: Arial;
  4.                         font-weight: bold;
  5.                       }
  6. .slidesinfo h1.author { color: green;
  7.                       }
  8.  
  9. .section   h1.title   { text-align: center;
  10.                         color: red;
  11.                         font-family: Arial;
  12.                       }
  13. .foil                 { font-family: sans-serif;
  14.                         font-size: 14pt;
  15.                         font-weight: bold;
  16.                       }
  17. .foil      h1.title   { text-align: center;
  18.                         color: blue;
  19.                         font-family: Arial;
  20.             padding-top: 0pt;
  21.             margin-top: 0pt;
  22.                       }
  23. .foil      h2.subtitle   { text-align: center;
  24.                         color: blue;
  25.                         font-family: Arial;
  26.             padding-top: 0pt;
  27.             margin-top: 0pt;
  28.                       }
  29.  
  30. .mediaobject          { text-align: center;
  31.                       }
  32.  
  33. /* ====================================================================== */
  34.  
  35. span.navheader        { font-family: sans-serif;
  36.                         font-size: 10pt;
  37.                         font-weight: bold;
  38.                         color: black;
  39.                       }
  40.  
  41. span.navfooter        { font-family: sans-serif;
  42.                         font-size: 8pt;
  43.                       }
  44.  
  45. /* ====================================================================== */
  46.  
  47. .toc                  { font-weight: bold;
  48.                         font-size: 10pt;
  49.                       }
  50.  
  51. .toc a                { text-decoration: none; }
  52. .toc a:link           { color: blue; }
  53. .toc a:visited        { color: blue; }
  54.  
  55. .toc .toc-section a         { color: red; }
  56. .toc .toc-section a:link    { color: red; }
  57. .toc .toc-section a:visited { color: red; }
  58.  
  59. .toc .toc-titlefoil a         { color: black; }
  60. .toc .toc-titlefoil a:link    { color: black; }
  61. .toc .toc-titlefoil a:visited { color: black; }
  62.  
  63. .toc .toc-foil a         { color: blue; }
  64. .toc .toc-foil a:link    { color: blue; }
  65. .toc .toc-foil a:visited { color: blue; }
  66.  
  67. .toc-slidesinfo       { font-family: sans-serif;
  68.                         font-weight: bold;
  69.                         text-align: center;
  70.                       }
  71.  
  72. .toc-titlefoil        { font-family: sans-serif;
  73.                         font-weight: bold;
  74.                         text-align: center;
  75.                       }
  76.  
  77. .toc-section          { font-family: sans-serif;
  78.                         margin-left: 0.25in;
  79.                         text-indent: -0.25in;
  80.                     font-weight: bold;
  81.                         color: red;
  82.                       }
  83.  
  84. .toc-foil             { font-family: sans-serif;
  85.                         font-size: 10pt;
  86.                         margin-left: 0.25in;
  87.                         text-indent: -0.4in;
  88.                     font-weight: bold;
  89.                         color: blue;
  90.                       }
  91.  
  92. /* ====================================================================== */
  93.  
  94. .ttoc                 {
  95.                         font-size: 8pt;
  96.             color: white;
  97.                       }
  98.  
  99. .ttoc a               { text-decoration: none; }
  100. .ttoc a:link          { color: white }
  101. .ttoc a:visited       { color: white }
  102.  
  103. .ttoc-title           {
  104.                         font-size: 8pt;
  105.                       }
  106.  
  107. .ttoc-section         {
  108.                         font-size: 8pt;
  109.                       }
  110.  
  111. .ttoc-foil            {
  112.                         font-size: 8pt;
  113.                       }
  114.  
  115. /* ====================================================================== */
  116.