You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CareerClientScheme.res 16KB

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