2015-10-04 03:51:07 +00:00
|
|
|
// ** Header
|
|
|
|
#hnmain
|
2015-10-09 07:57:31 +00:00
|
|
|
> tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1)
|
2015-10-04 03:51:07 +00:00
|
|
|
background-color orange
|
|
|
|
|
|
|
|
a
|
|
|
|
color emphasized
|
|
|
|
|
|
|
|
// ** Articles
|
|
|
|
.title
|
|
|
|
a
|
|
|
|
color()
|
|
|
|
|
|
|
|
// ** Comments
|
|
|
|
#hnmain
|
|
|
|
> tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1)
|
|
|
|
background-color()
|
|
|
|
|
|
|
|
.comhead
|
|
|
|
color emphasized
|
|
|
|
|
|
|
|
.c00
|
|
|
|
color()
|
|
|
|
|
|
|
|
// ** Footer
|
|
|
|
#hnmain
|
|
|
|
> tbody:nth-child(1) > tr:nth-child(4)
|
|
|
|
background-color highlight
|
|
|
|
|
|
|
|
> td:nth-child(1) > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1)
|
|
|
|
// Orange bar
|
|
|
|
background-color orange
|