home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 May / PCWorld_2004-05_cd.bin / komunikace / apache / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252956_manualloose100pc.css < prev    next >
Cascading Style Sheet File  |  2003-04-06  |  2KB  |  140 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. .category h2 {
  42.     font-size: 1em;
  43. }
  44.  
  45. h3 {
  46.     font-size: 1.1em;
  47. }
  48.  
  49. h4 {
  50.     font-size: 1em;
  51. }
  52.  
  53. div.example h3,
  54. div.note h3,
  55. div.warning h3 {
  56.     font-size: 1em;
  57. }
  58.  
  59. div#quickview h3,
  60. div#quickview h3.directives {
  61.     margin: 1em 0 0.3em 0;
  62.     font-size: 1.1em;
  63. }
  64.  
  65. div#quickview h3.directives {
  66.     margin-top: 0;
  67. }
  68.  
  69. div#quickview li {
  70.     font-size: 1em;
  71. }
  72.  
  73. div#quickview ul {
  74.     margin-bottom: 1em;
  75. }
  76.  
  77. div#quickview ul#toc {
  78.     margin-left: 0;
  79. }
  80.  
  81. div#quickview li img {
  82.     display: inline;
  83.     margin-right: 19px;
  84. }
  85.  
  86. #module-index div#quickview ul#toc,
  87. #manual-page div#quickview ul#toc,
  88. div#quickview #topics {
  89.     padding-left: 0;
  90. }
  91.  
  92. div#quickview .seealso {
  93.     padding-left: 34px;
  94. }
  95.  
  96. #module-index div#quickview ul#toc li,
  97. #manual-page div#quickview ul#toc li,
  98. div#quickview #topics li,
  99. div#quickview .seealso li {
  100.     margin: 0;
  101.     list-style-type: none;
  102. }
  103.  
  104. div#page-header p.menu,
  105. div#path,
  106. div#footer {
  107.     font-size: smaller;
  108. }
  109.  
  110. div#quickview {
  111.     position: static;
  112.     margin: 0 0 1em 30px;
  113.     padding: 0;
  114.     width: auto;
  115.     background-color: #fff;
  116. }
  117.  
  118. div#page-content {
  119.     margin-right: 0;
  120.     padding-right: 0;
  121. }
  122.  
  123. div.example pre,
  124. div.example p > code {
  125.     font-size: 0.9em;
  126. }
  127.  
  128. div.note pre,
  129. div.warning pre {
  130.     font-size: 0.9em;
  131. }
  132.  
  133. table.qref td.descr {
  134.     font-size: 0.9em;
  135. }
  136.  
  137. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  138.  * -> The End <-
  139.  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  140.