solarized-everything-css/sites/hackernews.styl

78 lines
1.2 KiB
Stylus
Raw Normal View History

2017-04-07 15:26:46 +00:00
// ** Main
a
color blue
table
background-color()
2015-10-04 03:51:07 +00:00
// ** Header
2017-04-07 15:26:46 +00:00
#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1)
2015-10-04 03:51:07 +00:00
#hnmain
2017-04-07 15:26:46 +00:00
> tbody:nth-child(1)
> tr:nth-child(1)
> td:nth-child(1)
> table
background-color orange
a
color black
2015-10-04 03:51:07 +00:00
2017-04-07 15:26:46 +00:00
> tr:nth-child(2)
background-color()
#hnmain > tbody:nth-child(1) > tr:nth-child(2)
background-color()
2015-10-04 03:51:07 +00:00
2017-04-07 15:26:46 +00:00
// ** Articles
2015-10-04 03:51:07 +00:00
.title
a
color()
2017-04-07 15:26:46 +00:00
a.storylink
color emphasized
font-weight bold
.sitestr
color blue
// ** Comments
2015-10-04 03:51:07 +00:00
#hnmain
> tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1)
background-color()
.comhead
color emphasized
2017-04-07 15:26:46 +00:00
2015-10-04 03:51:07 +00:00
.c00
color()
2017-04-07 15:26:46 +00:00
a.hnuser
color yellow
span.age a
color comment
// Dead comments
.cdd
color transparentify(red, color-background, 0.65)
// Quoted (italics, when people use them)
.comment i
color comment
2015-10-04 03:51:07 +00:00
// ** Footer
2017-04-07 15:26:46 +00:00
2015-10-04 03:51:07 +00:00
#hnmain
> tbody:nth-child(1) > tr:nth-child(4)
2017-04-07 15:26:46 +00:00
background-color()
2015-10-04 03:51:07 +00:00
> td:nth-child(1) > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1)
// Orange bar
2017-04-07 15:26:46 +00:00
background-color orange