home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web06 / m31 / alt.css next >
Cascading Style Sheet File  |  2011-03-31  |  1KB  |  36 lines

  1. /*
  2.    Embryology CSS
  3.    Author: Antonio Chavez
  4.    Date: March 30, 2011
  5.  
  6.    Filename:         alt.css
  7.    Supporting Files:
  8.  
  9. */
  10.  
  11. body       {margin: 10px; color: black; }
  12. h1, h2, h3 {font-family: Arial, Helvetica, sans-serif; color: red}
  13. h1         {border-bottom: 2px solid red;
  14.     margin: 10px; padding: 10px}
  15. ul         {margin-top:0px}
  16.  
  17. #outer_container   {width: 780px}
  18. #head              {text-align: right}
  19.  
  20. #links              {float: left; width: 200px}
  21. #links ul           {list-style-type: none; margin-left: 15px;
  22.                      padding-left: 0px}
  23. #links li.newGroup  {margin-top: 15px}
  24. #links a:link       {text-decoration: none}
  25. #links a:visited    {text-decoration: none}
  26. #links a:hover      {color: black; text-decoration: underline}
  27. #links a:active     {text-decoration: none}
  28.  
  29. #firstp:first-line      {font-variant: small-caps}
  30. #firstp:first-letter    {float: left; font-size: 400%; line-height: 0.8}
  31.  
  32. #article    {margin-left: 200px}
  33.  
  34. address {text-align: center; font-style: normal; font-variant: small-caps;
  35.          border-top: 2px solid red; color: rgb(173, 216, 230)}
  36.