Various fixes for LWN

pull/14/head
Florian Bruhin 7 years ago
parent 09dd18bbdc
commit fa8b334e46

@ -991,6 +991,10 @@ tr.Even {
background-color: #073642 !important;
color: #cb4b16 !important;
}
.Cat1HL {
background-color: #586e75 !important;
color: #93a1a1 !important;
}
.Cat2HL {
background-color: #094352 !important;
}
@ -1007,6 +1011,16 @@ tr.Even {
.QuotedText {
color: #6c71c4 !important;
}
DIV.GAByline {
background-color: #073642 !important;
border: none !important;
}
table.OddEven tr:nth-child(even) {
background-color: #00323f !important;
}
table.OddEven tr:nth-child(odd) {
background-color: #002b36 !important;
}
DIV.CommentBox {
border-color: #073642 !important;
}

@ -991,6 +991,10 @@ tr.Even {
background-color: #eee8d5 !important;
color: #cb4b16 !important;
}
.Cat1HL {
background-color: #93a1a1 !important;
color: #586e75 !important;
}
.Cat2HL {
background-color: #e9e1c8 !important;
}
@ -1007,6 +1011,16 @@ tr.Even {
.QuotedText {
color: #6c71c4 !important;
}
DIV.GAByline {
background-color: #eee8d5 !important;
border: none !important;
}
table.OddEven tr:nth-child(even) {
background-color: #fcf3da !important;
}
table.OddEven tr:nth-child(odd) {
background-color: #fdf6e3 !important;
}
DIV.CommentBox {
border-color: #eee8d5 !important;
}

@ -31,6 +31,10 @@ tr.Even {
background-color: #073642 !important;
color: #cb4b16 !important;
}
.Cat1HL {
background-color: #586e75 !important;
color: #93a1a1 !important;
}
.Cat2HL {
background-color: #094352 !important;
}
@ -47,6 +51,16 @@ tr.Even {
.QuotedText {
color: #6c71c4 !important;
}
DIV.GAByline {
background-color: #073642 !important;
border: none !important;
}
table.OddEven tr:nth-child(even) {
background-color: #00323f !important;
}
table.OddEven tr:nth-child(odd) {
background-color: #002b36 !important;
}
DIV.CommentBox {
border-color: #073642 !important;
}

@ -31,6 +31,10 @@ tr.Even {
background-color: #eee8d5 !important;
color: #cb4b16 !important;
}
.Cat1HL {
background-color: #93a1a1 !important;
color: #586e75 !important;
}
.Cat2HL {
background-color: #e9e1c8 !important;
}
@ -47,6 +51,16 @@ tr.Even {
.QuotedText {
color: #6c71c4 !important;
}
DIV.GAByline {
background-color: #eee8d5 !important;
border: none !important;
}
table.OddEven tr:nth-child(even) {
background-color: #fcf3da !important;
}
table.OddEven tr:nth-child(odd) {
background-color: #fdf6e3 !important;
}
DIV.CommentBox {
border-color: #eee8d5 !important;
}

@ -19,6 +19,10 @@ tr.Even
background-color highlight
color orange
.Cat1HL
background-color color-background-highlight-extra
color emphasized
.Cat2HL
background-color color-background-highlight-extra-less
@ -35,6 +39,19 @@ tr.Even
.QuotedText
color violet
// **** article info boxes
DIV.GAByline
background-color highlight
border none i
// **** tables
table.OddEven
tr:nth-child(even)
background-color color-background-highlight-tad-extra
tr:nth-child(odd)
background-color()
// *** Comments
DIV.CommentBox
@ -49,4 +66,4 @@ DIV.CommentBox P.CommentTitle
background-color highlight
.navmenu ul
background-color highlight
background-color highlight

Loading…
Cancel
Save