After working with Flexible Squares for quite awhile, I finally ventured into new territory. Namely, Smooth Sailing! After much much experimentation (quite a lot of it rather awful), I've finally come up with something I like. And here it is:
(
Read more... )
Comments 99
Reply
Reply
Reply
Reply
Reply
Reply
Reply
Reply
By the way, the calendar view has white numbers too. :)
Reply
Anyways, I figured out that the links for "previous entries" and such are THERE, I just forgot to change the colors so they'd show up. So. Find where it says:
.entryLinkbar {
font-family: ;
font-size: 11px;
color: #ffffff;
text-align: right;
padding: 4px 0px 4px 0px;
}
And change it to:
.entryLinkbar {
font-family: ;
font-size: 11px;
color: #959595;
text-align: right;
padding: 4px 0px 4px 0px;
}
Basically the same thing happened with the calender text too. You just have to change the font color. *le sigh* Thanks for pointing it all out! I'm fixing it in the codes above.
Reply
Reply
Reply
/*OTHER PAGES*/
/* COMMENT PAGE */
.commentHolder {
color: #ffffff; probably should be light grey not white if you want readable comments. Otherwise awesome.
Reply
Reply
Leave a comment