When using the viao theme i want to change the font colors and the tooltip colors.
What values do i use and where do I change them???
Page 1 of 1
Customizing and colors
#2
Posted 08 January 2005 - 03:34 AM
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
.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
#3
Posted 08 January 2005 - 03:50 AM
For tooltips colors look at the options screen. The description of 'Tooltip style' should give you a hint.
#4
Posted 08 January 2005 - 04:59 AM
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??
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??
#5
Posted 08 January 2005 - 05:14 AM
Kelsenellenelvian, take a look at HTML Colors for a list of colors.
#7
Posted 08 January 2005 - 05:22 AM
download one of the free html editors from cnet.
choose the color u want or test style
after u hv done that check the source code.
that is the fastest way to learn code.
choose the color u want or test style
after u hv done that check the source code.
that is the fastest way to learn code.
#8
Posted 08 January 2005 - 06:45 AM
well i do it by myself with calc (dec>hex dec<hex) and paint 
ps: photoshop do it automatically on the pick color screen
ps: photoshop do it automatically on the pick color screen
#9
Posted 08 January 2005 - 05:10 PM
r2k02, on Jan 8 2005, 05:50 AM, said:
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:
wpi.htm said:
<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>
<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.
Share this topic:
Page 1 of 1



Help
Back to top









