» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 63
0 members and 63 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Changing Rollover Color within the Nuke 7.x - Themes forums, part of the PHP-Nuke 7.x category; Hey, Im using the fiblack3d theme and I wanted to know how I could change the hover or rollover color ...


Go Back   Nukemods Forum » PHP-Nuke 7.x » Nuke 7.x - Themes

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-06-2004, 06:16 PM
Junior Member
 
Join Date: Jul 2004
Posts: 37
Changing Rollover Color
Hey,

Im using the fiblack3d theme and I wanted to know how I could change the hover or rollover color in the forum? I was able to change the colors in the main site to what i wanted but once you hit the Forum link and hover over a link the color changes to the original and not the one on the home page. I hope i explained it right. You can check for yourself by checking the site. http://www.sixfeetunderclan.com

Hover over the links and youll see they are sort of a mustard color but once you click on the forum link you will see the hover color is like a light grey sort of color.

How can I change that to match my home page scheme??

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-06-2004, 07:14 PM
Moderator
 
Join Date: Jul 2004
Posts: 22
Hi jn1167,

You should be able to do this through your style.css.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-06-2004, 10:01 PM
Junior Member
 
Join Date: Jul 2004
Posts: 37
Any chance you could show me exactly where and what in that file I have to change. I looked all over the place and made some changes and I couldnt get it to work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-06-2004, 10:08 PM
Junior Member
 
Join Date: Jul 2004
Posts: 37
Here is my style sheet:

Code:
FONT	{FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px}
TD		{FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px}
BODY	{FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px}
P		{FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px}
DIV		{FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px}

/* Form elements */
/*form{display:inline}

/*input{background:#303030;background-color:#303030;color:#e7e7e7;background-color:#272727;font:12px Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px;border:1px solid;border-color: #707070 #000000 #000000 #707070}

/*select{background:#303030;background-color:#303030;color:#e7e7e7;font:11px Verdana,Arial,Helvetica,sans-serif}

/*textarea{background:#303030;background-color:#303030;color:#e7e7e7;background-color:#272727;font:12px Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px;border:1px solid;border-color: #000000 #707070 #707070 #000000}

/*input.button{background:#303030;font-size:11px;color:#e7e7e7;border:1px solid; border-color:#707070 #000000 #000000 #707070}
/*input.liteoption{background:#303030;font-size:11px;color:#e7e7e7;border:1px solid; border-color:#707070 #000000 #000000 #707070}
/*input.mainoption{background:#303030;color:#ffcc00;font-size:11px;border:1px solid; border-color:#707070 #000000 #000000 #707070}
/*input.catbutton{background:#303030;font-size:11px;border:1px solid; border-color:#707070 #000000 #000000 #707070}


/* Form elements */
input{border-color: #545454; color:#e7e7e7; background-color: #303030; font:normal 12px Verdana,Arial,Helvetica,sans-serif}
textarea{border-color: #545454; color:e7e7e7; background-color: #303030; font:normal 12px Verdana,Arial,Helvetica,sans-serif}
select{border-color: #545454; color:e7e7e7; font:normal 12px Verdana,Arial,Helvetica,sans-serif}

/* The text input fields background colour */
input.post,textarea.post,select{background:#303030}
input{text-indent:2px}

/* The buttons used for bbCode styling in message post */
input.button{background: #000000; color:#9999AA; font:11px Verdana,Arial,Helvetica,sans-serif}

/* The main submit button option */
input.mainoption{background: #000000;font-weight:bold}

/* None-bold submit button */
input.liteoption{background: #000000;font-weight:normal}





/* This is the line in the posting page which shows the rollover
help line. This is actually a text box,but if set to be the same
colour as the background no one will know;)
*/
.helpline{border-style:none}

/* Quote blocks */
.quote{background:#525252;border:1px solid #000000;color:#e7e7e7;
font-size:11px;line-height:125%}

/* Code blocks */
.code{background:#545454;border:1px solid #000000;color:#fff8dc;
font:12px Courier,"Courier New",sans-serif;padding:5px}

/* This is the border line & background colour round the entire page */
.bodyline{background:#4072BE url(images/cb_fbr_tex.gif);border:1px solid;border-color: #000000 #707070 #707070 #000000}

/* This is the outline round the main forum tables */
.forumline{background:#010101;border:1px solid;border-color:#000000 #707070 #707070 #000000}

body{background:#2e2e2e;color:#e7e7e7;font:12px Verdana,Arial,Helvetica,sans-serif;margin:8px;padding:0;
scrollbar-3dlight-color:#6a6a6a;
scrollbar-arrow-color:#fc9b00;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#1f1f1f;
scrollbar-highlight-color:#1f1f1f;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#2e2e2e}

/* Category gradients*/
td.cat{font-weight:bold;letter-spacing:1px;background:#191919 url(images/cellpic1.gif);
height:31px;text-indent:4px;
border:1px solid; border-color:#707070 #000000 #000000 #707070}

/* Category gradients*/
td.cat2{background:#191919 url(images/cellpic1.gif);height:25px;text-indent:4px;border:1px solid; border-color:#707070 #000000 #000000 #707070}

.blk{border:1px solid; border-color:#000000 #707070 #707070 #000000 }

/* Main table cell colours and backgrounds */
.row1{background:#272727;border:1px solid; border-color:#707070 #000000 #000000 #707070}
.row2{background:#303030;border:1px solid; border-color:#707070 #000000 #000000 #707070}
.helpline{background:#303030}
.row3{background:#414141;border:1px solid; border-color:#707070 #000000 #000000 #707070}
td.spacerow{background:#464646;border:1px solid; border-color:#707070 #000000 #000000 #707070}

/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic{background:url(images/cellpic2.jpg) #010101 repeat-y;
border:1px solid; border-color:#707070 #000000 #000000 #707070}

/* Table Header cells */
th{background: #171717 url(images/cb_fbr_tex.gif);color: #8e8e8e;font-size:11px;
font-weight:bold;height:27px;white-space:nowrap;text-align:center;padding-left:8px;padding-right:8px;
border:1px solid; border-color:#707070 #000000 #000000 #707070}

hr{border: 0px solid #000000;border-top-width:1px;height:0px}

/* This is the gradient background at the top of the page */
.topbkg{background: #1a1a1a url(images/cellpic_bkg.jpg) repeat-x;height:120px; font-size:13px;
line-height: 100%;font-weight:bold;color:#000000}
.headtitle{font:bold 28px/100% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;color: #262626}

.topnav{font-size:10px;background:#1d1c19;color:#4072BE;height:23px;white-space:nowrap;
border:1px solid; border-color:#707070 #000000 #000000 #707070}

/* Specify the space around images */
.imgtopic,.imgicon{margin-left:0}
.imgspace{margin-left:1px;margin-right:2px}
.imgfolder{margin:1px;margin-left:4px;margin-right:4px}

/* Gets rid of the need for border="0" on hyperlinked images */
img{border:0}

/* Background images for tables */
.tbltop{background:#2e2e2e url(images/tnav_t.gif) repeat-x}
.tblleft{background:#2e2e2e url(images/tnav_l.gif) repeat-y}
.tblright{background:#2e2e2e url(images/tnav_r.gif) repeat-y}
.tblbot{background:#2e2e2e url(images/tnav_b.gif) repeat-x}

a:link,a:active,a:visited,a.postlink{color: #4072BE;text-decoration:none}
a:hover{color:#B3A93C}
.title 		 {BACKGROUND: none; COLOR: #4072BE; FONT-SIZE: 13px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.content 	 {BACKGROUND: none; COLOR: #cccccc FONT-SIZE: 11px; FONT-FAMILY: Verdana, Helvetica}
.block-title {BACKGROUND: none; COLOR: #4072BE; FONT-SIZE: 11px; FONT-FAMILY: Verdana, Helvetica}
.storytitle  {BACKGROUND: none; COLOR: #4072BE; FONT-SIZE: 11px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.storycat	 {BACKGROUND: none; COLOR: #cccccc; FONT-SIZE: 11px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: underline}
.boxtitle 	 {BACKGROUND: none; COLOR: #4072BE; FONT-SIZE: 11px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.boxcontent  {BACKGROUND: none; COLOR: #cccccc; FONT-SIZE: 11px; FONT-FAMILY: Verdana, Helvetica}
.option 	 {BACKGROUND: none; COLOR: #cccccc; FONT-SIZE: 11px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.tiny		 {BACKGROUND: none; COLOR: #cccccc; FONT-SIZE: 11px; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.small		 {BACKGROUND: none; COLOR: #cccccc; FONT-SIZE: 9px; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem w/ Changing HeliusGray Background Color kindpeacho Theme packs 9 02-20-2006 07:18 PM
Changing Link Color in PHP-nuke 7.5 (SubBlack) ishtar Nuke 7.x - General 1 11-07-2005 05:55 PM
changing text box color humperdink Nuke 7.x - Themes 0 03-18-2005 05:53 PM
Changing the color of the forum text etrcoke Nuke 6.5 to 6.9 - Modules 3 06-24-2003 06:46 AM
Changing Subsytems Background Color !! dds Purged Topics 5 02-24-2003 02:02 AM


All times are GMT -5. The time now is 01:16 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31