Add LWN.net

pull/4/head
Adam Porter 9 years ago
parent 2482817c53
commit dee971a975

@ -680,6 +680,42 @@ div.crp {
#hnmain > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
background-color: #cb4b16 !important;
}
tr.Even {
background-color: #073642 !important;
}
.BigQuote {
background-color: #073642 !important;
color: #cb4b16 !important;
}
.Cat2HL {
background-color: #094352 !important;
}
.Cat3HL {
background-color: #083c4a !important;
}
.FeatureByline {
background-color: #073642 !important;
border: none !important;
}
.Headline {
background-color: #094352 !important;
}
.QuotedText {
color: #6c71c4 !important;
}
DIV.CommentBox {
border-color: #073642 !important;
}
DIV.CommentBox P.CommentTitle {
background-color: #094352 !important;
}
#menu,
.topnav-container {
background-color: #073642 !important;
}
.navmenu ul {
background-color: #073642 !important;
}
body * {
border-color: #094352 !important;
}

@ -680,6 +680,42 @@ div.crp {
#hnmain > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
background-color: #cb4b16 !important;
}
tr.Even {
background-color: #eee8d5 !important;
}
.BigQuote {
background-color: #eee8d5 !important;
color: #cb4b16 !important;
}
.Cat2HL {
background-color: #e9e1c8 !important;
}
.Cat3HL {
background-color: #ebe4cf !important;
}
.FeatureByline {
background-color: #eee8d5 !important;
border: none !important;
}
.Headline {
background-color: #e9e1c8 !important;
}
.QuotedText {
color: #6c71c4 !important;
}
DIV.CommentBox {
border-color: #eee8d5 !important;
}
DIV.CommentBox P.CommentTitle {
background-color: #e9e1c8 !important;
}
#menu,
.topnav-container {
background-color: #eee8d5 !important;
}
.navmenu ul {
background-color: #eee8d5 !important;
}
body * {
border-color: #e9e1c8 !important;
}

@ -0,0 +1,62 @@
* {
border-color: #657b83 !important;
}
a {
color: #268bd2 !important;
}
a:visited {
color: #6c71c4 !important;
}
body {
background-color: #002b36 !important;
color: #839496 !important;
}
html {
background-color: #002b36 !important;
}
input,
textarea {
background-color: #073642 !important;
color: #839496 !important;
}
blockquote,
pre {
background-color: #073642 !important;
color: #839496 !important;
}
tr.Even {
background-color: #073642 !important;
}
.BigQuote {
background-color: #073642 !important;
color: #cb4b16 !important;
}
.Cat2HL {
background-color: #094352 !important;
}
.Cat3HL {
background-color: #083c4a !important;
}
.FeatureByline {
background-color: #073642 !important;
border: none !important;
}
.Headline {
background-color: #094352 !important;
}
.QuotedText {
color: #6c71c4 !important;
}
DIV.CommentBox {
border-color: #073642 !important;
}
DIV.CommentBox P.CommentTitle {
background-color: #094352 !important;
}
#menu,
.topnav-container {
background-color: #073642 !important;
}
.navmenu ul {
background-color: #073642 !important;
}

@ -0,0 +1,62 @@
* {
border-color: #839496 !important;
}
a {
color: #268bd2 !important;
}
a:visited {
color: #6c71c4 !important;
}
body {
background-color: #fdf6e3 !important;
color: #657b83 !important;
}
html {
background-color: #fdf6e3 !important;
}
input,
textarea {
background-color: #eee8d5 !important;
color: #657b83 !important;
}
blockquote,
pre {
background-color: #eee8d5 !important;
color: #657b83 !important;
}
tr.Even {
background-color: #eee8d5 !important;
}
.BigQuote {
background-color: #eee8d5 !important;
color: #cb4b16 !important;
}
.Cat2HL {
background-color: #e9e1c8 !important;
}
.Cat3HL {
background-color: #ebe4cf !important;
}
.FeatureByline {
background-color: #eee8d5 !important;
border: none !important;
}
.Headline {
background-color: #e9e1c8 !important;
}
.QuotedText {
color: #6c71c4 !important;
}
DIV.CommentBox {
border-color: #eee8d5 !important;
}
DIV.CommentBox P.CommentTitle {
background-color: #e9e1c8 !important;
}
#menu,
.topnav-container {
background-color: #eee8d5 !important;
}
.navmenu ul {
background-color: #eee8d5 !important;
}

@ -0,0 +1,52 @@
// * LWN.net
// ** HTML Elements
// This conflicts with a lot of things in the all-sites file, so I'm
// leaving this commented out for now. Too bad, because it makes LWN
// look much nicer, but they use <span> with no CSS class...
// span
// background-color ()
// color orange
tr.Even
background-color highlight
// ** Page components
.BigQuote
background-color highlight
color orange
.Cat2HL
background-color color-background-highlight-extra-less
.Cat3HL
background-color color-background-highlight-extra-less-less
.FeatureByline
background-color highlight
border none i
.Headline
background-color color-background-highlight-extra-less
.QuotedText
color violet
// *** Comments
DIV.CommentBox
border-color color-background-highlight
DIV.CommentBox P.CommentTitle
background-color color-background-highlight-extra-less
// *** Menu
#menu, .topnav-container
background-color highlight
.navmenu ul
background-color highlight
Loading…
Cancel
Save