home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / apache / apache_2.0.45-win32-x86-no_ssl.msi / Data.Cab / F233065_manualloose100pc.css < prev    next >
Cascading Style Sheet File  |  2002-10-15  |  2KB  |  136 lines

  1. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2.  * manual.css - no sidebar, 100% normal font height
  3.  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  4.  
  5. /* import the main CSS, so we
  6.  * have to adjust only a few things
  7.  */
  8. @import url(manual.css);
  9.  
  10. html {
  11.     font-size: 100%;
  12. }
  13.  
  14. /* "sidebar" background is white here */
  15. div#quickview a:hover,
  16. div#quickview a:active {
  17.     background-color: #f0f0f0;
  18.     color: #0073c7;
  19. }
  20.  
  21. div#quickview code.module a:hover,
  22. div#quickview code.module a:active {
  23.     background-color: #f0f0f0;
  24.     color: #8b4513;
  25. }
  26.  
  27. div#quickview code.directive a:hover,
  28. div#quickview code.directive a:active {
  29.     background-color: #f0f0f0;
  30.     color: #287f00;
  31. }
  32.  
  33. h1 {
  34.     font-size: 1.5em;
  35. }
  36.  
  37. h2 {
  38.     font-size: 1.2em;
  39. }
  40.  
  41. h3 {
  42.     font-size: 1.1em;
  43. }
  44.  
  45. h4 {
  46.     font-size: 1em;
  47. }
  48.  
  49. div.example h3,
  50. div.note h3,
  51. div.warning h3 {
  52.     font-size: 1em;
  53. }
  54.  
  55. div#quickview h3,
  56. div#quickview h3.directives {
  57.     margin: 1em 0 0.3em 0;
  58.     font-size: 1.1em;
  59. }
  60.  
  61. div#quickview h3.directives {
  62.     margin-top: 0;
  63. }
  64.  
  65. div#quickview li {
  66.     font-size: 1em;
  67. }
  68.  
  69. div#quickview ul {
  70.     margin-bottom: 1em;
  71. }
  72.  
  73. div#quickview ul#toc {
  74.     margin-left: 0;
  75. }
  76.  
  77. div#quickview li img {
  78.     display: inline;
  79.     margin-right: 19px;
  80. }
  81.  
  82. #module-index div#quickview ul#toc,
  83. #manual-page div#quickview ul#toc,
  84. div#quickview #topics {
  85.     padding-left: 0;
  86. }
  87.  
  88. div#quickview .seealso {
  89.     padding-left: 34px;
  90. }
  91.  
  92. #module-index div#quickview ul#toc li,
  93. #manual-page div#quickview ul#toc li,
  94. div#quickview #topics li,
  95. div#quickview .seealso li {
  96.     margin: 0;
  97.     list-style-type: none;
  98. }
  99.  
  100. div#page-header p.menu,
  101. div#path,
  102. div#footer {
  103.     font-size: smaller;
  104. }
  105.  
  106. div#quickview {
  107.     position: static;
  108.     margin: 0 0 1em 30px;
  109.     padding: 0;
  110.     width: auto;
  111.     background-color: #fff;
  112. }
  113.  
  114. div#page-content {
  115.     margin-right: 0;
  116.     padding-right: 0;
  117. }
  118.  
  119. div.example pre,
  120. div.example p > code {
  121.     font-size: 0.9em;
  122. }
  123.  
  124. div.note pre,
  125. div.warning pre {
  126.     font-size: 0.9em;
  127. }
  128.  
  129. table.qref td.descr {
  130.     font-size: 0.9em;
  131. }
  132.  
  133. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  134.  * -> The End <-
  135.  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  136.