Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* ==UserStyle==
- @name Hacker News
- @namespace github.com/openstyles/stylus
- @version 1.3.3.7
- ==/UserStyle== */
- @-moz-document domain("news.ycombinator.com") {
- body {
- font-family: sans-serif !important;
- font-size: 100%;
- }
- /* darken faded text */
- .c00,
- .c00 a:link,
- .c5a,
- .c5a a:link,
- .c5a a:visited,
- .c73,
- .c73 a:link,
- .c73 a:visited,
- .c82,
- .c82 a:link,
- .c82 a:visited,
- .c88,
- .c88 a:link,
- .c88 a:visited,
- .c9c,
- .c9c a:link,
- .c9c a:visited,
- .cae,
- .cae a:link,
- .cae a:visited,
- .cbe,
- .cbe a:link,
- .cbe a:visited,
- .cce,
- .cce a:link,
- .cce a:visited,
- .cdd,
- .cdd a:link,
- .cdd a:visited {
- color: #333;
- font-size: 18px;
- }
- .comment {
- font-size: 16px;
- line-height: 1.5;
- }
- /* main wrapper */
- #hnmain,
- #header {
- background-color: transparent !important;
- }
- /* comment head, user info */
- .comhead {
- font-size: 14px;
- color: #333;
- }
- .comhead a:link,
- .subtext a:visited,
- td {
- font-size: 18px;
- }
- td {
- background-color: transparent;
- }
- a[href*='news.ycombinator.com'] img,
- .pocket-hn-button,
- .subtext a[href*='flag?'],
- .subtext .hnuser {
- display: none;
- }
- b.hnname {
- font-weight: normal;
- }
- table {
- width: auto;
- max-width: 1024px;
- }
- [bgcolor],
- [bgcolor='#ff6600'] {
- background-color: white;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment