home *** CD-ROM | disk | FTP | other *** search
/ SuperSoft Prophet 6 Astrology / PROPHET6.iso / Pro6Evaluation / MDAC_TYP.EXE / RCDATA / CABINET / sqloldb.cab / sqlsoldb.chm / basics / mailto.css < prev    next >
Cascading Style Sheet File  |  2001-06-27  |  2KB  |  66 lines

  1. body /* This body tag requires the use of one of the sets of banner and/or text div ids */
  2.     {
  3.     margin: 0px 0px 0px 0px;
  4.     padding: 0px 0px 0px 0px;
  5.     background: #ffffff; 
  6.     color: #000000;
  7.     font-family: Verdana, Arial, Helvetica, sans-serif;
  8.     font-size: 70%;
  9.     width: 100%;
  10.     }
  11. div#nsbanner /* Creates Nonscrolling banner region */
  12.     {
  13.     position: relative;
  14.     left: 0px;
  15.     padding: 0px 0px 0px 0px;
  16.     }
  17. div#nstext /* Creates the scrolling text area for Nonscrolling region topic */
  18.     {
  19.     left: 0px;
  20.     margin-top: -20px;
  21.     padding: 0px 12px 0px 12px;
  22.     }
  23. div#bannerrow2 /* provides full-width color bottom row in running head (requires script) */
  24.     {
  25.     background-color: #99CCFF; 
  26.     }
  27. img
  28.     {
  29.     border: none; 
  30.     }
  31.  
  32.  
  33. /* STYLES FOR RUNNING HEADS */
  34.  
  35. .buttonbartable, .bannerparthead /* General values for the Running Head tables */
  36.     {
  37.     position: relative;
  38.     left: 0px;
  39.     top: 0px;
  40.     padding: 0px 0px 0px 0px;
  41.     margin: 0px 0px 0px 0px;
  42.     width: 100%;
  43.     height: 20px; 
  44.     border-collapse: collapse; /* acommodates Table style  defs */
  45.     border-width: 0px;
  46.     }
  47.  
  48. table.buttonbartable td, table.buttonbarshade td /* General Values for cells in the bottom row of running head */
  49.     {
  50.     margin: 0px 0px 0px 0px;
  51.     padding: 0px 0px 0px 0px;
  52.     vertical-align: middle;
  53.     border-width: 0px 0px 1px 0px; /* Creates line when printing (invisible online) */
  54.     border-color: #99CCFF; /* MUST BE SAME COLOR AS div#bannerrow2 #cccc99; */
  55.     background: transparent; 
  56.     height: 20px; 
  57.     font-style: normal;
  58.     font-weight: bold;
  59.     }
  60.  
  61. table.buttonbartable td.runninghead /* Values for right cell in the bottom row of running head */
  62.     {
  63.     padding: 0px 0px 0px 4px;
  64.     text-align: left;
  65.     }
  66. div.feedbackarea {display: none;}