stylesheet.css 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* Javadoc style sheet */
  2. /* Define colors, fonts and other style attributes here to override the defaults */
  3. /* Page background color */
  4. body { background-color: #FFFFFF; color:#000000 }
  5. /*
  6. #B0DAFF Light blue text
  7. #1279C6 Blue background
  8. #04469D Darker blue background
  9. #E86F00 Orange Text
  10. #F1F1F1 Ligher gray
  11. */
  12. /* Headings */
  13. h1 { font-size: 145%; color:#E86F00; }
  14. h2 { font-size: 145%; color:#E86F00; }
  15. /* Links */
  16. a:link{color:#1279C6; text-decoration:none; }
  17. a:visited {color:#1279C6; text-decoration:none; }
  18. /*a:focus {font-weight:bold; color:#04469D; text-decoration:underline; }*/
  19. a:hover {font-weight:bold; color:#1279C6; text-decoration:underline; }
  20. /* HR and table borders*/
  21. hr{border-style: solid; }
  22. table{border-style: solid; }
  23. th{border-style: none; }
  24. /* Table colors */
  25. .TableHeadingColor { background: #1279C6; color:#FFFFFF; }
  26. .TableSubHeadingColor { background: #1279C6; color:#FFFFFF; }
  27. .TableRowColor { background: #FFFFFF; color:#000000; }
  28. /* Font used in left-hand frame lists */
  29. .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#E86F00 }
  30. .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#E86F00 }
  31. .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#E86F00 }
  32. /* Navigation bar fonts and colors */
  33. .NavBarCell1 { background-color:#1279C6; color:#000000}
  34. .NavBarCell1Rev { background-color:#04469D; color:#FFFFFF}
  35. .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
  36. .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
  37. .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
  38. .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}