Recent Topics

1 Aug 26, 2005 17:01    

I have a new skin: [url=http://www.brendoman.com/dbc?skin=elgoog]El Goog[/url]. It was educational to convert the table layout to css, and I used [url=http://www.tenderfeelings.be]Topanga's[/url] wonderful [url=http://b2evolution.net/man/2005/06/18/make_a_skin_based_on_my_proper_layout]guide[/url] for converting layouts to evoskins. If you [url=http://www.brendoman.com/b2e/skins/elgoog.zip]download[/url] this skin and install it, you can make your own logo image at [url=http://www.logogle.com]logogle.com[/url].

I'm not sure what to call this. The working title is El Goog. I've also considered the recursive acronym: GINGS: GINGS Is Not a Google Skin. Vote in the poll and tell me which you like better. Also, I don't know if doing a skin like this is kosher or not. If the devs feel that it is in poor taste I'll delete this post and I won't submit it to the skin repository.

And if you have any ideas for improving this skin, please let me know.

2 Aug 26, 2005 17:30

googolution. Nice to see a valid/valid skin. I also like skins that take advantage of the full screen. Have you tested it in a couple of different browsers and resolutions? Just curious. Are you going to zip it up and submit it to the skins repository?

3 Aug 26, 2005 17:40

Yeah, I tried it in Firefox and IE, at 1280x1024 and 800x600. At the lower resolution it actually degrades better than google does. If anyone notices anything strange in any browser, please let me know. If people like it I'll submit it once I've made any changes that need to be made. There's a download link in my post, so you can download it and try it out now.

5 Aug 26, 2005 20:43

I think I would steer clear of using the name google anywhere in the name -- if I read right:
http://www.google.com/permissions/index.html

links to other pages which explain more, obviously.

also, personally, I would like to see nicer image alignment around the text.. other than that it's fine :)

6 Aug 26, 2005 23:39

I added this to the stylesheet:

#content img {
	margin: 8px;
}


Do you think that helps?

If I leave Google out of the skin name, will I be ok? I have a link at the bottom of the skin that says the skin is based on Google. Should I remove it, too? Other than that, I don't think I'm using any of their brand features.

7 Aug 27, 2005 00:03

welp, the font is in the public domain, clearly i wouldnt worry about that, if they arent.. I am guessing they are aware of the font -- its on every free font site I've ever seen :)

if it were me, I actually like John's suggestion of Boogle.

The images are better yes, with a little more space

8 Aug 27, 2005 00:09

I added Boogle to the choices.

9 Aug 29, 2005 11:19

I think Boogle is better than others and I liked the skin, simple and cool one!

10 Aug 29, 2005 15:29

I have a just a few bugs to fix and then I'll release this skin. Maybe someone can help me with this one. I want the post tile to be right above the post text, with no blank line in between them, and I want the green text below the post to be right below the post, with now blank line in between. But I do want an empty line between paragraphs in the post. Here are the styles I have in effect now:

.bSmallPrint {
margin-top: -1em;
}
.bPostTitle {
}
p {
margin-bottom: 1em
}

The code for p is not actually in my stylesheet, but I think that is the default value. This actually works fine as long as the post text is wrapped in p tags. But when it's not (if auto p in unchecked or the post was imported from another blogging software) then the .bSmallPrint text (the green text) is displayed overlapping with the last line of my post. I could change the margin for .bSmallPrint to 0 and the margin for p to 0, but then I won't have an empty line between paragraphs. Can anyone think of a way to make this work how I want it to?

You can see the bug in action here:
http://www.brendoman.com/dev.php

11 Aug 29, 2005 19:52

This "appears" to work

.postTitle{
margin-bottom:-1em;
}

.bText p{
font-size: 0.9em;
}
.bText{
margin:1em 0;
}

12 Aug 29, 2005 20:26

Brilliant! That works great, ¥åßßå. Thanks for your help.


Form is loading...