Skip to content

hacker news funktriialisae by coolslutguy420_2nd-ressurection

Screenshot of hacker news funktriialisae

Details

Authorcoolslutguy420_2nd-ressurection

LicenseNo License

Categorynews.ycombinator

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

yeah, it also aligns the site to the left. thats cozier for me personally. always liked sites better that way.

Notes

Source code

/* ==UserStyle==
@name           hacker news funktriialisae
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    yeah,
@author         Me
==/UserStyle== */

@-moz-document domain("news.ycombinator.com") {
     body {
    color: #dcdccc !important;
    background-color: #2b110b;
 margin: 0 auto;	
	     max-width: 500px;
	     float: left;
	}
	
  body > center > table > tbody > tr:first-child > td {
    background-color: #ff6600;
  }
	table a:link {
color: #dcdccc;
	}
	.pagetop a:link {
color: #000;
	}
	body > center > table, input, textarea { background-color: #100806}
	
body > center > table > tbody > tr:first-child > td { background-color: #ff6600 }
	
td.title a:link, span.comment font, span.comment font a:link, u a:link, span.yclinks a:link, body:not([id]),
td:nth-child(2):not(.subtext) > a:link, input, textarea, p > a, a > u, .c00, .c00 a:link,
a[href="http://www.ycombinator.com/apply/"] { color: #eee }
.admin td { color: #aaa }
	
input, textarea { border: 1px solid #828282 }

}

Reviews

No reviews yet.