An open source, stand-alone, customisable public spending data web app.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

breadcrumb.css 803 B

il y a 14 ans
123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #breadcrumb {
  2. font: 11px Arial, Helvetica, sans-serif;
  3. background-image:url('/breadcrumb/bc_bg.gif');
  4. background-repeat:repeat-x;
  5. height:30px;
  6. line-height:30px;
  7. color:#888;
  8. border:solid 1px #cacaca;
  9. width:100%;
  10. overflow:hidden;
  11. margin:0px;
  12. padding:0px;
  13. }
  14. #breadcrumb li {
  15. list-style-type:none;
  16. padding-left:10px;
  17. display:inline-block;
  18. float:left;
  19. }
  20. #breadcrumb a {
  21. display:inline-block;
  22. background-image:url('/breadcrumb/bc_separator.gif');
  23. background-repeat:no-repeat;
  24. background-position:right;
  25. padding-right: 15px;
  26. text-decoration: none;
  27. color:#333333;
  28. outline:none;
  29. }
  30. .home {
  31. border:none;
  32. margin: 7px 0px;
  33. background-image:url('/breadcrumb/bc_separator.gif');
  34. }
  35. #breadcrumb a:hover {
  36. color:#35acc5;
  37. }