Advertisement
alchymyth

Untitled

Aug 6th, 2011
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.51 KB | None | 0 0
  1. the menu colors are:
  2.  
  3. `.menu a, .menu a:visited {
  4.     display: block;
  5.     color: #d4c9b0;
  6.     padding-top: 10px;
  7.     padding-right: 10px;
  8.     padding-left: 10px;
  9.     text-decoration: none;
  10.     font-family: Helvetica, Arial, sans-serif;
  11.     font-size: 16px;
  12. }
  13.  
  14. .menu a:hover {
  15.     color: #B19D74;
  16.     background: url(images/triangle2.png) no-repeat center bottom;
  17.     text-decoration: none;
  18.  
  19. }`
  20.  
  21. and for the footer text:
  22.  
  23. `#footer p {
  24.     margin: 0;
  25.     font-size: 14px;
  26.     color: #d4c9b0;
  27.     font-family: Helvetica, Arial, sans-serif;
  28. }`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement