Se connecter avec
S'enregistrer | Connectez-vous

PB de police sous CS CZ

Dernière réponse : dans Jeux
Lassé par la pub ? Créez un compte

Aaaah oui, ben la deuxième ^^ celle avec la police tout fine, c'est comme ça depuis que j'ai installé le jeu.
(sur CZ, parce que sur 1.6 c'est plutôt comme sur le 1er screenshot)

ps : au fait, sur le 2e screenshot, le gars qui dit "stop ton ralage" c'était pour toi ? :whistle: 

Ha ok je croyais que tu râlais à cause de la taille de la police... ^^
Bin pour ton problème, je viens de trouver le fichier qui définit la couleur, la taille, etc... des textes mais ca va être chaud pour tout reconfiguer "à la main" :lol:  Mais bon je crois que si je t'envoye le mien ça devrait marcher ;-)
voila @+ sur MSN

ps : pour info le fichier se trouve dans le dossier cstrike\resource et il se nomme "ClientScheme.res"

J'essaie de te mettre ici le contenu du mien (j'ai changé les polices pour MS sans comic et ça donne du texte plus fin)
  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" "ClientScheme"
  18. //}
  19.  
  20. //////////////////////// COLORS ///////////////////////////
  21. Colors
  22. {
  23. // base colors
  24. "BaseText" "255 176 0 255" // used in text windows, lists
  25. "BrightBaseText" "255 176 0 255" // brightest text
  26. "SelectedText" "255 176 0 255" // selected text
  27. "DimBaseText" "255 176 0 255" // dim base text
  28. "LabelDimText" "255 176 0 164" // used for info text
  29. "ControlText" "255 176 0 255" // used in all text controls
  30. "BrightControlText" "255 176 0 255" // use for selected controls
  31. "DisabledText1" "80 48 0 255" // disabled text
  32. "DisabledText2" "0 0 0 0" // overlay color for disabled text (to give that inset look)
  33. "DimListText" "188 112 0 255" // offline friends, unsubscribed games, etc.
  34.  
  35. "ButtonFocusBorder" "64 48 0 255" // keyboard focus dashed line for buttons
  36.  
  37. // background colors
  38. "ControlBG" "0 0 0 0" // background color of most controls
  39. "ButtonBG" "0 0 0 64" // background color of buttons
  40. "ControlDarkBG" "0 0 0 128" // darker background color; used for background of scrollbars
  41. "WindowBG" "0 0 0 200" // background color of text edit panes (chat, text entries, etc.)
  42. //"SelectionBG" "192 28 0 140" // background color of any selected text or menu item
  43. "SelectionBG" "255 176 0 100" // background color of any selected text or menu item
  44. "SelectionBG2" "255 255 255 16" // selection background in window w/o focus
  45. "ListBG" "0 0 0 128" // background of scoreboard
  46. "ViewportBG" "0 0 0 200"
  47. "CareerBoxBG" "0 0 0 227"
  48. "Menu/BgColor" "0 0 0 227"
  49.  
  50. // Credits ------------------------------------------------
  51. "CreditsNormalFG" "255 255 255 255"
  52. "CreditsNormalBG" "0 0 0 255"
  53.  
  54. "CreditsTitleFG" "255 174 0 255"
  55. "CreditsTitleBG" "0 0 0 255"
  56.  
  57. "CreditsStudioTitleFG" "255 174 0 255"
  58. "CreditsStudioTitleBG" "0 0 0 255"
  59.  
  60. "CreditsIndividualTitleFG" "255 174 0 255"
  61. "CreditsIndividualTitleBG" "0 0 0 255"
  62. // --------------------------------------------------------
  63.  
  64. // titlebar colors
  65. "TitleText" "255 174 0 255"
  66. "TitleDimText" "255 174 0 255"
  67. "TitleBG" "255 255 0 0"
  68. "TitleDimBG" "255 255 0 0"
  69. "TitleIcon" "255 174 0 255" // big '!' icon in top left
  70.  
  71. // slider tick colors
  72. "SliderTickColor" "127 140 127 255"
  73. "SliderTrackColor" "31 31 31 255"
  74.  
  75. // border colors
  76. "BorderBright" "188 112 0 128" // the lit side of a control
  77. "BorderDark" "188 112 0 128" // the dark/unlit side of a control
  78. "BorderSelection" "188 112 0 0" // the additional border color for displaying the default/selected button
  79. "BorderBuyPreset" "255 176 0 255" // the lit side of a control
  80.  
  81. "team0" "204 204 204 255" // Spectators
  82. "team1" "255 64 64 255" // CT's
  83. "team2" "153 204 255 255" // T's
  84.  
  85. // Statistics text
  86. "StatisticsText" "255 255 255 255"
  87. "SelectedStatisticsText" "128 128 128 255"
  88.  
  89. "BuyPresetBG" "0 0 0 64"
  90. "BuyPresetAltBG" "0 0 0 128"
  91.  
  92. "MapDescriptionText" "255 176 0 255" // the text used in the map description window
  93. }
  94.  
  95. ///////////////////// BASE SETTINGS ////////////////////////
  96. // default settings for all panels
  97. // controls use these to determine their settings
  98. BaseSettings
  99. {
  100. "FgColor" "ControlText"
  101. "BgColor" "ControlBG"
  102. "ButtonBgColor" "ButtonBG"
  103. "LabelBgColor" "ControlBG"
  104. "SubPanelBgColor" "ControlBG"
  105.  
  106. "DisabledFgColor1" "DisabledText1"
  107. "DisabledFgColor2" "DisabledText2" // set this to the BgColor if you don't want it to draw
  108.  
  109. "TitleBarFgColor" "TitleText"
  110. "TitleBarDisabledFgColor" "TitleDimText"
  111. "TitleBarBgColor" "TitleBG"
  112. "TitleBarDisabledBgColor" "TitleDimBG"
  113.  
  114. "TitleBarIcon" "resource/icon_steam"
  115. "TitleBarDisabledIcon" "resource/icon_steam_disabled"
  116.  
  117. "TitleButtonFgColor" "BorderBright"
  118. "TitleButtonBgColor" "ControlBG"
  119. "TitleButtonDisabledFgColor" "TitleDimText"
  120. "TitleButtonDisabledBgColor" "TitleDimBG"
  121.  
  122. "TextCursorColor" "BaseText" // color of the blinking text cursor in text entries
  123. "URLTextColor" "BrightBaseText" // color that URL's show up in chat window
  124.  
  125. Menu
  126. {
  127. "FgColor" "DimBaseText"
  128. "BgColor" "ControlBG"
  129. "ArmedFgColor" "BrightBaseText"
  130. "ArmedBgColor" "SelectionBG"
  131. "DividerColor" "BorderDark"
  132. "TextInset" "6"
  133. }
  134.  
  135. MenuButton // the little arrow on the side of boxes that triggers drop down menus
  136. {
  137. "ButtonArrowColor" "DimBaseText" // color of arrows
  138. "ButtonBgColor" "WindowBG" // bg color of button. same as background color of text edit panes
  139. "ArmedArrowColor" "BrightBaseText" // color of arrow when mouse is over button
  140. "ArmedBgColor" "DimBaseText" // bg color of button when mouse is over button
  141. }
  142.  
  143. Slider
  144. {
  145. "SliderFgColor" "ControlBG" // handle with which the slider is grabbed
  146. "SliderBgColor" "ControlDarkBG" // area behind handle
  147. }
  148.  
  149. ScrollBarSlider
  150. {
  151. "BgColor" "ControlBG" // this isn't really used
  152. "ScrollBarSliderFgColor" "ControlBG" // handle with which the slider is grabbed
  153. "ScrollBarSliderBgColor" "ControlDarkBG" // area behind handle
  154. "ButtonFgColor" "DimBaseText" // color of arrows
  155. }
  156.  
  157.  
  158. // text edit windows
  159. "WindowFgColor" "BaseText" // off-white
  160. "WindowBgColor" "WindowBG" // redundant. can we get rid of WindowBgColor and just use WindowBG?
  161. "WindowDisabledFgColor" "DimBaseText"
  162. "WindowDisabledBgColor" "ListBG" // background of chat conversation
  163. "SelectionFgColor" "SelectedText" // fg color of selected text
  164. "SelectionBgColor" "SelectionBG"
  165. "ListSelectionFgColor" "SelectedText"
  166. "ListBgColor" "ListBG" // background of server browser control, etc
  167. "BuddyListBgColor" "ListBG" // background of buddy list pane
  168.  
  169. // App-specific stuff
  170. "ChatBgColor" "WindowBG"
  171.  
  172. // status selection
  173. "StatusSelectFgColor" "BrightBaseText"
  174. "StatusSelectFgColor2" "BrightControlText" // this is the color of the friends status
  175.  
  176. // checkboxes
  177. "CheckButtonBorder1" "BorderDark" // the left checkbutton border
  178. "CheckButtonBorder2" "BorderBright" // the right checkbutton border
  179. "CheckButtonCheck" "BrightControlText" // color of the check itself
  180. "CheckBgColor" "ListBG"
  181.  
  182. // buttons (default fg/bg colors are used if these are not set)
  183. // "ButtonArmedFgColor"
  184. "ButtonArmedBgColor" "SelectionBG"
  185. // "ButtonDepressedFgColor" "BrightControlText"
  186. // "ButtonDepressedBgColor"
  187.  
  188. // buddy buttons
  189. BuddyButton
  190. {
  191. "FgColor1" "ControlText"
  192. "FgColor2" "DimListText"
  193. "ArmedFgColor1" "BrightBaseText"
  194. "ArmedFgColor2" "BrightBaseText"
  195. "ArmedBgColor" "SelectionBG"
  196. }
  197.  
  198. Chat
  199. {
  200. "TextColor" "BrightControlText"
  201. "SelfTextColor" "BaseText"
  202. "SeperatorTextColor" "DimBaseText"
  203. }
  204.  
  205. Statistics
  206. {
  207. "Font" "DefaultSmall"
  208. "TextColor" "StatisticsText"
  209. "SelectedTextColor" "SelectedStatisticsText"
  210. }
  211.  
  212. "SectionTextColor" "BrightControlText" // text color for IN-GAME, ONLINE, OFFLINE sections of buddy list
  213. "SectionDividerColor" "BorderDark" // color of line that runs under section name in buddy list
  214. }
  215.  
  216. //
  217. //////////////////////// FONTS /////////////////////////////
  218. //
  219. // describes all the fonts
  220. Fonts
  221. {
  222. // fonts are used in order that they are listed
  223. // fonts listed later in the order will only be used if they fulfill a range not already filled
  224. // if a font fails to load then the subsequent fonts will replace
  225. "Default"
  226. {
  227. "1"
  228. {
  229. "name" "Verdana"
  230. "tall" "12"
  231. "weight" "600"
  232. "yres" "480 599"
  233. }
  234. "2"
  235. {
  236. "name" "Verdana"
  237. "tall" "13"
  238. "weight" "600"
  239. "yres" "600 767"
  240. }
  241. "3"
  242. {
  243. "name" "Verdana"
  244. "tall" "14"
  245. "weight" "600"
  246. "yres" "768 1023"
  247. "antialias" "1"
  248. }
  249. "4"
  250. {
  251. "name" "Verdana"
  252. "tall" "20"
  253. "weight" "600"
  254. "yres" "1024 1199"
  255. "antialias" "1"
  256. }
  257. "5"
  258. {
  259. "name" "Verdana"
  260. "tall" "24"
  261. "weight" "600"
  262. "yres" "1200 6000"
  263. "antialias" "1"
  264. }
  265. }
  266. "DefaultUnderline"
  267. {
  268. "1"
  269. {
  270. "name" "Tahoma"
  271. "tall" "12"
  272. "weight" "500"
  273. "underline" "1"
  274. }
  275. }
  276. "DefaultSmall"
  277. {
  278. "1"
  279. {
  280. "name" "Verdana"
  281. "tall" "12"
  282. "weight" "0"
  283. "yres" "480 599"
  284. }
  285. "2"
  286. {
  287. "name" "Verdana"
  288. "tall" "13"
  289. "weight" "0"
  290. "yres" "600 767"
  291. }
  292. "3"
  293. {
  294. "name" "Verdana"
  295. "tall" "14"
  296. "weight" "0"
  297. "yres" "768 1023"
  298. "antialias" "1"
  299. }
  300. "4"
  301. {
  302. "name" "Verdana"
  303. "tall" "20"
  304. "weight" "0"
  305. "yres" "1024 1199"
  306. "antialias" "1"
  307. }
  308. "5"
  309. {
  310. "name" "Verdana"
  311. "tall" "24"
  312. "weight" "0"
  313. "yres" "1200 6000"
  314. "antialias" "1"
  315. }
  316. }
  317. "DefaultVerySmall"
  318. {
  319. "1"
  320. {
  321. "name" "Verdana"
  322. "tall" "12"
  323. "weight" "600"
  324. "yres" "480 599"
  325. }
  326. "2"
  327. {
  328. "name" "Verdana"
  329. "tall" "13"
  330. "weight" "600"
  331. "yres" "600 767"
  332. }
  333. "3"
  334. {
  335. "name" "Verdana"
  336. "tall" "14"
  337. "weight" "600"
  338. "yres" "768 1023"
  339. "antialias" "1"
  340. }
  341. "4"
  342. {
  343. "name" "Verdana"
  344. "tall" "20"
  345. "weight" "600"
  346. "yres" "1024 1199"
  347. "antialias" "1"
  348. }
  349. "5"
  350. {
  351. "name" "Verdana"
  352. "tall" "24"
  353. "weight" "600"
  354. "yres" "1200 6000"
  355. "antialias" "1"
  356. }
  357. }
  358. "Title"
  359. {
  360. "1"
  361. {
  362. "name" "Arial"
  363. "tall" "18"
  364. "weight" "500"
  365. }
  366. "2"
  367. {
  368. "name" "Arial"
  369. "tall" "16"
  370. "weight" "600"
  371. }
  372. }
  373. // Credits ------------------------------------------------
  374. "CreditsTitle"
  375. {
  376. "1"
  377. {
  378. "name" "Tahoma"
  379. "tall" "26"
  380. "weight" "800"
  381. }
  382. "2"
  383. {
  384. "name" "Arial"
  385. "tall" "26"
  386. "weight" "700"
  387. }
  388. }
  389. "CreditsStudioTitle"
  390. {
  391. "1"
  392. {
  393. "name" "Tahoma"
  394. "tall" "24"
  395. "weight" "800"
  396. }
  397. "2"
  398. {
  399. "name" "Arial"
  400. "tall" "24"
  401. "weight" "700"
  402. }
  403. }
  404. "CreditsIndividualTitle"
  405. {
  406. "1"
  407. {
  408. "name" "Tahoma"
  409. "tall" "22"
  410. "weight" "800"
  411. }
  412. "2"
  413. {
  414. "name" "Arial"
  415. "tall" "22"
  416. "weight" "700"
  417. }
  418. }
  419. "CreditsNormal"
  420. {
  421. "1"
  422. {
  423. "name" "Tahoma"
  424. "tall" "20"
  425. "weight" "800"
  426. }
  427. "2"
  428. {
  429. "name" "Arial"
  430. "tall" "20"
  431. "weight" "700"
  432. }
  433. }
  434. // --------------------------------------------------------
  435. "DialogTitle"
  436. {
  437. "1"
  438. {
  439. "name" "Arial"
  440. "tall" "14"
  441. "weight" "500"
  442. }
  443. "2"
  444. {
  445. "name" "Arial"
  446. "tall" "13"
  447. "weight" "600"
  448. }
  449. }
  450.  
  451. // this is the symbol font
  452. "Marlett"
  453. {
  454. "1"
  455. {
  456. "name" "Marlett"
  457. "tall" "11"
  458. "weight" "0"
  459. "symbol" "1"
  460. }
  461. }
  462. }
  463.  
  464. //
  465. //////////////////// BORDERS //////////////////////////////
  466. //
  467. // describes all the border types
  468. Borders
  469. {
  470. BaseBorder
  471. {
  472. "inset" "0 0 1 1"
  473. Left
  474. {
  475. "1"
  476. {
  477. "color" "BorderDark"
  478. "offset" "0 1"
  479. }
  480. }
  481.  
  482. Right
  483. {
  484. "1"
  485. {
  486. "color" "BorderBright"
  487. "offset" "1 0"
  488. }
  489. }
  490.  
  491. Top
  492. {
  493. "1"
  494. {
  495. "color" "BorderDark"
  496. "offset" "0 0"
  497. }
  498. }
  499.  
  500. Bottom
  501. {
  502. "1"
  503. {
  504. "color" "BorderBright"
  505. "offset" "0 0"
  506. }
  507. }
  508. }
  509.  
  510. TitleButtonBorder
  511. {
  512. "inset" "0 0 1 1"
  513. Left
  514. {
  515. "1"
  516. {
  517. "color" "BorderBright"
  518. "offset" "0 1"
  519. }
  520. }
  521.  
  522. Right
  523. {
  524. "1"
  525. {
  526. "color" "BorderDark"
  527. "offset" "1 0"
  528. }
  529. }
  530.  
  531. Top
  532. {
  533. "1"
  534. {
  535. "color" "BorderBright"
  536. "offset" "0 0"
  537. }
  538. }
  539.  
  540. Bottom
  541. {
  542. "1"
  543. {
  544. "color" "BorderDark"
  545. "offset" "0 0"
  546. }
  547. }
  548. }
  549.  
  550. TitleButtonDisabledBorder
  551. {
  552. "inset" "0 0 1 1"
  553. Left
  554. {
  555. "1"
  556. {
  557. "color" "BgColor"
  558. "offset" "0 1"
  559. }
  560. }
  561.  
  562. Right
  563. {
  564. "1"
  565. {
  566. "color" "BgColor"
  567. "offset" "1 0"
  568. }
  569. }
  570. Top
  571. {
  572. "1"
  573. {
  574. "color" "BgColor"
  575. "offset" "0 0"
  576. }
  577. }
  578.  
  579. Bottom
  580. {
  581. "1"
  582. {
  583. "color" "BgColor"
  584. "offset" "0 0"
  585. }
  586. }
  587. }
  588.  
  589. TitleButtonDepressedBorder
  590. {
  591. "inset" "1 1 1 1"
  592. Left
  593. {
  594. "1"
  595. {
  596. "color" "BorderDark"
  597. "offset" "0 1"
  598. }
  599. }
  600.  
  601. Right
  602. {
  603. "1"
  604. {
  605. "color" "BorderBright"
  606. "offset" "1 0"
  607. }
  608. }
  609.  
  610. Top
  611. {
  612. "1"
  613. {
  614. "color" "BorderDark"
  615. "offset" "0 0"
  616. }
  617. }
  618.  
  619. Bottom
  620. {
  621. "1"
  622. {
  623. "color" "BorderBright"
  624. "offset" "0 0"
  625. }
  626. }
  627. }
  628.  
  629. ScrollBarButtonBorder
  630. {
  631. "inset" "1 0 0 0"
  632. Left
  633. {
  634. "1"
  635. {
  636. "color" "BorderBright"
  637. "offset" "0 1"
  638. }
  639. }
  640.  
  641. Right
  642. {
  643. "1"
  644. {
  645. "color" "BorderDark"
  646. "offset" "1 0"
  647. }
  648. }
  649.  
  650. Top
  651. {
  652. "1"
  653. {
  654. "color" "BorderBright"
  655. "offset" "0 0"
  656. }
  657. }
  658.  
  659. Bottom
  660. {
  661. "1"
  662. {
  663. "color" "BorderDark"
  664. "offset" "0 0"
  665. }
  666. }
  667. }
  668.  
  669. ScrollBarButtonDepressedBorder
  670. {
  671. "inset" "2 2 0 0"
  672. Left
  673. {
  674. "1"
  675. {
  676. "color" "BorderDark"
  677. "offset" "0 1"
  678. }
  679. }
  680.  
  681. Right
  682. {
  683. "1"
  684. {
  685. "color" "BorderBright"
  686. "offset" "1 0"
  687. }
  688. }
  689.  
  690. Top
  691. {
  692. "1"
  693. {
  694. "color" "BorderDark"
  695. "offset" "0 0"
  696. }
  697. }
  698.  
  699. Bottom
  700. {
  701. "1"
  702. {
  703. "color" "BorderBright"
  704. "offset" "0 0"
  705. }
  706. }
  707. }
  708.  
  709. ButtonBorder
  710. {
  711. "inset" "0 0 0 0"
  712. Left
  713. {
  714. "1"
  715. {
  716. "color" "BorderBright"
  717. "offset" "0 1"
  718. }
  719. }
  720.  
  721. Right
  722. {
  723. "1"
  724. {
  725. "color" "BorderDark"
  726. "offset" "0 0"
  727. }
  728. }
  729.  
  730. Top
  731. {
  732. "1"
  733. {
  734. "color" "BorderBright"
  735. "offset" "1 1"
  736. }
  737. }
  738.  
  739. Bottom
  740. {
  741. "1"
  742. {
  743. "color" "BorderDark"
  744. "offset" "0 0"
  745. }
  746. }
  747. }
  748.  
  749. BuyPresetBorder
  750. {
  751. "inset" "0 0 0 0"
  752. Left
  753. {
  754. "1"
  755. {
  756. "color" "BorderBuyPreset"
  757. "offset" "0 1"
  758. }
  759. }
  760.  
  761. Right
  762. {
  763. "1"
  764. {
  765. "color" "BorderBuyPreset"
  766. "offset" "0 0"
  767. }
  768. }
  769.  
  770. Top
  771. {
  772. "1"
  773. {
  774. "color" "BorderBuyPreset"
  775. "offset" "1 1"
  776. }
  777. }
  778.  
  779. Bottom
  780. {
  781. "1"
  782. {
  783. "color" "BorderBuyPreset"
  784. "offset" "0 0"
  785. }
  786. }
  787. }
  788.  
  789. FrameBorder
  790. {
  791. "inset" "0 0 1 1"
  792. Left
  793. {
  794. "1"
  795. {
  796. "color" "ControlBG"
  797. "offset" "0 1"
  798. }
  799. }
  800.  
  801. Right
  802. {
  803. "1"
  804. {
  805. "color" "ControlBG"
  806. "offset" "0 0"
  807. }
  808. }
  809.  
  810. Top
  811. {
  812. "1"
  813. {
  814. "color" "ControlBG"
  815. "offset" "0 1"
  816. }
  817. }
  818.  
  819. Bottom
  820. {
  821. "1"
  822. {
  823. "color" "ControlBG"
  824. "offset" "0 0"
  825. }
  826. }
  827. }
  828.  
  829. TabBorder
  830. {
  831. "inset" "0 0 1 1"
  832. Left
  833. {
  834. "1"
  835. {
  836. "color" "BorderBright"
  837. "offset" "0 1"
  838. }
  839. }
  840.  
  841. Right
  842. {
  843. "1"
  844. {
  845. "color" "BorderDark"
  846. "offset" "1 0"
  847. }
  848. }
  849.  
  850. Top
  851. {
  852. "1"
  853. {
  854. "color" "BorderBright"
  855. "offset" "0 0"
  856. }
  857. }
  858.  
  859. Bottom
  860. {
  861. "1"
  862. {
  863. "color" "BorderBright"
  864. "offset" "0 0"
  865. }
  866. }
  867. }
  868.  
  869. TabActiveBorder
  870. {
  871. "inset" "0 0 1 0"
  872. Left
  873. {
  874. "1"
  875. {
  876. "color" "BorderBright"
  877. "offset" "0 0"
  878. }
  879. }
  880.  
  881. Right
  882. {
  883. "1"
  884. {
  885. "color" "BorderDark"
  886. "offset" "1 0"
  887. }
  888. }
  889.  
  890. Top
  891. {
  892. "1"
  893. {
  894. "color" "BorderBright"
  895. "offset" "0 0"
  896. }
  897. }
  898.  
  899. Bottom
  900. {
  901. "1"
  902. {
  903. "color" "ControlBG"
  904. "offset" "6 2"
  905. }
  906. }
  907. }
  908.  
  909.  
  910. ToolTipBorder
  911. {
  912. "inset" "0 0 1 0"
  913. Left
  914. {
  915. "1"
  916. {
  917. "color" "BorderDark"
  918. "offset" "0 0"
  919. }
  920. }
  921.  
  922. Right
  923. {
  924. "1"
  925. {
  926. "color" "BorderDark"
  927. "offset" "1 0"
  928. }
  929. }
  930.  
  931. Top
  932. {
  933. "1"
  934. {
  935. "color" "BorderDark"
  936. "offset" "0 0"
  937. }
  938. }
  939.  
  940. Bottom
  941. {
  942. "1"
  943. {
  944. "color" "BorderDark"
  945. "offset" "0 0"
  946. }
  947. }
  948. }
  949.  
  950. // this is the border used for default buttons (the button that gets pressed when you hit enter)
  951. ButtonKeyFocusBorder
  952. {
  953. "inset" "0 0 0 0"
  954. Left
  955. {
  956. "1"
  957. {
  958. "color" "BorderBright"
  959. "offset" "0 1"
  960. }
  961. }
  962.  
  963. Right
  964. {
  965. "1"
  966. {
  967. "color" "BorderDark"
  968. "offset" "0 0"
  969. }
  970. }
  971.  
  972. Top
  973. {
  974. "1"
  975. {
  976. "color" "BorderBright"
  977. "offset" "1 1"
  978. }
  979. }
  980.  
  981. Bottom
  982. {
  983. "1"
  984. {
  985. "color" "BorderDark"
  986. "offset" "0 0"
  987. }
  988. }
  989. }
  990.  
  991. ButtonDepressedBorder
  992. {
  993. "inset" "0 0 0 0"
  994. Left
  995. {
  996. "1"
  997. {
  998. "color" "BorderBright"
  999. "offset" "0 1"
  1000. }
  1001. }
  1002.  
  1003. Right
  1004. {
  1005. "1"
  1006. {
  1007. "color" "BorderDark"
  1008. "offset" "0 0"
  1009. }
  1010. }
  1011.  
  1012. Top
  1013. {
  1014. "1"
  1015. {
  1016. "color" "BorderBright"
  1017. "offset" "1 1"
  1018. }
  1019. }
  1020.  
  1021. Bottom
  1022. {
  1023. "1"
  1024. {
  1025. "color" "BorderDark"
  1026. "offset" "0 0"
  1027. }
  1028. }
  1029. }
  1030.  
  1031. ComboBoxBorder
  1032. {
  1033. "inset" "0 0 1 1"
  1034. Left
  1035. {
  1036. "1"
  1037. {
  1038. "color" "BorderDark"
  1039. "offset" "0 1"
  1040. }
  1041. }
  1042.  
  1043. Right
  1044. {
  1045. "1"
  1046. {
  1047. "color" "BorderBright"
  1048. "offset" "1 0"
  1049. }
  1050. }
  1051.  
  1052. Top
  1053. {
  1054. "1"
  1055. {
  1056. "color" "BorderDark"
  1057. "offset" "0 0"
  1058. }
  1059. }
  1060.  
  1061. Bottom
  1062. {
  1063. "1"
  1064. {
  1065. "color" "BorderBright"
  1066. "offset" "0 0"
  1067. }
  1068. }
  1069. }
  1070.  
  1071. MenuBorder
  1072. {
  1073. "inset" "1 1 1 1"
  1074. Left
  1075. {
  1076. "1"
  1077. {
  1078. "color" "BorderBright"
  1079. "offset" "0 1"
  1080. }
  1081. }
  1082.  
  1083. Right
  1084. {
  1085. "1"
  1086. {
  1087. "color" "BorderDark"
  1088. "offset" "1 0"
  1089. }
  1090. }
  1091.  
  1092. Top
  1093. {
  1094. "1"
  1095. {
  1096. "color" "BorderBright"
  1097. "offset" "0 0"
  1098. }
  1099. }
  1100.  
  1101. Bottom
  1102. {
  1103. "1"
  1104. {
  1105. "color" "BorderDark"
  1106. "offset" "0 0"
  1107. }
  1108. }
  1109. }
  1110. BrowserBorder
  1111. {
  1112. "inset" "0 0 0 1"
  1113. Left
  1114. {
  1115. "1"
  1116. {
  1117. "color" "BorderDark"
  1118. "offset" "0 1"
  1119. }
  1120. }
  1121.  
  1122. Right
  1123. {
  1124. "1"
  1125. {
  1126. "color" "BorderBright"
  1127. "offset" "0 0"
  1128. }
  1129. }
  1130.  
  1131. Top
  1132. {
  1133. "1"
  1134. {
  1135. "color" "BorderDark"
  1136. "offset" "0 0"
  1137. }
  1138. }
  1139.  
  1140. Bottom
  1141. {
  1142. "1"
  1143. {
  1144. "color" "BorderBright"
  1145. "offset" "0 0"
  1146. }
  1147. }
  1148. }
  1149.  
  1150. BuyPresetButtonBorder
  1151. {
  1152. "inset" "0 0 0 0"
  1153. Left
  1154. {
  1155. "1"
  1156. {
  1157. "color" "ControlBG"
  1158. "offset" "0 1"
  1159. }
  1160. }
  1161.  
  1162. Right
  1163. {
  1164. "1"
  1165. {
  1166. "color" "BorderDark"
  1167. "offset" "0 0"
  1168. }
  1169. }
  1170.  
  1171. Top
  1172. {
  1173. "1"
  1174. {
  1175. "color" "BorderBright"
  1176. "offset" "1 1"
  1177. }
  1178. }
  1179.  
  1180. Bottom
  1181. {
  1182. "1"
  1183. {
  1184. "color" "ControlBG"
  1185. "offset" "0 0"
  1186. }
  1187. }
  1188. }
  1189. }
  1190. }
Lassé par la pub ? Créez un compte
Tom's guide dans le monde