Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

CareerBoxScheme.res 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503
  1. //
  2. // TRACKER SCHEME RESOURCE FILE
  3. //
  4. // sections:
  5. // colors - all the colors used by the scheme
  6. // basesettings - contains settings for app to use to draw controls
  7. // fonts - list of all the fonts used by app
  8. // borders - description of all the borders
  9. //
  10. // notes:
  11. // hit ctrl-alt-shift-R in the app to reload this file
  12. //
  13. Scheme
  14. {
  15. //Name - currently overriden in code
  16. //{
  17. // "Name" "CareerScheme"
  18. //}
  19. //////////////////////// COLORS ///////////////////////////
  20. Colors
  21. {
  22. // base colors
  23. "BaseText" "189 189 189 255" // used in text windows, lists
  24. "BrightBaseText" "255 255 255 255" // brightest text
  25. "SelectedText" "255 242 45 255" // selected text
  26. "DimBaseText" "255 242 45 255" // dim base text
  27. "LabelDimText" "255 176 0 164" // used for info text
  28. "ControlText" "255 255 255 255" // used in all text controls
  29. //"BrightControlText" "255 242 45 255" // use for selected controls
  30. //"BrightControlText" "28 207 61 255" // use for selected controls
  31. "BrightControlText" "255 255 255 255" // use for selected controls
  32. "DisabledText1" "80 48 0 255" // disabled text
  33. "DisabledText2" "0 0 0 0" // overlay color for disabled text (to give that inset look)
  34. "DimListText" "188 112 0 255" // offline friends, unsubscribed games, etc.
  35. // background colors
  36. "ControlBG" "0 0 0 0" // background color of controls
  37. "ControlDarkBG" "74 74 74 255" // darker background color; used for background of scrollbars
  38. "WindowBG" "60 60 60 255" // background color of text edit panes (chat, text entries, etc.)
  39. "SelectionBG" "88 88 88 0" // background color of any selected text or menu item
  40. "SelectionBG2" "88 88 88 0" // selection background in window w/o focus
  41. "ListBG" "0 0 0 128" // background of scoreboard
  42. "ViewportBG" "0 0 0 200"
  43. "Menu/BgColor" "60 60 60 255"
  44. "CareerButtonBG" "0 0 0 0"
  45. "WindowTitleBG" "100 100 100 255" // background color of stripe across screen underneath title text
  46. "AutosaveNoticeLabelBG" "0 0 0 192"
  47. "CareerBoxBG" "0 0 0 192"
  48. "ProfileButtonBG" "0 0 0 0"
  49. //"ProfileButtonActiveBG" "255 176 0 127" // Orange BG, green text
  50. //"ProfileButtonFG" "28 207 61 255"
  51. "ProfileButtonActiveBG" "0 192 0 127" // Green BG, white text
  52. "ProfileButtonFG" "255 255 255 255"
  53. // Map select button colors
  54. "MapActiveBG" "255 255 255 255" // background color of the active map in the map select panel
  55. "MapDisabledBG" " 64 64 64 255" // background color of a disabled map in the map select panel
  56. "MapArmedBG" "255 255 255 255" // background color of the armed map in the map select panel
  57. "MapDepressedBG" "255 255 0 255" // background color of the depressed map in the map select panel
  58. "MapInactiveBG" "200 200 200 255" // background color of any other unbeaten map in the map select panel
  59. "MapDefeatedBG" "200 200 200 255" // background color of any other defeated map in the map select panel
  60. "PlayerName" "28 207 61 255" // player name on map screen
  61. "ActiveTriplet" "28 207 61 255" // green border around triplet
  62. "SelectedMap" "255 242 0 255" // yellow border around selected map
  63. "MapText" "255 242 0 255" // map title and description
  64. "UnlockedTriplet" "189 189 189 255" // color of "UNLOCKED" text above triplet
  65. "CurrentTriplet" "189 189 189 255" // color of "CURRENT" text above triplet
  66. "LockedTriplet" "189 0 0 255" // color of "LOCKED" text above triplet
  67. "TourOfDuty" "255 255 255 255" // color of "Tour of Duty N" text above triplet
  68. // Bot roster button colors
  69. "BotDisabledBG" "64 64 64 192" // background color of a disabled bot images
  70. "BotArmedBG" "255 255 255 255" // background color of the armed bot button images
  71. "BotDepressedBG" "255 255 255 255" // background color of the depressed bot button images
  72. "BotNormalBG" "255 255 255 255" // background color of any other bot images
  73. // Text colors for bot roster buttons
  74. "BotPoints" "255 255 255 255"
  75. "BotName" "255 255 255 255"
  76. "BotDesc" "255 255 255 255" // Skill:, Co-Op:, Bravery: labels
  77. //"BotRange0" "204 51 51 255"
  78. //"BotRange1" "204 153 0 255"
  79. //"BotRange2" "204 204 204 255"
  80. //"BotRange3" "204 204 0 255"
  81. //"BotRange4" " 51 204 51 255"
  82. "BotRange0" "255 0 0 255"
  83. "BotRange1" "255 100 0 255"
  84. "BotRange2" "255 255 0 255"
  85. "BotRange3" " 0 180 0 255"
  86. "BotRange4" " 50 255 50 255"
  87. // Bg colors for bot roster buttons
  88. "BotBg0" "64 64 64 255"
  89. "BotBg1" "100 100 100 255"
  90. "BotBg2" "64 64 64 255"
  91. "BotBg3" "100 100 100 255"
  92. "BotBg4" "64 64 64 255"
  93. "BotBg5" "100 100 100 255"
  94. "BotBgDisabled" "0 0 0 100"
  95. "BotTextDisabled" "88 88 88 255"
  96. // titlebar colors
  97. "TitleText" "255 174 0 255"
  98. "TitleDimText" "255 174 0 255"
  99. "TitleBG" "255 255 0 0"
  100. "TitleDimBG" "255 255 0 0"
  101. // slider tick colors
  102. "SliderTickColor" "127 140 127 255"
  103. "SliderTrackColor" "31 31 31 255"
  104. // border colors
  105. //"BorderBright" "188 112 0 128" // the lit side of a control
  106. //"BorderDark" "188 112 0 128" // the dark/unlit side of a control
  107. //"BorderSelection" "188 112 0 0" // the additional border color for displaying the default/selected button
  108. "BorderBright" "189 189 189 255" // the lit side of a control
  109. "BorderDark" "189 189 189 255" // the dark/unlit side of a control
  110. "BorderSelection" "189 189 189 255" // the additional border color for displaying the default/selected button
  111. "ButtonBorder" "189 189 189 255"
  112. "ButtonBorderDark" "189 189 189 255"
  113. "ButtonBorderArmed" "255 242 0 255"
  114. "ButtonBorderArmedDark" "255 242 0 255"
  115. "ButtonBorderDepressed" "255 242 0 255"
  116. "ButtonBorderDepressedDark" "255 242 0 255"
  117. "ButtonDepressedBorderBright" "255 242 0 255"
  118. "ButtonDepressedBorderDark" "255 242 0 255"
  119. "team0" "204 204 204 255" // Spectators
  120. "team1" "255 64 64 255" // CT's
  121. "team2" "153 204 255 255" // T's
  122. "MapDescriptionText" "255 242 45 255" // the text used in the map description window
  123. "MissionPackURL" "255 242 45 255"
  124. "MissionPackNonURL" "189 189 189 255"
  125. }
  126. ///////////////////// BASE SETTINGS ////////////////////////
  127. // default settings for all panels
  128. // controls use these to determine their settings
  129. BaseSettings
  130. {
  131. "JumpButtonFlashPeriod" "0.2"
  132. "JumpButtonNumFlashes" "30"
  133. // Fonts for bot roster buttons
  134. "BotPointsFont" "BotPoints"
  135. "BotNameFont" "BotName"
  136. "BotCategoryFont" "DefaultBold"
  137. "BotRange0Font" "DefaultBold"
  138. "BotRange1Font" "DefaultBold"
  139. "BotRange2Font" "DefaultBold"
  140. "BotRange3Font" "DefaultBold"
  141. "BotRange4Font" "DefaultBold"
  142. "CareerButtonTextPad" "6"
  143. "CareerButtonImagePad" "4"
  144. "FgColor" "ControlText"
  145. "BgColor" "WindowBG"
  146. "LabelBgColor" "ControlBG"
  147. "SubPanelBgColor" "ControlBG"
  148. "DisabledFgColor1" "DisabledText1"
  149. "DisabledFgColor2" "DisabledText2" // set this to the BgColor if you don't want it to draw
  150. "TitleBarFgColor" "TitleText"
  151. "TitleBarDisabledFgColor" "TitleDimText"
  152. "TitleBarBgColor" "TitleBG"
  153. "TitleBarDisabledBgColor" "TitleDimBG"
  154. "TitleBarIcon" "resource/icon_steam"
  155. "TitleBarDisabledIcon" "resource/icon_steam_disabled"
  156. "TitleButtonFgColor" "BorderBright"
  157. "TitleButtonBgColor" "ControlBG"
  158. "TitleButtonDisabledFgColor" "TitleDimText"
  159. "TitleButtonDisabledBgColor" "TitleDimBG"
  160. "TextCursorColor" "BaseText" // color of the blinking text cursor in text entries
  161. "URLTextColor" "BrightBaseText" // color that URL's show up in chat window
  162. Menu
  163. {
  164. "FgColor" "DimBaseText"
  165. "BgColor" "ControlBG"
  166. "ArmedFgColor" "BrightBaseText"
  167. "ArmedBgColor" "SelectionBG"
  168. "DividerColor" "BorderDark"
  169. "TextInset" "6"
  170. }
  171. MenuButton // the little arrow on the side of boxes that triggers drop down menus
  172. {
  173. "ButtonArrowColor" "DimBaseText" // color of arrows
  174. "ButtonBgColor" "WindowBG" // bg color of button. same as background color of text edit panes
  175. "ArmedArrowColor" "BrightBaseText" // color of arrow when mouse is over button
  176. "ArmedBgColor" "DimBaseText" // bg color of button when mouse is over button
  177. }
  178. Slider
  179. {
  180. "SliderFgColor" "ControlDarkBG" // handle with which the slider is grabbed
  181. "SliderBgColor" "ControlBG" // area behind handle
  182. }
  183. ScrollBarSlider
  184. {
  185. "BgColor" "ControlBG" // this isn't really used
  186. "ScrollBarSliderFgColor" "WindowTitleBG" // handle with which the slider is grabbed
  187. "ScrollBarSliderBgColor" "WindowBG" // area behind handle
  188. "ButtonFgColor" "ControlDarkBG" // color of arrows
  189. }
  190. // text edit windows
  191. "WindowFgColor" "BaseText" // off-white
  192. "WindowBgColor" "WindowBG" // redundant. can we get rid of WindowBgColor and just use WindowBG?
  193. "WindowDisabledFgColor" "DimBaseText"
  194. "WindowDisabledBgColor" "ListBG" // background of chat conversation
  195. "SelectionFgColor" "SelectedText" // fg color of selected text
  196. "SelectionBgColor" "SelectionBG"
  197. "ListSelectionFgColor" "SelectedText"
  198. "ListBgColor" "ListBG" // background of server browser control, etc
  199. "BuddyListBgColor" "ListBG" // background of buddy list pane
  200. // App-specific stuff
  201. "ChatBgColor" "WindowBG"
  202. // status selection
  203. "StatusSelectFgColor" "BrightBaseText"
  204. "StatusSelectFgColor2" "BrightControlText" // this is the color of the friends status
  205. // checkboxes
  206. "CheckButtonBorder1" "BorderDark" // the left checkbutton border
  207. "CheckButtonBorder2" "BorderBright" // the right checkbutton border
  208. "CheckButtonCheck" "BrightControlText" // color of the check itself
  209. "CheckBgColor" "ListBG"
  210. // buttons (default fg/bg colors are used if these are not set)
  211. // "ButtonArmedFgColor"
  212. "ButtonArmedBgColor" "SelectionBG"
  213. // "ButtonDepressedFgColor" "BrightControlText"
  214. "ButtonDepressedBgColor" "SelectionBG2"
  215. // buddy buttons
  216. BuddyButton
  217. {
  218. "FgColor1" "ControlText"
  219. "FgColor2" "DimListText"
  220. "ArmedFgColor1" "BrightBaseText"
  221. "ArmedFgColor2" "BrightBaseText"
  222. "ArmedBgColor" "SelectionBG"
  223. }
  224. Chat
  225. {
  226. "TextColor" "BrightControlText"
  227. "SelfTextColor" "BaseText"
  228. "SeperatorTextColor" "DimBaseText"
  229. }
  230. "SectionTextColor" "BrightControlText" // text color for IN-GAME, ONLINE, OFFLINE sections of buddy list
  231. "SectionDividerColor" "BorderDark" // color of line that runs under section name in buddy list
  232. }
  233. //
  234. //////////////////////// FONTS /////////////////////////////
  235. //
  236. // describes all the fonts
  237. Fonts
  238. {
  239. // fonts are used in order that they are listed
  240. // fonts listed later in the order will only be used if they fulfill a range not already filled
  241. // if a font fails to load then the subsequent fonts will replace
  242. "Default"
  243. {
  244. "1"
  245. {
  246. "name" "Tahoma"
  247. "tall" "11"
  248. "weight" "500"
  249. }
  250. }
  251. "DefaultShadow"
  252. {
  253. "1"
  254. {
  255. "name" "Tahoma"
  256. "tall" "11"
  257. "weight" "500"
  258. "dropshadow" "1"
  259. }
  260. }
  261. "DefaultBold"
  262. {
  263. "1"
  264. {
  265. "name" "Tahoma"
  266. "tall" "11"
  267. "weight" "700"
  268. }
  269. }
  270. "DialogTitle"
  271. {
  272. "1"
  273. {
  274. "name" "Tahoma"
  275. "tall" "14"
  276. "weight" "500"
  277. }
  278. }
  279. "MapComplete"
  280. {
  281. "1"
  282. {
  283. "name" "Tahoma"
  284. "tall" "12"
  285. "weight" "800"
  286. "dropshadow" "1"
  287. }
  288. }
  289. "DefaultNonCareer"
  290. {
  291. "1"
  292. {
  293. "name" "Verdana"
  294. "tall" "12"
  295. "weight" "600"
  296. "yres" "480 599"
  297. }
  298. "2"
  299. {
  300. "name" "Verdana"
  301. "tall" "13"
  302. "weight" "600"
  303. "yres" "600 767"
  304. }
  305. "3"
  306. {
  307. "name" "Verdana"
  308. "tall" "14"
  309. "weight" "600"
  310. "yres" "768 1023"
  311. "antialias" "1"
  312. }
  313. "4"
  314. {
  315. "name" "Verdana"
  316. "tall" "20"
  317. "weight" "600"
  318. "yres" "1024 1199"
  319. "antialias" "1"
  320. }
  321. "5"
  322. {
  323. "name" "Verdana"
  324. "tall" "24"
  325. "weight" "600"
  326. "yres" "1200 6000"
  327. "antialias" "1"
  328. }
  329. }
  330. "MapName"
  331. {
  332. "1"
  333. {
  334. "name" "Tahoma"
  335. "tall" "16"
  336. "weight" "1000"
  337. "dropshadow" "1"
  338. }
  339. }
  340. "MapDescription"
  341. {
  342. "1"
  343. {
  344. "name" "Tahoma"
  345. "tall" "11"
  346. "weight" "0"
  347. "yres" "480 599"
  348. }
  349. "2"
  350. {
  351. "name" "Tahoma"
  352. "tall" "10"
  353. "weight" "0"
  354. }
  355. }
  356. "DottedBoxCaption"
  357. {
  358. "1"
  359. {
  360. "name" "Verdana"
  361. "tall" "12"
  362. "weight" "0"
  363. "yres" "480 599"
  364. }
  365. "2"
  366. {
  367. "name" "Verdana"
  368. "tall" "13"
  369. "weight" "0"
  370. "yres" "600 767"
  371. }
  372. "3"
  373. {
  374. "name" "Verdana"
  375. "tall" "14"
  376. "weight" "0"
  377. "yres" "768 1023"
  378. "antialias" "1"
  379. }
  380. "4"
  381. {
  382. "name" "Verdana"
  383. "tall" "20"
  384. "weight" "0"
  385. "yres" "1024 1199"
  386. "antialias" "1"
  387. }
  388. "5"
  389. {
  390. "name" "Verdana"
  391. "tall" "24"
  392. "weight" "0"
  393. "yres" "1200 6000"
  394. "antialias" "1"
  395. }
  396. }
  397. "BotPoints"
  398. {
  399. "1"
  400. {
  401. "name" "Tahoma"
  402. "tall" "14"
  403. "weight" "800"
  404. "antialias" "1"
  405. }
  406. }
  407. "BotName"
  408. {
  409. "1"
  410. {
  411. "name" "Tahoma"
  412. "tall" "12"
  413. "weight" "800"
  414. "antialias" "1"
  415. }
  416. }
  417. "Medium"
  418. {
  419. "1"
  420. {
  421. "name" "Tahoma"
  422. "tall" "16"
  423. "weight" "800"
  424. "antialias" "1"
  425. }
  426. // "1"
  427. // {
  428. // "name" "Verdana"
  429. // "tall" "16"
  430. // "weight" "600"
  431. // "yres" "1024 1199"
  432. // "antialias" "1"
  433. // }
  434. }
  435. "MediumItalic"
  436. {
  437. "1"
  438. {
  439. "name" "Tahoma"
  440. "tall" "16"
  441. "weight" "800"
  442. "antialias" "1"
  443. "italic" "1"
  444. "dropshadow" "1"
  445. }
  446. // "1"
  447. // {
  448. // "name" "Verdana"
  449. // "tall" "16"
  450. // "weight" "600"
  451. // "yres" "1024 1199"
  452. // "antialias" "1"
  453. // "italic" "1"
  454. // "dropshadow" "1"
  455. // }
  456. }
  457. "Large"
  458. {
  459. "1"
  460. {
  461. "name" "Tahoma"
  462. "tall" "20"
  463. "weight" "800"
  464. "yres" "1024 1199"
  465. "antialias" "1"
  466. }
  467. }
  468. "Title"
  469. {
  470. "1"
  471. {
  472. "name" "Tahoma"
  473. "tall" "24"
  474. "weight" "800"
  475. }
  476. }
  477. "TitleOld"
  478. {
  479. "1"
  480. {
  481. "name" "Verdana"
  482. "tall" "30"
  483. "weight" "600"
  484. "yres" "1024 1199"
  485. "antialias" "1"
  486. }
  487. "2"
  488. {
  489. "name" "Arial"
  490. "tall" "33"
  491. "weight" "800"
  492. }
  493. }
  494. "Huge"
  495. {
  496. "1"
  497. {
  498. "name" "Verdana"
  499. "tall" "40"
  500. "weight" "600"
  501. "yres" "1024 1199"
  502. "antialias" "1"
  503. }
  504. "2"
  505. {
  506. "name" "Arial"
  507. "tall" "44"
  508. "weight" "800"
  509. }
  510. }
  511. "Points"
  512. {
  513. "1"
  514. {
  515. "name" "Tahoma"
  516. "tall" "48"
  517. "weight" "0"
  518. "antialias" "1"
  519. }
  520. }
  521. "DefaultUnderline"
  522. {
  523. "1"
  524. {
  525. "name" "Tahoma"
  526. "tall" "12"
  527. "weight" "500"
  528. "underline" "1"
  529. }
  530. }
  531. "DefaultSmall"
  532. {
  533. "1"
  534. {
  535. "name" "Verdana"
  536. "tall" "12"
  537. "weight" "0"
  538. "yres" "480 599"
  539. }
  540. "2"
  541. {
  542. "name" "Verdana"
  543. "tall" "13"
  544. "weight" "0"
  545. "yres" "600 767"
  546. }
  547. "3"
  548. {
  549. "name" "Verdana"
  550. "tall" "14"
  551. "weight" "0"
  552. "yres" "768 1023"
  553. "antialias" "1"
  554. }
  555. "4"
  556. {
  557. "name" "Verdana"
  558. "tall" "20"
  559. "weight" "0"
  560. "yres" "1024 1199"
  561. "antialias" "1"
  562. }
  563. "5"
  564. {
  565. "name" "Verdana"
  566. "tall" "24"
  567. "weight" "0"
  568. "yres" "1200 6000"
  569. "antialias" "1"
  570. }
  571. }
  572. "DefaultSmallBold"
  573. {
  574. "1"
  575. {
  576. "name" "Verdana"
  577. "tall" "12"
  578. "weight" "800"
  579. "yres" "480 599"
  580. }
  581. "2"
  582. {
  583. "name" "Verdana"
  584. "tall" "13"
  585. "weight" "800"
  586. "yres" "600 767"
  587. }
  588. "3"
  589. {
  590. "name" "Verdana"
  591. "tall" "14"
  592. "weight" "800"
  593. "yres" "768 1023"
  594. "antialias" "1"
  595. }
  596. "4"
  597. {
  598. "name" "Verdana"
  599. "tall" "20"
  600. "weight" "800"
  601. "yres" "1024 1199"
  602. "antialias" "1"
  603. }
  604. "5"
  605. {
  606. "name" "Verdana"
  607. "tall" "24"
  608. "weight" "800"
  609. "yres" "1200 6000"
  610. "antialias" "1"
  611. }
  612. }
  613. "DefaultVerySmall"
  614. {
  615. "1"
  616. {
  617. "name" "Verdana"
  618. "tall" "12"
  619. "weight" "600"
  620. "yres" "480 599"
  621. }
  622. "2"
  623. {
  624. "name" "Verdana"
  625. "tall" "13"
  626. "weight" "600"
  627. "yres" "600 767"
  628. }
  629. "3"
  630. {
  631. "name" "Verdana"
  632. "tall" "14"
  633. "weight" "600"
  634. "yres" "768 1023"
  635. "antialias" "1"
  636. }
  637. "4"
  638. {
  639. "name" "Verdana"
  640. "tall" "20"
  641. "weight" "600"
  642. "yres" "1024 1199"
  643. "antialias" "1"
  644. }
  645. "5"
  646. {
  647. "name" "Verdana"
  648. "tall" "24"
  649. "weight" "600"
  650. "yres" "1200 6000"
  651. "antialias" "1"
  652. }
  653. }
  654. // this is the symbol font
  655. "Marlett"
  656. {
  657. "1"
  658. {
  659. "name" "Marlett"
  660. "tall" "11"
  661. "weight" "0"
  662. "symbol" "1"
  663. "yres" "480 6000" // the scrollbars in career mode are not scaled, so don't scale the font either
  664. }
  665. }
  666. }
  667. //
  668. //////////////////// BORDERS //////////////////////////////
  669. //
  670. // describes all the border types
  671. Borders
  672. {
  673. BaseBorder
  674. {
  675. "inset" "0 0 1 1"
  676. Left
  677. {
  678. "1"
  679. {
  680. "color" "BorderDark"
  681. "offset" "0 1"
  682. }
  683. }
  684. Right
  685. {
  686. "1"
  687. {
  688. "color" "BorderBright"
  689. "offset" "1 0"
  690. }
  691. }
  692. Top
  693. {
  694. "1"
  695. {
  696. "color" "BorderDark"
  697. "offset" "0 0"
  698. }
  699. }
  700. Bottom
  701. {
  702. "1"
  703. {
  704. "color" "BorderBright"
  705. "offset" "0 0"
  706. }
  707. }
  708. }
  709. TitleButtonBorder
  710. {
  711. "inset" "0 0 1 1"
  712. Left
  713. {
  714. "1"
  715. {
  716. "color" "BorderBright"
  717. "offset" "0 1"
  718. }
  719. }
  720. Right
  721. {
  722. "1"
  723. {
  724. "color" "BorderDark"
  725. "offset" "1 0"
  726. }
  727. }
  728. Top
  729. {
  730. "1"
  731. {
  732. "color" "BorderBright"
  733. "offset" "0 0"
  734. }
  735. }
  736. Bottom
  737. {
  738. "1"
  739. {
  740. "color" "BorderDark"
  741. "offset" "0 0"
  742. }
  743. }
  744. }
  745. TitleButtonDisabledBorder
  746. {
  747. "inset" "0 0 1 1"
  748. Left
  749. {
  750. "1"
  751. {
  752. "color" "BgColor"
  753. "offset" "0 1"
  754. }
  755. }
  756. Right
  757. {
  758. "1"
  759. {
  760. "color" "BgColor"
  761. "offset" "1 0"
  762. }
  763. }
  764. Top
  765. {
  766. "1"
  767. {
  768. "color" "BgColor"
  769. "offset" "0 0"
  770. }
  771. }
  772. Bottom
  773. {
  774. "1"
  775. {
  776. "color" "BgColor"
  777. "offset" "0 0"
  778. }
  779. }
  780. }
  781. TitleButtonDepressedBorder
  782. {
  783. "inset" "1 1 1 1"
  784. Left
  785. {
  786. "1"
  787. {
  788. "color" "BorderDark"
  789. "offset" "0 1"
  790. }
  791. }
  792. Right
  793. {
  794. "1"
  795. {
  796. "color" "BorderBright"
  797. "offset" "1 0"
  798. }
  799. }
  800. Top
  801. {
  802. "1"
  803. {
  804. "color" "BorderDark"
  805. "offset" "0 0"
  806. }
  807. }
  808. Bottom
  809. {
  810. "1"
  811. {
  812. "color" "BorderBright"
  813. "offset" "0 0"
  814. }
  815. }
  816. }
  817. ScrollBarButtonBorder
  818. {
  819. "inset" "1 0 0 0"
  820. Left
  821. {
  822. "1"
  823. {
  824. "color" "BorderBright"
  825. "offset" "0 1"
  826. }
  827. }
  828. Right
  829. {
  830. "1"
  831. {
  832. "color" "BorderDark"
  833. "offset" "1 0"
  834. }
  835. }
  836. Top
  837. {
  838. "1"
  839. {
  840. "color" "BorderBright"
  841. "offset" "0 0"
  842. }
  843. }
  844. Bottom
  845. {
  846. "1"
  847. {
  848. "color" "BorderDark"
  849. "offset" "0 0"
  850. }
  851. }
  852. }
  853. ScrollBarButtonDepressedBorder
  854. {
  855. "inset" "2 2 0 0"
  856. Left
  857. {
  858. "1"
  859. {
  860. "color" "BorderDark"
  861. "offset" "0 1"
  862. }
  863. }
  864. Right
  865. {
  866. "1"
  867. {
  868. "color" "BorderBright"
  869. "offset" "1 0"
  870. }
  871. }
  872. Top
  873. {
  874. "1"
  875. {
  876. "color" "BorderDark"
  877. "offset" "0 0"
  878. }
  879. }
  880. Bottom
  881. {
  882. "1"
  883. {
  884. "color" "BorderBright"
  885. "offset" "0 0"
  886. }
  887. }
  888. }
  889. ButtonBorder
  890. {
  891. "inset" "0 0 0 0"
  892. Left
  893. {
  894. "1"
  895. {
  896. "color" "BorderBright"
  897. "offset" "0 1"
  898. }
  899. }
  900. Right
  901. {
  902. "1"
  903. {
  904. "color" "BorderDark"
  905. "offset" "0 0"
  906. }
  907. }
  908. Top
  909. {
  910. "1"
  911. {
  912. "color" "BorderBright"
  913. "offset" "1 1"
  914. }
  915. }
  916. Bottom
  917. {
  918. "1"
  919. {
  920. "color" "BorderDark"
  921. "offset" "0 0"
  922. }
  923. }
  924. }
  925. FrameBorder
  926. {
  927. "inset" "0 0 1 1"
  928. Left
  929. {
  930. "1"
  931. {
  932. "color" "ControlBG"
  933. "offset" "0 1"
  934. }
  935. }
  936. Right
  937. {
  938. "1"
  939. {
  940. "color" "ControlBG"
  941. "offset" "0 0"
  942. }
  943. }
  944. Top
  945. {
  946. "1"
  947. {
  948. "color" "ControlBG"
  949. "offset" "0 1"
  950. }
  951. }
  952. Bottom
  953. {
  954. "1"
  955. {
  956. "color" "ControlBG"
  957. "offset" "0 0"
  958. }
  959. }
  960. }
  961. TabBorder
  962. {
  963. "inset" "0 0 1 1"
  964. Left
  965. {
  966. "1"
  967. {
  968. "color" "BorderBright"
  969. "offset" "0 1"
  970. }
  971. }
  972. Right
  973. {
  974. "1"
  975. {
  976. "color" "BorderDark"
  977. "offset" "1 0"
  978. }
  979. }
  980. Top
  981. {
  982. "1"
  983. {
  984. "color" "BorderBright"
  985. "offset" "0 0"
  986. }
  987. }
  988. Bottom
  989. {
  990. "1"
  991. {
  992. "color" "BorderBright"
  993. "offset" "0 0"
  994. }
  995. }
  996. }
  997. TabActiveBorder
  998. {
  999. "inset" "0 0 1 0"
  1000. Left
  1001. {
  1002. "1"
  1003. {
  1004. "color" "BorderBright"
  1005. "offset" "0 0"
  1006. }
  1007. }
  1008. Right
  1009. {
  1010. "1"
  1011. {
  1012. "color" "BorderDark"
  1013. "offset" "1 0"
  1014. }
  1015. }
  1016. Top
  1017. {
  1018. "1"
  1019. {
  1020. "color" "BorderBright"
  1021. "offset" "0 0"
  1022. }
  1023. }
  1024. Bottom
  1025. {
  1026. "1"
  1027. {
  1028. "color" "ControlBG"
  1029. "offset" "6 2"
  1030. }
  1031. }
  1032. }
  1033. ToolTipBorder
  1034. {
  1035. "inset" "0 0 1 0"
  1036. Left
  1037. {
  1038. "1"
  1039. {
  1040. "color" "BorderDark"
  1041. "offset" "0 0"
  1042. }
  1043. }
  1044. Right
  1045. {
  1046. "1"
  1047. {
  1048. "color" "BorderDark"
  1049. "offset" "1 0"
  1050. }
  1051. }
  1052. Top
  1053. {
  1054. "1"
  1055. {
  1056. "color" "BorderDark"
  1057. "offset" "0 0"
  1058. }
  1059. }
  1060. Bottom
  1061. {
  1062. "1"
  1063. {
  1064. "color" "BorderDark"
  1065. "offset" "0 0"
  1066. }
  1067. }
  1068. }
  1069. // this is the border used for default buttons (the button that gets pressed when you hit enter)
  1070. ButtonKeyFocusBorder
  1071. {
  1072. "inset" "0 0 0 0"
  1073. Left
  1074. {
  1075. "1"
  1076. {
  1077. "color" "BorderBright"
  1078. "offset" "0 1"
  1079. }
  1080. }
  1081. Right
  1082. {
  1083. "1"
  1084. {
  1085. "color" "BorderDark"
  1086. "offset" "0 0"
  1087. }
  1088. }
  1089. Top
  1090. {
  1091. "1"
  1092. {
  1093. "color" "BorderBright"
  1094. "offset" "1 1"
  1095. }
  1096. }
  1097. Bottom
  1098. {
  1099. "1"
  1100. {
  1101. "color" "BorderDark"
  1102. "offset" "0 0"
  1103. }
  1104. }
  1105. }
  1106. ButtonDepressedBorder
  1107. {
  1108. "inset" "0 0 0 0"
  1109. Left
  1110. {
  1111. "1"
  1112. {
  1113. "color" "BorderBright"
  1114. "offset" "0 1"
  1115. }
  1116. }
  1117. Right
  1118. {
  1119. "1"
  1120. {
  1121. "color" "BorderDark"
  1122. "offset" "0 0"
  1123. }
  1124. }
  1125. Top
  1126. {
  1127. "1"
  1128. {
  1129. "color" "BorderBright"
  1130. "offset" "1 1"
  1131. }
  1132. }
  1133. Bottom
  1134. {
  1135. "1"
  1136. {
  1137. "color" "BorderDark"
  1138. "offset" "0 0"
  1139. }
  1140. }
  1141. }
  1142. ComboBoxBorder
  1143. {
  1144. "inset" "0 0 1 1"
  1145. Left
  1146. {
  1147. "1"
  1148. {
  1149. "color" "BorderDark"
  1150. "offset" "0 1"
  1151. }
  1152. }
  1153. Right
  1154. {
  1155. "1"
  1156. {
  1157. "color" "BorderBright"
  1158. "offset" "1 0"
  1159. }
  1160. }
  1161. Top
  1162. {
  1163. "1"
  1164. {
  1165. "color" "BorderDark"
  1166. "offset" "0 0"
  1167. }
  1168. }
  1169. Bottom
  1170. {
  1171. "1"
  1172. {
  1173. "color" "BorderBright"
  1174. "offset" "0 0"
  1175. }
  1176. }
  1177. }
  1178. MenuBorder
  1179. {
  1180. "inset" "1 1 1 1"
  1181. Left
  1182. {
  1183. "1"
  1184. {
  1185. "color" "BorderBright"
  1186. "offset" "0 1"
  1187. }
  1188. }
  1189. Right
  1190. {
  1191. "1"
  1192. {
  1193. "color" "BorderDark"
  1194. "offset" "1 0"
  1195. }
  1196. }
  1197. Top
  1198. {
  1199. "1"
  1200. {
  1201. "color" "BorderBright"
  1202. "offset" "0 0"
  1203. }
  1204. }
  1205. Bottom
  1206. {
  1207. "1"
  1208. {
  1209. "color" "BorderDark"
  1210. "offset" "0 0"
  1211. }
  1212. }
  1213. }
  1214. BrowserBorder
  1215. {
  1216. "inset" "0 0 0 1"
  1217. Left
  1218. {
  1219. "1"
  1220. {
  1221. "color" "BorderDark"
  1222. "offset" "0 1"
  1223. }
  1224. }
  1225. Right
  1226. {
  1227. "1"
  1228. {
  1229. "color" "BorderBright"
  1230. "offset" "0 0"
  1231. }
  1232. }
  1233. Top
  1234. {
  1235. "1"
  1236. {
  1237. "color" "BorderDark"
  1238. "offset" "0 0"
  1239. }
  1240. }
  1241. Bottom
  1242. {
  1243. "1"
  1244. {
  1245. "color" "BorderBright"
  1246. "offset" "0 0"
  1247. }
  1248. }
  1249. }
  1250. CareerButtonBorder
  1251. {
  1252. "inset" "0 0 0 0"
  1253. Left
  1254. {
  1255. "1"
  1256. {
  1257. "color" "ButtonBorder"
  1258. "offset" "0 1"
  1259. }
  1260. }
  1261. Right
  1262. {
  1263. "1"
  1264. {
  1265. "color" "ButtonBorderDark"
  1266. "offset" "0 0"
  1267. }
  1268. }
  1269. Top
  1270. {
  1271. "1"
  1272. {
  1273. "color" "ButtonBorder"
  1274. "offset" "1 1"
  1275. }
  1276. }
  1277. Bottom
  1278. {
  1279. "1"
  1280. {
  1281. "color" "ButtonBorderDark"
  1282. "offset" "0 0"
  1283. }
  1284. }
  1285. }
  1286. CareerButtonArmedBorder
  1287. {
  1288. "inset" "0 0 0 0"
  1289. Left
  1290. {
  1291. "1"
  1292. {
  1293. "color" "ButtonBorderArmed"
  1294. "offset" "0 1"
  1295. }
  1296. }
  1297. Right
  1298. {
  1299. "1"
  1300. {
  1301. "color" "ButtonBorderArmedDark"
  1302. "offset" "0 0"
  1303. }
  1304. }
  1305. Top
  1306. {
  1307. "1"
  1308. {
  1309. "color" "ButtonBorderArmed"
  1310. "offset" "1 1"
  1311. }
  1312. }
  1313. Bottom
  1314. {
  1315. "1"
  1316. {
  1317. "color" "ButtonBorderArmedDark"
  1318. "offset" "0 0"
  1319. }
  1320. }
  1321. }
  1322. CareerButtonDepressedBorder
  1323. {
  1324. "inset" "0 0 0 0"
  1325. Left
  1326. {
  1327. "1"
  1328. {
  1329. "color" "ButtonBorderDepressed"
  1330. "offset" "0 1"
  1331. }
  1332. "2"
  1333. {
  1334. "color" "ButtonBorderDepressed"
  1335. "offset" "1 2"
  1336. }
  1337. }
  1338. Right
  1339. {
  1340. "1"
  1341. {
  1342. "color" "ButtonBorderDepressedDark"
  1343. "offset" "0 0"
  1344. }
  1345. "2"
  1346. {
  1347. "color" "ButtonBorderDepressedDark"
  1348. "offset" "1 1"
  1349. }
  1350. }
  1351. Top
  1352. {
  1353. "1"
  1354. {
  1355. "color" "ButtonBorderDepressed"
  1356. "offset" "1 1"
  1357. }
  1358. "2"
  1359. {
  1360. "color" "ButtonBorderDepressed"
  1361. "offset" "2 2"
  1362. }
  1363. }
  1364. Bottom
  1365. {
  1366. "1"
  1367. {
  1368. "color" "ButtonBorderDepressedDark"
  1369. "offset" "0 0"
  1370. }
  1371. "2"
  1372. {
  1373. "color" "ButtonBorderDepressedDark"
  1374. "offset" "1 1"
  1375. }
  1376. }
  1377. }
  1378. }
  1379. }