Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Support (https://thetfp.com/tfp/tilted-support/)
-   -   Mod messages (https://thetfp.com/tfp/tilted-support/119969-mod-messages.html)

MexicanOnABike 06-23-2007 05:22 PM

Mod messages
 
I use the v bulletin3 forum style so my background is very light blue or white.
when a mod puts up a warning message in a thread, it's yellow so everytime, i have to highlight the text to read it and it kinda sucks.
is there a way to highlight the text? like have a black or dark colour highlight and the yellow text like it is now.

just an idea.

noodlebee 06-23-2007 05:31 PM

The style is made by CSS, right?

You can do
Code:

.highlight {
  background-color : #abcdef;
}

Actually, isn't it better to change the yellow to something else?

MexicanOnABike 06-24-2007 03:56 PM

yes, it would be cool to change the yellow but the people who keep the standard green style wont be able to read anything dark. so that's why i'm suggesting this.

ubertuber 06-24-2007 04:06 PM

How does orange work?
Like this?

Daniel_ 06-25-2007 12:09 PM

Quote:

Originally Posted by ubertuber
How does orange work?

Like this?

I have the same problem, and orange wrks fine for me. :thumbsup:

MexicanOnABike 06-25-2007 02:02 PM

It's better. But remember that theres 2 styles that have very light coloured backgrounds. V bulletin and I bulletin. It would be cool if the mods had a special way of having the text highlighted.

but i'll deal with orange for now. :)
i wonder if it's possible to make code that detects the background and corrects the colour acordingly? under a certain #, it switches to yellow like 100,100,100 and over that, something dark. :)

noodlebee 06-25-2007 04:45 PM

Did you try the code?


All times are GMT -8. The time now is 08:25 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47