home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / Sharpdev / 099bsetup.exe / default.css < prev    next >
Cascading Style Sheet File  |  2003-08-28  |  3KB  |  137 lines

  1. .copy {
  2.     font-size:12px;
  3.     font-family:Arial,Helvetica,sans-serif;
  4.     color:Black;
  5. }
  6. .balken {
  7.     background-color:#DCDDDE;
  8. }
  9. .navi {
  10.     font-size:12px;
  11.     font-family:Arial,Helvetica,sans-serif;
  12.     color:Black;
  13.     font-style:normal;
  14.     font-weight:bold;
  15. }
  16. .naviActiv {
  17.     font-size:12px;
  18.     font-family:Arial,Helvetica,sans-serif;
  19.     color:#DB4E2E;
  20.     font-weight:bold;
  21. }
  22. .text {
  23.     background-color:White;
  24.     font-family:Arial,Helvetica,sans-serif;
  25.     font-size:10px;
  26.     color:Black;
  27. }
  28. .head {
  29.     font-family:Arial,Helvetica,sans-serif;
  30.     font-size:14;
  31.     color:White;
  32.     font-weight:bold;
  33. }
  34. .naviListDevelop {
  35.     font-size:12px;
  36.     font-family:Arial,Helvetica,sans-serif;
  37.     color:#808285;
  38.     font-style:normal;
  39.     font-weight:bold;
  40. }
  41. .naviListDevelopActiv {
  42.     font-size:12px;
  43.     font-family:Arial,Helvetica,sans-serif;
  44.     color:#808285;
  45.     font-style:normal;
  46.     font-weight:bold;
  47. }
  48. .naviListSupport {
  49.     font-size:12px;
  50.     font-family:Arial,Helvetica,sans-serif;
  51.     color:#bb141a;
  52.     font-style:normal;
  53.     font-weight:bold;
  54. }
  55. .naviListSupportActiv {
  56.     font-size:12px;
  57.     font-family:Arial,Helvetica,sans-serif;
  58.     color:#43b4d5;
  59.     font-style:normal;
  60.     font-weight:bold;
  61. }
  62. .milestoneText {
  63.     font-family:Arial,Helvetica,sans-serif;
  64.     font-size:14;
  65.     color:White;
  66.     font-weight:bold;
  67. }
  68. .headlineDevelop {
  69.     font-size:14px;
  70.     font-family: Arial, Helvetica, sans-serif;
  71.     color:#a58229;
  72.     font-weight:bold;
  73.     font-style:normal;
  74. }
  75. .headlineSupport {
  76.     font-size:14px;
  77.     font-family:Arial,Helvetica,sans-serif;
  78.     color:#808285;
  79.     font-weight:bold;
  80.     font-style:normal;
  81. }
  82. .copyBig {
  83.     font-size:12px;
  84.     font-family:Arial,Helvetica,sans-serif;
  85.     color:Black;
  86.     font-weight:bold;
  87. }
  88. .copyUnderlineBig {
  89.     font-size:12px;
  90.     font-family:Arial,Helvetica,sans-serif;
  91.     color:Black;
  92.     text-decoration:underline;
  93.     font-weight:bold;
  94. }
  95.  
  96.  
  97. /* TEST */
  98. div.tablediv
  99.     {
  100.     width: 100%; /* Forces tables to have correct right margins and top spacing */
  101.     margin-top: -.4em;
  102.     }
  103. ol div.tablediv, ul div.tablediv, ol div.HxLinkTable, ul div.HxLinkTable
  104.     {
  105.     margin-top: 0em; /* Forces tables to have correct right margins and top spacing */
  106.     }
  107. table.dtTABLE
  108.     {
  109.     width: 100%; /* Forces tables to have correct right margin */
  110.     margin-top: .6em;
  111.     margin-bottom: .3em;
  112.     border-width: 1px 1px 0px 0px;
  113.     border-style: solid;
  114.     border-color: #999999;
  115.     background-color: #999999; 
  116.     font-size: 100%; /* Text in Table is same size as text outside table */
  117.     }
  118. table.dtTABLE th, table.dtTABLE td
  119.     { 
  120.     border-style: solid; /* Creates the cell border and color */
  121.     border-width: 0px 0px 1px 1px;
  122.     border-style: solid;
  123.     border-color: #999999;
  124.     padding: 4px 6px;
  125.     text-align: left;
  126.     }
  127. table.dtTABLE th    
  128.     { 
  129.     background: #DDDDDD; /* Creates the shaded table header row */
  130.     vertical-align: bottom;
  131.     }
  132. table.dtTABLE td    
  133.     {
  134.     background: #ffffff;
  135.     vertical-align: top;
  136.     }
  137.