home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web31 / Section_35397 / Martins_Jaymn / tutorial.09 / tutorial / ww.css < prev   
Cascading Style Sheet File  |  2011-05-06  |  2KB  |  40 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 9
  4.    Tutorial Case
  5.  
  6.    Wizard Works Style Sheet
  7.  
  8.    Author: Jaymn Martins
  9.    Date: 5/1/11
  10.  
  11.    Filename:         ww.css
  12.    Supporting Files: back.jpg
  13.  
  14. */
  15.  
  16. body                 {background-image: url(back.jpg); background-repeat: repeat-y;
  17.                       font-size: 16px; margin-right: 20px; background color: white}
  18. #head                {position: absolute; top: 0px; left: 0px; width: 100%; font-size: 16px;
  19.                       font-family: sans-serif; background-color: white; text-align: right;
  20.                       border-bottom: 2px solid black; padding-top: 5px}
  21. #head a              {color: white; background-color: blue; font-size: 10px; font-weight: bold;
  22.                       text-decoration: none; text-align: center; border: 5px outset white; 
  23.                       width: 100px; padding: 2px; margin-left: 20px}
  24. #head a:hover        {color: black; background-color: yellow; border: 5px inset white}
  25. #head img          {float: left}
  26.  
  27. #linklist            {position: absolute; top: 125px; left: 0px; font-size: 14px; 
  28.                       font-weight: bold; font-family: sans-serif; width: 140px; padding: 10px}
  29. #linklist a          {color: rgb(247,233,64); text-decoration: none; display: block}
  30. #linklist a:hover    {color: white; text-decoration: underline}
  31. #linklist .newgroup  {margin-top: 10px}
  32.  
  33. #main                {position: absolute; top: 125px; left: 160px}
  34. #main img          {float: right}
  35.  
  36. .firstp:first-letter {font-size: 300%; line-height: 0.8; float: left}
  37.  
  38. address              {border-top: 2px solid black; font-style: normal; font-size: 10px; 
  39.                       font-family: sans-serif; text-align: center; margin-top: 15px}
  40.