MSFN Forum: Customizing and colors - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Customizing and colors Rate Topic: -----

#1 User is online   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,653
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 January 2005 - 07:26 PM

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


#2 User is offline   glent 

  • Tpyo Spceialist
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,041
  • Joined: 16-August 04

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

#3 User is offline   r2k02 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 23-December 04

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 User is online   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,653
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

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

#5 User is offline   Nazgul 

  • Junior
  • Pip
  • Group: Members
  • Posts: 86
  • Joined: 02-January 05

Posted 08 January 2005 - 05:14 AM

Kelsenellenelvian, take a look at HTML Colors for a list of colors.

#6 User is online   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,653
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 January 2005 - 05:19 AM

Well crap thanx m8.

#7 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

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.

#8 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 08 January 2005 - 06:45 AM

well i do it by myself with calc (dec>hex dec<hex) and paint :whistle:

ps: photoshop do it automatically on the pick color screen

#9 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

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>


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

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy