You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 66 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Modifying Theme main text still white. needs to be black ?? [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
dalejg
Nuke Cadet
Nuke Cadet


Joined: Jan 19, 2006
Posts: 4


PostPosted: Thu Jan 19, 2006 11:21 am Reply with quoteBack to top

I am modifying my theme on my website.

www.themepark-world.com

I have altered alot of the colours but i still cannot figure out how to modify the colour for the main text as its still white..??

Also the scroll bar at the side? and the black boxes?? probably the same bit.

Thanks in advance


Last edited by dalejg on Thu Jan 19, 2006 10:55 pm; edited 1 time in total
Find all posts by dalejgView user's profileSend private message
astalavistabd
Captain
Captain


Joined: Dec 19, 2004
Posts: 663

Location: Canada

PostPosted: Thu Jan 19, 2006 11:39 am Reply with quoteBack to top

did you edit you style sheet?

_________________
Free PHPNuke Themes, PHPNuke Modules, PHPNuke Blocks (No Registration Required)
Find all posts by astalavistabdView user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN MessengerICQ Number
dalejg
Nuke Cadet
Nuke Cadet


Joined: Jan 19, 2006
Posts: 4


PostPosted: Thu Jan 19, 2006 12:27 pm Reply with quoteBack to top

Yes i did,

The theme used to be dark purple. with white text main.

I have changed most of the theme but need to edit the rest to make the text black, cant find the right bit. Here is the style.css sheet:

FONT {FONT-FAMILY: geneva,arial,Verdana,Helvetica; FONT-SIZE: 11px}
TD {FONT-FAMILY: geneva,arial,Verdana,Helvetica; FONT-SIZE: 12px}
BODY {
FONT-FAMILY: geneva, arial, Verdana, Helvetica;
FONT-SIZE: 11px;
background-color: #ffffff;
color: #FFFFFF;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#000000;
}

P {FONT-FAMILY: geneva,arial,Verdana,Helvetica; FONT-SIZE: 12px}
DIV {FONT-FAMILY: geneva,arial,Verdana,Helvetica; FONT-SIZE: 12px}
INPUT {
FONT-FAMILY: geneva, arial, Verdana, Helvetica;
FONT-SIZE: 11px;
font-weight: bold;
color: #000000;
background-color: #000000;
border: 1px solid #000000;

}
TEXTAREA {
FONT-FAMILY: geneva, arial, Verdana, Helvetica;
FONT-SIZE: 11px;
font-weight: bold;
color: #000000;
background-color: #000000;
border: 1px solid #000000;

}
FORM {FONT-FAMILY: geneva,arial,Verdana,Helvetica; FONT-SIZE: 12px}
SELECT {
FONT-FAMILY: geneva,arial,Verdana,Helvetica;
FONT-SIZE: 12px;
border: 1px solid #3399FF;
}
A:link {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; TEXT-DECORATION: none}
A:active {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; TEXT-DECORATION: none}
A:visited {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; TEXT-DECORATION: none}
A:hover {BACKGROUND: none; COLOR: #0099FF; FONT-SIZE: 12px; TEXT-DECORATION: none}

.title {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-WEIGHT: geneva,arial,bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.content {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-FAMILY: geneva,arial,Verdana, Helvetica}
.storytitle {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-WEIGHT: geneva,arial,bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.storycat {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-WEIGHT: geneva,arial,bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: underline}
.boxtitle {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-WEIGHT: geneva,arial,bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.boxcontent {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 11px; FONT-FAMILY: geneva,arial,Verdana, Helvetica}
.option {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: geneva,arial,Verdana, Helvetica; TEXT-DECORATION: none}
.tiny {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 11px; FONT-WEIGHT: normal; FONT-FAMILY: geneva,arial,Verdana, Helvetica; TEXT-DECORATION: none}

.top {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-FAMILY: geneva,arial,Verdana, Helvetica; TEXT-DECORATION: none}
.top:link {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-FAMILY: geneva,arial,Verdana, Helvetica; TEXT-DECORATION: none}
.top:active {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-FAMILY: geneva,arial,Verdana, Helvetica; TEXT-DECORATION: none}
.top:visited {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-FAMILY: geneva,arial,Verdana, Helvetica; TEXT-DECORATION: none}
.top:hover {BACKGROUND: none; COLOR: #0099FF; FONT-SIZE: 12px; FONT-FAMILY: geneva,arial,Verdana, Helvetica; TEXT-DECORATION: none}

.banner_top {
BACKGROUND: #0095ff;
COLOR: #ffffff;
FONT-SIZE: 11px;
FONT-FAMILY: Arial;
TEXT-DECORATION: none;
font-weight: bolder;
}
.banner_top:link {
BACKGROUND: #0095ff;
COLOR: #ffffff;
FONT-SIZE: 11px;
FONT-FAMILY: Arial;
TEXT-DECORATION: none;
font-weight: bolder;
}
.banner_top:active {
BACKGROUND: #0095ff;
COLOR: #ffffff;
FONT-SIZE: 11px;
FONT-FAMILY: Arial;
TEXT-DECORATION: none;
font-weight: bolder;
}
.banner_top:visited {
BACKGROUND: #0095ff;
COLOR: #ffffff;
FONT-SIZE: 11px;
FONT-FAMILY: Arial;
TEXT-DECORATION: none;
font-weight: bolder;
}
.banner_top:hover {
BACKGROUND: #0095ff;
COLOR: #ffffff;
FONT-SIZE: 11px;
FONT-FAMILY: Arial;
TEXT-DECORATION: underline;
font-weight: bolder;
}
table {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
Find all posts by dalejgView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.187 Seconds - 216 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::