home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / apache_2.2.8-win32-x86-no_ssl.msi / Data1.cab / _7CBE93E11AAA2F425895E74A707399B0 < prev    next >
Text File  |  2006-07-11  |  3KB  |  156 lines

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