home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278584_manualloose100pc.css < prev    next >
Cascading Style Sheet File  |  2004-02-09  |  3KB  |  155 lines

  1. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2.  * manual.css - no sidebar, 100% normal font height
  3.  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  4.  
  5. /* Copyright 2002-2004 The Apache Software Foundation
  6.  *
  7.  * Licensed under the Apache License, Version 2.0 (the "License");
  8.  * you may not use this file except in compliance with the License.
  9.  * You may obtain a copy of the License at
  10.  *
  11.  *     http://www.apache.org/licenses/LICENSE-2.0
  12.  *
  13.  * Unless required by applicable law or agreed to in writing, software
  14.  * distributed under the License is distributed on an "AS IS" BASIS,
  15.  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16.  * See the License for the specific language governing permissions and
  17.  * limitations under the License.
  18.  */
  19.  
  20. /* import the main CSS, so we
  21.  * have to adjust only a few things
  22.  */
  23. @import url(manual.css);
  24.  
  25. html {
  26.     font-size: 100%;
  27. }
  28.  
  29. /* "sidebar" background is white here */
  30. div#quickview a:hover,
  31. div#quickview a:active {
  32.     background-color: #f0f0f0;
  33.     color: #0073c7;
  34. }
  35.  
  36. div#quickview code.module a:hover,
  37. div#quickview code.module a:active {
  38.     background-color: #f0f0f0;
  39.     color: #8b4513;
  40. }
  41.  
  42. div#quickview code.directive a:hover,
  43. div#quickview code.directive a:active {
  44.     background-color: #f0f0f0;
  45.     color: #287f00;
  46. }
  47.  
  48. h1 {
  49.     font-size: 1.5em;
  50. }
  51.  
  52. h2 {
  53.     font-size: 1.2em;
  54. }
  55.  
  56. .category h2 {
  57.     font-size: 1em;
  58. }
  59.  
  60. h3 {
  61.     font-size: 1.1em;
  62. }
  63.  
  64. h4 {
  65.     font-size: 1em;
  66. }
  67.  
  68. div.example h3,
  69. div.note h3,
  70. div.warning h3 {
  71.     font-size: 1em;
  72. }
  73.  
  74. div#quickview h3,
  75. div#quickview h3.directives {
  76.     margin: 1em 0 0.3em 0;
  77.     font-size: 1.1em;
  78. }
  79.  
  80. div#quickview h3.directives {
  81.     margin-top: 0;
  82. }
  83.  
  84. div#quickview li {
  85.     font-size: 1em;
  86. }
  87.  
  88. div#quickview ul {
  89.     margin-bottom: 1em;
  90. }
  91.  
  92. div#quickview ul#toc {
  93.     margin-left: 0;
  94. }
  95.  
  96. div#quickview li img {
  97.     display: inline;
  98.     margin-right: 19px;
  99. }
  100.  
  101. #module-index div#quickview ul#toc,
  102. #manual-page div#quickview ul#toc,
  103. div#quickview #topics {
  104.     padding-left: 0;
  105. }
  106.  
  107. div#quickview .seealso {
  108.     padding-left: 34px;
  109. }
  110.  
  111. #module-index div#quickview ul#toc li,
  112. #manual-page div#quickview ul#toc li,
  113. div#quickview #topics li,
  114. div#quickview .seealso li {
  115.     margin: 0;
  116.     list-style-type: none;
  117. }
  118.  
  119. div#page-header p.menu,
  120. div#path,
  121. div#footer {
  122.     font-size: smaller;
  123. }
  124.  
  125. div#quickview {
  126.     position: static;
  127.     margin: 0 0 1em 30px;
  128.     padding: 0;
  129.     width: auto;
  130.     background-color: #fff;
  131. }
  132.  
  133. div#page-content {
  134.     margin-right: 0;
  135.     padding-right: 0;
  136. }
  137.  
  138. div.example pre,
  139. div.example p > code {
  140.     font-size: 0.9em;
  141. }
  142.  
  143. div.note pre,
  144. div.warning pre {
  145.     font-size: 0.9em;
  146. }
  147.  
  148. table.qref td.descr {
  149.     font-size: 0.9em;
  150. }
  151.  
  152. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  153.  * -> The End <-
  154.  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  155.