home *** CD-ROM | disk | FTP | other *** search
/ ftp6.securdisc.net / ftp6.securdisc.net.tar / ftp6.securdisc.net / InCDReader_Fra.chm / htm / allbrowsers.css < prev    next >
Cascading Style Sheet File  |  2007-06-27  |  6KB  |  230 lines

  1. BODY {
  2.   background: #FFFFFF url(swusch.gif) right top no-repeat;
  3.   font-family: Arial, Helvetica, sans-serif; 
  4.   font-size: 10pt; 
  5.   color: #000000;
  6. }
  7.  
  8. H1 {
  9.   font-size: 24pt;
  10.   margin-top: 12pt;
  11. }
  12.  
  13. H2, H3, H4 {
  14.   font-size: 14pt;
  15.   margin-top: 14pt;
  16.   font-weight: bold;
  17.   margin-right: 40px;
  18.   line-height: 140%;
  19. }
  20.  
  21. H5 {
  22.   font-size: 12pt;
  23.   margin-top: 16pt;
  24. }
  25.  
  26. P.List { margin-left: 2em; }
  27. P.List-2 { margin-left: 4em; margin-top: 0.5em; }
  28.  
  29. OL.List, OL.Handlungsschritt { display: list-item; font-size: 10pt; list-style-type: decimal; }
  30. OL.List LI, OL.Handlungsschritt LI { margin-bottom: 0.5em; }
  31. OL.List-2 { list-style-type: upper-Alpha; margin-top: 0.35em; font-size: 10pt; } /*This rule should not be needed, as all list-2 lists should be nested within an OL or UL; it's put here just in case the HTML generation doesn't properly nest the 2nd level list. */
  32.  
  33. UL.List { display: list-item; font-size: 10pt; } 
  34. UL.List-2 { list-style-type: square; margin-top: 0.35em; font-size: 10pt; } /*This rule should not be needed, as all list-2 lists should be nested within an OL or UL; it's put here just in case the HTML generation doesn't properly nest the 2nd level list. */
  35.  
  36. OL UL.List-2 { list-style-type: square; margin-top: 0.35em; }
  37. UL UL.List-2 { list-style-type: square; margin-top: 0.35em; }
  38. OL OL.List-2 { list-style-type: upper-Alpha; margin-top: 0.35em; }
  39. UL OL.List-2 { list-style-type: upper-Alpha; margin-top: 0.35em; }
  40.  
  41. TD.TableList { font-size: 9pt; background-color: #eeeeee; margin-top: .25em; margin-right: .25em; margin-bottom: .25em; margin-left: .25em; } 
  42. TD.TableList OL.TableList { font-size: 9pt; list-style-position: outside; list-style-type: decimal; }
  43. TD.TableList UL.TableList { font-size: 9pt; list-style-position: outside; list-style-type: disc; }
  44.  
  45. TD.List { font-size: 9pt; background-color: #eeeeee; margin-top: .25em; margin-right: .25em; margin-bottom: .25em; margin-left: .25em; } 
  46. TD.List OL.List { font-size: 9pt; }
  47. TD.List UL.List { font-size: 9pt; list-style-position: outside; list-style-type: disc; }
  48.  
  49. .TableList { font-size: 9pt; list-style-position: outside; list-style-type: disc; }
  50.  
  51. .Body-Text { line-height: 14pt; margin-top: 5pt; font-size: 10pt; }
  52. .Figures { font-size: 9pt; font-weight: bold; }
  53. .Figures-Table { font-size: 9pt; font-weight: bold; }
  54. code { font-family: "Courier New", Courier, mono; margin-left: 0.5in; }
  55. .RelatedHead { font-size: 11pt; font-weight: bold; color: blue; }
  56. .Jump-from-List { text-decoration: underline; }
  57.  
  58. .GlossaryTerm { font-size: 11pt; margin-top: 2pt; font-style: italic; }
  59. .TOCTitle { font-size: 24pt; margin-top: 9pt; }
  60. .Definition { line-height: 14pt; margin-top: 5.75pt; font-style: italic; }
  61. .toc-1 { font-size: 14pt; margin-top: 12pt; }
  62. .Keyword-Link { font-size: 11pt; color: blue; padding-top: 1pt; }
  63. .Source { font-family: "Courier New", Courier, mono; margin-top: 0px; margin-left: 0.5in; }
  64. .Jump-Base { text-decoration: underline; margin-top: 0pt; }
  65. .Jump { text-decoration: underline; }
  66. .Jump-from-Contents { text-decoration: underline; margin-top: 1pt; font-size: 11pt; font-weight: bold; }
  67. .Note { margin-top: 9pt; margin-bottom: 9pt; padding-top: 1px; padding-bottom: 1px; border-color: #000000 black; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; }
  68. .toc-2 { font-size: 11pt; text-decoration: underline; margin-top: 3pt; }
  69. .toc-3 { }
  70. .toc-4 { margin-right: 0.5in; margin-left: 1.5in; }
  71. pre { font-family: "Courier New", Courier, mono; margin-left: 0.5in; }
  72.  
  73. /*
  74. .heading-2 { font-size:14pt; margin-top: 9pt;  font-weight: bold; }
  75. .heading-3 { font-size:14pt; margin-top: 9pt;  font-weight: bold; }
  76. .heading-4 { font-size:14pt; margin-top: 9pt;  font-weight: bold; }
  77. */
  78.  
  79. .TableText, .Hinweis_▄berschrift, .Warnung_▄berschrift, .Warnung_Text, .Hinweis_Text, .Funktionsbeschreibung_Textreferenz, .Funktionsbeschreibung_Funktion {  
  80.   font-size: 9pt;
  81.   margin-top: .25em;
  82.   margin-right: .25em;
  83.   margin-bottom: .25em;
  84.   margin-left: .25em
  85. }
  86.  
  87. .Funktionsbeschreibung_Funktion {
  88.   background-color: #F5F5F5; 
  89. }
  90.  
  91. .TableHeading {
  92.   font-size: 9pt;
  93.   margin-top: .25px;
  94.   margin-right: .25px;
  95.   margin-bottom: .25px;
  96.   margin-left: .25px;
  97.   font-weight: bold;
  98. }
  99.  
  100. .tableBorder {
  101.   border: 3px double;
  102. }
  103.  
  104. P, TD {
  105.   font-family: Arial, Helvetica, sans-serif; 
  106.   font-size: 9pt;
  107. }
  108.  
  109. P {
  110.   margin-right: 40px;
  111. }
  112.  
  113. .Illustrationsbeschriftung, .Caption {  
  114.   font-family: Arial, Helvetica, sans-serif; 
  115.   font-size: 9pt; 
  116.   font-style: italic; 
  117.   margin-bottom: 1em;
  118. }
  119.  
  120. .Handlungsziel, .Handlungsvoraussetzung-A { 
  121.   margin-bottom: 1em; 
  122. }
  123.  
  124. A:link {
  125.   color: #CC0000;
  126. }
  127.  
  128. A:visited {
  129.   color: #8C0000;
  130. }
  131.  
  132. HR { 
  133.   color: #CC0000;
  134.   height: 2px;
  135.   border-bottom: 1px solid black;
  136. }
  137.  
  138. .Bild, .Picture, .Illustrationsbeschriftung {
  139.   text-align: center;
  140. }
  141.  
  142. .Bild IMG, .Picture IMG {
  143.   border: 2px solid #CC0000;
  144. }
  145.  
  146. UL {
  147.   list-style-type: square;
  148. }
  149.  
  150. UL LI { 
  151.   color: #CC0000;
  152. }
  153.  
  154. UL LI SPAN { 
  155.   color: black;
  156. }
  157.  
  158. UL.Intermediate-Result, UL.Zwischenschritt, UL.Zwischenergebnis {
  159.   list-style-image:url(interimresultarrow.gif);
  160.   margin-left: 0em;
  161.   padding-left: 0.5em;
  162. }
  163.  
  164. UL.Intermediate-Result OL {
  165.   margin-left: 0.5em;
  166.   list-style-image:url(none);
  167. }
  168.  
  169. UL.Intermediate-Result LI, UL.Zwischenschritt LI, UL.Zwischenergebnis LI {
  170.   margin-left: 1.2em;
  171.   padding-left: 1em;
  172. }
  173.  
  174. OL.Numbered-List-2 {
  175.   margin-left: 4.6em;
  176. }
  177.  
  178. UL.Intermediate-Result OL LI {
  179.   maring-left: 1em;
  180.   padding-left: 0;
  181. }
  182.  
  183. UL.Result, UL.Ergebnis, UL.solution {
  184.   list-style-image:url(resultarrow.gif);
  185.   font-weight: bold;
  186. }
  187.  
  188. UL.Result LI, UL.Ergebnis LI, UL.solution LI {
  189.   margin-left: -1em;
  190.   padding-left: 1em;
  191. }
  192.  
  193. UL.Handlungsvoraussetzung-B { 
  194.   list-style-type: square;
  195. }
  196.  
  197. OL LI:first-letter {
  198.   font-size: 12pt;
  199.   font-weight: bold;
  200.   color: #CC0000;
  201. }
  202.  
  203. OL LI SPAN {
  204.   font-size: 9pt;
  205.   font-weight: normal;
  206.   color: black;
  207. }
  208.  
  209. IMG#Previous {
  210.   float: left;
  211.   margin-left: 10px;
  212. }
  213.  
  214. IMG#Next {
  215.   float: right;
  216.   margin-right: 10px;
  217. }
  218.  
  219. /*
  220. TABLE {
  221.   border-spacing: 0 0;
  222.   margin: 0;
  223. }
  224.  
  225. TD.TableText, TD.TableHeading {
  226.   border:1px solid #CC0000;
  227.   padding: 0;
  228.   margin: 0;
  229. }
  230. */