updates
I’ve made a few updates to the sidebar, most notably the Daily Quotes section. It’s powered by a nifty script from quotationspage.com. It’s pretty straightforward, but it’s a little tricky to implement CSS formatting for it. That aspect isn’t mentioned anywhere on their site, so it’s kind of one of those “left as an exercise for the reader” sort of things. It wasn’t too tricky to browse the code (thanks to clean, standard code from the script author) to figure it out. In the spirit of sharing, here’s the CSS code I used:
.tqpHeader {
display:none;
}
.tqpQuote {
font-family: "Verdana", "Arial", sans-serif;
color:#333;
font-size:x-small;
font-weight:bold;
padding-left: 3px;
margin-top: -5px;
}
.tqpAuthor {
font-family: "Verdana", "Arial", sans-serif;
color:#333;
font-size:x-small;
font-weight:bold;
}
.tqpFooter {
display:none;
}
Yeah, I’m a bad person for hiding the title and footer they provide, but I’ve put their copyright credit in my new Legal Info section of the sidebar. If they don’t like it, I’ll put it back in.
And since I’m feeling kind of nice today, here is a link to the stylesheet I heavily edited to format this site. Don’t sell it and don’t claim it as your own. And cite me if you use it. That’s all I ask.
