Skip to content

Instantly share code, notes, and snippets.

@aarohmankad
Created December 9, 2016 23:35
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 aarohmankad/a6bbb0793334ba4750cf16408b673e86 to your computer and use it in GitHub Desktop.
Save aarohmankad/a6bbb0793334ba4750cf16408b673e86 to your computer and use it in GitHub Desktop.
Add color-coded commenting to Hacker News
tr.comtr td table tr td.ind img[src="s.gif"][width="0"] {
border-right: 2px solid purple;
height: 100%;
padding-left: 5px;
}
tr.comtr td table tr td.ind img[src="s.gif"][width="120"] {
border-right: 2px solid yellow;
height: 100%;
padding-left: 5px;
}
tr.comtr td table tr td.ind img[src="s.gif"][width="160"] {
border-right: 2px solid green;
height: 100%;
padding-left: 5px;
}
tr.comtr td table tr td.ind img[src="s.gif"][width="40"] {
border-right: 2px solid red;
height: 100%;
padding-left: 5px;
}
tr.comtr td table tr td.ind img[src="s.gif"][width="80"] {
border-right: 2px solid blue;
height: 100%;
padding-left: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment