Skip to content

Instantly share code, notes, and snippets.

@boecko
Created January 9, 2012 13:08
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 boecko/1582866 to your computer and use it in GitHub Desktop.
Save boecko/1582866 to your computer and use it in GitHub Desktop.
breitnigge.de classic User-CSS
header > a > img {
height: 40px !important;
opacity: 0.1 !important
}
span.fn {
font-weight: bold !important;
font-size: 120% !important;
}
ol.commentlist {
width:80% !important;
}
.commentlist > li::before {
display:none;
}
.comment-author img {
display:none;
}
#respond label {
background:none !important;
line-height: 1.1em !important;
top:0px !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
}
li.comment-author-paule {
background:#A00303 !important;
color: white !important;
}
li.comment-author-paule * {
color: white !important
}
li.comment-author-paule a {
color: lightgrey !important
}
body {
background: #A00303 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment