The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Code background and navbar invision

2 posters

Go down

Solved Code background and navbar invision

Post by splashyyy May 12th 2010, 20:58

Hello with invision , I have a litlle problem with Code , i would like to get RED font please
this is the code i use :
Code:

.codebox dt , .codebox dd {
background :#6D7B8D;
color :#E41B17;
}

litlle problem with navbar background , i would like the background black

picture : (it is grey on the pic) i want it the same color as header , then we dont see any difference.

Code background and navbar invision Navbar10


Would like to know the code for invision , to get new forum message into the categories.
i know it does exist on phpbb3 and i think its possible to get it under invision (nothing is impossible Smile )

picture :

Code background and navbar invision Newmsg10

It would be awesome if someone does know how to get it under invision ..

anyway thank you in advance , hope to get some answers


Last edited by splashyyy on May 22nd 2010, 16:10; edited 1 time in total
avatar
splashyyy
Forumember

Male Posts : 49
Reputation : 0
Language : english
Location : Oamaru

Back to top Go down

Solved Re: Code background and navbar invision

Post by splashyyy May 13th 2010, 00:50

ty rono for your answer ,Hmm i tried your things rono but didnt worked for Code red font .

the message and navbar thing worked Smile

i have another question , on my forum ive a flash banner , i put the code into site description .

i would like to put it at 150 px from the top

i tried to add something like that in description :
Code:
<SPAN style="position: absolute; top: 80 px;">

but didnt work , would like to know if you know any solution ?

Code background and navbar invision Css-images-expl2

thank you in advance

Oh btw i would like to make the categories transparent , you know to see the background .

i tried that but its not working .

Code:
#wrap {
-khtml-opacity : 0.5;
-moz-opacity : 0.5;
 filter : alpha(opacity=50);
 opacity : 0.5;
    }
avatar
splashyyy
Forumember

Male Posts : 49
Reputation : 0
Language : english
Location : Oamaru

Back to top Go down

Solved Re: Code background and navbar invision

Post by RoNo May 16th 2010, 22:32


#1 - You can change "codebox font color" like this
Code:
.codebox dt , .codebox dd {
background :#6D7B8D;
color :red;
}

Code background and navbar invision Break_gray1


#2 - Here's an example of editing the "Invision submenu"
Code:
#submenu {background: #000000; color: transparent;}
#submenu ul li a {color: silver;}
#submenu ul li a:hover {background-color: transparent; color:#B42000;}

Code background and navbar invision Break_gray1


#3 - Customize "Icons for the forum" in "Pics Management"
Example[click]
Code background and navbar invision Th_forum_new_image01b

Add breaks <br> to a forum's description field
to allow proper space for the image.

Code background and navbar invision Th_forum_new_image02

Before adding breaks
Code background and navbar invision Th_forum_new_image03

After
Code background and navbar invision Th_forum_new_image04

test image


Code background and navbar invision Break_gray1

#4a - Try "logostrip padding" to move the banner
Code:
div#logostrip {padding-top:55px;}
(also try: padding-left:?px; padding-bottom:?px;)


#4b - You can position a fixed image like this
Code:
<div style="right: 5px; position:fixed; top: 5px"> <a href="/profile.forum?mode=register"><img src="http://YOUR IMAGE.png" border="0" alt="Register"></a></div>
(notice image at the top of this page)


Code background and navbar invision Break_gray1


#5 - Here's an example of "adding transparency to Invision"
Code:
div.borderwrap,.borderwrapm { -khtml-opacity : 0.8;
      -moz-opacity : 0.8;
      filter : alpha(opacity=50);
      opacity : 0.8; }

Multiple questions in a topic can get messy.
Let's stop at five questions, splashyyy Wink
Open a new topic for a new issue.


Code background and navbar invision Register1
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: Code background and navbar invision

Post by splashyyy May 16th 2010, 22:46

hehe at least its gonna help others too just need to modify the title to explain better what contains the topic.

Anyway thank you a lot Rono Smile
avatar
splashyyy
Forumember

Male Posts : 49
Reputation : 0
Language : english
Location : Oamaru

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum