home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web29 / project / main.css < prev    next >
Cascading Style Sheet File  |  2011-02-20  |  1KB  |  40 lines

  1. /*
  2.    Mark it With a B! Confections
  3.    
  4.    Main style sheet for all pages
  5.    Author: Richard Thomson
  6.    Date:   Feb 20, 2011
  7.  
  8.    Filename:   main.css
  9.    Supporting files:   back.jpg, bullet.jpg
  10.  
  11. */
  12.  
  13. body       {margin: 0px; background: #4EE2EC url(back.jpg) repeat-y; margin-right: 100px}
  14. h2, h3     {margin: 0px; padding: 0px; text-decoration: none}
  15. h1         {border-bottom: 2px solid yellow; margin: 0px; padding: 0px}
  16. ul         {margin-top:0px}
  17. a        {display: block; margin: 0.3em}
  18.  
  19. #header              {border-bottom: 2px solid yellow; background-color: #4EE2EC; margin: 0px; padding: 0px}
  20.  
  21. #inner        {margin-left: 200px}
  22.  
  23. #links             {float: left; width: 200px}
  24. #links ul       {list-style-type: none; margin-left: 15px; padding-left: 0px}
  25. #links a:link       {text-decoration: none}
  26. #links a:visited   {text-decoration: none}
  27. #links a:hover     {color: pink; text-decoration: underline}
  28. #links a:active    {text-decoration: none}
  29.  
  30. #recipe_image    {float: right; margin-top: 50px}
  31. #tips_image    {float: right; margin-top: 20px; padding-left: 25px}
  32.  
  33. #faq_gap    {border-top: 5px double yellow}
  34.  
  35. #tiptrick_ul    {list-style-type: none; list-style-image: url(bullet.jpg)}
  36.  
  37. #firstp:first-letter {float: left; font-size: 400%; line-height: 0.8}
  38.  
  39. address            {text-align: center; font-style: normal; border-top: 3px solid yellow;             color: black}
  40.