Add reddit

pull/10/head
Florian Bruhin 7 years ago
parent 1e32ec0355
commit b8b0e82837

@ -1112,6 +1112,97 @@ div#page div#header a {
.post pre.mode-line {
overflow: visible !important;
}
#sr-header-area {
background-color: #073642 !important;
}
#sr-header-area .srdrop .selected {
color: #839496 !important;
}
#sr-header-area #sr-more-link {
background-color: #073642 !important;
}
.link.promotedlink.promoted {
background-color: #073642 !important;
}
.link .usertext .md {
background-color: #073642 !important;
}
.linkinfo {
background-color: #073642 !important;
}
.linklisting .odd {
background-color: #073642 !important;
}
.thing .title {
color: #839496 !important;
}
div.md {
color: #839496 !important;
}
body.comment {
background-color: #002b36 !important;
}
.commentarea > .usertext {
background-color: #002b36 !important;
}
.commentarea .menuarea {
background-color: #002b36 !important;
}
.comments-page .panestack-title {
background-color: #002b36 !important;
}
.listing-chooser {
background-color: #002b36 !important;
}
.listing-chooser .intro {
background-color: #586e75 !important;
color: #93a1a1 !important;
}
.listing-chooser .grippy {
background-color: #002b36 !important;
}
.listing-chooser .grippy:after {
border-right: none !important;
}
.listing-chooser li {
background-color: #073642 !important;
}
.listing-chooser li.selected {
background-color: #586e75 !important;
box-shadow: none;
}
.listing-chooser li a {
color: #839496 !important;
}
.listing-chooser li a .description {
color: #93a1a1 !important;
}
.titlebox {
background-color: #073642 !important;
}
.titlebox form.toggle {
background-color: #073642 !important;
color: #839496 !important;
}
.side .usertext-body .md {
background-color: #073642 !important;
}
.side {
background-color: #073642 !important;
}
.sidebox .spacer {
background-color: #073642 !important;
color: #93a1a1 !important;
}
.tabmenu li a {
background-color: #073642 !important;
}
#header-bottom-right {
background-color: #073642 !important;
}
.morelink .nub {
background-color: #073642 !important;
}
hr {
background-color: #094352 !important;
color: #094352 !important;

@ -1112,6 +1112,97 @@ div#page div#header a {
.post pre.mode-line {
overflow: visible !important;
}
#sr-header-area {
background-color: #eee8d5 !important;
}
#sr-header-area .srdrop .selected {
color: #657b83 !important;
}
#sr-header-area #sr-more-link {
background-color: #eee8d5 !important;
}
.link.promotedlink.promoted {
background-color: #eee8d5 !important;
}
.link .usertext .md {
background-color: #eee8d5 !important;
}
.linkinfo {
background-color: #eee8d5 !important;
}
.linklisting .odd {
background-color: #eee8d5 !important;
}
.thing .title {
color: #657b83 !important;
}
div.md {
color: #657b83 !important;
}
body.comment {
background-color: #fdf6e3 !important;
}
.commentarea > .usertext {
background-color: #fdf6e3 !important;
}
.commentarea .menuarea {
background-color: #fdf6e3 !important;
}
.comments-page .panestack-title {
background-color: #fdf6e3 !important;
}
.listing-chooser {
background-color: #fdf6e3 !important;
}
.listing-chooser .intro {
background-color: #93a1a1 !important;
color: #586e75 !important;
}
.listing-chooser .grippy {
background-color: #fdf6e3 !important;
}
.listing-chooser .grippy:after {
border-right: none !important;
}
.listing-chooser li {
background-color: #eee8d5 !important;
}
.listing-chooser li.selected {
background-color: #93a1a1 !important;
box-shadow: none;
}
.listing-chooser li a {
color: #657b83 !important;
}
.listing-chooser li a .description {
color: #586e75 !important;
}
.titlebox {
background-color: #eee8d5 !important;
}
.titlebox form.toggle {
background-color: #eee8d5 !important;
color: #657b83 !important;
}
.side .usertext-body .md {
background-color: #eee8d5 !important;
}
.side {
background-color: #eee8d5 !important;
}
.sidebox .spacer {
background-color: #eee8d5 !important;
color: #586e75 !important;
}
.tabmenu li a {
background-color: #eee8d5 !important;
}
#header-bottom-right {
background-color: #eee8d5 !important;
}
.morelink .nub {
background-color: #eee8d5 !important;
}
hr {
background-color: #e9e1c8 !important;
color: #e9e1c8 !important;

@ -0,0 +1,117 @@
* {
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;
}
#sr-header-area {
background-color: #073642 !important;
}
#sr-header-area .srdrop .selected {
color: #839496 !important;
}
#sr-header-area #sr-more-link {
background-color: #073642 !important;
}
.link.promotedlink.promoted {
background-color: #073642 !important;
}
.link .usertext .md {
background-color: #073642 !important;
}
.linkinfo {
background-color: #073642 !important;
}
.linklisting .odd {
background-color: #073642 !important;
}
.thing .title {
color: #839496 !important;
}
div.md {
color: #839496 !important;
}
body.comment {
background-color: #002b36 !important;
}
.commentarea > .usertext {
background-color: #002b36 !important;
}
.commentarea .menuarea {
background-color: #002b36 !important;
}
.comments-page .panestack-title {
background-color: #002b36 !important;
}
.listing-chooser {
background-color: #002b36 !important;
}
.listing-chooser .intro {
background-color: #586e75 !important;
color: #93a1a1 !important;
}
.listing-chooser .grippy {
background-color: #002b36 !important;
}
.listing-chooser .grippy:after {
border-right: none !important;
}
.listing-chooser li {
background-color: #073642 !important;
}
.listing-chooser li.selected {
background-color: #586e75 !important;
box-shadow: none;
}
.listing-chooser li a {
color: #839496 !important;
}
.listing-chooser li a .description {
color: #93a1a1 !important;
}
.titlebox {
background-color: #073642 !important;
}
.titlebox form.toggle {
background-color: #073642 !important;
color: #839496 !important;
}
.side .usertext-body .md {
background-color: #073642 !important;
}
.side {
background-color: #073642 !important;
}
.sidebox .spacer {
background-color: #073642 !important;
color: #93a1a1 !important;
}
.tabmenu li a {
background-color: #073642 !important;
}
#header-bottom-right {
background-color: #073642 !important;
}
.morelink .nub {
background-color: #073642 !important;
}

@ -0,0 +1,117 @@
* {
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;
}
#sr-header-area {
background-color: #eee8d5 !important;
}
#sr-header-area .srdrop .selected {
color: #657b83 !important;
}
#sr-header-area #sr-more-link {
background-color: #eee8d5 !important;
}
.link.promotedlink.promoted {
background-color: #eee8d5 !important;
}
.link .usertext .md {
background-color: #eee8d5 !important;
}
.linkinfo {
background-color: #eee8d5 !important;
}
.linklisting .odd {
background-color: #eee8d5 !important;
}
.thing .title {
color: #657b83 !important;
}
div.md {
color: #657b83 !important;
}
body.comment {
background-color: #fdf6e3 !important;
}
.commentarea > .usertext {
background-color: #fdf6e3 !important;
}
.commentarea .menuarea {
background-color: #fdf6e3 !important;
}
.comments-page .panestack-title {
background-color: #fdf6e3 !important;
}
.listing-chooser {
background-color: #fdf6e3 !important;
}
.listing-chooser .intro {
background-color: #93a1a1 !important;
color: #586e75 !important;
}
.listing-chooser .grippy {
background-color: #fdf6e3 !important;
}
.listing-chooser .grippy:after {
border-right: none !important;
}
.listing-chooser li {
background-color: #eee8d5 !important;
}
.listing-chooser li.selected {
background-color: #93a1a1 !important;
box-shadow: none;
}
.listing-chooser li a {
color: #657b83 !important;
}
.listing-chooser li a .description {
color: #586e75 !important;
}
.titlebox {
background-color: #eee8d5 !important;
}
.titlebox form.toggle {
background-color: #eee8d5 !important;
color: #657b83 !important;
}
.side .usertext-body .md {
background-color: #eee8d5 !important;
}
.side {
background-color: #eee8d5 !important;
}
.sidebox .spacer {
background-color: #eee8d5 !important;
color: #586e75 !important;
}
.tabmenu li a {
background-color: #eee8d5 !important;
}
#header-bottom-right {
background-color: #eee8d5 !important;
}
.morelink .nub {
background-color: #eee8d5 !important;
}

@ -0,0 +1,101 @@
// * reddit.styl
// ** Top bar
#sr-header-area
background-color highlight
.srdrop .selected
color()
#sr-more-link
background-color highlight
// ** Post list
.link.promotedlink.promoted
background-color highlight
// ** Posts
.link .usertext .md
background-color highlight
.linkinfo
background-color highlight
.linklisting .odd
background-color highlight
.thing .title
color()
// ** Comments
div.md
color()
body.comment
background-color()
.commentarea
> .usertext
background-color()
.menuarea
background-color()
.comments-page .panestack-title
background-color()
// ** Left sidebar
.listing-chooser
background-color()
.intro
background-color highlight-extra
color emphasized
.grippy
background-color()
&:after
border-right: none i
li
background-color highlight
&.selected
background-color highlight-extra
box-shadow: none
a
color()
.description
color emphasized
// ** Right sidebar
.titlebox
background-color highlight
form.toggle
background-color highlight
color()
.side .usertext-body .md
background-color highlight
.side
background-color highlight
.sidebox .spacer
background-color highlight
color emphasized
// ** Header / tabs
.tabmenu li a
background-color highlight
#header-bottom-right
background-color highlight
// ** Submit button background
.morelink .nub
background-color highlight
Loading…
Cancel
Save