home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 Ek…a Alt Til Din Hjemmeside / K-CD_2001_Ekstra_Alt_til_din_hjemmeside.iso / SYSTEM / JETERR40.CHM / sqldoc.css < prev    next >
Cascading Style Sheet File  |  1999-05-03  |  3KB  |  122 lines

  1. /* Cascading Style Sheet for IE4.01 last updated 10-16-97 */
  2.  
  3.  
  4. body        { background: #FFFFFF; 
  5.          font-size: 70%;              /* SMS */    
  6.         font-family: Verdana, Arial, Helvetica, MS Sans Serif  }
  7.  
  8. a:link        { color: #0000FF; } 
  9.  
  10. a:active    { color: #8FBC8B; }
  11.  
  12. a:visited     { color: #996699; }
  13.  
  14. p        { margin-top: .6em; margin-bottom: .6em    }
  15.  
  16. p.bigfix    { margin-top: -.4em; margin-bottom: 0em;}
  17.  
  18. p.margin    { margin-left: 2em; margin-top: -1.75em;}    /*for SMS links*/
  19.  
  20. /*    HEADING TAGS    */
  21.  
  22. h1    {xfont-size: 145%; 
  23.     font-size: 200%; 
  24.     margin-bottom: .5em}
  25.  
  26. h2    {xfont-size: 125%;  
  27.     font-size: 160%; 
  28.     margin-top: 1.5em;
  29.     margin-bottom: .5em}
  30.  
  31. h3    {xfont-size: 110%; 
  32.     font-size: 140%; 
  33.     margin-top: 1.2em;  
  34.     margin-bottom: .5em}
  35.  
  36. h4    {xfont-size: 105%;
  37.     font-size: 120%; 
  38.     margin-top: 1.2em;
  39.     margin-bottom: .5em}
  40.  
  41. h5    {font-size: 100%;
  42.     margin-top: 1.2em;
  43.     margin-bottom: .5em}
  44.  
  45. big    {font-weight: bold; 
  46.     font-size: 105%}
  47.         
  48. p.proclabel    { font-weight: bold;
  49.         font-size: 100%;
  50.         margin-top: 1.2em;
  51.         padding-left: 2em; }      /*procedure heading*/
  52.  
  53. p.proclabel img { position: relative;
  54.         left: -2.1em;
  55.         top: 5;
  56.         margin-right: -2em;
  57.         }
  58.  
  59.  
  60. /*    LIST TAGS    */
  61.  
  62. ol    { margin-top: .6em; margin-bottom: 0em; margin-left: 4em }    
  63. ul    { margin-top: .6em; margin-bottom: 0em }    
  64. ol ul    { list-style: disc; margin-top: .6em  }
  65. li    { margin-bottom: .7em; margin-left: -2em }
  66.  
  67. /*    TERM AND DEFINITION TAGS    */
  68.  
  69. dl    {margin-top: 0em }
  70. dt    {margin-top: 1em;
  71.     margin-left: 0em;     /* for SMS terms */ 
  72.     /* margin-left: 1.5em; */ }
  73. dd    {margin-bottom: 0em;    /*not currently working*/
  74.     margin-left: 1.5em  }
  75. dl li    {margin-bottom: .7em }    /*list item inside a term/def list*/
  76. dl dl    {margin-top: 0em;
  77.     margin-left: 0em }    /*term/def list inside a term/def list*/
  78.  
  79.  
  80. /*    TABLE TAGS    */
  81.  
  82. table    {font-size: 100%;
  83.     width: 100%;
  84.     margin-top: 1em;
  85.     margin-left: 0em
  86.     /*margin-bottom: 1em */}
  87.         
  88. th    {text-align: left;
  89.     background: #D3D3D3;
  90.     vertical-align: bottom;}
  91.         
  92. th.center    {text-align: center}
  93.  
  94. tr    {vertical-align: top}
  95.  
  96. td    { vertical-align: top;
  97.     /*background: #eeeeee*/ }    /*not used for K2*/
  98.  
  99.  
  100. /*    MISC. TAGS    */
  101.  
  102. pre    { font-family: Courier;
  103.     margin-top: 1.2em;
  104.     margin-bottom: 1.5em }
  105.         
  106. code    { font-family: Courier;
  107.     font-size: 125%;  }
  108.  
  109. /* ADDED BY A-ANDRIT FOR SQLDOC */
  110. .NTI    {color: blue}
  111. .WC    {color: red}
  112. .PROCHW    {font-weight: bold}
  113. .PROCHL    {font-weight: bold}
  114. .EX    {font-family: Courier;
  115.     margin-top: 0em;
  116.     margin-bottom:0em}
  117. .EXI    {font-family: Courier;
  118.     margin-top: 0em;
  119.     margin-bottom: 0em;
  120.     margin-left: 2em}
  121. .indent1    {margin-left: 2em}
  122. .indent2    {margin-left: 4em}