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

  1. BODY, DIV, SPAN, PRE, CODE, TD, TH {
  2.     line-height: 140%;
  3.     font-size: 10pt;
  4.     font-family: verdana,arial,sans-serif;
  5. }
  6.  
  7. H1 {
  8.     font-size: 12pt;
  9. }
  10.  
  11. H4 {
  12.     font-size: 10pt;
  13.     font-weight: bold;
  14. }
  15.  
  16. P.label {
  17.     margin-bottom: 5px;
  18. }
  19. P.dt {
  20.     margin-top: 0px;
  21.     margin-bottom: 0px;
  22. }
  23. P.indent {
  24.     margin-top: 0px;
  25.     margin-left: 20px;
  26.     margin-bottom: 0px;
  27. }
  28. P.method {
  29.     background-color: #f0f0f0;
  30.     padding: 2px;
  31.     border: 1px #cccccc solid;
  32. }
  33.  
  34. A {
  35.     text-decoration: none;
  36. }
  37.  
  38. A:link{
  39.     color: #336699;
  40. }
  41.  
  42. A:visited            {
  43.     color: #003366;
  44. }
  45.  
  46. A:active, A:hover    {
  47.     color: #6699CC;
  48. }
  49.  
  50. A:hover{
  51.     text-decoration: underline;
  52. }
  53.  
  54. SPAN.type            {
  55.     color: #336699;
  56.     font-size: xx-small;
  57.     font-weight: normal;
  58.     }
  59.  
  60. PRE    {
  61.     background-color: #EEEEEE;
  62.     padding: 10px;
  63.     border-width: 1px;
  64.     border-color: #336699;
  65.     border-style: solid;
  66. }
  67.  
  68. HR    {
  69.     color: #336699;
  70.     background-color: #336699;
  71.     border-width: 0px;
  72.     height: 1px;
  73.     filter: Alpha (opacity=100,finishopacity=0,style=1);
  74. }
  75.  
  76. DIV.sdesc            {
  77.     font-weight: bold;
  78.     background-color: #EEEEEE;
  79.     padding: 10px;
  80.     border-width: 1px;
  81.     border-color: #336699;
  82.     border-style: solid;
  83. }
  84.  
  85. DIV.desc            {
  86.     font-family: monospace;
  87.     background-color: #EEEEEE;
  88.     padding: 10px;
  89.     border-width: 1px;
  90.     border-color: #336699;
  91.     border-style: solid;
  92. }
  93.  
  94. SPAN.code            {
  95.     font-family: monospace;
  96. }
  97.  
  98. CODE.varsummarydefault{
  99.     padding: 1px;
  100.     border-width: 1px;
  101.     border-style: dashed;
  102.     border-color: #336699;
  103. }
  104.  
  105. UL.tute    {
  106.     margin:            0px;
  107.     padding:        0px;
  108.     padding-left:        5px;
  109.     }
  110.  
  111. LI.tute    {
  112.     line-height: 140%;
  113.     font-size: 10pt;
  114.     text-indent:        -15px;
  115.     padding-bottom:        2px;
  116.     padding-left:        14px;
  117. }
  118.  
  119. .small{
  120.     font-size: 9pt;
  121. }
  122.