Skip to content

Instantly share code, notes, and snippets.

@noahcoad
Created January 3, 2013 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noahcoad/4446134 to your computer and use it in GitHub Desktop.
Save noahcoad/4446134 to your computer and use it in GitHub Desktop.
Changed Delicious links page styling, see CSS below for before and after images.
/* Before: http://screencast.com/t/k62jNx1fWkp6 */
/* After: http://screencast.com/t/9CDy57GK0yeu */
/* Styles saved using using Stylebot Chrome plugin http://goo.gl/9sw7F */
/* _After_ doing this I notice Delicious is rolling out a new theme soon */
.body .title { font-size: 1.4em; }
.body .sub { display: none; }
.body .taglist .tag { margin-left: 0; border: none; }
.body .taglist .tag .ar { display: none; }
.body .taglist .tag .co { border: none; font: 8pt verdana; color: #888; }
.body .taglist .tag .co span { padding: 0 0.5em 0 0; }
.linkList .thumb { padding-right: 0; float: left; }
.linkList .controls { margin-right: 6px; }
.message-box { padding: 1px; }
.content .tabs { display: none; }
.tabsPage { margin-top: 0; }
#main .content { padding-top: 0; }
.userPageFilter { padding: 2px 1em; }
#tagscope { margin-bottom: 3px; }
#header { padding-bottom: 4px; }
#bulkEditActions { padding-bottom: 2px; }
.body .note {
background: none;
padding-left: 0;
font: 10pt verdana;
margin-bottom: 0;
}
/* Playing Around */
/* .linkList .link { background: #EFEFEF; padding: 4px 8px; margin-top: 1em; } */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment