Created
October 4, 2011 10:08
-
-
Save akost/1261293 to your computer and use it in GitHub Desktop.
User CSS for talks.guns.ru
This file contains hidden or 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
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