First of all, I'd like to give a big thanks to the person who donated paid time to the community. I've applied the style to the community and that actually lead me to find (and fix) a small bug. So thanks again! :)
I made some changes to the code today, and they're listed
here, but I thought I'd expand on the bigger changes. The first change is
(
Read more... )
Comments 12
Reply
I'm really really curious though, could you share how you got the rounded corners on your journal? I would really like to be able to do that.
Thanks.
Reply
To get the rounded corners, I used the css property -moz-border-radius. However it will only work in Mozilla/Firefox and I think Netscape. :)
More specifically this is the CSS I have on my journal (pasted in the CSS tab):
#container {
margin-bottom: 20px;
background: transparent none repeat scroll top right;
}
#header {
background: transparent none repeat scroll top left;
}
#menu, #footer {
background: transparent none repeat scroll top left;
}
#wrap {
-moz-border-radius: 25px;
}
#menu ul li a {
-moz-border-radius: 15px 15px 0 0;
}
#footer ul li a {
-moz-border-radius: 0 0 15px 15px;
}
Reply
Yay for Firefox!
Reply
If it matters, I'm using Firefox as my browser, and it's not just my journal, it seems to be everyone using this style. Thanks!
Reply
Reply
Reply
If and when you have a moment, I have one question I haven't been able to figure out while playing with customizing. I'd like to define the user icon definition seperately for comments and my main entry. ie, I like that on the entry my icon is on the right, but I'd like to set the comments below the entry to display it on the left. Is this possible? Currently I've only (via the wizard) been able to set it to all icons either left or right.
Reply
Reply
Again, thank you so much for this wonderful style. I expect I'll be fiddling with it for a few days. :)
Reply
I love, love, love this style!! Thank you so much!
Reply
Leave a comment