home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-03-24  |  2.8 KB  |  178 lines

  1. BODY {
  2.     background: #FFFFFF;
  3.     font-family:        Arial;
  4.     margin:            0px;
  5.     padding:        0px;
  6. }
  7. A {
  8.     color:                  #CC4400;
  9.     font-weight:        bold;
  10. }
  11. A:Hover {
  12.     color:            white;
  13.     background-color:    #334B66;
  14.     font-weight:        bold;
  15.     text-decoration:    none;
  16. }
  17.     
  18. #packageTitle {
  19.     font-size:        160%;
  20.     font-weight:        bold;
  21.     text-align:        right;
  22.     color:            #CC6633;
  23. }
  24. #packageTitle2 {
  25.     font-size:        160%;
  26.     font-weight:        bold;
  27.     text-align:        right;
  28.     color:            #334B66;
  29.     background-color:       #6699CC;
  30. }
  31. #packageLinks {
  32.     background-color:       #6699CC;
  33. }
  34. #header {
  35.     background-color:       #6699CC;
  36.     border-bottom:        solid #334B66 4px;
  37. }
  38. #nav {
  39.     background-color:       #6699CC;
  40.     padding:        4px;
  41.     border-right:        solid #334B66 4px;
  42. }
  43. #index {
  44.     padding:        18px;
  45. }
  46. hr {
  47.     width:            80%;
  48.     background-color:    #6699CC;
  49.     color:            #6699CC;
  50.     margin-top:        15px;
  51.     margin-bottom:        15px;
  52.     clear:            both;
  53. }
  54. .links {
  55.     text-align:        left;
  56.     width:            98%;
  57.     margin:            auto;
  58. }
  59. UL {
  60.     margin:            0px;
  61.     padding:        0px;
  62.     padding-left:        5px;
  63.     list-style-type:    none;
  64. }
  65. li {
  66.     text-indent:        -15px;
  67.     padding-bottom:        2px;
  68.     padding-left:        14px;
  69. }
  70. dd {
  71.     margin-bottom:        .5em;
  72. }
  73. .small {
  74.     font-size:        80%;
  75. }
  76. h3 {
  77. }
  78. .middleCol {
  79.     margin-left:        -1px;
  80.     border-right:        dotted gray 1px;
  81.     border-left:        dotted gray 1px;
  82.     padding:        5px;
  83. }
  84. .leftCol {
  85.     border-right:        dotted gray 1px;
  86.     padding:        5px;
  87. }
  88. .rightCol {
  89.     margin-left:        -1px;
  90.     border-left:        dotted gray 1px;
  91.     padding:        5px;
  92. }
  93. #elementPath {
  94.     font-size:        14px;
  95.     font-weight:        bold;
  96.     color:            #334B66;
  97. }
  98. .constructor {
  99.     /*border:            dashed #334B66 1px;*/
  100.     font-weight:        bold;
  101. }
  102. #credit {
  103.     text-align:        center;
  104.     color:            #334B66;
  105.     font-weight:        bold;
  106. }
  107. div.contents {
  108.     border:            solid #334B66 1px;
  109.     padding:        3px;
  110.     margin-bottom:        5px;
  111.     clear:            all;
  112. }
  113. H1 {
  114.     margin:            0px;
  115. }
  116. H2 {
  117.     margin:            0px;
  118.     margin-bottom:        2px;
  119. }
  120. H3 {
  121.     margin:            0px;
  122. }
  123. H4 {
  124.     margin:            0px;
  125. }
  126. #classTree {
  127.     padding:        0px;
  128.     margin:            0px;
  129. }
  130. div.indent {
  131.     margin-left:        15px;
  132. }
  133. .warning {
  134.     color:            red;
  135.     background-color:    #334B66;
  136.     font-weight:        bold;
  137. }
  138. code {
  139.     font-family:        fixed;
  140.     padding:        3px;
  141.     color:            #334B66;
  142.     background-color:    #dddddd;
  143. }
  144. .type {
  145.     color:                  #334B66;
  146. }
  147. .value {
  148.     color:                  #334B66;
  149.     border:            dotted #334B66 1px;
  150. }
  151. .top {
  152.     color:                  #334B66;
  153.     border-bottom:        dotted #334B66 1px;
  154.     padding-bottom:        4px;
  155. }
  156. DIV#nav DL {
  157.     margin:            0px;
  158.     padding:        0px;
  159.     list-style-type:    none;
  160. }
  161. div.classtree {
  162.     font-size:        130%;
  163.     font-weight:        bold;
  164.     background-color:            #CC6633;
  165.     border:        dotted #334B66 2px;
  166. }
  167. span.linenumber,p.linenumber {
  168.     font-weight:        bold,italic;
  169. }
  170. span.smalllinenumber {
  171.     font-weight:        bold,italic;
  172.     font-size:        9pt;
  173. }
  174. ul {
  175.     margin-left:        0px;
  176.     padding-left:        8px;
  177. }
  178.