home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / DVDStar / Akce / Half-Life2 / hl2as_beta7_full.exe / resource / TrackerScheme.res < prev   
Encoding:
Text File  |  2005-10-26  |  20.3 KB  |  1,210 lines

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