What Happened?

like sid, i prefer it over the aquasoft skin.... it just looks too much like a blog right now... i can't even put my finger on why i think that, it just stands out like that to me.

#198632

A slightly thinner variant of the BasicSoft skin would be appreciated because I get a horizontal scrollbar at 800 x 600. I think a main column few pixels thinner would fix the problem.

#198663

Originally posted by Sid@Aug 5 2004, 04:29 AM

A slightly thinner variant of the BasicSoft skin would be appreciated because I get a horizontal scrollbar at 800 x 600. I think a main column few pixels thinner would fix the problem.

<{POST_SNAPBACK}>

Been fixed ;)

#198665

Every item on the bar on the AquaSoft skin leads me to 'Index of /skins/AquaSoft'

There no way to get to the forums when chosing the AquaSoft skin anyone else get this?

Anyway nice work so far guys!

#198667

Originally posted by Anarchi5t@Aug 5 2004, 04:47 AM

Every item on the bar on the AquaSoft skin leads me to 'Index of /skins/AquaSoft'

There no way to get to the forums when chosing the AquaSoft skin anyone else get this?

Anyway nice work so far guys!

<{POST_SNAPBACK}>

I'll fix the top bar in a few min aswell as some other small tweaks, hope they don't mind :unsure:

#198679

Is the homepage ment to look that way or is it just me ???? :blink:

#198766

I like it, more professional.

#198767

lol yes. But its definatly not aqua. :P

#198768

Ok, so ther isnt a need for this last thread...

-------------------------

The Topics Have Been Merged

// Seph

#198773

are the new skins only for the front page right now. or can u apply them to the forms.

#198780

I'll do a somewhat glossy verion of the skin later, just trying something new, least it has pinstripes in it :P

#198781

ok im not sure about any other mac users, but the new aqua-skin for the front page doesnt look very good in safari.

i checked it on firebird and it looks ok, its just safari thats seems to have to problem.

anyway here is a screenshot.

CLICK FOR SCREENSHOT

#198782

Originally posted by Timan@Aug 5 2004, 04:32 AM

Been fixed ;)

<{POST_SNAPBACK}>

Thank you dear boy. ;)

#198816

I don't know but on my screen the frontpage doesn't look right at all. ;)

#198826

Originally posted by rijinsu@Aug 5 2004, 12:18 PM

I don't know but on my screen the frontpage doesn't look right at all. ;)

<{POST_SNAPBACK}>

Helps if you post a screenshot, I added GlossSoft, its just the basic skin with a little big of gloss added, need to fix the header though.

#198828

GlossSoft has officially replaced BasicSoft as my favorite. :D Great work.

#198838

Nevermind, I had BasicSoft on default. I like Aqua-Soft a lot though.

#198843

no one else having this problem ? o well whatever.

#198849

Nor does it look correct in Opera 7.5. The top bar image doesn't stretch 100%, the header image is kind of funkified, and the bullets do not align as they should.

Screenshot here.

All of the other skins work well tho!

#198887

We are aware of that problem and stevie is working on it at the moment.

My baby looks fux0red in safari :cry:

--------------------------------

The Topics Have Been Merged

// Seph

#198955

Originally posted by xfodder@Aug 5 2004, 11:33 PM

ok im not sure about any other mac users, but the new aqua-skin for the front page doesnt look very good in safari.

i checked it on firebird and it looks ok, its just safari thats seems to have to problem.

anyway here is a screenshot.

CLICK FOR SCREENSHOT

<{POST_SNAPBACK}>

i posted a screenshot and mentioned the same thing about a dozen posts above you. they know about it. seph and timan are on macs, they'll sort it out.

#198977

Of course none of this would be a problem if someone were willing to buy me a PowerBook so I can testt in Safari.... -_-

Also, anyone got any idea why that might be doing that, to save me searching around for some damn' fool problem in a duff browser? :P

#198996

Originally posted by Stevie BM@Aug 6 2004, 10:07 AM

Of course none of this would be a problem if someone were willing to buy me a PowerBook so I can testt in Safari....  -_-

Also, anyone got any idea why that might be doing that, to save me searching around for some damn' fool problem in a duff browser? :P

<{POST_SNAPBACK}>

Stevie, if you have linux installed or access to a Linux Live CD (eg. Knoppix), you can test the AquaSoft skin (it seems to be a KHTML problem).

I will have a look at the code once I have had lunch.

EDIT: Okay, I fixed it so it worked in Safari, but it broke the header in IE/Firefox. I will try and get it working right in both browsers soonish.

#199069

Originally posted by kjwebb+Aug 6 2004, 05:40 AM-->
QUOTE(kjwebb @ Aug 6 2004, 05:40 AM)
Stevie, if you have linux installed or access to a Linux Live CD (eg. Knoppix), you can test the AquaSoft skin (it seems to be a KHTML problem).

<{POST_SNAPBACK}>

First, I'm not going to give Contra the pleasure of knowing I ran Linux in any form.

Second, that doesn't get me any closer to owning a PowerBook, now, does it? :P

#199091

Stevie, I have fixed it.

Here is the new code for part of the css that you have to replace

#wrapper .pageHeader
{
background-image: url(./images/top_left_bg.jpg);
background-repeat: no-repeat;
background-color: #f7f8fa;
position: absolute;
margin-left: 1.5em;
margin-right: 1.5em;
top: 3.7em;
left:2px;
height: 5.6em;
border-bottom: 1px solid #E3E8F0;
 
}

html>body #wrapper .pageHeader
{
right: 0em;
left: -0.5px;
}

Replace the #wrapper .pageHeader and the * html #wrapper .pageHeader sections of your CSS file.

This code work's in IE, Firefox and Safari.

EDiT: I just checked it in Konqueror and just as expected, it works in Konqueror as well.

#199100