home *** CD-ROM | disk | FTP | other *** search
/ Enter 2001 April / EnterCD4.iso / Update / SQL Server SP3 / sql70sp3i.exe / X86 / books / tblshsp2.chm / basics / cobko.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-01-10  |  2.9 KB  |  99 lines

  1. /******************************************************************************/
  2. /*BACKOFFICE IE3 SPECIFIC CSS: LAST UPDATED 10-10-97                          */
  3. /******************************************************************************/
  4. body            { background: #FFFFFF;      /*K2 and Proxy white background*/
  5.                 /*background: #FEFEFE;*/    /*SMS yellow background*/
  6.                 /*font-size: 70%;*/            /*SMS font size*/
  7.                   font-size: 75%;             /*K2 and Proxy font size*/
  8.                   font-family: Verdana, Arial, Helvetica; }
  9.  
  10. a:link            { background: transparent;    color: #0000FF; } 
  11.  
  12. a:visited         { color: #800080; }
  13.  
  14. h1                { font-weight: bold;
  15.                   font-size: 55%;
  16.                    margin-bottom: -2.2em; }
  17.  
  18. h2                { font-weight: bold;
  19.                   font-size: 66%;
  20.                   margin-top: 6pt;
  21.                   margin-bottom: -2.2em; }
  22.  
  23. h3                { font-weight: bold;
  24.                   font-size: 77%;
  25.                   margin-top: 6pt;
  26.                    margin-bottom: -3em; }
  27.             
  28. p                { margin-top: -2em;
  29.                   margin-bottom: -2em; }    
  30.  
  31. ol p            { margin-top: -4em; }        /*paragraph inside a numbered list*/
  32.  
  33. ol dl            { margin-top: -4em;
  34.                     margin-left: -31pt; }        /*term/def list inside a numbered list*/
  35.  
  36. ol dl dl        { margin-top: 0em;
  37.                    margin-left: 0pt; }        /*term/def list inside a term/def list*/
  38.  
  39. ul p            { margin-top: -4em; }        /*paragraph inside a bulleted list*/
  40.  
  41. big                { font-weight: bold; 
  42.                   font-size: 75%;
  43.                   margin-bottom: -6em; }
  44.         
  45. ol                { margin-left: -15pt;
  46.                   margin-top: -7em; }
  47.     
  48. ul                { margin-left: -15pt;
  49.                   margin-top: -15em; }
  50.             
  51. ol ul            { margin-top: 2em;
  52.                   margin-bottom: -6em; }    /*bulleted list inside a numbered list*/
  53.  
  54. ul ul            { margin-top: 2em;
  55.                   margin-bottom: -6em; }    /*bulleted list inside a bulleted list*/
  56.  
  57. dl ul            { margin-left: 0pt;
  58.                    margin-top: 0pt; }        /*bulleted list inside a def/term*/
  59.             
  60. li                { margin-top: 4pt; }
  61.                         
  62. code            { font-family: Courier;  
  63.                   font-size: 100%; }
  64.  
  65. pre                { font-family: Courier; 
  66.                   font-size: 100%; }
  67.  
  68. dl                { margin-top: -10em; }
  69.  
  70. dt                { font-weight: bold;
  71.                   margin-left: 15pt; }
  72.  
  73. dd                { margin-top: 1pt; 
  74.                   margin-bottom: 10pt; }
  75.         
  76. div dt            { margin-left: -2pt; }            
  77.         
  78. hr                { margin-bottom: 20pt; }    /*IIS specific - preceding copyright*/
  79.         
  80. table            { margin-top: 2pt;
  81.                   margin-bottom: 10pt; }
  82.             
  83. object            { margin-top: 0pt;
  84.                   line-height: 11.3em; }
  85.  
  86. img                { margin-top: -4pt; }
  87.  
  88.  
  89. /******************************************************************************/
  90. /*MISCELLANEOUS                                                                  */
  91. /******************************************************************************/
  92. p.bigfix        { margin-top: -11em;
  93.                   margin-bottom: -11em; }  /*paragraph following a list, preceding a procedure*/
  94.                     
  95. hr.sms            { text-align: left;
  96.                   margin-bottom: 7pt; }    /*SMS specific rule used under procedure title*/
  97.  
  98. hr.iis            { color: black;
  99.                   margin-bottom: 20pt; }   /*IIS specific - preceding copyright*/