Update June 1

Jun 01, 2005 04:00

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... )

new features, updates

Leave a comment

Comments 12

kindlin June 1 2005, 08:44:54 UTC
Great new features. Thanks!

Reply


stoirmeach June 9 2005, 06:21:58 UTC
Hey I absolutly LOVE this style. I really love that every entry is a different shade from the one above and below it.
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

absolut June 9 2005, 06:57:43 UTC
Thanks!

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

stoirmeach June 9 2005, 07:07:39 UTC
Aaahhhhh THANKS! =D Looks great
Yay for Firefox!

Reply


anemonerose June 18 2005, 22:58:46 UTC
I just switched over to this layout style for my LJ and have noticed something on my friends page that is kind of annoying. There seems to be a duplicate listing of all the links at the bottom of entries (mem, link, comments, comment). One of the links shows you link in your own style and the other shows you in your friends/community journal's style. Is there any way to get rid of the second link? Meaning, I just want the links to show up one time along the bottom of the entries in my journal style.

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

absolut June 18 2005, 23:46:50 UTC
I see what you mean. It's not like that normally. There is supposed to be an image where the first link is. The images are linked to the Scrapbook, but it looks like the scrapbook is down, and the images are showing up as links instead. :(

Reply

anemonerose June 18 2005, 23:48:55 UTC
Ah! Okay, that makes more sense, then, 'cause when I first switched to the layout it had the pictures and the one link, and then all of a sudden there were duplicate ones. Thanks for clearing that up! :)

Reply


darke June 20 2005, 05:47:07 UTC
I really love this theme. Thank you for all your hard work.

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

absolut June 20 2005, 16:18:00 UTC
There isn't an option for that, not from the wizard. Is it OK if I just give you an override for it? (You'll have to make a theme layer etc.) I'm a hesitant to put it as an option in the wizard because there are sooo many options in there already. :)

Reply

darke June 20 2005, 16:30:21 UTC
Nah, skip the override. As I've been working with it through the night, I've figured out small ways I can tweak it to do what I want. I'd rather avoid the theme layer thing because I know myself. Been on lj for years now and this is the first real time I've fiddled with it, will probably be years before I fiddle again, so I'd rather just auto-update when you fix stuff ;)

Again, thank you so much for this wonderful style. I expect I'll be fiddling with it for a few days. :)

Reply


volkischexe June 23 2005, 17:05:14 UTC
Is there a way to enable comments on the sticky entry? It's great for my Friends Only message, but there's no way for people to ask me to add them.

I love, love, love this style!! Thank you so much!

Reply


Leave a comment

Up