home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / javadoc.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-07-12  |  1.7 KB  |  53 lines

  1. /*
  2. * Copyright 1999-2004 The Apache Software Foundation
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. *     http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. /* Apache Javadoc style sheet */
  17.  
  18. /* Page background color */
  19. body { background-color: #FFFFFF; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px }
  20.  
  21. /* Links */
  22. a:link    { color: #0F3660 }
  23. a:visited { color: #008800 }
  24. a:active  { font-weight: bold }
  25. a:hover   { color: #880000; }
  26.  
  27. /* Fix HTML markup */
  28. h2 { font-size: 20px }
  29. table { font-size: 12px }
  30. .NavBarCell1 font b { font-size: 12px }
  31. .NavBarCell2 font b { font-size: 10px }
  32. .NavBarCell3 font b { font-size: 12px }
  33. font b { font-size: 18px; }
  34.  
  35. /* Table colors */
  36. .TableHeadingColor     { background: #E0E0E0; }
  37. .TableSubHeadingColor  { background: #F0F0F0; }
  38. .TableRowColor         { background: #F9F9F9; }
  39.  
  40. /* Navigation bar fonts and colors */
  41. .NavBarCell1    { background-color:#D0D0D0;}
  42. .NavBarCell1Rev { background-color:#A0A0A0;}
  43. .NavBarFont1    { font-size: 12px; }
  44. .NavBarFont1Rev { font-size: 12px; }
  45. .NavBarCell2    { background-color:#E0E0E0;}
  46. .NavBarCell3    { background-color:#F0F0F0;}
  47.  
  48. /* Font used in left-hand frame lists */
  49. .FrameTitleFont   { font-size: 10px; }
  50. .FrameHeadingFont { font-size: 16px; font-weight: bold; }
  51. .FrameItemFont    { font-size: 12px; }
  52.  
  53.