home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web06 / evo.css < prev    next >
Cascading Style Sheet File  |  2011-03-04  |  2KB  |  47 lines

  1. /*
  2.    Embryology CSS
  3.    Author: Antonio Chavez
  4.    Date: Feb 20, 2011
  5.  
  6.    Filename:         evo.css
  7.    Supporting Files:
  8.  
  9. */
  10.  
  11. body       {margin: 10px; color: brown; 
  12.             background: rgb(173, 216, 230)}
  13. h1, h2, h3 {font-family: Arial, Helvetica, sans-serif; color: red}
  14. h1         {border-bottom: 2px solid orange; background-color: rgb(173, 216, 230); 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. .embryoImg      {float: right; margin: 0px 10px 10px 10px;
  35.             text-align: center;
  36.             border: 5px outset orange; background-color: orange;
  37.             font-size: 10pt; font-family: Arial, Helvetica, sans-serif}
  38.  
  39. .embryoImg h4   {text-align: center; background-color: orange;
  40.             margin: 0px;
  41.             font-size: 10pt; font-family: Arial, Helvetica, sans-serif}
  42.  
  43. .embryoDif      {margin: 0px; padding: 0px; text-align: center}
  44.  
  45. address {text-align: center; font-style: normal; font-variant: small-caps;
  46.          border-top: 2px solid orange; color: orange}
  47.