Problems with colors "hover" in my forum

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
arrakis
BBCoder II
BBCoder II
Posts: 9
Joined: 06 May 2010, 15:43
Location: Spain
Contact:

Problems with colors "hover" in my forum

Post by arrakis »

Good night

I doubt that I have commented
In my forum advenzone.net
phpbb3 installed a visual style, the softbrown, modified

On that base I made a few modifications. Especially one tabs more, some mods and variation of color, in the css of Administration Panel

What happens is that when I go to the index, clickable links family forums, "hover" instead of leaving the color I put in white, sometimes leaving the old, the brown-gray

Clean the cache, but as much as I do, at random, I get the colors distorted

Some screenshots for a example:

Image

Image

:?:

phpbb 3.0.6
advenzone.net

Thanks
Support data:
URL: http://advenzone.net/
Versión phpBB: 3.0.9
MODs Instalados: easy resizer, genders mod, mchat
Plantilla(s) usada(s): Softbrown modificado
Servidor: bythehost
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Problems with colors "hover" in my forum

Post by Stoker »

Works fine for me, so you need to refresh your browser with CTRL + F5 or just restart it.
Board rules! No PM support
arrakis
BBCoder II
BBCoder II
Posts: 9
Joined: 06 May 2010, 15:43
Location: Spain
Contact:

Re: Problems with colors "hover" in my forum

Post by arrakis »

Thanks Stoker

I think it can be a problem of my user account. By the sid =
It's incredible
I've asked two friends of the forum that you see with their accounts and computers

But with and other account appears the same! (see colour of "FORO GENERAL" in this exemple)
Image

:?
Support data:
URL: http://advenzone.net/
Versión phpBB: 3.0.9
MODs Instalados: easy resizer, genders mod, mchat
Plantilla(s) usada(s): Softbrown modificado
Servidor: bythehost
Kynetic
BBCoder II
BBCoder II
Posts: 23
Joined: 27 Apr 2010, 22:13
Contact:

Re: Problems with colors "hover" in my forum

Post by Kynetic »

hi,

in your colours.css

Find :

Code: Select all

a:link	{ color: #FFFFFF; }
a:visited	{ color: #646A65; }
a:hover	{ color: #FFB459; }
a:active	{ color: #FFFFFF; }
it's an example, but i think that's your a:visited...
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Problems with colors "hover" in my forum

Post by cisco007 »

works fine for me too, even the "FORO GENERAL"
arrakis
BBCoder II
BBCoder II
Posts: 9
Joined: 06 May 2010, 15:43
Location: Spain
Contact:

Re: Problems with colors "hover" in my forum

Post by arrakis »

Hi
It's strange. I have two accounts. The admin account and other, user normal
And the problem appears in both. And with the use of more computers

Is random ("aleatorio")
Is sometimes good, sometimes seen in other subforums gray
(Can see gray "Descarga directa de juegos", or "Foro general"... if you go to "http://advenzone.net/memberlist.php" "Usuarios", "MENSAJES" and "ÚLTIMA VEZ ACTIVO" I see gray normally, too :( )

In my Admin Panel
Styles
Themes

Code: Select all


--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a:link	{ color: #105289; }
a:visited	{ color: #105289; }
a:hover	{ color: #8C4A3D; }
a:active	{ color: #368AD2; }

/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #FFFFFF;
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #6c6a6a;
}

#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #FFB459;
}

#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #C8E6FF;
}

/* Links for forum/topic lists */
a.forumtitle {
	color: #105289;
}

/* a.forumtitle:visited { color: #105289; } */

a.forumtitle:hover {
	color: #8C4A3D;
}

a.forumtitle:active {
	color: #105289;
}

a.topictitle {
	color: #105289;
}

/* a.topictitle:visited { color: #368AD2; } */

a.topictitle:hover {
	color: #8C4A3D;
}

a.topictitle:active {
	color: #105289;
}

/* Post body links */
.postlink {
	color: #368AD2;
	border-bottom-color: #368AD2;
}

.postlink:visited {
	color: #5D8FBD;
	border-bottom-color: #666666;
}

.postlink:active {
	color: #368AD2;
}

.postlink:hover {
	background-color: #D0E4F6;
	color: #0D4473;
}

.signature a, .signature a:visited, .signature a:active, .signature a:hover {
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	color: #105289;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #3A504E;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #105289;
}

.search .postprofile a:hover {
	color: #3A504E;


[...]

--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
	border-color: #666666;
	background-color: #FAFAFA;
	color: #000;
}

label {
	color: #425067;
}

option.disabled-option {
	color: graytext;
:? :?:
Support data:
URL: http://advenzone.net/
Versión phpBB: 3.0.9
MODs Instalados: easy resizer, genders mod, mchat
Plantilla(s) usada(s): Softbrown modificado
Servidor: bythehost
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Problems with colors "hover" in my forum

Post by cisco007 »

like Stoker said here viewtopic.php?f=19&p=4621#p4612 refresh your browser clean or even purge the browsers cache, you can have that problem in many different computers because the old colors are still in the browsers cache, but if the are purged it will work correctly, since i never been to your site until today my browser sees everything correctly!
arrakis
BBCoder II
BBCoder II
Posts: 9
Joined: 06 May 2010, 15:43
Location: Spain
Contact:

Re: Problems with colors "hover" in my forum

Post by arrakis »

mmm
I'm stupid

He had tried everything
Clear cookies, clear the cache from the admin panel ... But had not cleared the browser cache!

Thank you very much for the information

These things that were previously handled without problems in W98, year after year, while hiding everything and make it easier, you lose practice

Thanks
Support data:
URL: http://advenzone.net/
Versión phpBB: 3.0.9
MODs Instalados: easy resizer, genders mod, mchat
Plantilla(s) usada(s): Softbrown modificado
Servidor: bythehost
Kynetic
BBCoder II
BBCoder II
Posts: 23
Joined: 27 Apr 2010, 22:13
Contact:

Re: Problems with colors "hover" in my forum

Post by Kynetic »

i think it's better to modify the colours.css via Filezilla and not via Admin Panel... (it's my opinion)
arrakis
BBCoder II
BBCoder II
Posts: 9
Joined: 06 May 2010, 15:43
Location: Spain
Contact:

Re: Problems with colors "hover" in my forum

Post by arrakis »

Kynetic » 13 Jun 2010, 17:33 wrote:i think it's better to modify the colours.css via Filezilla and not via Admin Panel... (it's my opinion)
why? :?: Thanks

pd: and now i see that isn't colors "hover"
it's visited, or not?
Support data:
URL: http://advenzone.net/
Versión phpBB: 3.0.9
MODs Instalados: easy resizer, genders mod, mchat
Plantilla(s) usada(s): Softbrown modificado
Servidor: bythehost
Locked