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 / editor_page.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-07-12  |  1.7 KB  |  79 lines

  1. /*
  2. * Copyright 2002-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.     padding: 0px; 
  18.     margin: 0px; 
  19.     border: 0px; 
  20.     cursor: text; 
  21. }
  22.  
  23. a { 
  24.     cursor: text; 
  25. }
  26.  
  27. img {
  28.     border: 1px dotted #ccc;
  29. }
  30.  
  31. hr {
  32.     border: none;
  33.     border-top: 1px solid #888;
  34.     width: 70%;
  35. }
  36.  
  37. .source { 
  38.     font-family: "Monaco", "Lucida Console", monospace; 
  39.     padding: 5px; 
  40.     white-space: -moz-pre-wrap; 
  41. }
  42.  
  43. .body { 
  44.     padding: 5px; 
  45.     margin: 0px; 
  46.     border: 0px 
  47. }
  48.  
  49. .body p { background-color: #eee }
  50. .body p p { background-color: #ddd; }
  51. .body p p p { background-color: #ccc; }
  52.  
  53. .body blockquote { background-color: #eee; }
  54. .body blockquote blockquote { background-color: #ddd; }
  55. .body blockquote blockquote blockquote { background-color: #ccc; }
  56.  
  57. .body ul li { background-color: #eee; }
  58. .body ul ul li { background-color: #ddd; }
  59. .body ul ul ul li { background-color: #ccc; }
  60.  
  61. .body ol li { background-color: #eee; }
  62. .body ol ol li { background-color: #ddd; }
  63. .body ol ol ol li { background-color: #ccc; }
  64.  
  65. .body br:before {
  66.     content: "\21a9";
  67.     font-size: 10px;
  68.     text-style: none;
  69.     color: #888;
  70. }
  71.  
  72. .body h1,h2,h3,h4 {
  73.     background-color: #eee;
  74. }
  75.  
  76. .body img {
  77.     cursor: pointer;
  78. }
  79.