Kelsenellenelvian Posted January 8, 2005 Posted January 8, 2005 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???
glent Posted January 8, 2005 Posted January 8, 2005 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
r2k02 Posted January 8, 2005 Posted January 8, 2005 For tooltips colors look at the options screen. The description of 'Tooltip style' should give you a hint.
Kelsenellenelvian Posted January 8, 2005 Author Posted January 8, 2005 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??
Nazgul Posted January 8, 2005 Posted January 8, 2005 Kelsenellenelvian, take a look at HTML Colors for a list of colors.
Astalavista Posted January 8, 2005 Posted January 8, 2005 download one of the free html editors from cnet.choose the color u want or test styleafter u hv done that check the source code.that is the fastest way to learn code.
SiMoNsAyS Posted January 8, 2005 Posted January 8, 2005 well i do it by myself with calc (dec>hex dec<hex) and paint ps: photoshop do it automatically on the pick color screen
a06lp Posted January 8, 2005 Posted January 8, 2005 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now