Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > 2+2 Communities > Other Other Topics
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-22-2006, 12:36 AM
dibbs dibbs is offline
Senior Member
 
Join Date: Dec 2004
Location: Parts Unknown
Posts: 3,203
Default Does anyone feel like making a quick CSS style sheet for me?

Sorry for the pointlessness/obnoxiousness of this post, but was curious if anyone adept in this could help me with this as I'm decent with html markup (this is for some computer literacy requirement) but am kind of lost with CSS.


Basically, I want the CSS style markup that would make a page have Times New Roman font in white with a black background, hyperlinks in blue/underlined and already visited links in like a darkish purple. Standard margins and stuff.

Figured I'd take a shot as I don't know this stuff but assume that anyone in here who knows it, it would only take a few seconds to bang out.

Thanks guys.
Reply With Quote
  #2  
Old 04-22-2006, 01:00 AM
numeri numeri is offline
Senior Member
 
Join Date: Apr 2005
Location: living dangerously
Posts: 1,808
Default Re: Does anyone feel like making a quick CSS style sheet for me?

[ QUOTE ]
body {
background-color:#333333;
font-family: "Times New Roman", Times, serif;
color: #CCCCCC;
}
a {
color: #0066cc;
}
a:visited {
color: #9966CC;
}

[/ QUOTE ]
Google is your friend. Here's a basic CSS site.

Also, FYI, black backgrounds are horrible. They're hard for visitors to read and basically bad design. I made your background and fonts shades of grey. It's marginally better, but there's a reason why all the good sites you see have plain light backgrounds and dark text.

Oh, and you want sans-serif fonts. Times New Roman and other serif fonts are better in print, but sans-serif fonts are better to read on a computer screen.

Here are some of the parts of my basic style sheet:

[ QUOTE ]

body {
margin:5px;
padding:0px;
font: 12px verdana, arial, helvetica, sans-serif;
background-color:#fff;
}
a {
text-decoration: none;
color: #06c;
}
a:hover {
background: #ccc;
}

[/ QUOTE ]
The beauty of style sheets is more than formatting fonts, though. Good luck with your project!
Reply With Quote
  #3  
Old 04-22-2006, 01:09 AM
TomCollins TomCollins is offline
Senior Member
 
Join Date: Jul 2003
Location: Approving of Iron\'s Moderation
Posts: 7,517
Default Re: Does anyone feel like making a quick CSS style sheet for me?

[ QUOTE ]
but there's a reason why all the good sites you see have plain light backgrounds and dark text.

[/ QUOTE ]

All good sites?


The Best Page In The Universe
Reply With Quote
  #4  
Old 04-22-2006, 01:19 AM
dibbs dibbs is offline
Senior Member
 
Join Date: Dec 2004
Location: Parts Unknown
Posts: 3,203
Default Re: Does anyone feel like making a quick CSS style sheet for me?

Thank you very much sir, this is awesome.

I admit I have weird taste, I've always been told to avoid black backgrounds but when I was thinking of the sites I found the easiest to read I thought of all black backgrounds, funny Tom mentioned Maddox's as that was one that popped in my head.

Thanks again.
Reply With Quote
  #5  
Old 04-22-2006, 01:20 AM
numeri numeri is offline
Senior Member
 
Join Date: Apr 2005
Location: living dangerously
Posts: 1,808
Default Re: Does anyone feel like making a quick CSS style sheet for me?

[ QUOTE ]
[ QUOTE ]
but there's a reason why all the good sites you see have plain light backgrounds and dark text.

[/ QUOTE ]

All good sites?


The Best Page In The Universe

[/ QUOTE ]
Touche. I should have phrased it "...all the sites that don't make my eyes bleed..." [img]/images/graemlins/shocked.gif[/img]
Reply With Quote
  #6  
Old 04-22-2006, 01:24 AM
numeri numeri is offline
Senior Member
 
Join Date: Apr 2005
Location: living dangerously
Posts: 1,808
Default Re: Does anyone feel like making a quick CSS style sheet for me?

[ QUOTE ]
I admit I have weird taste, I've always been told to avoid black backgrounds but when I was thinking of the sites I found the easiest to read I thought of all black backgrounds, funny Tom mentioned Maddox's as that was one that popped in my head.

[/ QUOTE ]
Ah well, if it's your personal page - who cares! If you're designing any sort of business page or a page that you hope to generate traffic with, I'd suggest another route. Either that, or have some really unique content. [img]/images/graemlins/wink.gif[/img]
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:36 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.