Last active
December 11, 2015 07:38
-
-
Save johnjohndoe/4567598 to your computer and use it in GitHub Desktop.
Custom stylesheet to change the look of the delicious.com website after it has been relaunched in early 2013.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
delicious.com - Custom styles 2013 | |
Author: Tobias Preuss | |
Version: 2013-01-18 20:40 | |
License: Creative Commons Attribution (CC BY) | |
Userstyles: http://userstyles.org/styles/81715/delicious-com-custom-styles-2013 | |
Stylish browser add-on | |
for Firefox: https://addons.mozilla.org/en-US/firefox/addon/stylish/ | |
for Chrome: http://goo.gl/NHhzY | |
Make sure to set "Applies to: URLs on the domain: delicious.com" in the | |
settings of the Stylish add-on. | |
*/ | |
body { | |
font-family: Arial !important; | |
} | |
h3.link-title a { | |
font-size: 1.15em; | |
font-weight: normal !important; | |
color: #fff !important; | |
background-color: #055EBD !important; | |
} | |
.link-favicon { | |
display: none !important; | |
} | |
.link-list .link { | |
margin-bottom: 1em !important; | |
} | |
.link-list .link:hover { | |
background-color: #ececec !important; | |
} | |
.meta a, .link-meta a, .link-tags span { | |
color: #000 !important; | |
} | |
.link-note { | |
color: #808080; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment