Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to change color timer?

Featured Replies

Hello,

Is there anyhow to change color timer from yellow to a dark color like midnight blue or dark red???

TNX for yr help

coucou

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>

  • Author

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

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.

  • Author

Wooowww, TNX Lost Soul, very usefull color chart

coucou

@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

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.