AB5493 wrote:I really like the content and the way it's displayed, however i think the background could be a little more creative!
Also I hate to be annoying but how did you get all images around the site to have rounded corners?
You mean the white with filmstrip?
The rounded corners weren't easy! Basically it was a ton of trial and error. I think it took me a whole evening to get it all working. They still don't all work in firefox and IE, but I'm done. It works in Chrome and that's what I use.
Here is the code. I think I can get away with just the first line, but I'm not touching a thing! I worked too hard on it to have it disappear!
{ border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
#top-menu-content, #nav-content { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
#searchbar { margin: 2px; margin-right:10px; border-style:solid; border-width:1px; border-width:1px; }
#slideshow { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.slideshow-link img { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.slideshow-entry { border:1px solid #ffffff; -moz-border-radius: 0px 10px 10px 0px; -webkit-border-radius: 0px 10px 10px 0px; height: 20px; position: relative; top: -75px; }
#slideshow .hoverscroll { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
#slideshow .listcontainer { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.slideshow-list { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.slideshow-list a { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.scrollable .entry-thumbnails { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.scrollable .posts img { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.scrollable .posts .entry-meta { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.post .entry-thumbnails-link { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.post .wp-post-image { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
Last edited by ned4spd8874 (2011-03-12 19:56:02)
Check out my movie website built using Arras:
http://AfterCredits.com