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 / javateach.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-07-12  |  1.8 KB  |  101 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. /**
  17.     CSS stylesheet for javateach
  18.     Main looks inspired from linotype CSS stylesheets
  19. */
  20.  
  21. #content {
  22.     font-family: "georgia", "times", "times new roman", serif;
  23.     height:100%;
  24. }
  25.  
  26. h1 {
  27.     margin-bottom: 0;
  28.     font-variant: small-caps;
  29.     background: transparent;
  30.     font-size: 150%;
  31. }
  32.  
  33. h1.pageTitle {
  34.     font-size: 180%;
  35.     border-bottom: solid red 1px;
  36. }
  37.  
  38. h2 {
  39.     margin-bottom: 0;
  40.     background: transparent;
  41.     font-size: 125%;
  42. }
  43.  
  44. h3 {
  45.     margin-bottom: 0;
  46.     background: transparent;
  47. }
  48.  
  49. a {
  50.     text-decoration: none;
  51.     color: #000;
  52.     border-bottom: 1px dotted #777;
  53.     margin: 0px 2px 0px 2px;
  54.     padding: 1px 1px 1px 1px;
  55. }
  56.  
  57. a:hover {
  58.     border: 1px dotted #000;
  59.     background-color: #eee;
  60.     padding: 1px 2px 1px 2px;
  61.     margin: 0px;
  62. }
  63.  
  64. a:active {
  65.     background-color: #ccc !important;
  66.     position: relative;
  67.     top: 1px;
  68.     left: 1px;
  69.     padding: 1px 2px 1px 2px;
  70.     margin: 0px;
  71. }
  72.  
  73. a:focus {
  74.     border: 1px solid #fff !important;
  75.     background-color: #ccc !important;
  76.     padding: 1px 2px 1px 2px;
  77.     margin: 0px;
  78. }
  79.  
  80. .lineNumber {
  81.     display: inline;
  82.     color: grey;
  83. }
  84.  
  85. pre {
  86.     border: 1px dotted #000;
  87.     padding: 10px;
  88.     margin: 20px;
  89.     font-size: 120%;
  90.     background: #FFFFCC;
  91. }
  92.  
  93. .teachingComments {
  94.     margin-left: 10px;
  95. }
  96.  
  97. .commentLine {
  98.     display: inline;
  99. }
  100.  
  101.