Page 1 of 1

Problems with colors "hover" in my forum

Posted: 12 Jun 2010, 23:11
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

Re: Problems with colors "hover" in my forum

Posted: 13 Jun 2010, 08:32
by Stoker
Works fine for me, so you need to refresh your browser with CTRL + F5 or just restart it.

Re: Problems with colors "hover" in my forum

Posted: 13 Jun 2010, 11:43
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

:?

Re: Problems with colors "hover" in my forum

Posted: 13 Jun 2010, 14:27
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...

Re: Problems with colors "hover" in my forum

Posted: 13 Jun 2010, 15:41
by cisco007
works fine for me too, even the "FORO GENERAL"

Re: Problems with colors "hover" in my forum

Posted: 13 Jun 2010, 15:45
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;
:? :?:

Re: Problems with colors "hover" in my forum

Posted: 13 Jun 2010, 16:14
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!

Re: Problems with colors "hover" in my forum

Posted: 13 Jun 2010, 16:34
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

Re: Problems with colors "hover" in my forum

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

Re: Problems with colors "hover" in my forum

Posted: 13 Jun 2010, 18:16
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?