Skip to content

Instantly share code, notes, and snippets.

@akost
Created October 4, 2011 10: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 akost/1261293 to your computer and use it in GitHub Desktop.
Save akost/1261293 to your computer and use it in GitHub Desktop.
User CSS for talks.guns.ru
td {
padding:1em;
border-bottom:solid 1px #ccc;
line-height:1.5;
}
tr[bgcolor="#cccccc"] td,
tr[bgcolor="#ffffff"] td
{
padding:0;
height:0;
border:none;
}
tr[bgcolor="#cccccc"] td img,
tr[bgcolor="#ffffff"] td img {
display:none;
}
td[nowrap=""] table td {
padding:0;
border:none;
}
tr[bgcolor="#F1DBD6"] {
background-color: rgb(230, 241, 246);
}
tr[bgcolor="#F1DBD6"]>td:first-child {
padding: 1em 0;
}
td[width="125"] {
width:0 !important;
padding:0;
}
blockquote {
overflow:hidden;
border: solid 1px #ccc;
background:#eee;
padding:1em;
}
blockquote font {
font-size:100% !important;
}
blockquote b {
font-weight:500;
}
blockquote hr {
visibility:hidden;
}
a {
text-overflow: ellipsis;
}
hr {
margin: 20px 0 10px 0;
clear: both;
height: 0;
border: solid 1px #ccc;
}
div ins {
display:none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment