Page 1 of 1

NEW : webdev colors

PostPosted: Fri Aug 29, 2003 6:28 am
by thewedding
Hi there
as posted, I promised to made some additional color schemes so here they are.. yes they still use the opacity change but as stated earlier this can be removed or changed into a background hover effect.. I added some lines, thanks to the help in this forum, to make it mozilla compatible but there is still a bug concerning the padding of your table (with the padding set higher then 4 it is solved for now) I hope to fix this later.. added are rounded corners and opacity for mozilla.

blue scheme - http://www.pbase.com/webdev
purple scheme - http://www.pbase.com/webdev/various
default scheme - http://www.pbase.com/webdev/costa_rica
overkill - http://www.pbase.com/webdev/flower_garden

their are also a few changes they now hold a shadow on all thumbs instead of only on the 'big' image...

hope you like em, webdev

PostPosted: Fri Aug 29, 2003 7:47 am
by srijith
Nice work. Looks as good as ever.

Great

PostPosted: Fri Aug 29, 2003 10:33 am
by altofran
Great Colors! Thanks!

A little problem with postioning 'td' on Mozilla. I'm gonna check later and send you an update if you'd like to.

Good day,

and euh

PostPosted: Fri Aug 29, 2003 3:40 pm
by thewedding
how about this filter overkill ? I kinda like it !! also nice for portraits :)

surprise surprise what will the color of the flower be?

http://www.pbase.com/webdev/flower_garden

PostPosted: Fri Aug 29, 2003 11:44 pm
by srijith
I have never been in favor of the filters in the first place so I'll let that pass :)

BTW there seems to be a margin-bottom on hover that doesn't look all that great - cos that is the only hover margin around. Maybe you can either do a margin for all (top,bottom,left,right) or non at all?

PostPosted: Fri Aug 29, 2003 11:54 pm
by altofran
Hi,

Try to update your code with this style, because in Mozilla blocks are collated; but for the rest, the colors are really great. Did you update the style on PBase to support Mozilla correctly?


Code: Select all
td.thumbnail
{
   padding: 2px;
   height: 207px;
}

PostPosted: Sat Aug 30, 2003 8:35 am
by thewedding
nacef wrote:Hi,
Code: Select all
td.thumbnail
{
   padding: 2px;
   height: 207px;
}


yep that did the trick thnx nacef ! :D
now it's fully mozilla (geko) compatible ...

PostPosted: Sat Aug 30, 2003 8:38 am
by thewedding
srijith wrote:I have never been in favor of the filters in the first place so I'll let that pass :)

BTW there seems to be a margin-bottom on hover that doesn't look all that great - cos that is the only hover margin around. Maybe you can either do a margin for all (top,bottom,left,right) or non at all?


well I found the the whole border hover a bit to obvious.. but as it is open source feel free to modify it to your taste ...

PostPosted: Sat Aug 30, 2003 8:44 am
by thewedding
these lines can give you an additional hover effect on the image border instead of only the thumbnail table border

Code: Select all

img.thumbnail {
   border: rgb(16, 16, 26) 1px solid;
   margin: 0px;
   padding: 1px;
   background: rgb(45, 45, 55);
}
a:hover img.thumbnail {
   border: rgb(95, 121, 216) 1px solid;
   margin: 0px;
   padding: 1px;
   background: rgb(45, 45, 55);
}

nacef

PostPosted: Sat Aug 30, 2003 8:53 am
by thewedding
hé nacef there is still a minour issue with mozilla and the text within the thumbnails, mozilla dimm's these as well .. we could justy remove opacity change for mozilla but then agian ...

Everything's OK

PostPosted: Sat Aug 30, 2003 1:04 pm
by altofran
Hi,

Great, If you take a look at my galleries, I did remove opacity filters, not only for Mozilla, but also for IE. It's a personal preference. I thinks that Opacity filters are the kind of things that someone could like or hate very much. So don't worry about it.

Did you have the opportunity to correct the PBase-default-webdev style?

Re: NEW : webdev colors

PostPosted: Fri Jan 16, 2004 3:17 pm
by gordy
blue scheme - http://www.pbase.com/webdev
purple scheme - http://www.pbase.com/webdev/various
default scheme - http://www.pbase.com/webdev/costa_rica
overkill - http://www.pbase.com/webdev/flower_garden

Is there a reason why thay all look the same on IE6?

Re: NEW : webdev colors

PostPosted: Fri Jan 16, 2004 4:02 pm
by thewedding
gordy wrote:blue scheme - http://www.pbase.com/webdev
purple scheme - http://www.pbase.com/webdev/various
default scheme - http://www.pbase.com/webdev/costa_rica
overkill - http://www.pbase.com/webdev/flower_garden

Is there a reason why thay all look the same on IE6?


old post they were removed...

PostPosted: Fri Jan 23, 2004 7:00 am
by eddiem
I seem to be getting strange results in Mozilla and Opera.

http://www.pbase.com/eddiem

Can anyone help?

Edit:

I've also noticed that photo's taken at 800x600 don't centre on the screen. Is this CSS only optimisted for 640x480 photos?