Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Hacker News CSS */
- /* https://pastebin.com/6nV8FUF4 */
- /* I use "Custom Stylesheet & Script" ext. for Chrome */
- /* Enter the CSS below in Options > CSS (left pane) */
- /* Hit tab to save, then reload the HN tab */
- /* Version: Thu 26 May 2022 01:47:37 AM UTC */
- /* There's still a lot I don't like in here, very early */
- /* effort...but hey */
- /* ...at least Verdana is gone ;-) */
- /* --Marc C, www.friendlyskies.net */
- /* https://oldbytes.space/web/@marcolas */
- #hnmain > tbody > tr:first-child > td {
- background:#e3eef1;
- }
- #hnmain td {
- font-family: "Open Sans", sans-serif;
- }
- #hnmain .fatitem td {
- font-size:16px;
- color:#222;
- max-width:640px;
- }
- #hnmain .fatitem td a:link,
- #hnmain .fatitem td a:visited,
- #hnmain .fatitem td a:hover,
- #hnmain .fatitem td a:link,
- #hnmain .hnmore a:link,
- #hnmain a:visited {
- color:darkBlue;
- }
- #hnmain .itemlist .title a {
- font-size:17px;
- line-height:1.3;
- }
- #hnmain .itemlist .subtext {
- font-size:14px;
- line-height:1.3;
- color:#222;
- padding: 2px 0;
- margin-bottom: 4px;
- display: block;
- }
- #hnmain .itemlist .subtext a:link,
- #hnmain .itemlist .subtext a:visited,
- #hnmain .itemlist .subtext a:hover,
- #hnmain .itemlist .subtext a:link,
- #hnmain a:link,
- #hnmain .comhead a:link,
- #hnmain .subtext a:visited {
- color:darkBlue;
- }
- #hnmain .comhead a:link,
- #hnmain .subtext a:visited {
- font-size:14px;
- }
- #hnmain .itemlist a[href^="item?"] {
- color:#009758;
- }
- #hnmain tr.spacer {
- height: auto!important;
- display: block;
- margin-bottom: 8px;
- }
- #hnmain .votearrow {
- width: 12px;
- height: 12px;
- border: 0px;
- margin: 3px 10px 6px;
- background: #3bc98f;
- border-radius: 50%;
- }
- #hnmain .votearrow.rotate180 {
- background: #f79898;
- }
- #hnmain .comhead {
- font-size:14px;
- color:#222;
- }
- #hnmain .comment {
- font-size:16px;
- }
- #hnmain .athing td,
- #hnmain td {
- font-size:16px;
- color:#222;
- }
- #hnmain span.commtext {
- padding-bottom: 20px;
- display: block;
- max-width:640px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement