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 / slides.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-07-12  |  1.7 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. #main {
  17.         border: none;
  18.         font-size: 20pt;
  19.         line-height: 24pt;
  20.         font-family: Helvetica;
  21.         font-variant: normal;
  22.         font-style: normal;
  23.         font-stretch: normal;
  24.         font-size-adjust: none
  25.         padding: 0.5em 0.5em 0.5em 0.5em
  26. }
  27.  
  28. P {
  29.         font-family: Helvetica;
  30.         font-size: 16pt;
  31.         padding: 10px 10px 10px 10px;
  32.         margin: 10px 20px 10px 20px;
  33. }
  34.  
  35. P.quote {
  36.         font-family: Helvetica;
  37.         font-size: 16pt;
  38.         font-style: italic;
  39. }
  40.  
  41. PRE {
  42.         font-family: Monospace;
  43.         font-size: 14pt;
  44.         padding: 0px 0px 0px 50px;
  45. }
  46.  
  47. H1 {
  48.         font-family: Helvetica;
  49.         font-size: 34pt;
  50.         line-height: 36pt;
  51.         text-align: center;
  52.         padding: 30px 10px 10px 10px;
  53. }
  54.  
  55. H3 {
  56.         font-family: Helvetica;
  57.         font-size: 20pt;
  58.         line-height: 24pt;
  59.         text-align: center;
  60.         font-weight: lighter;
  61.         font-style: normal
  62. }
  63.  
  64. UL {
  65.         font-family: Helvetica;
  66.         font-size: 20pt;
  67.         line-height: 35pt;
  68.         margin: 30px 100px 30px 50px;
  69. }
  70.  
  71. A:link { color: #0000A0 }
  72. A:visited { color: #A00000 }
  73. A:active { color: #00A000 }
  74.