Template:PatchDiff/May 6, 2011 Patch/bin/sdklauncher/sdklauncher scheme.res

From the Portal Wiki
< Template:PatchDiff/May 6, 2011 Patch
Revision as of 02:35, 8 September 2011 by WindBOT (talk | contribs) (Diff of file "bin/sdklauncher/sdklauncher_scheme.res" for patch May 6, 2011 Patch.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
N/A1///////////////////////////////////////////////////////////
N/A2// Tracker scheme resource file
N/A3//
N/A4// sections:
N/A5// Colors - all the colors used by the scheme
N/A6// BaseSettings - contains settings for app to use to draw controls
N/A7// Fonts - list of all the fonts used by app
N/A8// Borders - description of all the borders
N/A9//
N/A10///////////////////////////////////////////////////////////
N/A11Scheme
N/A12{
N/A13 //////////////////////// COLORS ///////////////////////////
N/A14 // color details
N/A15 // this is a list of all the colors used by the scheme
N/A16 Colors
N/A17 {
N/A18 // base colors
N/A19 "White" "255 255 255 255"
N/A20 "OffWhite" "221 221 221 255"
N/A21 "DullWhite" "211 211 211 255"
N/A22 
N/A23 "TransparentBlack" "0 0 0 128"
N/A24 "Black" "0 0 0 255"
N/A25 
N/A26 "Blank" "0 0 0 0"
N/A27 
N/A28 // base colors
N/A29 "BaseText" "216 222 211 255" // used in text windows, lists
N/A30 "BrightBaseText" "255 255 255 255" // brightest text
N/A31 "SelectedText" "255 255 255 255" // selected text
N/A32 "DimBaseText" "160 170 149 255" // dim base text
N/A33 "LabelDimText" "160 170 149 255" // used for info text
N/A34 "ControlText" "216 222 211 255" // used in all text controls
N/A35 "BrightControlText" "196 181 80 255" // use for selected controls
N/A36 "DisabledText1" "117 128 111 255" // disabled text
N/A37 "DisabledText2" "40 46 34 255" // overlay color for disabled text (to give that inset look)
N/A38 "DimListText" "117 134 102 255" // offline friends, unsubscribed games, etc.
N/A39 
N/A40 // background colors
N/A41 "ControlBG" "76 88 68 255" // background color of controls
N/A42 "ControlDarkBG" "90 106 80 255" // darker background color; used for background of scrollbars
N/A43 "WindowBG" "62 70 55 255" // background color of text edit panes (chat, text entries, etc.)
N/A44 "SelectionBG" "149 136 49 255" // background color of any selected text or menu item
N/A45 "SelectionBG2" "40 46 34 255" // selection background in window w/o focus
N/A46 "ListBG" "62 70 55 255" // background of server browser, buddy list, etc.
N/A47 
N/A48 // titlebar colors
N/A49 "TitleText" "255 255 255 255"
N/A50 "TitleDimText" "136 145 128 255"
N/A51 "TitleBG" "76 88 68 0"
N/A52 "TitleDimBG" "76 88 68 0"
N/A53 
N/A54 // slider tick colors
N/A55 "SliderTickColor" "127 140 127 255"
N/A56 "SliderTrackColor" "31 31 31 255"
N/A57 
N/A58 // border colors
N/A59 "BorderBright" "136 145 128 255" // the lit side of a control
N/A60 "BorderDark" "40 46 34 255" // the dark/unlit side of a control
N/A61 "BorderSelection" "0 0 0 255" // the additional border color for displaying the default/selected button
N/A62 
N/A63 "TestColor" "255 0 255 255"
N/A64 }
N/A65 
N/A66 ///////////////////// BASE SETTINGS ////////////////////////
N/A67 //
N/A68 // default settings for all panels
N/A69 // controls use these to determine their settings
N/A70 BaseSettings
N/A71 {
N/A72 // vgui_controls color specifications
N/A73 Border.Bright "BorderBright" // the lit side of a control
N/A74 Border.Dark "BorderDark" // the dark/unlit side of a control
N/A75 Border.Selection "BorderSelection" // the additional border color for displaying the default/selected button
N/A76 
N/A77 Button.TextColor "ControlText"
N/A78 Button.BgColor "ControlBG"
N/A79// Button.ArmedTextColor "BrightBaseText"
N/A80// Button.ArmedBgColor "SelectionBG"
N/A81// Button.DepressedTextColor "DimBaseText"
N/A82// Button.DepressedBgColor "ControlDarkBG"
N/A83 Button.FocusBorderColor "TransparentBlack"
N/A84 
N/A85 CheckButton.TextColor "BaseText"
N/A86 CheckButton.SelectedTextColor "BrightControlText"
N/A87 CheckButton.BgColor "ListBG"
N/A88 CheckButton.Border1 "Border.Dark" // the left checkbutton border
N/A89 CheckButton.Border2 "Border.Bright" // the right checkbutton border
N/A90 CheckButton.Check "BrightControlText" // color of the check itself
N/A91 
N/A92 ComboBoxButton.ArrowColor "DimBaseText"
N/A93 ComboBoxButton.ArmedArrowColor "BrightBaseText"
N/A94 ComboBoxButton.BgColor "ListBG"
N/A95 ComboBoxButton.DisabledBgColor "ControlBG"
N/A96 
N/A97 Frame.TitleTextInsetX 30
N/A98 Frame.ClientInsetX 20
N/A99 Frame.ClientInsetY 6
N/A100 Frame.BgColor "ControlBG"
N/A101 Frame.OutOfFocusBgColor "ControlBG"
N/A102 Frame.FocusTransitionEffectTime "0.3" // time it takes for a window to fade in/out on focus/out of focus
N/A103 Frame.TransitionEffectTime "0.3" // time it takes for a window to fade in/out on open/close
N/A104 Frame.AutoSnapRange "0"
N/A105 FrameGrip.Color1 "BorderBright"
N/A106 FrameGrip.Color2 "BorderSelection"
N/A107 FrameTitleButton.FgColor "BorderBright"
N/A108 FrameTitleButton.BgColor "ControlBG"
N/A109 FrameTitleButton.DisabledFgColor "TitleDimText"
N/A110 FrameTitleButton.DisabledBgColor "TitleDimBG"
N/A111 FrameSystemButton.FgColor "TitleBG"
N/A112 FrameSystemButton.BgColor "TitleBG"
N/A113 FrameSystemButton.Icon "resource/icon_steam"
N/A114 FrameSystemButton.DisabledIcon "resource/icon_steam_disabled"
N/A115 FrameTitleBar.TextColor "TitleText"
N/A116 FrameTitleBar.BgColor "TitleBG"
N/A117 FrameTitleBar.DisabledTextColor "TitleText"
N/A118 FrameTitleBar.DisabledBgColor "TitleBG"
N/A119 
N/A120 GraphPanel.FgColor "White"
N/A121 GraphPanel.BgColor "TransparentBlack"
N/A122 
N/A123 Label.TextDullColor "DimBaseText"
N/A124 Label.TextColor "ControlText"
N/A125 Label.TextBrightColor "BrightBaseText"
N/A126 Label.SelectedTextColor "BrightControlText"
N/A127 Label.BgColor "ControlBG"
N/A128 Label.DisabledFgColor1 "DisabledText1"
N/A129 Label.DisabledFgColor2 "DisabledText2"
N/A130 
N/A131 ListPanel.TextColor "BaseText"
N/A132 ListPanel.BgColor "ListBG"
N/A133 ListPanel.SelectedTextColor "BrightBaseText"
N/A134 ListPanel.SelectedBgColor "SelectionBG"
N/A135 ListPanel.SelectedOutOfFocusBgColor "SelectionBG2"
N/A136 ListPanel.EmptyListInfoTextColor "DimBaseText"
N/A137 
N/A138 Menu.TextInset "6"
N/A139 Menu.FgColor "DimBaseText"
N/A140 Menu.BgColor "ControlBG"
N/A141 Menu.ArmedFgColor "BrightBaseText"
N/A142 Menu.ArmedBgColor "SelectionBG"
N/A143 Menu.DividerColor "BorderDark"
N/A144 
N/A145 Panel.FgColor "BorderSelection"
N/A146 Panel.BgColor "ControlBG"
N/A147 
N/A148 ProgressBar.FgColor "Label.FgColor"
N/A149 ProgressBar.BgColor "Label.BgColor"
N/A150 
N/A151 PropertySheet.TextColor "ControlText"
N/A152 PropertySheet.SelectedTextColor "BrightControlText"
N/A153 PropertySheet.TransitionEffectTime "0" // time to change from one tab to another
N/A154 
N/A155 RadioButton.TextColor "ToggleButton.TextColor"
N/A156 RadioButton.SelectedTextColor "ToggleButton.SelectedTextColor"
N/A157 
N/A158 RichText.TextColor "TextEntry.TextColor"
N/A159 RichText.BgColor "TextEntry.BgColor"
N/A160 RichText.SelectedTextColor "TextEntry.SelectedTextColor"
N/A161 RichText.SelectedBgColor "SelectionBG"
N/A162 
N/A163 ScrollBar.Wide 17
N/A164 
N/A165 ScrollBarButton.FgColor "ControlText"
N/A166 ScrollBarButton.BgColor "ControlDarkBG"
N/A167 ScrollBarButton.ArmedFgColor "BrightBaseText"
N/A168 ScrollBarButton.ArmedBgColor "ControlDarkBG"
N/A169 ScrollBarButton.DepressedFgColor "BrightBaseText"
N/A170 ScrollBarButton.DepressedBgColor "ControlDarkBG"
N/A171 
N/A172 ScrollBarSlider.BgColor "ControlDarkBG" // this isn't really used
N/A173 ScrollBarSlider.FgColor "ControlBG" // handle with which the slider is grabbed
N/A174 
N/A175 SectionedListPanel.HeaderTextColor "BrightControlText"
N/A176 SectionedListPanel.HeaderBgColor "Blank"
N/A177 SectionedListPanel.DividerColor "BorderDark"
N/A178 SectionedListPanel.TextColor "BaseText"
N/A179 SectionedListPanel.BrightTextColor "White"
N/A180 SectionedListPanel.BgColor "WindowBG"
N/A181 SectionedListPanel.SelectedTextColor "SelectedText"
N/A182 SectionedListPanel.SelectedBgColor "SelectionBG"
N/A183 SectionedListPanel.OutOfFocusSelectedTextColor "SelectedText"
N/A184 SectionedListPanel.OutOfFocusSelectedBgColor "SelectionBG2"
N/A185 
N/A186 Slider.NobColor "ControlDarkBG"
N/A187 Slider.TextColor "ControlBG"
N/A188 Slider.TrackColor "ControlDarkBG"
N/A189// Slider.DisabledTextColor1 "117 117 117 255"
N/A190// Slider.DisabledTextColor2 "30 30 30 255"
N/A191 
N/A192 TextEntry.TextColor "ControlText"
N/A193 TextEntry.BgColor "ListBG"
N/A194 TextEntry.CursorColor "Label.CursoColor"
N/A195 TextEntry.DisabledTextColor "DimBaseText"
N/A196 TextEntry.DisabledBgColor "ControlBG"
N/A197 TextEntry.SelectedTextColor "SelectedText"
N/A198 TextEntry.SelectedBgColor "SelectionBG"
N/A199 TextEntry.OutOfFocusSelectedBgColor "SelectionBG2"
N/A200 TextEntry.FocusEdgeColor "SelectionBG"
N/A201 
N/A202 ToggleButton.SelectedTextColor "Label.SelectedTextColor"
N/A203 
N/A204// Tooltip.TextColor "0 0 0 196"
N/A205// Tooltip.BgColor "255 155 0 255"
N/A206 
N/A207 TreeView.BgColor "WindowBG"
N/A208 
N/A209 WizardSubPanel.BgColor "ControlBG"
N/A210 }
N/A211 
N/A212 //
N/A213 //////////////////////// FONTS /////////////////////////////
N/A214 //
N/A215 // describes all the fonts
N/A216 Fonts
N/A217 {
N/A218 // fonts are used in order that they are listed
N/A219 // fonts listed later in the order will only be used if they fulfill a range not already filled
N/A220 // if a font fails to load then the subsequent fonts will replace
N/A221 // fonts are used in order that they are listed
N/A222 "DebugFixed"
N/A223 {
N/A224 "1"
N/A225 {
N/A226 "name" "Courier New"
N/A227 "tall" "10"
N/A228 "weight" "500"
N/A229 "antialias" "1"
N/A230 }
N/A231 }
N/A232 // fonts are used in order that they are listed
N/A233 "DebugFixedSmall"
N/A234 {
N/A235 "1"
N/A236 {
N/A237 "name" "Courier New"
N/A238 "tall" "7"
N/A239 "weight" "500"
N/A240 "antialias" "1"
N/A241 }
N/A242 }
N/A243 "DefaultFixedOutline"
N/A244 {
N/A245 "1"
N/A246 {
N/A247 "name" "Lucida Console"
N/A248 "tall" "10"
N/A249 "weight" "0"
N/A250 "outline" "1"
N/A251 }
N/A252 }
N/A253 "Default"
N/A254 {
N/A255 "1"
N/A256 {
N/A257 "name" "Tahoma"
N/A258 "tall" "16"
N/A259 "weight" "500"
N/A260 }
N/A261 }
N/A262 "DefaultBold"
N/A263 {
N/A264 "1"
N/A265 {
N/A266 "name" "Tahoma"
N/A267 "tall" "16"
N/A268 "weight" "1000"
N/A269 }
N/A270 }
N/A271 "DefaultUnderline"
N/A272 {
N/A273 "1"
N/A274 {
N/A275 "name" "Tahoma"
N/A276 "tall" "16"
N/A277 "weight" "500"
N/A278 "underline" "1"
N/A279 }
N/A280 }
N/A281 "DefaultSmall"
N/A282 {
N/A283 "1"
N/A284 {
N/A285 "name" "Tahoma"
N/A286 "tall" "13"
N/A287 "weight" "0"
N/A288 }
N/A289 }
N/A290 "DefaultSmallDropShadow"
N/A291 {
N/A292 "1"
N/A293 {
N/A294 "name" "Tahoma"
N/A295 "tall" "13"
N/A296 "weight" "0"
N/A297 "dropshadow" "1"
N/A298 }
N/A299 }
N/A300 "DefaultVerySmall"
N/A301 {
N/A302 "1"
N/A303 {
N/A304 "name" "Tahoma"
N/A305 "tall" "12"
N/A306 "weight" "0"
N/A307 }
N/A308 }
N/A309 
N/A310 "DefaultLarge"
N/A311 {
N/A312 "1"
N/A313 {
N/A314 "name" "Tahoma"
N/A315 "tall" "18"
N/A316 "weight" "0"
N/A317 }
N/A318 }
N/A319 "UiBold"
N/A320 {
N/A321 "1"
N/A322 {
N/A323 "name" "Tahoma"
N/A324 "tall" "12"
N/A325 "weight" "1000"
N/A326 }
N/A327 }
N/A328 "MenuLarge"
N/A329 {
N/A330 "1"
N/A331 {
N/A332 "name" "Verdana"
N/A333 "tall" "16"
N/A334 "weight" "600"
N/A335 "antialias" "1"
N/A336 }
N/A337 }
N/A338 
N/A339 "ConsoleText"
N/A340 {
N/A341 "1"
N/A342 {
N/A343 "name" "Lucida Console"
N/A344 "tall" "10"
N/A345 "weight" "500"
N/A346 }
N/A347 }
N/A348 
N/A349 // this is the symbol font
N/A350 "Marlett"
N/A351 {
N/A352 "1"
N/A353 {
N/A354 "name" "Marlett"
N/A355 "tall" "14"
N/A356 "weight" "0"
N/A357 "symbol" "1"
N/A358 }
N/A359 }
N/A360 
N/A361 "Trebuchet24"
N/A362 {
N/A363 "1"
N/A364 {
N/A365 "name" "Trebuchet MS"
N/A366 "tall" "24"
N/A367 "weight" "900"
N/A368 }
N/A369 }
N/A370 
N/A371 
N/A372 "Trebuchet20"
N/A373 {
N/A374 "1"
N/A375 {
N/A376 "name" "Trebuchet MS"
N/A377 "tall" "20"
N/A378 "weight" "900"
N/A379 }
N/A380 }
N/A381 
N/A382 "Trebuchet18"
N/A383 {
N/A384 "1"
N/A385 {
N/A386 "name" "Trebuchet MS"
N/A387 "tall" "18"
N/A388 "weight" "900"
N/A389 }
N/A390 }
N/A391 
N/A392 // HUD numbers
N/A393 // We use multiple fonts to 'pulse' them in the HUD, hence the need for many of near size
N/A394 "HUDNumber"
N/A395 {
N/A396 "1"
N/A397 {
N/A398 "name" "Trebuchet MS"
N/A399 "tall" "40"
N/A400 "weight" "900"
N/A401 }
N/A402 }
N/A403 "HUDNumber1"
N/A404 {
N/A405 "1"
N/A406 {
N/A407 "name" "Trebuchet MS"
N/A408 "tall" "41"
N/A409 "weight" "900"
N/A410 }
N/A411 }
N/A412 "HUDNumber2"
N/A413 {
N/A414 "1"
N/A415 {
N/A416 "name" "Trebuchet MS"
N/A417 "tall" "42"
N/A418 "weight" "900"
N/A419 }
N/A420 }
N/A421 "HUDNumber3"
N/A422 {
N/A423 "1"
N/A424 {
N/A425 "name" "Trebuchet MS"
N/A426 "tall" "43"
N/A427 "weight" "900"
N/A428 }
N/A429 }
N/A430 "HUDNumber4"
N/A431 {
N/A432 "1"
N/A433 {
N/A434 "name" "Trebuchet MS"
N/A435 "tall" "44"
N/A436 "weight" "900"
N/A437 }
N/A438 }
N/A439 "HUDNumber5"
N/A440 {
N/A441 "1"
N/A442 {
N/A443 "name" "Trebuchet MS"
N/A444 "tall" "45"
N/A445 "weight" "900"
N/A446 }
N/A447 }
N/A448 "DefaultFixed"
N/A449 {
N/A450 "1"
N/A451 {
N/A452 "name" "Lucida Console"
N/A453 "tall" "10"
N/A454 "weight" "0"
N/A455 }
N/A456// "1"
N/A457// {
N/A458// "name" "FixedSys"
N/A459// "tall" "20"
N/A460// "weight" "0"
N/A461// }
N/A462 }
N/A463 
N/A464 "DefaultFixedDropShadow"
N/A465 {
N/A466 "1"
N/A467 {
N/A468 "name" "Lucida Console"
N/A469 "tall" "10"
N/A470 "weight" "0"
N/A471 "dropshadow" "1"
N/A472 }
N/A473// "1"
N/A474// {
N/A475// "name" "FixedSys"
N/A476// "tall" "20"
N/A477// "weight" "0"
N/A478// }
N/A479 }
N/A480 
N/A481 "CloseCaption_Normal"
N/A482 {
N/A483 "1"
N/A484 {
N/A485 "name" "Tahoma"
N/A486 "tall" "16"
N/A487 "weight" "500"
N/A488 }
N/A489 }
N/A490 "CloseCaption_Italic"
N/A491 {
N/A492 "1"
N/A493 {
N/A494 "name" "Tahoma"
N/A495 "tall" "16"
N/A496 "weight" "500"
N/A497 "italic" "1"
N/A498 }
N/A499 }
N/A500 "CloseCaption_Bold"
N/A501 {
N/A502 "1"
N/A503 {
N/A504 "name" "Tahoma"
N/A505 "tall" "16"
N/A506 "weight" "900"
N/A507 }
N/A508 }
N/A509 "CloseCaption_BoldItalic"
N/A510 {
N/A511 "1"
N/A512 {
N/A513 "name" "Tahoma"
N/A514 "tall" "16"
N/A515 "weight" "900"
N/A516 "italic" "1"
N/A517 }
N/A518 }
N/A519 
N/A520 TitleFont
N/A521 {
N/A522 "1"
N/A523 {
N/A524 "name" "HalfLife2"
N/A525 "tall" "72"
N/A526 "weight" "400"
N/A527 "antialias" "1"
N/A528 "custom" "1"
N/A529 }
N/A530 }
N/A531 
N/A532 TitleFont2
N/A533 {
N/A534 "1"
N/A535 {
N/A536 "name" "HalfLife2"
N/A537 "tall" "120"
N/A538 "weight" "400"
N/A539 "antialias" "1"
N/A540 "custom" "1"
N/A541 }
N/A542 }
N/A543 }
N/A544 
N/A545 //
N/A546 //////////////////// BORDERS //////////////////////////////
N/A547 //
N/A548 // describes all the border types
N/A549 Borders
N/A550 {
N/A551 BaseBorder InsetBorder
N/A552 ButtonBorder RaisedBorder
N/A553 ComboBoxBorder InsetBorder
N/A554 MenuBorder RaisedBorder
N/A555 BrowserBorder InsetBorder
N/A556 PropertySheetBorder RaisedBorder
N/A557 TabBorder RaisedBorder
N/A558 CheckBorder InsetBorder
N/A559 FrameBorder RaisedBorder
N/A560 
N/A561 TitleButtonBorder RaisedBorder
N/A562 TitleButtonDepressedBorder InsetBorder
N/A563 TitleButtonDisabledBorder
N/A564 {
N/A565 "backgroundtype" "0"
N/A566 }
N/A567 
N/A568 
N/A569 ScrollBarButtonBorder
N/A570 {
N/A571 "inset" "1 0 0 0"
N/A572 Left
N/A573 {
N/A574 "1"
N/A575 {
N/A576 "color" "BorderBright"
N/A577 "offset" "0 1"
N/A578 }
N/A579 }
N/A580 
N/A581 Right
N/A582 {
N/A583 "1"
N/A584 {
N/A585 "color" "BorderDark"
N/A586 "offset" "1 0"
N/A587 }
N/A588 }
N/A589 
N/A590 Top
N/A591 {
N/A592 "1"
N/A593 {
N/A594 "color" "BorderBright"
N/A595 "offset" "0 0"
N/A596 }
N/A597 }
N/A598 
N/A599 Bottom
N/A600 {
N/A601 "1"
N/A602 {
N/A603 "color" "BorderDark"
N/A604 "offset" "0 0"
N/A605 }
N/A606 }
N/A607 }
N/A608 
N/A609 InsetBorder
N/A610 {
N/A611 "inset" "0 0 1 1"
N/A612 Right
N/A613 {
N/A614 "1"
N/A615 {
N/A616 "color" "Border.Bright"
N/A617 "offset" "0 1"
N/A618 }
N/A619 }
N/A620 
N/A621 Left
N/A622 {
N/A623 "1"
N/A624 {
N/A625 "color" "Border.Dark"
N/A626 "offset" "1 0"
N/A627 }
N/A628 }
N/A629 
N/A630 Bottom
N/A631 {
N/A632 "1"
N/A633 {
N/A634 "color" "Border.Bright"
N/A635 "offset" "0 0"
N/A636 }
N/A637 }
N/A638 
N/A639 Top
N/A640 {
N/A641 "1"
N/A642 {
N/A643 "color" "Border.Dark"
N/A644 "offset" "0 0"
N/A645 }
N/A646 }
N/A647 }
N/A648 
N/A649 DepressedBorder
N/A650 {
N/A651 "inset" "0 0 1 1"
N/A652 Left
N/A653 {
N/A654 "1"
N/A655 {
N/A656 "color" "Border.Bright"
N/A657 "offset" "0 1"
N/A658 }
N/A659 }
N/A660 
N/A661 Right
N/A662 {
N/A663 "1"
N/A664 {
N/A665 "color" "Border.Dark"
N/A666 "offset" "1 0"
N/A667 }
N/A668 }
N/A669 
N/A670 Top
N/A671 {
N/A672 "1"
N/A673 {
N/A674 "color" "Border.Bright"
N/A675 "offset" "0 0"
N/A676 }
N/A677 }
N/A678 
N/A679 Bottom
N/A680 {
N/A681 "1"
N/A682 {
N/A683 "color" "Border.Dark"
N/A684 "offset" "0 0"
N/A685 }
N/A686 }
N/A687 }
N/A688 RaisedBorder
N/A689 {
N/A690 "inset" "0 0 1 1"
N/A691 Right
N/A692 {
N/A693 "1"
N/A694 {
N/A695 "color" "Border.Dark"
N/A696 "offset" "0 1"
N/A697 }
N/A698 }
N/A699 
N/A700 Left
N/A701 {
N/A702 "1"
N/A703 {
N/A704 "color" "Border.Bright"
N/A705 "offset" "0 0"
N/A706 }
N/A707 }
N/A708 
N/A709 Top
N/A710 {
N/A711 "1"
N/A712 {
N/A713 "color" "Border.Bright"
N/A714 "offset" "0 1"
N/A715 }
N/A716 }
N/A717 
N/A718 Bottom
N/A719 {
N/A720 "1"
N/A721 {
N/A722 "color" "Border.Dark"
N/A723 "offset" "0 0"
N/A724 }
N/A725 }
N/A726 }
N/A727 
N/A728 ScrollBarButtonBorder
N/A729 {
N/A730 "inset" "2 2 0 0"
N/A731 Left
N/A732 {
N/A733 "1"
N/A734 {
N/A735 "color" "Border.Dark"
N/A736 "offset" "0 1"
N/A737 }
N/A738 }
N/A739 
N/A740 Right
N/A741 {
N/A742 "1"
N/A743 {
N/A744 "color" "Border.Bright"
N/A745 "offset" "1 0"
N/A746 }
N/A747 }
N/A748 
N/A749 Top
N/A750 {
N/A751 "1"
N/A752 {
N/A753 "color" "Border.Dark"
N/A754 "offset" "0 0"
N/A755 }
N/A756 }
N/A757 
N/A758 Bottom
N/A759 {
N/A760 "1"
N/A761 {
N/A762 "color" "Border.Bright"
N/A763 "offset" "0 0"
N/A764 }
N/A765 }
N/A766 }
N/A767 
N/A768 ScrollBarButtonDepressedBorder
N/A769 {
N/A770 "inset" "2 2 0 0"
N/A771 Left
N/A772 {
N/A773 "1"
N/A774 {
N/A775 "color" "Border.Dark"
N/A776 "offset" "0 1"
N/A777 }
N/A778 }
N/A779 
N/A780 Right
N/A781 {
N/A782 "1"
N/A783 {
N/A784 "color" "Border.Bright"
N/A785 "offset" "1 0"
N/A786 }
N/A787 }
N/A788 
N/A789 Top
N/A790 {
N/A791 "1"
N/A792 {
N/A793 "color" "Border.Dark"
N/A794 "offset" "0 0"
N/A795 }
N/A796 }
N/A797 
N/A798 Bottom
N/A799 {
N/A800 "1"
N/A801 {
N/A802 "color" "Border.Bright"
N/A803 "offset" "0 0"
N/A804 }
N/A805 }
N/A806 }
N/A807 
N/A808 TabActiveBorder
N/A809 {
N/A810 "inset" "0 0 1 0"
N/A811 Left
N/A812 {
N/A813 "1"
N/A814 {
N/A815 "color" "Border.Bright"
N/A816 "offset" "0 0"
N/A817 }
N/A818 }
N/A819 
N/A820 Right
N/A821 {
N/A822 "1"
N/A823 {
N/A824 "color" "Border.Dark"
N/A825 "offset" "1 0"
N/A826 }
N/A827 }
N/A828 
N/A829 Top
N/A830 {
N/A831 "1"
N/A832 {
N/A833 "color" "Border.Bright"
N/A834 "offset" "0 0"
N/A835 }
N/A836 }
N/A837 
N/A838 }
N/A839 
N/A840 
N/A841 ToolTipBorder
N/A842 {
N/A843 "inset" "0 0 1 0"
N/A844 Left
N/A845 {
N/A846 "1"
N/A847 {
N/A848 "color" "Border.Bright"
N/A849 "offset" "0 0"
N/A850 }
N/A851 }
N/A852 
N/A853 Right
N/A854 {
N/A855 "1"
N/A856 {
N/A857 "color" "Border.Bright"
N/A858 "offset" "1 0"
N/A859 }
N/A860 }
N/A861 
N/A862 Top
N/A863 {
N/A864 "1"
N/A865 {
N/A866 "color" "Border.Bright"
N/A867 "offset" "0 0"
N/A868 }
N/A869 }
N/A870 
N/A871 Bottom
N/A872 {
N/A873 "1"
N/A874 {
N/A875 "color" "Border.Bright"
N/A876 "offset" "0 0"
N/A877 }
N/A878 }
N/A879 }
N/A880 
N/A881 // this is the border used for default buttons (the button that gets pressed when you hit enter)
N/A882 ButtonKeyFocusBorder
N/A883 {
N/A884 "inset" "0 0 1 1"
N/A885 Right
N/A886 {
N/A887 "1"
N/A888 {
N/A889 "color" "Border.Selection"
N/A890 "offset" "0 0"
N/A891 }
N/A892 "2"
N/A893 {
N/A894 "color" "Border.Dark"
N/A895 "offset" "1 1"
N/A896 }
N/A897 }
N/A898 Bottom
N/A899 {
N/A900 "1"
N/A901 {
N/A902 "color" "Border.Selection"
N/A903 "offset" "0 0"
N/A904 }
N/A905 "2"
N/A906 {
N/A907 "color" "Border.Dark"
N/A908 "offset" "1 1"
N/A909 }
N/A910 }
N/A911 Left
N/A912 {
N/A913 "1"
N/A914 {
N/A915 "color" "Border.Selection"
N/A916 "offset" "0 0"
N/A917 }
N/A918 "2"
N/A919 {
N/A920 "color" "Border.Bright"
N/A921 "offset" "1 0"
N/A922 }
N/A923 }
N/A924 Top
N/A925 {
N/A926 "1"
N/A927 {
N/A928 "color" "Border.Selection"
N/A929 "offset" "0 0"
N/A930 }
N/A931 "2"
N/A932 {
N/A933 "color" "Border.Bright"
N/A934 "offset" "1 0"
N/A935 }
N/A936 }
N/A937 }
N/A938 
N/A939 ButtonDepressedBorder
N/A940 {
N/A941 "inset" "2 1 1 1"
N/A942 Right
N/A943 {
N/A944 "1"
N/A945 {
N/A946 "color" "Border.Bright"
N/A947 "offset" "1 1"
N/A948 }
N/A949 }
N/A950 
N/A951 Left
N/A952 {
N/A953 "1"
N/A954 {
N/A955 "color" "Border.Dark"
N/A956 "offset" "1 0"
N/A957 }
N/A958 }
N/A959 
N/A960 Bottom
N/A961 {
N/A962 "1"
N/A963 {
N/A964 "color" "Border.Bright"
N/A965 "offset" "0 0"
N/A966 }
N/A967 }
N/A968 
N/A969 Top
N/A970 {
N/A971 "1"
N/A972 {
N/A973 "color" "Border.Dark"
N/A974 "offset" "0 0"
N/A975 }
N/A976 }
N/A977 }
N/A978 }
N/A979 
N/A980 //////////////////////// CUSTOM FONT FILES /////////////////////////////
N/A981 //
N/A982 // specifies all the custom (non-system) font files that need to be loaded to service the above described fonts
N/A983 CustomFontFiles
N/A984 {
N/A985 "1" "resource/HALFLIFE2.ttf"
N/A986 
N/A987 }
N/A988}