home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web10 / project2 / screen.css < prev    next >
Cascading Style Sheet File  |  2011-02-21  |  1KB  |  46 lines

  1. /*
  2.    
  3.    Case Project
  4.    Phase 1   
  5.    So you want to go raw? style sheet
  6.    Author: Edina Fuzesi            
  7.    Date:    2/19/2011 
  8.    
  9.    Filename:  screen.css
  10.    Supporting Files: none
  11.  
  12. */
  13.  
  14. body    {background-color: tan; font-family: Arial, Helvetica, sans-serif}
  15. h1    {text-align: center; background-color:teal; color: white; border-bottom: 3px solid grey; margin: 0px}
  16. h2      {font-size: 2em; letter-spacing: 0.1em; text-indent: 1em; color: teal} 
  17.  
  18.  
  19. address {text-align: center; font: normal small-caps 0.8em sans-serif; border-top: 0.5em double grey; padding-top: 1em}
  20.  
  21.  
  22. #outer    {width: 1150px}
  23.  
  24. #inner        {margin-top: 1.0em; margin-left: 12em; padding-left: 1em; border-left: 1em solid grey}
  25.  
  26. #links        {float: left; width: 10em; background-color: white; border-style: outset; border-width: 0.5em}
  27.  
  28. #links a    {display: block;text-decoration: none; background-color: silver; border-top: 1px black solid; border-right: 3px black solid; border-bottom: 3px black solid; border-left: 1px black solid; width: 130px; margin: 5px; padding: 5px}
  29.  
  30.  
  31. #books    {float: right}
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. #litimage {float: left; width: 308px; height: 175px; margin-bottom: 20px}
  43.  
  44. #photo    {display: block}
  45.  
  46. #photobox    {float: right; margin: 10px 0px 10px 10px; font: 8pt italic; text-align: center; background-color: rgb(255, 215, 71); border-top: 1px black solid; border-right: 4px black solid; border-bottom: 4px black solid; border-left: 1px black solid}    {