Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#288847 - 25/10/2006 17:44 Calling someone who knows CSS and has some time
drakino
carpal tunnel

Registered: 08/06/1999
Posts: 7868
The last holdup for the version 7 upgrade at this point is the CSS theme for the site. I'm not that great with CSS and haven't been able to get the theme right after a few hours work. Attached to this post is a zip with the files necessary to complete the new theme. empegnew.css is the style sheet, and empeg.css matches the one in use on these boards. Then 3 HTML files (and folders with pictures) are there that reference empegnew.css. The goal is to try to match those 3 pages as closely as possible to the existing boards.

Any help with this would be appreciated. Seems my years off from doing web development are starting to catch up to me now.


Attachments
289542-empegubb7.zip (48 downloads)


Top
#288848 - 25/10/2006 22:19 Re: Calling someone who knows CSS and has some time [Re: drakino]
JBjorgen
carpal tunnel

Registered: 19/01/2002
Posts: 3583
Loc: Columbus, OH
My brother is a complete wiz with CSS. Whether he has the time to take this up is another matter....I'll give him a heads up though.
_________________________
~ John

Top
#288849 - 26/10/2006 22:26 Re: Calling someone who knows CSS and has some time [Re: drakino]
gbeer
carpal tunnel

Registered: 17/12/2000
Posts: 2665
Loc: Manteca, California
Here is the attempt of a CSS noob.

Notes:
I can only test this in FF and now IE7. It seems to work for them.

The right and left black page border is controlled by the margins of .t_outer. That class also controlls the options drop downs and all the other tables on that line. It also controls the spacing between various panels vertically.

Try changing it like this to see what I mean.

.t_outer {
margin-bottom: 20px;
margin-right: 20px;
margin-left: 20px;
}

Edit: I forgot to mentionthe margins of those dropdowns are controlled by tdheader.
Also lighttable and darktable only seem to apply to the new post icon column, so I set them the same as the other columns.
Edit: Noticed that the links wern't shifting to white when hovered on. Updated the attachment.

Edit: You can see the results here here & here provided my laptop is on when the attempt is made.


Attachments
289665-empeg.zip (35 downloads)



Edited by gbeer (27/10/2006 01:50)
_________________________
Glenn

Top
#288850 - 08/11/2006 02:51 Re: Calling someone who knows CSS and has some time [Re: gbeer]
gbeer
carpal tunnel

Registered: 17/12/2000
Posts: 2665
Loc: Manteca, California
Here is a slightly different version of the css. It takes care of the menus on the posts page but the box containing the avitar uses the same alt-2 tag so it too gets a black background. The result isn't bad but it's not similar the the current site.


Attachments
290240-empegnew.css (41 downloads)

_________________________
Glenn

Top
#288851 - 08/11/2006 04:16 Re: Calling someone who knows CSS and has some time [Re: gbeer]
drakino
carpal tunnel

Registered: 08/06/1999
Posts: 7868
I'll poke into the template file to see if I can get rid of the box around the avatars. Thanks for taking the time on this, I'll plan on going forward with the upgrade here in the next week sometime.

Top
#288852 - 09/11/2006 00:21 Re: Calling someone who knows CSS and has some time [Re: drakino]
gbeer
carpal tunnel

Registered: 17/12/2000
Posts: 2665
Loc: Manteca, California
Your Welcome,

After looking it over, it seems that some of the CSS classes are slopply applied, like the alt-2 class being applied to two very different layout elements. I suspect there are more than a few bombs still in the CSS. It's kind of hard to tell with out seeing it work in a live site.

Glenn
_________________________
Glenn

Top
#288853 - 18/11/2006 01:36 Re: Calling someone who knows CSS and has some time [Re: gbeer]
gbeer
carpal tunnel

Registered: 17/12/2000
Posts: 2665
Loc: Manteca, California
_________________________
Glenn

Top