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 / tour.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-07-12  |  1.9 KB  |  115 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. /** simple CSS stylesheet for supersonic tour example app */
  18.  
  19. body {
  20.     font-family: Georgia, Verdana, Arial, SansSerif;
  21. }
  22.  
  23. .note {
  24.     font-size: 80%;
  25. }
  26.  
  27. td.navigation {
  28.     font-size: 80%;
  29. }
  30.  
  31. #navigation {
  32.     background: #FFCC00;
  33.     font-size: 80%;
  34.     padding: 0.5em;
  35. }
  36.  
  37. #navigation a {
  38.     color:black;
  39. }
  40.  
  41. #navigation .currentPage,.currentPageHeader {
  42.     font-weight: bold;
  43. }
  44.  
  45. #navigation .currentPage {
  46.     background: #FFFF99;
  47.     padding-left: 0.5em;
  48.     padding-right: 0.5em;
  49. }
  50.  
  51. .oddRow {
  52.     background: #FFFFCC;
  53. }
  54.  
  55. td,th {
  56.     vertical-align: top;
  57.     text-align: left;
  58. }
  59.  
  60. .legend {
  61.     font-style: italic;
  62. }
  63.  
  64. .titleCell {
  65.     font-size: 120%;
  66.     font-weight: bold;
  67. }
  68.  
  69. .links {
  70.     font-size: 80%;
  71.     text-align: right;
  72. }
  73.  
  74. .footer {
  75.     font-size: 80%;
  76.     margin-top: 1em;
  77.     border-top: solid #CCCCCC 1px;
  78.     text-align: right;
  79. }
  80.  
  81. h1 {
  82.     border-bottom: solid red 1px;
  83. }
  84.  
  85. h2 {
  86.     border-bottom: solid #CCCCCC 1px;
  87. }
  88.  
  89. .lineNumber {
  90.     color: #666666;
  91. }
  92.  
  93. .codeFilename {
  94.     font-weight: bold;
  95.     text-align: right;
  96.     text-style: italic;
  97. }
  98.  
  99. .code {
  100.     font-family: courier, monospaced;
  101.     font-size: 90%;
  102.     background: #FFFFCC;
  103.     margin-top: 1em;
  104.     padding: 2px;
  105. }
  106.  
  107. .codeIndent {
  108.     margin-left: 1em;
  109. }
  110.  
  111. .copyright {
  112.     font-size: 80%;
  113.     text-align: right;
  114. }
  115.