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 / main.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-07-12  |  2.0 KB  |  70 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 { background-color: white; color: black; font-family: verdana, helvetica, arial, sans-serif; font-size: 80%; }
  17.  
  18. h1 { color: #336699; text-align: center; font-size: 3em; padding-bottom: 10px; margin: 0px; }
  19. h2 { color: #336699; }
  20. h3 { color: #336699; }
  21. h4 { color: #336699; }
  22.  
  23. a:link { color: #336699; }
  24. a:visited { color: #800080; }
  25. a:hover { color: #800080; background-color: #ffff80; }
  26. a:active { color: #006666; }
  27.  
  28. img { border: 0; }
  29. .figure { text-align: center; }
  30.  
  31. span.year { color: #336699; }
  32.  
  33. p.copyright { text-align: center; padding-top: 10px; border-width: 1px 0px 0px 0px; border-style: solid; border-color: #336699; }
  34. p.author { color: #336699; padding-bottom: 10px; }
  35. p.block { text-align: center; }
  36.  
  37. hr { height: 0px; color: #336699; }
  38.  
  39. span.description { color: #336699; font-weight: bold; }
  40. span.switch { cursor: pointer; margin-left: 5px; text-decoration: underline; }
  41.  
  42. /* Samples */
  43.  
  44. /* background-color: #ffffcc; would make the groups even more visible but it's a bit heavy IMHO */
  45. .samplesGroup {
  46.     color: black;
  47.     border-width: 0px 0px 1px 1px;
  48.     border-style: solid;
  49.     border-color: #336699;
  50.     font-size:120%;
  51.     padding-left: 0.2em;
  52.     padding-top: 0.2em;
  53.     padding-bottom: 0.2em;
  54.     margin-top: 1em;
  55.     margin-bottom: 0;
  56. }
  57.  
  58. .samplesNote {
  59.     color: #333333;
  60.     margin: 0.5em;
  61.     padding: 0.2em;
  62.     background-color: #ffffcc;
  63.     font-style: italic;
  64. }
  65.  
  66. .samplesText {
  67.     margin-top: 0.2em;
  68. }
  69.  
  70.