XF 1.2 Some question for optimizing my forum

NGS

Member
Hi,
I have a few questions to ask yourself.

I want to replace my navigation bar that allows mounted and down the page as a bar like this. (Example: http://fr-modz.com)
BNZ32wa.png


then

I would like to know how to enable my logo header becomes transparant, but not all at once, I would like to see that progress towards transparancy to give you an example, flew over the logo of the site: http:// realitygaming.fr

then

I would like the menu tabs down the overview of our nickname is the small icon like this:
t7z6.png


then

I would like my personal details on a message like this:
thpm.png
the places they appear like this:
9nvMyMO.png


then

I want my number message, I love ect. focus appears like this:
MC3PFxc.png
(With small logo at the beginning)

And finally,

I love the last post of a topic created appears as text with a tag like this
JREZppa.png

(This is the last post of a topic in the staff section, this allows faster editing the post rather than going into the template of the admin cp)
 
This is a navigation bar up and down the page I found on the following website http://Realitygaming.fr http://fr-modz.com and I wanted to know if you connaisiez an add-on or means to said bar in place.
When I visit both of those sites, this is what I see
screenshot.webp
screenshot1.webp

As you can see, neither of them go up and down the side of the page. Now, if it's different when you log in, it's probably due to an add-on (or a major style revision), but I'm not going to create an account just to look, especially the second one since it's heavy into warez. Have you asked either one of those sites how it's done?
 
Click on the link in my post above.
Where to put this code
Code:
<style type="text/css">
<!--   
body{scrollbar-face-color: #000000;
scrollbar-shadow-color: #2D2C4D;
scrollbar-highlight-color:#7D7E94;
scrollbar-3dlight-color: #7D7E94;
scrollbar-darkshadow-color: #2D2C4D;
scrollbar-track-color: #7D7E94;
scrollbar-arrow-color: #C1C1D1;
}
-->
</style>
 
I would like to know how to enable my logo header becomes transparant, but not all at once, I would like to see that progress towards transparancy to give you an example, flew over the logo of the site: http:// realitygaming.fr
 
Code:
#logo:hover {
    opacity: 0.9;
    transition: all 0.45s ease 0s;
}

Have you considered coming up with your own style rather than trying to copy another one?
 
Hi, I need help about Gift a change I would make.

Infact, I would like to create a topic in the staff section of my forum, and it's my staff forum write a message to change the notice up my forum, to make it look easy.

vq8j.png


What would his

W74jcAV.png


Simply put the last post in the topic will appear in notice
 
Top Bottom