home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web10 / CIS31 / table_events.css < prev    next >
Cascading Style Sheet File  |  2011-04-18  |  1KB  |  38 lines

  1. /*
  2.    Case Project
  3.    
  4.    table_events style sheet
  5.    Author: Edina Fuzesi            
  6.    Date:    4/18/2011 
  7.    
  8.    Filename:  table_events.css
  9.    Supporting Files: none
  10.  
  11. */
  12.  
  13.  
  14. h1.events         {font-size: 0.9em; text-align: center;
  15.                      color: white; background-color: rgb(182,101,139);
  16.                      font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
  17.                      margin: 0px; padding: 0px}
  18.  
  19. h2.events         {font-size: 0.9em; color: black; text-align: left; line-height: 0.95;
  20.                      font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
  21.                      margin: 10px 0px 0px 0px; padding: 0px}
  22.  
  23. h3.events         {font-size: 0.9em; color: black; text-align: left; font-weight: bold;
  24.                      font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
  25.                      margin: 0px; padding: 0px}
  26.  
  27. ul.events         {font-size: 0.7em; padding: 0px; margin: 0px 0px 0px 5px;
  28.                      list-style-type: none}
  29.  
  30. ul.events li      {padding: 0px; margin: 0px}
  31.  
  32. ul.events li p    {font-size: 1em; margin: 5px 0px 0px 0px; padding: 0px 0px 0px 5px; 
  33.                      border-left: 4px solid rgb(201,101,167)}
  34.  
  35. p.events          {font-size: 0.7em; padding: 0px 0px 0px 5px; margin: 5px 0px 0px 0px;
  36.                       border-left: 4px solid rgb(102,202,147)}
  37.  
  38. table.categories