home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web31 / Section_78401 / Students / Barzola_Henry / tutorial.10 / case1 / skyweb.css < prev    next >
Cascading Style Sheet File  |  2011-11-30  |  1KB  |  29 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 10
  4.    Case Problem 1
  5.    Filename: skyweb.css
  6.  
  7.    This file contains styles used in the SkyWeb Web site
  8.  
  9. */
  10.  
  11. #logo              {text-align: center; border-bottom: 2px solid black; margin-bottom: 20px}
  12. #pageContent       {position: absolute; top: 0px; left: 15px; width: 800px}
  13.  
  14. #maps              {position: relative; float: right; width: 385px; height: 385px}
  15. #sky               {position: absolute; top: 0px; left: 0px; z-index: 1}
  16. #mask              {position: absolute; top: 1px; left: 1px; z-index: 2}
  17. #datetime          {position: absolute; top: 45px; left: 85px; color: white; 
  18.                     font-family: Arial; font-size: 16px; z-index: 3; text-align: center; 
  19.                     width: 230px; font-weight: bold}
  20.  
  21. h1                 {font-family: Courier New, monospace}
  22. .button            {background-color: rgb(211, 211, 211); border: 1px solid black; 
  23.                     padding: 1px; font-family: Courier New, monospace; font-size: 0.9em}
  24.  
  25. #links             {font-family: Courier New, monospace; font-size: 10pt; text-align: center;
  26.                     font-weight: bold; border-top: 2px solid black; clear: right;
  27.                     margin-top: 20px}
  28. #links a           {color: black; text-decoration: none}
  29.