I’ve been editing my paid CSS Stylesheet upgrade to the current (but free) WordPress.com theme:
Unsleepable by Ben Gray
A simple two-column theme that appeals to the monochrome amongst us
Tags: two-columns, fixed-width, right-sidebar, white, light, widgets, sticky-post, rtl-language-support
For hovering over links with pink background and white font:
`text-decoration:underline!important;
background:#0D78B6;
color:#fff!important;`
Here are key areas for making the `width `work well. You may need to adjust the `.primary` (left stuff) and the` ul.secondary` (right stuff) to suit your preference:
`#page {
width:760px;
}``#header{
width:760px;
}``.primary {
width:580px;
}``ul.secondary {
width:165px;
}`
Expect to press the `Preview` and `Save Stylesheet` buttons frequently! Good luck!