php forum
php mysql forum
php mysql smarty
 
Page 1 of 2 1 2 >
Topic Options
#241304 - 03/20/03 11:39 PM [6.2] Cool Blue
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Stylesheet: Cool Blue<br />Pleasing subtle blues, with a 3D flair. <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />Demo Here. It is also installed here at threadsdev to use if you wish. <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />Zip file attached.<br /><br />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). <br /><br />


Attachments
73776-coolblue.zip (90 downloads)

_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#241305 - 03/21/03 11:56 AM Re: [6.2] Cool Blue [Re: Daine]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
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!
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#241306 - 03/21/03 04:49 PM Re: [6.2] Cool Blue [Re: Daine]
Nettomo Offline
Enthusiast

Registered: 11/18/01
Posts: 431
Loc: Germany, Bremen
Cooooool<br /><br /><br />Nettomo
_________________________
www.board.se
www.u3.board.se

Top
#241307 - 03/22/03 02:50 PM Re: [6.2] Cool Blue [Re: Orlov]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
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:<br /><br />[]http://zen.nailed.org/coolblue.gif[/]<br /><br />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 <img src="/forum/images/graemlins/confused.gif" alt="" /><br /><br />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 <img src="/forum/images/graemlins/frown.gif" alt="" />

Top
#241308 - 03/22/03 03:05 PM Re: [6.2] Cool Blue [Re: palmen]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Hmmm Not sure why that would be.<br /><br />Did you get the visited link styles too.<br /><br />There are several link attributes in there, beyond what's a the very top.<br /><br />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. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#241309 - 03/22/03 03:38 PM Re: [6.2] Cool Blue [Re: Daine]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
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 <img src="/forum/images/graemlins/laugh.gif" alt="" />

Top
#241310 - 03/22/03 03:45 PM Re: [6.2] Cool Blue [Re: palmen]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
Nothing.. that's messed up <img src="/forum/images/graemlins/confused.gif" alt="" /><br /><br />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 <img src="/forum/images/graemlins/mad.gif" alt="" /><br /><br />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 <img src="/forum/images/graemlins/frown.gif" alt="" /><br />


Attachments
73936-coolblue.css (8 downloads)


Top
#241311 - 03/22/03 03:52 PM Re: [6.2] Cool Blue [Re: palmen]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
That's very odd indeed. <br /><br />You might want to try to add:<br /><br />.navigation a:link { <br /> color: #3366CC;<br /> background: none;<br />}<br />.navigation a:visited { <br /> color: #3366CC;<br /> background: none;<br />}<br />.navigation a:active {<br /> color: #3366CC;<br /> background: none;<br />}<br />.navigation a:hover {<br /> color: #3366CC;<br /> background: none;<br /> text-decoration: none;<br />}<br /><br /><br />etc... for the various classes and see if that has any effect.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#241312 - 03/22/03 04:04 PM Re: [6.2] Cool Blue [Re: Daine]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH<br /><br />Its stupid crap like this that makes me want to pull my hair out <img src="/forum/images/graemlins/mad.gif" alt="" /><br /><br />Thanks for the snippet you posted Josh, that fixed the buttons <img src="/forum/images/graemlins/smile.gif" alt="" /> But I was adding similar code to other sections, like newlighttable and newdarktable and such... NOTHING. <br /><br />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 <img src="/forum/images/graemlins/frown.gif" alt="" />

Top
#241313 - 03/22/03 05:03 PM Re: [6.2] Cool Blue [Re: palmen]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
I'm using JCTemplates and have noticed that with some stylesheets my tables don't line up on ubbthreads as shown below. <br /> <br />[]http://www.drumlines.org/poofa.jpg[/] <br /> <br />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. <br /> <br />[]http://www.drumlines.org/oorah.jpg[/] <br /> <br />Cool Blue isn't the only CSS causing this; others do too. So don't think I'm bashing your awesome Cool Blue Josh. <img src="/forum/images/graemlins/grin.gif" alt="" /> <br /> <br />Any one have any experience with this problem or have any ideas?
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#241314 - 03/22/03 05:12 PM Re: [6.2] Cool Blue [Re: eslmix]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
What do you mean, the columns different widths?<br /><br />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.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#241315 - 03/22/03 05:39 PM Re: [6.2] Cool Blue [Re: eslmix]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
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. <br /> <br />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. <img src="/forum/images/graemlins/smile.gif" alt="" /> (and honestly I don't think they should be made with them in mind because not everyone is using JC's templates) <br /> <br /> <br /> <br />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


Edited by JustDave (03/22/03 05:55 PM)
_________________________
~Dave
ChattersOnline.com

Top
#241316 - 03/22/03 05:41 PM Re: [6.2] Cool Blue [Re: Daine]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
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.<br /><br />[]http://www.drumlines.org/fixed.jpg[/]<br /><br />Thanks again!
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#241317 - 03/22/03 06:04 PM Re: [6.2] Cool Blue [Re: eslmix]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
why isn't my blue working <img src="/forum/images/graemlins/bawling.gif" alt="" />

Top
#241318 - 04/01/03 08:11 PM Re: [6.2] Cool Blue [Re: palmen]
HRMan Offline
Lurker

Registered: 01/08/03
Posts: 5
Here's my variation on the cool blue theme - thanks for the ideas, Josh. <br /><br /> []http://www.hrman.com/screenshot.jpg[/] <br /><br />You can see the whole thing by going here: <br /><br /> hrman.com community
_________________________
hr-man.com

Top
#241319 - 04/06/03 09:43 AM Re: [6.2] Cool Blue [Re: webwolfe_dup1]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Very nice. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#241320 - 04/28/03 05:49 PM Re: [6.2] Cool Blue [Re: Daine]
JasonStixBuckley Offline
User

Registered: 04/16/03
Posts: 30
Loc: NC USA
Hey Josh!<br /><br />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.<br /><br />Can you help?<br /><br />Thanks!

Top
#241321 - 04/28/03 06:51 PM Re: [6.2] Cool Blue [Re: ]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
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?
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#241322 - 04/28/03 07:41 PM Re: [6.2] Cool Blue [Re: Daine]
JasonStixBuckley Offline
User

Registered: 04/16/03
Posts: 30
Loc: NC USA
[]http://www.motorsportslounge.com/idir/newderror.gif[/]<br /><br />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.

Top
#241323 - 04/28/03 07:42 PM Re: [6.2] Cool Blue [Re: ]
JasonStixBuckley Offline
User

Registered: 04/16/03
Posts: 30
Loc: NC USA
In fact, it does the same thing here at threads dev. <br /> <br />I have went ahead and made this live on my site. <br /> <br /> http://www.motorsportslounge.com/ubbthreads/ubbthreads.php <br /> <br />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)?

Top
Page 1 of 2 1 2 >


Who's Online
2 registered (GEN, Gizmo), 22 Guests and 12 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Spell Check [beta]
by Gizmo
22 minutes 32 seconds ago
PhotoPost BB Code Popup
by AllenAyres
Today at 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
Today at 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
Today at 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
David DelMonte, nick1, Begbie, cenk, MATTO
13363 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks