bweaver.net

web design, technology, photography, and other mayhem

bweaver.net header image 4

Entries from March 2008

Upgrading to WordPress 2.5

March 30th, 2008 · No Comments

.bug{color:#c30;}

WordPress 2.5 Arrives
After months of testing and teasing, WordPress 2.5 is finally available. It has changed dramatically.
Oh, What the Heck
Throwing caution to the wind, I blindly upgraded this site to 2.5. So far, no problems have cropped up. In fact, at the moment everything seems fine (of course, let me know if you discover otherwise).
A [...]

[Read more →]

Tags: Reviews · Wordpress

Wrangling Drop Caps

March 17th, 2008 · 1 Comment

.firstp{
font-size:1.5em;
line-height:1.25;
text-decoration: none;
text-align: justify;
color: #555;
}
.firstp:first-line {
font-variant:small-caps;
}
.firstp:first-letter {
font-size:4.5em;
line-height:1;
float:left;
padding:0 .05em 0 0;
margin:-.15em 0 -.2em -.05em;
color:#aaa;
}

Setting the initial letter of a page—or chapter, or section—in larger type and dropping it down a bit into the text is similar to decorated initials common in illuminated manuscripts, such as the breathtaking Saint John’s Bible, and of course, in the world of [...]

[Read more →]

Tags: web design