home *** CD-ROM | disk | FTP | other *** search
/ ftp6.securdisc.net / ftp6.securdisc.net.tar / ftp6.securdisc.net / SecurDiscViewer_Plk.chm / css / custom.htmlhelp.css < prev    next >
Cascading Style Sheet File  |  2010-08-08  |  5KB  |  238 lines

  1. /* Settings for node title in page header */
  2.  
  3. .HTMLHelpHeading {
  4.     color:#000000;
  5.     font-family:Arial;
  6.     font-size:16pt;
  7.     font-style:normal;
  8.     font-weight:bold;
  9.     margin-bottom:0;
  10.     margin-left:0;
  11.     margin-top:0;
  12.     margin-right:0;
  13.     overflow:hidden;
  14.     text-align:left;
  15.     text-decoration:none;
  16.     text-indent:0;
  17.     position: absolute;
  18.     top: 60px;
  19.     left: 15px;
  20.     border-bottom: 1px solid #D3D3D3;
  21.     padding-bottom: 25px;
  22.     width: 70%;
  23. }
  24. * html .HTMLHelpHeading {
  25.     width: 120%;
  26. }
  27.  
  28. /* Settings for breadcrumb navigation  */
  29.  
  30. .breadcrumbseparator {
  31.     font-size:8pt;
  32.     color:#808080;
  33. }
  34.  
  35. .breadcrumbtext {
  36.     width: 100%;
  37.     height: 100px;
  38.     font-size:8pt;
  39.     color:#000000;
  40. }
  41.  
  42. /* Settings for link colors */
  43.  
  44. a:visited, a:link, a
  45. {
  46.   color: #000000;
  47.   text-decoration: none;
  48. }
  49.  
  50.  
  51. a:hover, a:active
  52. {
  53.   color: #FF0000;
  54.   text-decoration: none;
  55. }
  56.  
  57.  
  58. .content a, .content a:link, .content a:visited {
  59.     color: #808080;
  60.     text-decoration: none;
  61. }
  62.  
  63. .content a:hover {
  64.     color: #404040;
  65.     text-decoration: underline;
  66. }
  67.  
  68.  
  69. /* Various other settings */
  70.  
  71. .titlePageContent {
  72.     text-align: right;
  73.     margin: -10px;
  74. }
  75.  
  76. #footer
  77. {
  78.     clear: both;
  79.     margin-left: 0px;
  80.     width: 100%;
  81.     min-width: 550px;
  82.     position: fixed; bottom: 0px; left: 0px;
  83.     text-align: center;
  84.     background-color: #FFFFFF;
  85.     font-family:Arial;
  86.     font-size:8pt;
  87. }
  88.  
  89. * html #footer {
  90.     /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  91.     margin-left: 0px;
  92.     position: absolute;
  93.     right: auto; bottom: auto;
  94.     left: expression( ( -20 - footer.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  95.     top: expression( ( 0 - footer.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  96. }
  97.  
  98. #footernavigation
  99. {
  100.     clear: both;
  101.     margin-left: 0px;
  102.     width: 100%;
  103.     height: 50px;
  104.     min-width: 550px;
  105.     background-color: #FFFFFF;
  106.     position: fixed; bottom: 10px; left: 0px;
  107.     border-top: 1px solid #404040;
  108.     text-align: center;
  109.     vertical-align: top;
  110.     background-color: #FFFFFF;
  111. }
  112.  
  113. * html #footernavigation {
  114.     position: absolute;
  115.     /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  116.     margin-left: 0px;
  117.     right: auto; bottom: auto;
  118.     left: expression( ( -20 - footernavigation.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  119.     top: expression( ( 0 - footernavigation.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  120. }
  121.  
  122. .FooterProductName {
  123.     color:#000000;
  124.     font-family:Arial;
  125.     font-size:14pt;
  126.     font-style:normal;
  127.     font-weight:normal;
  128.     margin-bottom:0;
  129.     margin-left:0;
  130.     margin-top:10px;
  131.     overflow:hidden;
  132.     text-align:center;
  133.     text-decoration:none;
  134.     text-indent:0;
  135. }
  136.  
  137. div.headbackground
  138. {
  139.     width: 100%;
  140.     min-width: 500px;
  141.     height: 125px;
  142.     padding: 5px 0 5px 0;
  143.     margin-top:-15px;
  144.     overflow: hidden;
  145.     position:fixed; z-index: 1; left: 0px;
  146.     vertical-align: top;
  147.     text-align: left;
  148.     background-color: #FFFFFF;
  149. }
  150.  
  151. .page{
  152.     padding: 110px 0px 50px;
  153. }
  154.  
  155. .pageStartpage{
  156.     padding: 0px 0px 10px;
  157. }
  158.  
  159. div.company {
  160.     text-align: right;
  161.     background-color: #FFFFFF;
  162. }
  163.  
  164.  
  165. .Info {
  166.     margin-top: 10px;
  167.     padding-bottom: 5px;
  168. }
  169.  
  170. * {
  171.     font-family: arial unicode ms,arial,helvetica,sans-serif;
  172. }
  173.  
  174. div.content > div.Caption {
  175.     font-style: italic;
  176.     padding-left: 10px;
  177.     margin-top: 5px;
  178. }
  179.  
  180. .content > dl.UnorderedList {
  181.     margin-bottom: 15px;
  182. }
  183.  
  184. span.InlineLexiconReference  {
  185.     border-bottom: 1px dotted;
  186.     cursor: help;
  187.     line-height: 14.2pt;
  188. }
  189.  
  190.  
  191. .tooltip
  192. {
  193.     display: none;
  194.     position: fixed;
  195.     background-color: #404040;
  196.     color: white;
  197.     border-color: #000000;
  198.     font-size: 12px;
  199.     padding: 2px;
  200.     border-width: 1px;
  201.     border-style: solid;
  202.     width: 300px;
  203. }
  204.  
  205. .tooltip .head
  206. {
  207.     color: #000000;
  208.     background-color:  #000000;
  209.     padding: 2px;
  210.     text-align: left;
  211. }
  212.  
  213. .tooltip .head table
  214. {
  215.     margin: 2px;
  216.     padding: 0px 1px 0px 1px;
  217. }
  218.  
  219. .tooltip .head table tr td
  220. {
  221.     color: white;
  222.     font-weight: bold;
  223.     padding: 1px 0 1px 0;
  224. }
  225.  
  226.  
  227. .tooltipContent
  228. {
  229.     color: #FFFFFF;
  230.     padding: 2px 4px 2px 4px;
  231. }
  232.  
  233. .tooltipContent *
  234. {
  235.     margin: 0;
  236.     padding: 0;
  237. }
  238.