home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / onara.zip / onara / lib / junit.jar / stylesheet.css
Cascading Style Sheet File  |  2002-03-30  |  1KB  |  26 lines

  1. /* Javadoc style sheet */
  2. /* makes unvisted linkes red (red bad) */
  3. A {color:red;}
  4. /* makes visted linkes the same green as the toolbar (green good) */
  5. A:visited {color:#03A35D;}            
  6. /* Define colors, fonts and other style attributes here to override the defaults  */
  7. /* Page background color */
  8. body { background-color: #FFFFFF }
  9. /* Table colors */
  10. .TableHeadingColor     { background: #03A35D} /* Green */
  11. .TableSubHeadingColor  { background: #03A35D } /* Green */
  12. .TableRowColor         { background: #FFFFFF } /* White */
  13. /* Font used in left-hand frame lists */
  14. .FrameTitleFont   { font-size: normal; font-family: normal }
  15. .FrameHeadingFont { font-size: normal; font-family: normal }
  16. .FrameItemFont    { font-size: normal; font-family: normal }
  17. /* Example of smaller, sans-serif font in frames */
  18. /* .FrameItemFont  { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
  19. /* Navigation bar fonts and colors */
  20. .NavBarCell1    { background-color:#03A35D;}/* Green */
  21. .NavBarCell1Rev { background-color:#006400;}/* Dark green */
  22. .NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
  23. .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
  24. .NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
  25. .NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
  26.