I following so many bloggys dat dey were disappearing "below the fold." Dis article showed me how to turn da Blogger Rounders 3 template into a 3-column template:
Three Column Blogger: Three Column Rounders 3.
It worked pretty good, but da lady is picky and didn't like some of it.
First, da images for da rounded corners went away so da lady made her own.
Click here to open top cap in a new window.
Click here to open bottom cap in a new window.
Der wuz a problem wif font colors in the left sidebar.
Find this text:
#newsidebar h2 {In dat section change in two places from
color: $postTitleColor;
border-bottom: 1px dotted $postTitleColor;
}
#newsidebarbottom h2 {
color: $postTitleColor;
border-bottom: 1px dotted $postTitleColor;
}
color: $postTitleColor;to
color: $topSidebarHeaderColor;
and right below that add some new colors.
#newsidebar a {
color: $topSidebarLinkColor;
}
#newsidebar a:hover {
color: $topSidebarVisitedLinkColor;
}
#newsidebar a:visited {
color: $topSidebarVisitedLinkColor;
}
#newsidebarbottom a {
color: $bottomSidebarLinkColor;
}
#newsidebar a:hover,
#newsidebar a:visited {
color: $bottomSidebarVisitedLinkColor;
}
Also der a problem with footer.
Find
body#layout #outer-wrapper {And change the 730 to 980.
width: 730px;
}
No comments:
Post a Comment