home *** CD-ROM | disk | FTP | other *** search
/ Datatid 2000 January / Datatid-2000-01.iso / Internet / TOPSTYLE / TS1EVAL.EXE / %MAINDIR% / Help / help.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-09-26  |  2.4 KB  |  162 lines

  1. /* General properties for body */
  2. BODY {
  3.     color : black;
  4.     font : 11px Verdana, Arial, sans-serif;
  5.     margin : 0px 4px 0px 0px;
  6.     background-color :  White;
  7. }
  8.  
  9. /* body properties not inherited by tables */
  10. Table {
  11.     color : navy;
  12.     font : 11px Verdana, Arial, sans-serif;
  13.     margin : 0px 0px 0px 5px;
  14.     width : 280px;
  15.     background-color :  White;
  16. }
  17.  
  18. TH {
  19.     background : #DCDCDC;
  20.     color : black;
  21. }
  22.  
  23. TD {
  24.     font : 11px Verdana, Arial, sans-serif;
  25. }
  26.  
  27. /* Reserved for future use */
  28. h1 {
  29.     background : white;
  30.     color : #4682B4;
  31.     margin : 0px 5px 0px 5px;
  32.     font : bold 20px;
  33. }
  34.  
  35. /* Main heading */
  36. h2 {
  37.     background : #0f5085;
  38.     color : white;
  39.     margin : 0px 0 4px 0;
  40.     font : normal 18px sans-serif;
  41.     padding :  4px 2px 4px 4px;
  42. }
  43.  
  44. /* secondary heading */
  45. h3 {
  46.     background : white;
  47.     color : #483D8B;
  48.     font : normal bold 12px;
  49.     margin : 11px;
  50. }
  51.  
  52. /* List Items */
  53. LI  {
  54.     list-style : disc;
  55. }
  56.  
  57. UL {    
  58.     margin-top :  5px;
  59.     margin-bottom :  5px;
  60. }
  61.  
  62. /* definition term */
  63. DT {
  64.     margin : 0px 5px 0px 5px;
  65.     font : bold 100%;
  66. }
  67.  
  68. A {
  69.     color : #0000FF;
  70.     text-decoration : none;
  71. }
  72.  
  73. A:Hover {
  74.     color : #DC143C;
  75.     text-decoration : underline;
  76. }
  77.  
  78. Pre {
  79.     background : #FFFFE0;
  80.     color : #2F4F4F;
  81.     font : 11px sans-serif;
  82.     margin : 5px 0 5px 20px;
  83.     padding : 3px;
  84. }
  85.  
  86. P {
  87.     margin : 5px 0 5px 11px;
  88. }
  89.  
  90. DIV {
  91.     margin : 2px 0 2px 11px;
  92. }
  93.  
  94. Strong {
  95.     background : white;
  96.     color : #8B0000;
  97.     font : bold 100%;
  98. }
  99.  
  100. /* Strong text inside Note */
  101. .strongNote {
  102.     color : #8B0000;
  103.     font : bold 100%;
  104. }
  105.  
  106. /* for technical notes */
  107. .note {
  108.     background : #DCDCDC;
  109.     border : 1px #4682B4 solid;
  110.     color : black;
  111.     font : 11px;
  112.     margin-left : 25px;
  113.     margin-right: 25px;
  114.     padding : 1px 2px;
  115.     margin-top: 18px; /* njb */
  116.     margin-bottom: 18px; /* njb */
  117. }.
  118.  
  119. .globallink {
  120.     background : #0f5085;
  121.     color : #FFFFCC;
  122.     font : 11px;
  123.     padding : 1px 2px;
  124.     font-weight :  bold;
  125. }
  126.  
  127. .globallink:HOVER {
  128.     color : #FF7777;
  129. }
  130.  
  131. .globalnav {
  132.     background : #0f5085;
  133.     color : white;
  134.     font : 11px;
  135.     padding : 1px 2px;
  136.     margin-top: 14px;
  137.     margin-left: 0px;
  138.     margin-right: 0px;
  139.     width : 100%;
  140. }
  141.  
  142.  
  143. /* related topics list */
  144. .relatedtopics {
  145.     font : 11px;
  146.     margin : 5px 0 5px 0;
  147.     text-align : right;
  148. }
  149.  
  150. .samplelabel {
  151.     background : white;
  152.     border-bottom-width : 1px;
  153.     border-left-width : 0;
  154.     border-right-width : 0;
  155.     border-style : solid;
  156.     border-top-width : 0;
  157.     color : #006400;
  158.     margin : 5px 0 5px 5px;
  159.     width : 150px;
  160. }
  161.  
  162.