Advertisement
Guest User

Code CSS tout82.forumactif.org

a guest
Jun 28th, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.57 KB | None | 0 0
  1. /**********************************************/
  2. /**********************************************/
  3. /**********************************************/
  4. /* Partie du code CSS de la page, pour le menu */
  5. /**********************************************/
  6. /**********************************************/
  7. /**********************************************/
  8. /**********************************************/
  9.  
  10.  
  11. .menu {padding:0 0 0 1em; margin:0; list-style:none; height:43px; position:relative; background:transparent url(http://i83.servimg.com/u/f83/16/14/79/07/back10.gif) repeat-x left top; font-size:11px;}
  12. .menu li {float:left; height:43px;}
  13. .menu li a {display:block; float:left; height:40px; line-height:35px; color:#888; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 10px; cursor:pointer; background:url(http://i83.servimg.com/u/f83/16/14/79/07/0a10.gif) no-repeat;}
  14. .menu li a b {float:left; display:block; padding:0 60px 0 0; background:url(http://i83.servimg.com/u/f83/16/14/79/07/010.gif) no-repeat right top;}
  15. .menu li.current a {color:#000; background:url(http://i83.servimg.com/u/f83/16/14/79/07/2a10.gif) no-repeat;}
  16. .menu li.current a b {color:#000; background:url(http://i83.servimg.com/u/f83/16/14/79/07/210.gif) no-repeat right top;}
  17. .menu li a:hover {color:#000; background: url(http://i83.servimg.com/u/f83/16/14/79/07/2a10.gif) no-repeat;}
  18. .menu li a:hover b {color:#000; background:url(http://i83.servimg.com/u/f83/16/14/79/07/210.gif) no-repeat right top;}
  19. .menu li.current a:hover {color:#000; cursor:default;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement