home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 May / PCWorld_2008-05_cd.bin / temacd / abakt / abakt-0.9.5.exe / Help / it / Abakt.chm / abakt_manual.css < prev    next >
Cascading Style Sheet File  |  2006-10-14  |  4KB  |  211 lines

  1. body {
  2.     background-color : #fcfcff;
  3.     color : #000044;
  4.     font-family: verdana,arial,Helvetica;
  5.     font-size: 12px;
  6.     margin-top: 0px;
  7.     margin-left: 10px;
  8. }
  9.  
  10. a {
  11.     text-decoration:none;
  12.     color : #2020c0;
  13. }
  14. a:hover  {
  15.     color : #0000ff;
  16.     text-decoration : underline;
  17. }
  18.  
  19. td {
  20.     font-size : 12px;
  21.     font-family : verdana,arial,Helvetica;
  22. }
  23. p {
  24.     font-size : 12px;
  25.     font-family : verdana,arial,Helvetica;
  26.     margin-top: 0px;
  27.     margin-bottom: 12px;
  28. }
  29.  
  30. .navigation {
  31.     font-family : verdana,arial,Helvetica;
  32.     text-align:left;
  33.     font-size : 10px;
  34.     font-weight : bold;
  35.     color: #000000;
  36.     background-color: #F0F0F0;
  37.     border:1px solid silver;
  38.     -moz-border-radius: 12pt;
  39.     padding-left:10px;
  40.     margin-right:10px;
  41.     height:20px;
  42.     padding-top:3px;
  43. }
  44. .section-heading-1 {
  45.     vertical-align:bottom;
  46.     font-family: verdana,arial,Helvetica;
  47.     text-align:left;
  48.     text-indent : 5px;
  49.     font-size : 18px;
  50.     font-weight : bold;
  51.     Xcolor : #ffffc0;        // does not work with AurigaDoc 1.3
  52.     Xbackground-color : #4040a0;    // does not work with AurigaDoc 1.3
  53.     border-color : #a0a0d0;
  54.     border-width : 3px;
  55.     border-style : double;
  56.     margin-top : 16px;
  57.     margin-bottom : 8px;
  58.     padding : 5px;
  59. }
  60. .section-heading-2, .section-heading-3, .section-heading-4 {
  61.     font-family: verdana,arial,Helvetica;
  62.     text-align:left;
  63.     text-indent : 5px;
  64.     font-size : 18px;
  65.     font-weight : bold;
  66.     Xcolor : #ffffc0;        // does not work with AurigaDoc 1.3
  67.     Xbackground-color : #4040a0;    // does not work with AurigaDoc 1.3
  68.     border-color : #a0a0d0;
  69.     border-width : 3px;
  70.     border-style : double;
  71.     margin-top : 16px;
  72.     margin-bottom : 8px;
  73.     padding : 5px;
  74. }
  75.  
  76. .section-body-1 {
  77.     font-family : verdana,arial,Helvetica;
  78.     text-align:left;
  79.     margin-left: 10px;
  80. }
  81. .section-body-2, .section-body-3, .section-body-4 {
  82.     font-family: verdana,arial,Helvetica;
  83.     text-align:left;
  84.     margin-left: 10px;
  85. }
  86.  
  87. .document-footer {
  88.     font-family: verdana,arial,Helvetica;
  89.     text-align:right;
  90.     font-size: 8px;
  91. }
  92. .document-header {
  93.     font-family: verdana,arial,Helvetica;
  94.     font-size : 24px;
  95.     color : #6060c0;
  96.     font-weight: bold;
  97. }
  98. .document-title {
  99.     font-family: verdana,arial,Helvetica;
  100.     text-align: left;
  101.     font-size : 22px;
  102.     font-weight : bold;
  103.     color: gray;
  104. }
  105. .document-attributes {
  106.     font-family : verdana,arial,Helvetica;
  107.     text-align: left;
  108.     font-size : 12px;
  109.     color: #000000;
  110. }
  111. .attribute-name {
  112.     font-weight:bold;
  113. }
  114. .attribute-value {
  115. }
  116. .page-break {
  117.     page-break-before:always;
  118. }
  119. .note {
  120.     color : #a02244;
  121. }
  122. div.note:before {
  123.     content: url('bulb.png');
  124. }
  125. .index-heading {
  126.     font-size:14px;
  127. }
  128. .index-list {
  129.     padding-left:15px;
  130. }
  131. .index-item {
  132.     text-decoration:underline;
  133. }
  134. ul.image-bullet {
  135.     list-style-image:url('bullet.gif');
  136. }
  137. code {
  138.     margin-top: 0px;
  139.     margin-bottom: 0px;
  140. }
  141. pre {
  142.     margin-top: 0px;
  143.     margin-bottom: 0px;
  144. }
  145. .page-header {
  146.     margin-top:-10pt;
  147.     margin-right:-10pt;
  148.     margin-left:-10pt;
  149.     space-before:0pt;
  150.     space-after:100pt;
  151.     background-color: #E0E0E0;
  152. }
  153. li.index-item {
  154.     list-style-image:url('bullet.gif');
  155. }
  156.  
  157.  
  158. /* === Abakt's Custom CSS: === */
  159.  
  160. /* large header (box) */
  161. .head  {
  162.     color : #000044;
  163.     Xbackground-color :#e8ecf8;
  164.     font-size : 16px;
  165.     font-weight : bold;
  166.     border-width : 1px;
  167.     border-color : #8080a0;
  168.     border-style : solid;
  169.     text-indent : 8px;
  170.     margin: 0px;
  171.     margin-left: -8px;
  172.     margin-top : 24px;
  173.     margin-bottom : 8px;
  174.     padding : 4px;
  175. }
  176.  
  177. /* paragraph header */
  178. .subhead1  {
  179.     color : #000022;
  180.     font-size : 14px;
  181.     font-weight : bold;
  182.     border-width : 0px;
  183.     border-bottom-width : 1px;
  184.     border-color : #a0a0c0;
  185.     border-style : solid;
  186.     margin : 0px;
  187.     margin-top : 18px;
  188.     margin-bottom : 4px;
  189.     padding : 0px;
  190.     padding-bottom : 2px;
  191. }
  192.  
  193. /* small paragraph header */
  194. .subhead2  {
  195.     color : #222266;
  196.     font-weight : bold;
  197.     border-width : 0px;
  198.     border-bottom-width : 1px;
  199.     border-color : #c0c0f0;
  200.     border-style : groove;
  201.     margin : 0px;
  202.     margin-top : 14px;
  203.     margin-bottom : 2px;
  204.     padding : 0px;
  205.     padding-bottom : 2px;
  206. }
  207.  
  208. .indent1  {
  209.    margin-left : 20px;
  210. }
  211.