Jump to content

Customizing and colors


Recommended Posts


open the wpi.css ad look for

.txt

{

font-family: tahoma, verdana, arial;

font-weight: bold;

color : #FFFFFF;

font-size : 8pt;

margin-left: 5px;

margin-right: 10px;

mo-margin-top: 10px;

no-margin-bottom: 50px;

}

im not sure about tooltips though

Link to comment
Share on other sites

Yeah I got that stuff but my question is: How do I get the entries for the colors ie. color : #FFFFFF; what does this mean and what would like say fuscia be written as???

I figured out the place to put the entries at I just ned to know what to tell it.

How do I find these values??

Link to comment
Share on other sites

For tooltips colors look at the options screen. The description of 'Tooltip style' should give you a hint.

or, the other option (if you know html, and want to make a theme), is to edit wpi.htm, and add in a <script> command in the <head> section...like so:

<html>

<head>

<link rel="stylesheet" type="text/css" href="./themes/a06/wpi.css" />

<script>

Style[0]=["#FFFFFF","#000077","#000077","#FFD980",

"","","","","","","","","","",200,"",2,2,10,10,51,0.4,0,"",""];

</script>

</head>

therefore, the tooltips are ONLY changed if I select this theme, but any other theme has the standard tooltups.

Thanks to hasi for helpin me with that one. :P

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...