Skip to content

Instantly share code, notes, and snippets.

@fenimore
Created May 10, 2015 13:10
Show Gist options
  • Save fenimore/dce94c014eda1edf85b3 to your computer and use it in GitHub Desktop.
Save fenimore/dce94c014eda1edf85b3 to your computer and use it in GitHub Desktop.
Liferea Solarized STyle
/**
Liferea style for Molly
using the Solarized Color Palette found:
ethanschoonover.com/solarized
I think there are some redundancies in this,
and the titles don't show up so nice. (too dark)
*/
div.content img {
max-width:100%;
height: auto;
}
body {
font-family: Georgia;
font-size:120%;
background-color: #002b36;
color: #fdf6e3;
}
body a, a:active, a:visited { color: #93a1a1;}
body a:hover {
color:#dc322f;
}
div.content {
margin-right: 20%;
margin-left:20%;
}
.itemhead, .feedhead {
background-color: inherit;
color: inherit;
}
/* post metadata */
table.headmeta {
background: inherit;
font-family: Roboto;
color: #93a1a1;
border: none;
}
/* Header table fields to different item metadata */
.author, .categories, .source {
color:#93a1a1;
background: #002b36; }
.date { color:#93a1a1;}
/* Left and Right <td> of feed/item table display containing favicon */
td.headleft {
color:#2aa198;
background: #002b36;}
a.favicon { }
a.favicon img {height:30px;width:auto;}
td.headright { color:white;}
td.headright a { color:#93a1a1;}
/* Comment rendering */
div.comment_title { color:#002b36;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment