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 / simple.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-07-12  |  1.3 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.     background: white fixed no-repeat left top; 
  18.     color: black; 
  19.     font-family: sans-serif; 
  20.     margin: 2em 1em 2em 1em;
  21. }
  22.  
  23. h1 {
  24.     text-align: left;
  25.     color: #005a9c;
  26.     font: 170% sans-serif;
  27. }
  28.  
  29. h2 {
  30.     text-align: left;
  31.     color: #005a9c;
  32.     font: 140% sans-serif;
  33. }
  34.  
  35. h3 {
  36.     text-align: left;
  37.     color: #005a9c;
  38.     font: 120% sans-serif;
  39. }
  40.  
  41. h4 {
  42.     text-align: left;
  43.     color: #005a9c;
  44.     font: bold 100% sans-serif;
  45. }
  46.  
  47. #main-panel {}
  48. #side-bar {}
  49. #content-panel {}
  50.  
  51. #s1
  52. #s2
  53. #s3
  54. #s4
  55.  
  56. p {
  57.         padding: 10px 10px 10px 10px;
  58.         margin: 10px 20px 10px 20px;
  59.         text-align: justify;
  60. }
  61.  
  62. p.note {
  63.         font-style: italic;
  64. }
  65.  
  66. p.source {
  67.     font-family: monospace;
  68. }
  69.  
  70. a:link { color: #005a9c }
  71. a:visited { color: #a00000 }
  72. a:active { color: #00a000 }
  73. a:hover { background: #ffa }
  74.