Template:PatchDiff/May 08, 2012 Patch/bin/p2map publish/p2map publish scheme.res

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