@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("delicious.com") {
  /* original style to swap positions of tags and meta information */
  ul.bookmarks li.post .meta {float: left !important;}
  ul.bookmarks li.post .tag-chain-label {display: none !important; }
  ul.bookmarks li.post .tagdisplay {margin-left: 0 !important; margin-right: 14em !important;}
  ul.bookmarks li.post .tag-chain {float: none !important; text-align: left !important;}

  /* kill the background on the tags */
  ul.tag-chain li a {background: none !important; padding: 1px 0 2px 4px !important;}
  ul.tag-chain li a span {font-size: 115% !important; background: #DDE !important; color: #000 !important; margin-left: 5px !important; padding: 1px !important;}

  /* blue background for tags on history page */
  ul#bookmarklist_everyone ul.tag-chain li a span {background: #eff5fb !important;}
  ul#bookmarklist_your ul.tag-chain li a span {background: #eff5fb !important;} 

  /* blue background for private bookmarks. line them up with the rest of the bookmarks. */
  ul.bookmarks .isPrivate .dateGroup {left: -5em !important;}
  ul.bookmarks li.isPrivate, ul.bookmarks li.isPrivate .bookmark {border-left: none !important; background: #e8eef7;}
  ul.bookmarks li.isPrivate a.dangerous, ul.bookmarks li.isPrivate a.private {background: none !important;}
  li.isPrivate ul.tag-chain li a, li.isPrivate ul.tag-chain li a span {background: #e8eef7 !important;}
 
  /* add padding to the meta stuff so it doesnâ€™t look stupid with the background color */
  div.meta div.editdel ul.bookmark-actions {padding-right: 3px !important;}

  /* bold link titles */
  div.data h4 a {font-weight: 800;}
}