You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
630 B

3 years ago
  1. <!-- for TOC -->
  2. .tocRef A:link {font-family:arial black; font-size:14px;}
  3. .tocRef A:visited {font-family:arial black; font-size:14px;}
  4. .tocRef A:active {font-family:arial black; font-size:14px;}
  5. .tocRef A:hover {font-family:arial black; font-size:14px;}
  6. .tocBgnd {background:#CCCCCC;}
  7. <!-- for page -->
  8. .pgRef A:link { }
  9. .pgRef A:visited { }
  10. .pgRef A:active { }
  11. .pgRef A:hover { }
  12. .pgHeader {background:#E7CF5A;}
  13. .pgBgnd {background:#FFFFFF;}
  14. <!-- for Input ToolTips -->
  15. #tipBox {position: absolute; width: 150px; z-index: 100;border: 1pt black solid; background: white; visibility: hidden;}
  16. .tipBoxCursor {cursor:crosshair;}