Only change the colors.
I love keeping it simple. disabled the backgroud pics and 'Enable highlighting of the current item'.
just copy below to overwrite.
Font Georgia is recommended.
=============================================================
/* Below are a few example customizations. */
body{
background:0xFFFFFF;
}
.article-title-link {
font-size: 16px;
}
.article-content{font-size: 16px;}
.article-content a { color: green;}
.article-content a:visited { color: #551A8B;}
.article-container {background: none;}
.article-container .article-title-link{
text-decoration: underline;
color:#000099;}
.article-container[read] {background:none;}
.article-container[read] .article-title-link{
font-weight:bold;
color:DarkRed; /*or #EB757B*/
}
/* ---------------------- Adjustments for headlines view ---------------------- */
.article-container[collapsed] {
background-color: whitesmoke;
}
.article-container[collapsed][read] {
background-color: white;
}
.article-container[collapsed] .article-title-link {
font-size: 16px;
}
.article-container[collapsed] .article-controls {
background-color: whitesmoke;
}
.article-container[collapsed][read] .article-controls {
background-color: white;
}
/* --------------------- Adjustments for the selected article ------------------- */
.article-container[selected] {
background-color:WhiteSmoke;
}
.article-container[selected] > .article-header {
background-color:WhiteSmoke;
}
.article-container[selected]:not(:last-child) > .article-content {
background-color:WhiteSmoke;
}
.article-container[selected][collapsed] + .article-container > .article-header {
background-color:WhiteSmoke;
}
.article-container[selected]:last-child {
background-color:WhiteSmoke;
}