Jump to content

How to change color timer?


Recommended Posts


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>

Link to comment
Share on other sites

TNX Lost Soul :thumbup

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.

Regards

coucou

Link to comment
Share on other sites

It is RGB code - red green blue

Intensity 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 black

You will find this in any picture editor.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...