home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web10 / project3 / screen.css < prev    next >
Cascading Style Sheet File  |  2011-03-03  |  1KB  |  38 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. #right_col     {width: 200px; position: absolute; top: 390px; left: 1170px}
  27.  
  28.  
  29. #links        {float: left; width: 10em; background-color: white; border-style: outset; border-width: 0.5em}
  30.  
  31. #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}
  32.  
  33.  
  34. #books    {float: right; height: 154px; width: 100px}
  35.  
  36. #litimage {float: left; width: 308px; height: 175px; margin-bottom: 20px}
  37.  
  38.