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 / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-07-12  |  1.5 KB  |  74 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. body {
  17.     font-family: "Times New Roman", Times, serif;
  18.     font-style: normal;
  19.     color: #000000;
  20.     background-color: #FFFFFF;
  21. }
  22.  
  23. h1 {
  24.     font-family: Arial, Helvetica, sans-serif;
  25.     color: #0033CC
  26. }
  27.  
  28. h2 {
  29.     font-family: Arial, Helvetica, sans-serif;
  30.     color: #0033CC
  31. }
  32.  
  33. h3 {
  34.     font-family: Arial, Helvetica, sans-serif;
  35.     color: #0033CC
  36. }
  37.  
  38. b {
  39.     font-weight: bold;
  40. }
  41.  
  42. .code {
  43.     font-family: Courier, mono;
  44. }
  45.  
  46. .codeblock {
  47.     font-family: Courier, mono;
  48. }
  49.  
  50. .navheading {
  51.     font-family: Arial, Helvetica, sans-serif;
  52.     font-weight: bold;
  53.     color: #0033CC
  54. }
  55.  
  56. .navitem {
  57.     font-family: "Times New Roman", Times, serif;
  58.     margin-left: 10pt;
  59.     color: #000000
  60. }
  61.  
  62. .itemdef {
  63.     font-family: "Times New Roman", Times, serif;
  64.     font-size: smaller;
  65.     color: #000000
  66. }
  67.  
  68. .fineprint {
  69.     font-family: Arial, Helvetica, sans-serif;
  70.     font-size: smaller;
  71.     color: #000000
  72. }
  73.  
  74.