Advertisement
Guest User

Untitled

a guest
Jul 28th, 2013
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. #topmenu {
  2.   float: left;
  3.   margin-left: -55px;
  4.   margin-top: -8px;
  5. }
  6.  
  7. ul.menu li {
  8.   display: inline;
  9.   font-family: "Tahoma";
  10.   font-size: 9pt;
  11.   margin-left: 15px;
  12. }
  13.  
  14. ul.menu a {
  15.   padding: 6.5px 9px 6.5px 9px;
  16.   text-decoration: none;
  17.   font-weight: normal;
  18.   color: #2fa5e9;
  19. }
  20. .active.a {
  21.   background: #ECECEC;
  22.   border-radius: 5px;
  23.   font-weight: bold;
  24.   color: #666666;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement