Skip to content

Instantly share code, notes, and snippets.

@thefuxia
Created March 31, 2011 11:59
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 thefuxia/896236 to your computer and use it in GitHub Desktop.
Save thefuxia/896236 to your computer and use it in GitHub Desktop.
User stylesheet for blog.fefe.de
body
{
padding: 30px 15%;
font-family: Georgia !important;
line-height: 1.45;
max-width: 40em;
background: #f5f5ee;
}
body>ul>li
{
margin: 30px 0;
list-style: none;
}
body>ul>li a[href^="?ts="]:first-child
{
font-weight: bold;
margin: 0 .5em 0 -2.5em;
text-decoration: none;
content: attr(href) !important;
}
blockquote
{
margin: 1em 0 1em 20px;
padding: 0 0 0 20px;
border-left: 3px solid #999;
font-style: italic;
}
a:hover,
a:focus,
a:active
{
text-decoration: none;
background: #333 !important;
color: #eee !important;
}
@jensgro
Copy link

jensgro commented Mar 31, 2011

Prima Userstyle. So kann man das Blog tatsächlich lesen, ohne Schäden davon zu tragen. Danke.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment