Posted by mikestrout on August 2, 2009 at 5:21am
I have been putting the Acquia Marina theme to work on a site I am working and am a bit stuck on what may be a very simple fix for someone in the know. I would like the regions in the sidebar-last to always have rounded corners, just like they do when a block exists in the sidebar-first. I found the code that sets the width for the content and sidebar-last. That was easy to tweak. What I can't find is a simple way to trick the template into always using the rounded corner regions instead of the no-rounded transparent regions. Is there a easy way to do this?
NewCreature aka Mike Strout
<><
Comments
Figured out
I opt'ed for the non-easy way and just retooled the CSS so main-last styles were grouped in with the first-main and first-main-last styles. There are about 10 lines that need to be moved/removed in the style.css and then a bunch that need to be removed from the icons.css. If you don't do the ones in the icons.css and move the login block to the sidebar-last column, the h2 block will be transparent.
It took me about an hour of fiddling with the CSS and firebug in Firefox to get it all just like I want it. BTW, thanks to the people at TNT for the great theme work. As I look throught the CSS code, I know I could never be that creative both from an artsy perspective and from a programming perspective. Nice work!
Mike