Previous Thread
Next Thread
Print Thread
Rate Thread
#241304 03/21/2003 12:39 AM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Stylesheet: Cool Blue
Pleasing subtle blues, with a 3D flair.

Demo Here. It is also installed here at threadsdev to use if you wish.

Zip file attached.

Install instructions. Put the 2 image files into your /stylesheets/images directory. (If you don't have one, you might need to create the images directory inside stylesheets).

Attachments
73776-coolblue.zip (0 Bytes, 91 downloads)

Sponsored Links
Daine #241305 03/21/2003 12:56 PM
Joined: Aug 2000
Posts: 1,609
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,609
First words out of my mouth when I saw it was, "Oooh, that's pretty!" Thanks for the great css Josh! I have it on my site now. Check it out!

Daine #241306 03/21/2003 5:49 PM
Joined: Nov 2001
Posts: 417
Enthusiast
Enthusiast
Joined: Nov 2001
Posts: 417
Cooooool


Nettomo

Orlov #241307 03/22/2003 3:50 PM
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
Awesome color scheme... I've been tweaking it, but have found some problems. I wanted ALL the blue colored links to be #3366CC. Which isn't a problem, except some links for some reason do not get changed and are the default blue you see on every webpage:

[]http://zen.nailed.org/coolblue.gif[/]

See where the arrows are? That is the default blue (#0000FF). But for every link attribute in the CSS I specified it to be #3366CC

Notice visited links display the correct color.. in the image above notice the "Post" and "Next" buttons, that is the color I want all links to be. I can't figure it out

palmen #241308 03/22/2003 4:05 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Hmmm Not sure why that would be.

Did you get the visited link styles too.

There are several link attributes in there, beyond what's a the very top.

I'd double check... do a search for the a: attribute. Make sure you adjust all the a:link, a:visited etc... all the way throught he file.

Sponsored Links
Daine #241309 03/22/2003 4:38 PM
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
I did, even through the ones at the bottom... I will double check again. Its strange though.. the links that haven't been visited are the wrong color, but as soon as you click on them, they work... I'll tripple check and report back

palmen #241310 03/22/2003 4:45 PM
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
Nothing.. that's messed up

The only link attributes that were not altered are the ones for the header/menu bar, which are white, those don't need to be changed. But no idea why it is being set to default

Here is a copy of my CSS, you can see all of the a: sections are either #3366CC or left to white for the header/menu
Attachments
73936-coolblue.css (0 Bytes, 19 downloads)

palmen #241311 03/22/2003 4:52 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
That's very odd indeed.

You might want to try to add:

.navigation a:link {
color: #3366CC;
background: none;
}
.navigation a:visited {
color: #3366CC;
background: none;
}
.navigation a:active {
color: #3366CC;
background: none;
}
.navigation a:hover {
color: #3366CC;
background: none;
text-decoration: none;
}


etc... for the various classes and see if that has any effect.

Daine #241312 03/22/2003 5:04 PM
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

Its stupid crap like this that makes me want to pull my hair out

Thanks for the snippet you posted Josh, that fixed the buttons But I was adding similar code to other sections, like newlighttable and newdarktable and such... NOTHING.

I swear, stylesheets NEVER like me, and NEVER work for me correctly. I'm going to go curl up in the corner and cry now

palmen #241313 03/22/2003 6:03 PM
Joined: Aug 2000
Posts: 1,609
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,609
I'm using JCTemplates and have noticed that with some stylesheets my tables don't line up on ubbthreads as shown below.

[]http://www.drumlines.org/poofa.jpg[/]

Cool Blue is one CSS that causes this. I have tried commenting out several lines in the CSS file to try and find the culprit to no avail. Below you can see that with another stylesheet the tables lineup perfectly.

[]http://www.drumlines.org/oorah.jpg[/]

Cool Blue isn't the only CSS causing this; others do too. So don't think I'm bashing your awesome Cool Blue Josh.

Any one have any experience with this problem or have any ideas?

Sponsored Links
eslmix #241314 03/22/2003 6:12 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
What do you mean, the columns different widths?

Probably the font size. The last post column on the right is defined as "no wrap" so if the text is bigger, it'll push everything over.

eslmix #241315 03/22/2003 6:39 PM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
JC's stylesheets specify widths for the columns being displayed. He has seperated the categories so that each is a table of it's own in the display. The unmodified forum index displays as one single table and therefore the columns always line up.

This isn't a problem with the stylesheets offered here. It's just that these stylesheets here were not created with JC's templates in mind. (and honestly I don't think they should be made with them in mind because not everyone is using JC's templates)



Edit Note: After looking at some of JC's stylesheets it seems he doesn't always specify the widths in the columns in question. I had ran into just one such case a while back on someone else's site. Pulled my hair out for a while wondering why the columns were not shrinking... lol

Last edited by JustDave; 03/22/2003 6:55 PM.
Daine #241316 03/22/2003 6:41 PM
Joined: Aug 2000
Posts: 1,609
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,609
That's exactly what I was talking about. I had to shrink the font down to 5 before it would even-out. Either that or just get rid of the sidebar. I opted instead to put a <br /> in between the last poster and the last post time.

[]http://www.drumlines.org/fixed.jpg[/]

Thanks again!

eslmix #241317 03/22/2003 7:04 PM
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
why isn't my blue working

palmen #241318 04/01/2003 9:11 PM
Joined: Jan 2003
Posts: 4
Lurker
Lurker
Offline
Joined: Jan 2003
Posts: 4
Here's my variation on the cool blue theme - thanks for the ideas, Josh.

[]http://www.hrman.com/screenshot.jpg[/]

You can see the whole thing by going here:

hrman.com community

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Very nice.

Daine #241320 04/28/2003 5:49 PM
Joined: Apr 2003
Posts: 30
User
User
Joined: Apr 2003
Posts: 30
Hey Josh!

I am going to be using this for one of my sites. The problem I am having is that it is placing a 15 pixel white border at the top/bottom and 10 pixel white border on the left/right. I want to remove these, but since I am new to these things, I am not sure what I need to remove or edit.

Can you help?

Thanks!

#241321 04/28/2003 6:51 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Hmmm.... this isn't a table wrapper mod. It's just a stylesheet. Cell Spacing and Cell padding would be defined in the theme file. Where are you seeing this border?

Daine #241322 04/28/2003 7:41 PM
Joined: Apr 2003
Posts: 30
User
User
Joined: Apr 2003
Posts: 30
[]http://www.motorsportslounge.com/idir/newderror.gif[/]

I am not sure why it is doing this. The initial wrap coding of my header / footer is the same that I use currently using a color changed version of the frosted layout.

#241323 04/28/2003 7:42 PM
Joined: Apr 2003
Posts: 30
User
User
Joined: Apr 2003
Posts: 30
In fact, it does the same thing here at threads dev.

I have went ahead and made this live on my site.

http://www.motorsportslounge.com/ubbthreads/ubbthreads.php

Got any ideas where I can axe that white border around the site (not the border around the forum template itself as that is part of my coding)?

#241324 04/28/2003 8:17 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Hmmmm.....

I don't see the border on my end. Looks like you are using a fixed width table wrapped around the whole thing. You really should change that in your theme file to 100%. No need to limit the width of your site to just 780 when people have much bigger monitors.

Looking at the body tag of the frosted stylesheet... it looks like it's been tweaked to include:

margin: 0px;
border: 0px;
padding: 0px;


You might try including that in the body tag of the sheet.

Daine #241325 04/28/2003 8:29 PM
Joined: Apr 2003
Posts: 30
User
User
Joined: Apr 2003
Posts: 30
Josh, have I ever told you YOU ROCK?!?!?!



That was exactly it. I added that and it is all good.

As far as the size, the reason I do that is because of the spacing I have at the top of the site for the ad areas, logo, etc. I like everything being spaced out with 10 pixels as it gives a very clean look. With making it variable, it shifts that up there to where it doesnt look as clean.


#241326 04/28/2003 8:31 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Ah good. Glad it worked. Wasn't sure if you were talking about the blue or the little white space.

But when you said frosted, I took a look at the body tag in frosted for the clues.

Daine #241327 04/28/2003 8:36 PM
Joined: Apr 2003
Posts: 30
User
User
Joined: Apr 2003
Posts: 30
Thanks man. I am a new UBBT user (as you know from posting over at IP). I am VERY new to using CSS and templates and such ... to say I am stupid when it comes to this stuff is an understatement.

I have been able to "get by" by limited knowledge, so your assistance here and over at IP is much appreciated.

#241328 04/28/2003 8:47 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Thanks.

Daine #241329 05/02/2003 3:43 AM
Joined: Aug 2002
Posts: 23
Newbie
Newbie
Offline
Joined: Aug 2002
Posts: 23
o wow ! thanks for this (again!) Josh !

I've used those gorgeous blue gradients along with my current blue stylesheet and it looks soooooooo much better!!


--------------
James

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)