May 31, 200521 yr Hello,Is there anyhow to change color timer from yellow to a dark color like midnight blue or dark red???TNX for yr helpcoucou
May 31, 200521 yr hi its in themes, edit out the wpi.htm file look for these lines and edit the colors <form name=display size="4" class="txtboxshow" style="align: center; font-size: 24pt; font-family: Arial; font-weight: bold; color: #FFFF00; vertical-align: baseline; width:100; height:37"></form></font> <strong><font face="Arial" size="1" color="#FFFFFF"> <script> if(timer=='on') document.write(getText(lblTimerStop)); </script> </font></strong> </span><p>
June 1, 200521 yr Author TNX Lost Soul BTW, where do i find the color hexa codes??? In other word what color is #FFFF00, #FFFFFF? I put in blind #111111 i got black color.Regardscoucou
June 1, 200521 yr It is RGB code - red green blueIntensity of each colour is from 0 to 256, you cannot write 256 in two digits, for that is used hex sistem 0, 1, 2, 3, 4 ... 9, A, B, C, D, E, F (16 digits and characters to substitute digit).To get black colour - you bring RED 00; Green 00; Blue 00 (000000)To get white colour - RED FF; Green FF; Blue FF (FFFFFF)Any achromatic colour - all colours in equal proportions, for exemple: 111111 - it's quit blackYou will find this in any picture editor.
June 1, 200521 yr hi, if your still needing help on chooseing a color the best method is to use aq color chart like this to help you out,, theres plenty of charts all over the net heres a basic one for youhttp://www.hypersolutions.org/pages/rgbhex.html
June 4, 200521 yr @coucou Once you get comfortable with those hex values you might want to try a tool like ColorPic to refine things even further. Good luck.
Create an account or sign in to comment