Advertisement
Guest User

Untitled

a guest
May 21st, 2014
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.18 KB | None | 0 0
  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. ///////////////////////////////////////////////////////////
  11. Scheme
  12. {
  13. //////////////////////// COLORS ///////////////////////////
  14. // color details
  15. // this is a list of all the colors used by the scheme
  16. Colors
  17. {
  18. // base colors
  19. "White" "255 255 255 255"
  20. "OffWhite" "221 221 221 255"
  21. "DullWhite" "190 190 190 255"
  22. "Orange" "255 155 0 255"
  23. "TransparentBlack" "0 0 0 128"
  24. "Black" "0 0 0 255"
  25.  
  26. "Blank" "0 0 0 0"
  27.  
  28. "SteamLightGreen" "157 194 80 255"
  29. "AchievementsLightGrey" "79 79 79 255"
  30. "AchievementsDarkGrey" "55 55 55 255"
  31. "AchievementsInactiveFG" "130 130 130 255"
  32. }
  33.  
  34. ///////////////////// BASE SETTINGS ////////////////////////
  35. //
  36. // default settings for all panels
  37. // controls use these to determine their settings
  38. BaseSettings
  39. {
  40. // vgui_controls color specifications
  41. Border.Bright "200 200 200 255" // the lit side of a control
  42. Border.Dark "40 40 40 198" // the dark/unlit side of a control
  43. Border.Selection "0 0 0 255" // the additional border color for displaying the default/selected button
  44. Border.DarkSolid "40 40 40 255"
  45. Border.Subtle "80 80 80 255"
  46.  
  47. Button.TextColor "82 82 82 255"
  48. Button.BgColor "227 227 227 255"
  49. Button.ArmedTextColor "46 114 178 255"
  50. Button.ArmedBgColor "240 240 240 255" [$WIN32]
  51. Button.ArmedBgColor "190 115 0 255" [$X360]
  52. Button.DepressedTextColor "White"
  53. Button.DepressedBgColor "84 178 245 255"
  54. Button.FocusBorderColor "82 82 82 255"
  55.  
  56. CheckButton.TextColor "White"
  57. CheckButton.SelectedTextColor "White"
  58. CheckButton.BgColor "White"
  59. CheckButton.Border1 "Border.Subtle" // the left checkbutton border
  60. CheckButton.Border2 "Border.Subtle" // the right checkbutton border
  61. CheckButton.Check "118 189 118 255" // color of the check itself
  62. CheckButton.HighlightFgColor "OffWhite"
  63. CheckButton.ArmedBgColor "Blank"
  64. CheckButton.DepressedBgColor "Blank"
  65. CheckButton.DisabledBgColor "153 153 153 255"
  66.  
  67. ComboBoxButton.ArrowColor "81 81 81 255"
  68. ComboBoxButton.ArmedArrowColor "110 110 110 255"
  69. ComboBoxButton.BgColor "Blank"
  70. ComboBoxButton.DisabledBgColor "Blank"
  71.  
  72. Frame.TitleTextInsetX 16
  73. Frame.ClientInsetX 8
  74. Frame.ClientInsetY 6
  75. Frame.BgColor "108 111 114 250" [$WIN32]
  76. Frame.BgColor "80 80 80 192" [$X360]
  77. Frame.OutOfFocusBgColor "97 100 102 240" [$WIN32]
  78. Frame.OutOfFocusBgColor "80 80 80 192" [$X360]
  79. Frame.FocusTransitionEffectTime "0.3" // time it takes for a window to fade in/out on focus/out of focus
  80. Frame.TransitionEffectTime "0.3" [$WIN32] // time it takes for a window to fade in/out on open/close
  81. Frame.TransitionEffectTime "0.2" [$X360] // time it takes for a window to fade in/out on open/close
  82. Frame.AutoSnapRange "0"
  83. FrameGrip.Color1 "200 200 200 196"
  84. FrameGrip.Color2 "0 0 0 196"
  85. FrameTitleButton.FgColor "200 200 200 196"
  86. FrameTitleButton.BgColor "Blank"
  87. FrameTitleButton.DisabledFgColor "255 255 255 192"
  88. FrameTitleButton.DisabledBgColor "Blank"
  89. FrameSystemButton.FgColor "Blank"
  90. FrameSystemButton.BgColor "Blank"
  91. FrameSystemButton.Icon ""
  92. FrameSystemButton.DisabledIcon ""
  93. FrameTitleBar.Font "UiBold" [$WIN32]
  94. FrameTitleBar.Font "DefaultLarge" [$WIN32]
  95. FrameTitleBar.TextColor "255 255 255 204"
  96. FrameTitleBar.BgColor "Blank"
  97. FrameTitleBar.DisabledTextColor "255 255 255 91"
  98. FrameTitleBar.DisabledBgColor "Blank"
  99.  
  100. GraphPanel.FgColor "White"
  101. GraphPanel.BgColor "TransparentBlack"
  102.  
  103. Label.TextDullColor "DullWhite"
  104. Label.TextColor "DullWhite"
  105. Label.TextBrightColor "White"
  106. Label.SelectedTextColor "White"
  107. Label.BgColor "Blank"
  108. Label.DisabledFgColor1 "110 110 110 255"
  109. Label.DisabledFgColor2 "50 50 50 255"
  110.  
  111. ListPanel.TextColor "Black"
  112. ListPanel.TextBgColor "Blank"
  113. ListPanel.BgColor "White"
  114. ListPanel.SelectedTextColor "White"
  115. ListPanel.SelectedBgColor "0 168 255 204"
  116. ListPanel.OutOfFocusSelectedTextColor "Black"
  117. ListPanel.SelectedOutOfFocusBgColor "132 183 241 100"
  118. ListPanel.EmptyListInfoTextColor "Black"
  119.  
  120. Menu.TextColor "80 80 80 255"
  121. Menu.BgColor "233 233 233 255"
  122. Menu.ArmedTextColor "White"
  123. Menu.ArmedBgColor "132 183 241 255"
  124. Menu.TextInset "6"
  125.  
  126. Panel.FgColor "DullWhite"
  127. Panel.BgColor "Blank"
  128.  
  129. ProgressBar.FgColor "White"
  130. ProgressBar.BgColor "TransparentBlack"
  131.  
  132. PropertySheet.TextColor "10 10 10 200"
  133. PropertySheet.SelectedTextColor "10 10 10 255"
  134. PropertySheet.SelectedBgColor "10 10 10 255"
  135. PropertySheet.TransitionEffectTime "0.25" // time to change from one tab to another
  136. PropertySheet.BgColor "0 0 0 255"
  137.  
  138. RadioButton.TextColor "OffWhite"
  139. RadioButton.SelectedTextColor "White"
  140.  
  141. RichText.TextColor "OffWhite"
  142. RichText.BgColor "TransparentBlack"
  143. RichText.SelectedTextColor "White"
  144. RichText.SelectedBgColor "0 168 255 204"
  145.  
  146. ScrollBar.Wide 15
  147.  
  148. ScrollBarButton.FgColor "60 60 60 255"
  149. ScrollBarButton.BgColor "207 207 207 255"
  150. ScrollBarButton.ArmedFgColor "20 65 72 255"
  151. ScrollBarButton.ArmedBgColor "210 237 255 255"
  152. ScrollBarButton.DepressedFgColor "9 119 226 255"
  153. ScrollBarButton.DepressedBgColor "31 207 248 255"
  154.  
  155. ScrollBarSlider.FgColor "220 220 220 255" // nob color
  156. ScrollBarSlider.BgColor "184 184 184 229" // slider background color
  157.  
  158. SectionedListPanel.HeaderTextColor "50 50 50 255"
  159. SectionedListPanel.HeaderBgColor "Blank"
  160. SectionedListPanel.DividerColor "0 0 0 150"
  161. SectionedListPanel.TextColor "10 10 10 255"
  162. SectionedListPanel.BrightTextColor "40 40 40 255"
  163. SectionedListPanel.BgColor "White"
  164. SectionedListPanel.SelectedTextColor "White"
  165. SectionedListPanel.SelectedBgColor "0 168 255 204"
  166. SectionedListPanel.OutOfFocusSelectedTextColor "Black"
  167. SectionedListPanel.OutOfFocusSelectedBgColor "132 183 241 100"
  168.  
  169. Slider.NobColor "220 220 220 255"
  170. Slider.TextColor "180 180 180 255"
  171. Slider.TrackColor "184 184 184 229"
  172. Slider.DisabledTextColor1 "110 110 110 255"
  173. Slider.DisabledTextColor2 "50 50 50 255"
  174.  
  175. TextEntry.TextColor "10 10 10 255"
  176. TextEntry.BgColor "255 255 255 255"
  177. TextEntry.CursorColor "10 10 10 255"
  178. TextEntry.DisabledTextColor "DullWhite"
  179. TextEntry.DisabledBgColor "192 192 192 255"
  180. TextEntry.SelectedTextColor "10 10 10 255"
  181. TextEntry.SelectedBgColor "0 168 255 204"
  182. TextEntry.OutOfFocusSelectedBgColor "132 183 241 100"
  183. TextEntry.FocusEdgeColor "0 0 0 196"
  184.  
  185. ToggleButton.SelectedTextColor "White"
  186.  
  187. Tooltip.TextColor "110 102 60 255"
  188. Tooltip.BgColor "249 238 181 255"
  189.  
  190. TreeView.BgColor "TransparentBlack"
  191.  
  192. WizardSubPanel.BgColor "Blank"
  193.  
  194. // scheme-specific colors
  195. MainMenu.TextColor "White" [$WIN32]
  196. MainMenu.TextColor "200 200 200 255" [$X360]
  197. MainMenu.ArmedTextColor "200 200 200 255" [$WIN32]
  198. MainMenu.ArmedTextColor "White" [$X360]
  199. MainMenu.DepressedTextColor "192 186 80 255"
  200. MainMenu.MenuItemHeight "30" [$WIN32]
  201. MainMenu.MenuItemHeight "22" [$X360]
  202. MainMenu.MenuItemHeight_hidef "32" [$X360]
  203. MainMenu.Inset "32"
  204. MainMenu.Backdrop "0 0 0 156"
  205.  
  206. Console.TextColor "OffWhite"
  207. Console.DevTextColor "White"
  208.  
  209. NewGame.TextColor "White"
  210. NewGame.FillColor "0 0 0 255"
  211. NewGame.SelectionColor "Orange" [$WIN32]
  212. NewGame.SelectionColor "0 0 0 255" [$X360]
  213. NewGame.DisabledColor "128 128 128 196"
  214.  
  215. MessageDialog.MatchmakingBG "46 43 42 255" [$X360]
  216. MessageDialog.MatchmakingBGBlack "22 22 22 255" [$X360]
  217.  
  218. MatchmakingMenuItemTitleColor "200 184 151 255" [$X360]
  219. MatchmakingMenuItemDescriptionColor "200 184 151 255" [$X360]
  220.  
  221. "QuickListBGDeselected" "AchievementsDarkGrey"
  222. "QuickListBGSelected" "AchievementsLightGrey"
  223. }
  224.  
  225. //////////////////////// BITMAP FONT FILES /////////////////////////////
  226. //
  227. // Bitmap Fonts are ****VERY*** expensive static memory resources so they are purposely sparse
  228. BitmapFontFiles
  229. {
  230. // UI buttons, custom font, (256x64)
  231. "Buttons" "materials/vgui/fonts/buttons_32.vbf"
  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. // fonts are used in order that they are listed
  243. "DebugFixed"
  244. {
  245. "1"
  246. {
  247. "name" "Courier New"
  248. "tall" "10"
  249. "weight" "500"
  250. "antialias" "1"
  251. }
  252. }
  253. // fonts are used in order that they are listed
  254. "DebugFixedSmall"
  255. {
  256. "1"
  257. {
  258. "name" "Courier New"
  259. "tall" "7"
  260. "weight" "500"
  261. "antialias" "1"
  262. }
  263. }
  264. "DefaultFixedOutline"
  265. {
  266. "1"
  267. {
  268. "name" "Lucida Console" [$WINDOWS]
  269. "name" "Lucida Console" [$X360]
  270. "name" "Verdana" [$POSIX]
  271. "tall" "14" [$LINUX]
  272. "tall" "11" [$OSX]
  273. "tall" "10"
  274. "tall_lodef" "15"
  275. "tall_hidef" "20"
  276. "weight" "0"
  277. "outline" "1"
  278. }
  279. }
  280. "Default"
  281. {
  282. "1"
  283. {
  284. "name" "Tahoma" [!$POSIX]
  285. "name" "Verdana" [$POSIX]
  286. "tall" "16"
  287. "weight" "500"
  288. }
  289. }
  290. "DefaultBold"
  291. {
  292. "1"
  293. {
  294. "name" "Tahoma" [!$POSIX]
  295. "name" "Verdana Bold" [$POSIX]
  296. "tall" "16"
  297. "weight" "1000"
  298. }
  299. }
  300. "DefaultUnderline"
  301. {
  302. "1"
  303. {
  304. "name" "Tahoma" [!$POSIX]
  305. "name" "Verdana" [$POSIX]
  306. "tall" "16"
  307. "weight" "500"
  308. "underline" "1"
  309. }
  310. }
  311. "DefaultSmall"
  312. {
  313. "1"
  314. {
  315. "name" "Tahoma" [!$POSIX]
  316. "name" "Verdana" [$POSIX]
  317. "tall" "12" [!$POSIX]
  318. "tall" "13" [$POSIX]
  319. "weight" "0"
  320. }
  321. }
  322. "DefaultSmallDropShadow"
  323. {
  324. "1"
  325. {
  326. "name" "Tahoma" [!$POSIX]
  327. "name" "Verdana" [$POSIX]
  328. "tall" "13"
  329. "weight" "0"
  330. "dropshadow" "1"
  331. }
  332. }
  333. "DefaultVerySmall"
  334. {
  335. "1"
  336. {
  337. "name" "Tahoma" [!$POSIX]
  338. "name" "Verdana" [$POSIX]
  339. "tall" "12"
  340. "weight" "0"
  341. }
  342. }
  343.  
  344. "DefaultLarge"
  345. {
  346. "1"
  347. {
  348. "name" "Tahoma" [!$POSIX]
  349. "name" "Verdana" [$POSIX]
  350. "tall" "18"
  351. "weight" "0"
  352. }
  353. }
  354. "UiBold"
  355. {
  356. "1" [$WIN32]
  357. {
  358. "name" "Tahoma" [!$POSIX]
  359. "name" "Verdana" [$POSIX]
  360. "tall" "12"
  361. "weight" "1000"
  362. }
  363. "1" [$X360]
  364. {
  365. "name" "Tahoma"
  366. "tall" "24"
  367. "weight" "2000"
  368. "outline" "1"
  369. }
  370. }
  371. "ChapterTitle" [$X360]
  372. {
  373. "1"
  374. {
  375. "name" "Tahoma"
  376. "tall" "20"
  377. "tall_hidef" "28"
  378. "weight" "2000"
  379. "outline" "1"
  380. }
  381. }
  382. "ChapterTitleBlur" [$X360]
  383. {
  384. "1"
  385. {
  386. "name" "Tahoma"
  387. "tall" "20"
  388. "tall_hidef" "28"
  389. "weight" "2000"
  390. "blur" "3"
  391. "blur_hidef" "5"
  392. }
  393. }
  394. "MenuLarge"
  395. {
  396. "1" [$POSIX]
  397. {
  398. "name" "Helvetica Bold"
  399. "tall" "20"
  400. "antialias" "1"
  401. }
  402. "1" [$WIN32]
  403. {
  404. "name" "Verdana"
  405. "tall" "16"
  406. "weight" "600"
  407. "antialias" "1"
  408. }
  409. "1" [$X360]
  410. {
  411. "name" "Verdana"
  412. "tall" "14"
  413. "tall_hidef" "20"
  414. "weight" "1200"
  415. "antialias" "1"
  416. "outline" "1"
  417. }
  418. }
  419. "AchievementTitleFont"
  420. {
  421. "1"
  422. {
  423. "name" "Verdana"
  424. "tall" "20"
  425. "weight" "1200"
  426. "antialias" "1"
  427. "outline" "1"
  428. }
  429. }
  430.  
  431. "AchievementTitleFontSmaller"
  432. {
  433. "1"
  434. {
  435. "name" "Verdana"
  436. "tall" "18"
  437. "weight" "1200"
  438. "antialias" "1"
  439. //"outline" "1"
  440. }
  441. }
  442.  
  443.  
  444. "AchievementDescriptionFont"
  445. {
  446. "1"
  447. {
  448. "name" "Verdana"
  449. "tall" "15"
  450. "weight" "1200"
  451. "antialias" "1"
  452. "outline" "1"
  453. "yres" "0 480"
  454. }
  455. "2"
  456. {
  457. "name" "Verdana"
  458. "tall" "20"
  459. "weight" "1200"
  460. "antialias" "1"
  461. "outline" "1"
  462. "yres" "481 10000"
  463. }
  464. }
  465.  
  466. GameUIButtons
  467. {
  468. "1" [$X360]
  469. {
  470. "bitmap" "1"
  471. "name" "Buttons"
  472. "scalex" "0.63"
  473. "scaley" "0.63"
  474. "scalex_hidef" "1.0"
  475. "scaley_hidef" "1.0"
  476. "scalex_lodef" "0.75"
  477. "scaley_lodef" "0.75"
  478. }
  479. }
  480. "ConsoleText"
  481. {
  482. "1"
  483. {
  484. "name" "Lucida Console" [$WINDOWS]
  485. "name" "Lucida Console" [$X360]
  486. "name" "Verdana" [$POSIX]
  487. "tall" "11" [$OSX]
  488. "tall" "14" [$LINUX]
  489. "tall" "10"
  490. "weight" "500"
  491. }
  492. }
  493.  
  494. // this is the symbol font
  495. "Marlett"
  496. {
  497. "1"
  498. {
  499. "name" "Marlett"
  500. "tall" "14"
  501. "weight" "0"
  502. "symbol" "1"
  503. }
  504. }
  505.  
  506. "Trebuchet24"
  507. {
  508. "1"
  509. {
  510. "name" "Trebuchet MS"
  511. "tall" "24"
  512. "weight" "900"
  513. }
  514. }
  515.  
  516. "Trebuchet20"
  517. {
  518. "1"
  519. {
  520. "name" "Trebuchet MS"
  521. "tall" "20"
  522. "weight" "900"
  523. }
  524. }
  525.  
  526. "Trebuchet18"
  527. {
  528. "1"
  529. {
  530. "name" "Trebuchet MS"
  531. "tall" "18"
  532. "weight" "900"
  533. }
  534. }
  535.  
  536. // HUD numbers
  537. // We use multiple fonts to 'pulse' them in the HUD, hence the need for many of near size
  538. "HUDNumber"
  539. {
  540. "1"
  541. {
  542. "name" "Trebuchet MS"
  543. "tall" "40"
  544. "weight" "900"
  545. }
  546. }
  547. "HUDNumber1"
  548. {
  549. "1"
  550. {
  551. "name" "Trebuchet MS"
  552. "tall" "41"
  553. "weight" "900"
  554. }
  555. }
  556. "HUDNumber2"
  557. {
  558. "1"
  559. {
  560. "name" "Trebuchet MS"
  561. "tall" "42"
  562. "weight" "900"
  563. }
  564. }
  565. "HUDNumber3"
  566. {
  567. "1"
  568. {
  569. "name" "Trebuchet MS"
  570. "tall" "43"
  571. "weight" "900"
  572. }
  573. }
  574. "HUDNumber4"
  575. {
  576. "1"
  577. {
  578. "name" "Trebuchet MS"
  579. "tall" "44"
  580. "weight" "900"
  581. }
  582. }
  583. "HUDNumber5"
  584. {
  585. "1"
  586. {
  587. "name" "Trebuchet MS"
  588. "tall" "45"
  589. "weight" "900"
  590. }
  591. }
  592. "DefaultFixed"
  593. {
  594. "1"
  595. {
  596. "name" "Lucida Console" [$WINDOWS]
  597. "name" "Lucida Console" [$X360]
  598. "name" "Verdana" [$POSIX]
  599. "tall" "11" [$POSIX]
  600. "tall" "10"
  601. "weight" "0"
  602. }
  603. // "1"
  604. // {
  605. // "name" "FixedSys"
  606. // "tall" "20"
  607. // "weight" "0"
  608. // }
  609. }
  610.  
  611. "DefaultFixedDropShadow"
  612. {
  613. "1"
  614. {
  615. "name" "Lucida Console" [$WINDOWS]
  616. "name" "Lucida Console" [$X360]
  617. "name" "Verdana" [$OSX]
  618. "name" "Courier" [$LINUX]
  619. "tall" "14" [$LINUX]
  620. "tall" "11" [$POSIX]
  621. "tall" "10"
  622. "weight" "0"
  623. "dropshadow" "1"
  624. }
  625. // "1"
  626. // {
  627. // "name" "FixedSys"
  628. // "tall" "20"
  629. // "weight" "0"
  630. // }
  631. }
  632.  
  633. "CloseCaption_Normal"
  634. {
  635. "1"
  636. {
  637. "name" "Tahoma" [!$POSIX]
  638. "name" "Verdana" [$POSIX]
  639. "tall" "16"
  640. "weight" "500"
  641. }
  642. }
  643. "CloseCaption_Italic"
  644. {
  645. "1"
  646. {
  647. "name" "Tahoma" [!$OSX]
  648. "name" "Verdana Italic" [$OSX]
  649. "tall" "16"
  650. "weight" "500"
  651. "italic" "1"
  652. }
  653. }
  654. "CloseCaption_Bold"
  655. {
  656. "1"
  657. {
  658. "name" "Tahoma" [!$POSIX]
  659. "name" "Verdana Bold" [$POSIX]
  660. "tall" "16"
  661. "weight" "900"
  662. }
  663. }
  664. "CloseCaption_BoldItalic"
  665. {
  666. "1"
  667. {
  668. "name" "Tahoma" [!$POSIX]
  669. "name" "Verdana Bold Italic" [$POSIX]
  670. "tall" "16"
  671. "weight" "900"
  672. "italic" "1"
  673. }
  674. }
  675.  
  676. TitleFont
  677. {
  678. "1"
  679. {
  680. "name" "HalfLife2"
  681. "tall" "72"
  682. "weight" "400"
  683. "antialias" "1"
  684. "custom" "1"
  685. }
  686. }
  687.  
  688. TitleFont2
  689. {
  690. "1"
  691. {
  692. "name" "HalfLife2"
  693. "tall" "120"
  694. "weight" "400"
  695. "antialias" "1"
  696. "custom" "1"
  697. }
  698. }
  699.  
  700. AppchooserGameTitleFont [$X360]
  701. {
  702. "1"
  703. {
  704. "name" "Trebuchet MS"
  705. "tall" "16"
  706. "tall_hidef" "24"
  707. "weight" "900"
  708. "antialias" "1"
  709. }
  710. }
  711.  
  712. AppchooserGameTitleFontBlur [$X360]
  713. {
  714. "1"
  715. {
  716. "name" "Trebuchet MS"
  717. "tall" "16"
  718. "tall_hidef" "24"
  719. "weight" "900"
  720. "blur" "3"
  721. "blur_hidef" "5"
  722. "antialias" "1"
  723. }
  724. }
  725.  
  726. StatsTitle [$WIN32]
  727. {
  728. "1"
  729. {
  730. "name" "Arial" [!$POSIX]
  731. "name" "Verdana Bold" [$POSIX]
  732. "weight" "2000"
  733. "tall" "20"
  734. "antialias" "1"
  735. }
  736. }
  737.  
  738. StatsText [$WIN32]
  739. {
  740. "1"
  741. {
  742. "name" "Arial" [!$POSIX]
  743. "name" "Verdana Bold" [$POSIX]
  744. "weight" "2000"
  745. "tall" "18"
  746. "antialias" "1"
  747. }
  748. }
  749.  
  750. AchievementItemTitle [$WIN32]
  751. {
  752. "1"
  753. {
  754. "name" "Arial" [!$POSIX]
  755. "name" "Verdana Bold" [$POSIX]
  756. "weight" "1500"
  757. "tall" "16" [!$POSIX]
  758. "tall" "18" [$POSIX]
  759. "antialias" "1"
  760. }
  761. }
  762.  
  763. AchievementItemDate [$WIN32]
  764. {
  765. "1"
  766. {
  767. "name" "Arial" [!$POSIX]
  768. "name" "Verdana Bold" [$POSIX]
  769. "weight" "1500"
  770. "tall" "16"
  771. "antialias" "1"
  772. }
  773. }
  774.  
  775.  
  776. StatsPageText
  777. {
  778. "1"
  779. {
  780. "name" "Arial" [!$POSIX]
  781. "name" "Verdana Bold" [$POSIX]
  782. "weight" "1500"
  783. "tall" "14" [!$POSIX]
  784. "tall" "16" [$POSIX]
  785. "antialias" "1"
  786. }
  787. }
  788.  
  789. AchievementItemTitleLarge [$WIN32]
  790. {
  791. "1"
  792. {
  793. "name" "Arial" [!$POSIX]
  794. "name" "Verdana Bold" [$POSIX]
  795. "weight" "1500"
  796. "tall" "18" [!$POSIX]
  797. "tall" "19" [$POSIX]
  798. "antialias" "1"
  799. }
  800. }
  801.  
  802. AchievementItemDescription [$WIN32]
  803. {
  804. "1"
  805. {
  806. "name" "Arial" [!$POSIX]
  807. "name" "Verdana" [$POSIX]
  808. "weight" "1000"
  809. "tall" "14" [!$POSIX]
  810. "tall" "15" [$POSIX]
  811. "antialias" "1"
  812. }
  813. }
  814.  
  815.  
  816. "ServerBrowserTitle"
  817. {
  818. "1"
  819. {
  820. "name" "Tahoma" [!$POSIX]
  821. "name" "Verdana" [$POSIX]
  822. "tall" "35"
  823. "tall_lodef" "40"
  824. "weight" "500"
  825. "additive" "0"
  826. "antialias" "1"
  827. }
  828. }
  829.  
  830. "ServerBrowserSmall"
  831. {
  832. "1"
  833. {
  834. "name" "Tahoma"
  835. "tall" "16"
  836. "weight" "0"
  837. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  838. "yres" "480 599"
  839. }
  840. "2"
  841. {
  842. "name" "Tahoma"
  843. "tall" "16"
  844. "weight" "0"
  845. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  846. "yres" "600 767"
  847. }
  848. "3"
  849. {
  850. "name" "Tahoma"
  851. "tall" "16"
  852. "weight" "0"
  853. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  854. "yres" "768 1023"
  855. "antialias" "1"
  856. }
  857. "4"
  858. {
  859. "name" "Tahoma"
  860. "tall" "19"
  861. "weight" "0"
  862. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  863. "yres" "1024 1199"
  864. "antialias" "1"
  865. }
  866. "5"
  867. {
  868. "name" "Tahoma"
  869. "tall" "19"
  870. "weight" "0"
  871. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  872. "yres" "1200 6000"
  873. "antialias" "1"
  874. }
  875. }
  876.  
  877. }
  878.  
  879. //
  880. //////////////////// BORDERS //////////////////////////////
  881. //
  882. // describes all the border types
  883. Borders
  884. {
  885. BaseBorder SubtleBorder
  886. ButtonBorder RaisedBorder
  887. ComboBoxBorder DepressedBorder
  888. MenuBorder SubtleBorder
  889. BrowserBorder DepressedBorder
  890. PropertySheetBorder RaisedBorder
  891.  
  892. FrameBorder
  893. {
  894. // rounded corners for frames
  895. //"backgroundtype" "2"
  896.  
  897. Left
  898. {
  899. "1"
  900. {
  901. "color" "Border.DarkSolid"
  902. "offset" "0 0"
  903. }
  904. }
  905.  
  906. Right
  907. {
  908. "1"
  909. {
  910. "color" "Border.DarkSolid"
  911. "offset" "0 0"
  912. }
  913. }
  914.  
  915. Top
  916. {
  917. "1"
  918. {
  919. "color" "Border.DarkSolid"
  920. "offset" "0 0"
  921. }
  922. }
  923.  
  924. Bottom
  925. {
  926. "1"
  927. {
  928. "color" "Border.DarkSolid"
  929. "offset" "0 0"
  930. }
  931. }
  932. }
  933.  
  934. SubtleBorder
  935. {
  936. "inset" "0 0 0 0"
  937. Left
  938. {
  939. "1"
  940. {
  941. "color" "Border.Subtle"
  942. "offset" "0 0"
  943. }
  944. }
  945.  
  946. Right
  947. {
  948. "1"
  949. {
  950. "color" "Border.Subtle"
  951. "offset" "0 0"
  952. }
  953. }
  954.  
  955. Top
  956. {
  957. "1"
  958. {
  959. "color" "Border.Subtle"
  960. "offset" "0 0"
  961. }
  962. }
  963.  
  964. Bottom
  965. {
  966. "1"
  967. {
  968. "color" "Border.Subtle"
  969. "offset" "0 0"
  970. }
  971. }
  972. }
  973.  
  974. DepressedBorder
  975. {
  976. "inset" "0 0 0 0"
  977. Left
  978. {
  979. "1"
  980. {
  981. "color" "Border.DarkSolid"
  982. "offset" "0 0"
  983. }
  984. }
  985.  
  986. Right
  987. {
  988. "1"
  989. {
  990. "color" "Border.DarkSolid"
  991. "offset" "0 0"
  992. }
  993. }
  994.  
  995. Top
  996. {
  997. "1"
  998. {
  999. "color" "Border.DarkSolid"
  1000. "offset" "0 0"
  1001. }
  1002. }
  1003.  
  1004. Bottom
  1005. {
  1006. "1"
  1007. {
  1008. "color" "Border.DarkSolid"
  1009. "offset" "0 0"
  1010. }
  1011. }
  1012. }
  1013. RaisedBorder
  1014. {
  1015. "inset" "0 0 0 0"
  1016. Left
  1017. {
  1018. "1"
  1019. {
  1020. "color" "Border.Subtle"
  1021. "offset" "0 0"
  1022. }
  1023. }
  1024.  
  1025. Right
  1026. {
  1027. "1"
  1028. {
  1029. "color" "Border.Subtle"
  1030. "offset" "0 0"
  1031. }
  1032. }
  1033.  
  1034. Top
  1035. {
  1036. "1"
  1037. {
  1038. "color" "Border.Subtle"
  1039. "offset" "0 0"
  1040. }
  1041. }
  1042.  
  1043. Bottom
  1044. {
  1045. "1"
  1046. {
  1047. "color" "Border.Subtle"
  1048. "offset" "0 0"
  1049. }
  1050. }
  1051. }
  1052.  
  1053. TitleButtonBorder
  1054. {
  1055. "backgroundtype" "0"
  1056. }
  1057.  
  1058. TitleButtonDisabledBorder
  1059. {
  1060. "backgroundtype" "0"
  1061. }
  1062.  
  1063. TitleButtonDepressedBorder
  1064. {
  1065. "backgroundtype" "0"
  1066. }
  1067.  
  1068. ScrollBarButtonBorder
  1069. {
  1070. "inset" "0 0 0 0" [!$OSX]
  1071. "inset" "-3 2 0 0" [$OSX]
  1072. Left
  1073. {
  1074. "1"
  1075. {
  1076. "color" "Border.DarkSolid"
  1077. "offset" "0 0"
  1078. }
  1079. }
  1080.  
  1081. Right
  1082. {
  1083. "1"
  1084. {
  1085. "color" "Border.DarkSolid"
  1086. "offset" "0 0"
  1087. }
  1088. }
  1089.  
  1090. Top
  1091. {
  1092. "1"
  1093. {
  1094. "color" "Border.DarkSolid"
  1095. "offset" "0 0"
  1096. }
  1097. }
  1098.  
  1099. Bottom
  1100. {
  1101. "1"
  1102. {
  1103. "color" "Border.DarkSolid"
  1104. "offset" "0 0"
  1105. }
  1106. }
  1107. }
  1108.  
  1109. ScrollBarButtonDepressedBorder
  1110. {
  1111. "inset" "0 0 0 0" [!$OSX]
  1112. "inset" "-3 2 0 0" [$OSX]
  1113. Left
  1114. {
  1115. "1"
  1116. {
  1117. "color" "Border.DarkSolid"
  1118. "offset" "0 0"
  1119. }
  1120. }
  1121.  
  1122. Right
  1123. {
  1124. "1"
  1125. {
  1126. "color" "Border.DarkSolid"
  1127. "offset" "0 0"
  1128. }
  1129. }
  1130.  
  1131. Top
  1132. {
  1133. "1"
  1134. {
  1135. "color" "Border.DarkSolid"
  1136. "offset" "0 0"
  1137. }
  1138. }
  1139.  
  1140. Bottom
  1141. {
  1142. "1"
  1143. {
  1144. "color" "Border.DarkSolid"
  1145. "offset" "0 0"
  1146. }
  1147. }
  1148. }
  1149.  
  1150. TabBorder
  1151. {
  1152. "inset" "1 1 1 1"
  1153.  
  1154. render
  1155. {
  1156. "0" "fill( x0, y0, x1, y1, Black )"
  1157. }
  1158.  
  1159. render_bg
  1160. {
  1161. "0" "fill( x0, y0, x1, y1, Orange )"
  1162. }
  1163.  
  1164. }
  1165.  
  1166. TabActiveBorder
  1167. {
  1168. "inset" "1 1 1 1"
  1169. Left
  1170. {
  1171. "1"
  1172. {
  1173. "color" "Border.Subtle"
  1174. "offset" "0 0"
  1175. }
  1176. }
  1177.  
  1178. Top
  1179. {
  1180. "1"
  1181. {
  1182. "color" "Border.Subtle"
  1183. "offset" "0 0"
  1184. }
  1185. }
  1186.  
  1187. Right
  1188. {
  1189. "1"
  1190. {
  1191. "color" "Border.Subtle"
  1192. "offset" "0 0"
  1193. }
  1194. }
  1195.  
  1196. }
  1197.  
  1198.  
  1199. ToolTipBorder
  1200. {
  1201. "inset" "0 0 1 0"
  1202. Left
  1203. {
  1204. "1"
  1205. {
  1206. "color" "Border.DarkSolid"
  1207. "offset" "0 0"
  1208. }
  1209. }
  1210.  
  1211. Right
  1212. {
  1213. "1"
  1214. {
  1215. "color" "Border.DarkSolid"
  1216. "offset" "0 0"
  1217. }
  1218. }
  1219.  
  1220. Top
  1221. {
  1222. "1"
  1223. {
  1224. "color" "Border.DarkSolid"
  1225. "offset" "0 0"
  1226. }
  1227. }
  1228.  
  1229. Bottom
  1230. {
  1231. "1"
  1232. {
  1233. "color" "Border.DarkSolid"
  1234. "offset" "0 0"
  1235. }
  1236. }
  1237. }
  1238.  
  1239. // this is the border used for default buttons (the button that gets pressed when you hit enter)
  1240. ButtonKeyFocusBorder
  1241. {
  1242. "inset" "0 0 0 0"
  1243. Left
  1244. {
  1245. "1"
  1246. {
  1247. "color" "Border.Selection"
  1248. "offset" "0 0"
  1249. }
  1250. }
  1251. Top
  1252. {
  1253. "1"
  1254. {
  1255. "color" "Border.Selection"
  1256. "offset" "0 0"
  1257. }
  1258. }
  1259. Right
  1260. {
  1261. "1"
  1262. {
  1263. "color" "Border.Selection"
  1264. "offset" "0 0"
  1265. }
  1266. }
  1267. Bottom
  1268. {
  1269. "1"
  1270. {
  1271. "color" "Border.Selection"
  1272. "offset" "0 0"
  1273. }
  1274. }
  1275. }
  1276.  
  1277. ButtonDepressedBorder
  1278. {
  1279. "inset" "0 0 0 0"
  1280. Left
  1281. {
  1282. "1"
  1283. {
  1284. "color" "Border.DarkSolid"
  1285. "offset" "0 1"
  1286. }
  1287. }
  1288.  
  1289. Right
  1290. {
  1291. "1"
  1292. {
  1293. "color" "Border.DarkSolid"
  1294. "offset" "1 0"
  1295. }
  1296. }
  1297.  
  1298. Top
  1299. {
  1300. "1"
  1301. {
  1302. "color" "Border.DarkSolid"
  1303. "offset" "0 0"
  1304. }
  1305. }
  1306.  
  1307. Bottom
  1308. {
  1309. "1"
  1310. {
  1311. "color" "Border.DarkSolid"
  1312. "offset" "0 0"
  1313. }
  1314. }
  1315. }
  1316. }
  1317.  
  1318. //////////////////////// CUSTOM FONT FILES /////////////////////////////
  1319. //
  1320. // specifies all the custom (non-system) font files that need to be loaded to service the above described fonts
  1321. CustomFontFiles
  1322. {
  1323. "1" "resource/HALFLIFE2.ttf"
  1324. "2" "resource/HL2EP2.ttf"
  1325. "3" "resource/marlett.ttf"
  1326. }
  1327. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement