| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503 |
- //
- // TRACKER SCHEME RESOURCE FILE
- //
- // sections:
- // colors - all the colors used by the scheme
- // basesettings - contains settings for app to use to draw controls
- // fonts - list of all the fonts used by app
- // borders - description of all the borders
- //
- // notes:
- // hit ctrl-alt-shift-R in the app to reload this file
- //
- Scheme
- {
- //Name - currently overriden in code
- //{
- // "Name" "CareerScheme"
- //}
-
- //////////////////////// COLORS ///////////////////////////
- Colors
- {
- // base colors
- "BaseText" "189 189 189 255" // used in text windows, lists
- "BrightBaseText" "255 255 255 255" // brightest text
- "SelectedText" "255 242 45 255" // selected text
- "DimBaseText" "255 242 45 255" // dim base text
- "LabelDimText" "255 176 0 164" // used for info text
- "ControlText" "255 255 255 255" // used in all text controls
- //"BrightControlText" "255 242 45 255" // use for selected controls
- //"BrightControlText" "28 207 61 255" // use for selected controls
- "BrightControlText" "255 255 255 255" // use for selected controls
- "DisabledText1" "80 48 0 255" // disabled text
- "DisabledText2" "0 0 0 0" // overlay color for disabled text (to give that inset look)
- "DimListText" "188 112 0 255" // offline friends, unsubscribed games, etc.
-
- // background colors
- "ControlBG" "0 0 0 0" // background color of controls
- "ControlDarkBG" "74 74 74 255" // darker background color; used for background of scrollbars
- "WindowBG" "60 60 60 255" // background color of text edit panes (chat, text entries, etc.)
- "SelectionBG" "88 88 88 0" // background color of any selected text or menu item
- "SelectionBG2" "88 88 88 0" // selection background in window w/o focus
- "ListBG" "0 0 0 128" // background of scoreboard
- "ViewportBG" "0 0 0 200"
- "Menu/BgColor" "60 60 60 255"
- "CareerButtonBG" "0 0 0 0"
-
- "WindowTitleBG" "100 100 100 255" // background color of stripe across screen underneath title text
-
- "AutosaveNoticeLabelBG" "0 0 0 192"
- "CareerBoxBG" "0 0 0 192"
-
- "ProfileButtonBG" "0 0 0 0"
-
- //"ProfileButtonActiveBG" "255 176 0 127" // Orange BG, green text
- //"ProfileButtonFG" "28 207 61 255"
-
- "ProfileButtonActiveBG" "0 192 0 127" // Green BG, white text
- "ProfileButtonFG" "255 255 255 255"
-
- // Map select button colors
- "MapActiveBG" "255 255 255 255" // background color of the active map in the map select panel
- "MapDisabledBG" " 64 64 64 255" // background color of a disabled map in the map select panel
- "MapArmedBG" "255 255 255 255" // background color of the armed map in the map select panel
- "MapDepressedBG" "255 255 0 255" // background color of the depressed map in the map select panel
- "MapInactiveBG" "200 200 200 255" // background color of any other unbeaten map in the map select panel
- "MapDefeatedBG" "200 200 200 255" // background color of any other defeated map in the map select panel
-
- "PlayerName" "28 207 61 255" // player name on map screen
- "ActiveTriplet" "28 207 61 255" // green border around triplet
- "SelectedMap" "255 242 0 255" // yellow border around selected map
- "MapText" "255 242 0 255" // map title and description
-
- "UnlockedTriplet" "189 189 189 255" // color of "UNLOCKED" text above triplet
- "CurrentTriplet" "189 189 189 255" // color of "CURRENT" text above triplet
- "LockedTriplet" "189 0 0 255" // color of "LOCKED" text above triplet
- "TourOfDuty" "255 255 255 255" // color of "Tour of Duty N" text above triplet
-
- // Bot roster button colors
- "BotDisabledBG" "64 64 64 192" // background color of a disabled bot images
- "BotArmedBG" "255 255 255 255" // background color of the armed bot button images
- "BotDepressedBG" "255 255 255 255" // background color of the depressed bot button images
- "BotNormalBG" "255 255 255 255" // background color of any other bot images
-
- // Text colors for bot roster buttons
- "BotPoints" "255 255 255 255"
- "BotName" "255 255 255 255"
- "BotDesc" "255 255 255 255" // Skill:, Co-Op:, Bravery: labels
- //"BotRange0" "204 51 51 255"
- //"BotRange1" "204 153 0 255"
- //"BotRange2" "204 204 204 255"
- //"BotRange3" "204 204 0 255"
- //"BotRange4" " 51 204 51 255"
- "BotRange0" "255 0 0 255"
- "BotRange1" "255 100 0 255"
- "BotRange2" "255 255 0 255"
- "BotRange3" " 0 180 0 255"
- "BotRange4" " 50 255 50 255"
-
- // Bg colors for bot roster buttons
- "BotBg0" "64 64 64 255"
- "BotBg1" "100 100 100 255"
- "BotBg2" "64 64 64 255"
- "BotBg3" "100 100 100 255"
- "BotBg4" "64 64 64 255"
- "BotBg5" "100 100 100 255"
- "BotBgDisabled" "0 0 0 100"
- "BotTextDisabled" "88 88 88 255"
-
- // titlebar colors
- "TitleText" "255 174 0 255"
- "TitleDimText" "255 174 0 255"
- "TitleBG" "255 255 0 0"
- "TitleDimBG" "255 255 0 0"
-
- // slider tick colors
- "SliderTickColor" "127 140 127 255"
- "SliderTrackColor" "31 31 31 255"
-
- // border colors
- //"BorderBright" "188 112 0 128" // the lit side of a control
- //"BorderDark" "188 112 0 128" // the dark/unlit side of a control
- //"BorderSelection" "188 112 0 0" // the additional border color for displaying the default/selected button
- "BorderBright" "189 189 189 255" // the lit side of a control
- "BorderDark" "189 189 189 255" // the dark/unlit side of a control
- "BorderSelection" "189 189 189 255" // the additional border color for displaying the default/selected button
-
- "ButtonBorder" "189 189 189 255"
- "ButtonBorderDark" "189 189 189 255"
- "ButtonBorderArmed" "255 242 0 255"
- "ButtonBorderArmedDark" "255 242 0 255"
- "ButtonBorderDepressed" "255 242 0 255"
- "ButtonBorderDepressedDark" "255 242 0 255"
-
- "ButtonDepressedBorderBright" "255 242 0 255"
- "ButtonDepressedBorderDark" "255 242 0 255"
-
- "team0" "204 204 204 255" // Spectators
- "team1" "255 64 64 255" // CT's
- "team2" "153 204 255 255" // T's
-
- "MapDescriptionText" "255 242 45 255" // the text used in the map description window
-
- "MissionPackURL" "255 242 45 255"
- "MissionPackNonURL" "189 189 189 255"
- }
-
- ///////////////////// BASE SETTINGS ////////////////////////
- // default settings for all panels
- // controls use these to determine their settings
- BaseSettings
- {
- "JumpButtonFlashPeriod" "0.2"
- "JumpButtonNumFlashes" "30"
-
- // Fonts for bot roster buttons
- "BotPointsFont" "BotPoints"
- "BotNameFont" "BotName"
-
- "BotCategoryFont" "DefaultBold"
- "BotRange0Font" "DefaultBold"
- "BotRange1Font" "DefaultBold"
- "BotRange2Font" "DefaultBold"
- "BotRange3Font" "DefaultBold"
- "BotRange4Font" "DefaultBold"
-
- "CareerButtonTextPad" "6"
- "CareerButtonImagePad" "4"
-
- "FgColor" "ControlText"
- "BgColor" "WindowBG"
- "LabelBgColor" "ControlBG"
- "SubPanelBgColor" "ControlBG"
-
- "DisabledFgColor1" "DisabledText1"
- "DisabledFgColor2" "DisabledText2" // set this to the BgColor if you don't want it to draw
-
- "TitleBarFgColor" "TitleText"
- "TitleBarDisabledFgColor" "TitleDimText"
- "TitleBarBgColor" "TitleBG"
- "TitleBarDisabledBgColor" "TitleDimBG"
-
- "TitleBarIcon" "resource/icon_steam"
- "TitleBarDisabledIcon" "resource/icon_steam_disabled"
-
- "TitleButtonFgColor" "BorderBright"
- "TitleButtonBgColor" "ControlBG"
- "TitleButtonDisabledFgColor" "TitleDimText"
- "TitleButtonDisabledBgColor" "TitleDimBG"
-
- "TextCursorColor" "BaseText" // color of the blinking text cursor in text entries
- "URLTextColor" "BrightBaseText" // color that URL's show up in chat window
-
- Menu
- {
- "FgColor" "DimBaseText"
- "BgColor" "ControlBG"
- "ArmedFgColor" "BrightBaseText"
- "ArmedBgColor" "SelectionBG"
- "DividerColor" "BorderDark"
- "TextInset" "6"
- }
-
- MenuButton // the little arrow on the side of boxes that triggers drop down menus
- {
- "ButtonArrowColor" "DimBaseText" // color of arrows
- "ButtonBgColor" "WindowBG" // bg color of button. same as background color of text edit panes
- "ArmedArrowColor" "BrightBaseText" // color of arrow when mouse is over button
- "ArmedBgColor" "DimBaseText" // bg color of button when mouse is over button
- }
-
- Slider
- {
- "SliderFgColor" "ControlDarkBG" // handle with which the slider is grabbed
- "SliderBgColor" "ControlBG" // area behind handle
- }
-
- ScrollBarSlider
- {
- "BgColor" "ControlBG" // this isn't really used
- "ScrollBarSliderFgColor" "WindowTitleBG" // handle with which the slider is grabbed
- "ScrollBarSliderBgColor" "WindowBG" // area behind handle
- "ButtonFgColor" "ControlDarkBG" // color of arrows
- }
-
-
- // text edit windows
- "WindowFgColor" "BaseText" // off-white
- "WindowBgColor" "WindowBG" // redundant. can we get rid of WindowBgColor and just use WindowBG?
- "WindowDisabledFgColor" "DimBaseText"
- "WindowDisabledBgColor" "ListBG" // background of chat conversation
- "SelectionFgColor" "SelectedText" // fg color of selected text
- "SelectionBgColor" "SelectionBG"
- "ListSelectionFgColor" "SelectedText"
- "ListBgColor" "ListBG" // background of server browser control, etc
- "BuddyListBgColor" "ListBG" // background of buddy list pane
-
- // App-specific stuff
- "ChatBgColor" "WindowBG"
-
- // status selection
- "StatusSelectFgColor" "BrightBaseText"
- "StatusSelectFgColor2" "BrightControlText" // this is the color of the friends status
-
- // checkboxes
- "CheckButtonBorder1" "BorderDark" // the left checkbutton border
- "CheckButtonBorder2" "BorderBright" // the right checkbutton border
- "CheckButtonCheck" "BrightControlText" // color of the check itself
- "CheckBgColor" "ListBG"
-
- // buttons (default fg/bg colors are used if these are not set)
- // "ButtonArmedFgColor"
- "ButtonArmedBgColor" "SelectionBG"
- // "ButtonDepressedFgColor" "BrightControlText"
- "ButtonDepressedBgColor" "SelectionBG2"
-
- // buddy buttons
- BuddyButton
- {
- "FgColor1" "ControlText"
- "FgColor2" "DimListText"
- "ArmedFgColor1" "BrightBaseText"
- "ArmedFgColor2" "BrightBaseText"
- "ArmedBgColor" "SelectionBG"
- }
-
- Chat
- {
- "TextColor" "BrightControlText"
- "SelfTextColor" "BaseText"
- "SeperatorTextColor" "DimBaseText"
- }
-
- "SectionTextColor" "BrightControlText" // text color for IN-GAME, ONLINE, OFFLINE sections of buddy list
- "SectionDividerColor" "BorderDark" // color of line that runs under section name in buddy list
- }
-
- //
- //////////////////////// FONTS /////////////////////////////
- //
- // describes all the fonts
- Fonts
- {
- // fonts are used in order that they are listed
- // fonts listed later in the order will only be used if they fulfill a range not already filled
- // if a font fails to load then the subsequent fonts will replace
- "Default"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "11"
- "weight" "500"
- }
- }
- "DefaultShadow"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "11"
- "weight" "500"
- "dropshadow" "1"
- }
- }
- "DefaultBold"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "11"
- "weight" "700"
- }
- }
- "DialogTitle"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "14"
- "weight" "500"
- }
- }
- "MapComplete"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "12"
- "weight" "800"
- "dropshadow" "1"
- }
- }
- "DefaultNonCareer"
- {
- "1"
- {
- "name" "Verdana"
- "tall" "12"
- "weight" "600"
- "yres" "480 599"
- }
- "2"
- {
- "name" "Verdana"
- "tall" "13"
- "weight" "600"
- "yres" "600 767"
- }
- "3"
- {
- "name" "Verdana"
- "tall" "14"
- "weight" "600"
- "yres" "768 1023"
- "antialias" "1"
- }
- "4"
- {
- "name" "Verdana"
- "tall" "20"
- "weight" "600"
- "yres" "1024 1199"
- "antialias" "1"
- }
- "5"
- {
- "name" "Verdana"
- "tall" "24"
- "weight" "600"
- "yres" "1200 6000"
- "antialias" "1"
- }
- }
- "MapName"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "16"
- "weight" "1000"
- "dropshadow" "1"
- }
- }
- "MapDescription"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "11"
- "weight" "0"
- "yres" "480 599"
- }
- "2"
- {
- "name" "Tahoma"
- "tall" "10"
- "weight" "0"
- }
- }
- "DottedBoxCaption"
- {
- "1"
- {
- "name" "Verdana"
- "tall" "12"
- "weight" "0"
- "yres" "480 599"
- }
- "2"
- {
- "name" "Verdana"
- "tall" "13"
- "weight" "0"
- "yres" "600 767"
- }
- "3"
- {
- "name" "Verdana"
- "tall" "14"
- "weight" "0"
- "yres" "768 1023"
- "antialias" "1"
- }
- "4"
- {
- "name" "Verdana"
- "tall" "20"
- "weight" "0"
- "yres" "1024 1199"
- "antialias" "1"
- }
- "5"
- {
- "name" "Verdana"
- "tall" "24"
- "weight" "0"
- "yres" "1200 6000"
- "antialias" "1"
- }
- }
- "BotPoints"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "14"
- "weight" "800"
- "antialias" "1"
- }
- }
- "BotName"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "12"
- "weight" "800"
- "antialias" "1"
- }
- }
- "Medium"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "16"
- "weight" "800"
- "antialias" "1"
- }
- // "1"
- // {
- // "name" "Verdana"
- // "tall" "16"
- // "weight" "600"
- // "yres" "1024 1199"
- // "antialias" "1"
- // }
- }
- "MediumItalic"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "16"
- "weight" "800"
- "antialias" "1"
- "italic" "1"
- "dropshadow" "1"
- }
- // "1"
- // {
- // "name" "Verdana"
- // "tall" "16"
- // "weight" "600"
- // "yres" "1024 1199"
- // "antialias" "1"
- // "italic" "1"
- // "dropshadow" "1"
- // }
- }
- "Large"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "20"
- "weight" "800"
- "yres" "1024 1199"
- "antialias" "1"
- }
- }
- "Title"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "24"
- "weight" "800"
- }
- }
- "TitleOld"
- {
- "1"
- {
- "name" "Verdana"
- "tall" "30"
- "weight" "600"
- "yres" "1024 1199"
- "antialias" "1"
- }
- "2"
- {
- "name" "Arial"
- "tall" "33"
- "weight" "800"
- }
- }
- "Huge"
- {
- "1"
- {
- "name" "Verdana"
- "tall" "40"
- "weight" "600"
- "yres" "1024 1199"
- "antialias" "1"
- }
- "2"
- {
- "name" "Arial"
- "tall" "44"
- "weight" "800"
- }
- }
- "Points"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "48"
- "weight" "0"
- "antialias" "1"
- }
- }
- "DefaultUnderline"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "12"
- "weight" "500"
- "underline" "1"
- }
- }
- "DefaultSmall"
- {
- "1"
- {
- "name" "Verdana"
- "tall" "12"
- "weight" "0"
- "yres" "480 599"
- }
- "2"
- {
- "name" "Verdana"
- "tall" "13"
- "weight" "0"
- "yres" "600 767"
- }
- "3"
- {
- "name" "Verdana"
- "tall" "14"
- "weight" "0"
- "yres" "768 1023"
- "antialias" "1"
- }
- "4"
- {
- "name" "Verdana"
- "tall" "20"
- "weight" "0"
- "yres" "1024 1199"
- "antialias" "1"
- }
- "5"
- {
- "name" "Verdana"
- "tall" "24"
- "weight" "0"
- "yres" "1200 6000"
- "antialias" "1"
- }
- }
- "DefaultSmallBold"
- {
- "1"
- {
- "name" "Verdana"
- "tall" "12"
- "weight" "800"
- "yres" "480 599"
- }
- "2"
- {
- "name" "Verdana"
- "tall" "13"
- "weight" "800"
- "yres" "600 767"
- }
- "3"
- {
- "name" "Verdana"
- "tall" "14"
- "weight" "800"
- "yres" "768 1023"
- "antialias" "1"
- }
- "4"
- {
- "name" "Verdana"
- "tall" "20"
- "weight" "800"
- "yres" "1024 1199"
- "antialias" "1"
- }
- "5"
- {
- "name" "Verdana"
- "tall" "24"
- "weight" "800"
- "yres" "1200 6000"
- "antialias" "1"
- }
- }
- "DefaultVerySmall"
- {
- "1"
- {
- "name" "Verdana"
- "tall" "12"
- "weight" "600"
- "yres" "480 599"
- }
- "2"
- {
- "name" "Verdana"
- "tall" "13"
- "weight" "600"
- "yres" "600 767"
- }
- "3"
- {
- "name" "Verdana"
- "tall" "14"
- "weight" "600"
- "yres" "768 1023"
- "antialias" "1"
- }
- "4"
- {
- "name" "Verdana"
- "tall" "20"
- "weight" "600"
- "yres" "1024 1199"
- "antialias" "1"
- }
- "5"
- {
- "name" "Verdana"
- "tall" "24"
- "weight" "600"
- "yres" "1200 6000"
- "antialias" "1"
- }
- }
-
- // this is the symbol font
- "Marlett"
- {
- "1"
- {
- "name" "Marlett"
- "tall" "11"
- "weight" "0"
- "symbol" "1"
- "yres" "480 6000" // the scrollbars in career mode are not scaled, so don't scale the font either
- }
- }
- }
-
- //
- //////////////////// BORDERS //////////////////////////////
- //
- // describes all the border types
- Borders
- {
- BaseBorder
- {
- "inset" "0 0 1 1"
- Left
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
- }
-
- TitleButtonBorder
- {
- "inset" "0 0 1 1"
- Left
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
- }
-
- TitleButtonDisabledBorder
- {
- "inset" "0 0 1 1"
- Left
- {
- "1"
- {
- "color" "BgColor"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BgColor"
- "offset" "1 0"
- }
- }
- Top
- {
- "1"
- {
- "color" "BgColor"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BgColor"
- "offset" "0 0"
- }
- }
- }
-
- TitleButtonDepressedBorder
- {
- "inset" "1 1 1 1"
- Left
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
- }
-
- ScrollBarButtonBorder
- {
- "inset" "1 0 0 0"
- Left
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
- }
-
- ScrollBarButtonDepressedBorder
- {
- "inset" "2 2 0 0"
- Left
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
- }
-
- ButtonBorder
- {
- "inset" "0 0 0 0"
- Left
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "1 1"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
- }
-
- FrameBorder
- {
- "inset" "0 0 1 1"
- Left
- {
- "1"
- {
- "color" "ControlBG"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "ControlBG"
- "offset" "0 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "ControlBG"
- "offset" "0 1"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "ControlBG"
- "offset" "0 0"
- }
- }
- }
-
- TabBorder
- {
- "inset" "0 0 1 1"
- Left
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
- }
-
- TabActiveBorder
- {
- "inset" "0 0 1 0"
- Left
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "ControlBG"
- "offset" "6 2"
- }
- }
- }
-
-
- ToolTipBorder
- {
- "inset" "0 0 1 0"
- Left
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
- }
-
- // this is the border used for default buttons (the button that gets pressed when you hit enter)
- ButtonKeyFocusBorder
- {
- "inset" "0 0 0 0"
- Left
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "1 1"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
- }
-
- ButtonDepressedBorder
- {
- "inset" "0 0 0 0"
- Left
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "1 1"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
- }
-
- ComboBoxBorder
- {
- "inset" "0 0 1 1"
- Left
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
- }
-
- MenuBorder
- {
- "inset" "1 1 1 1"
- Left
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
- }
- BrowserBorder
- {
- "inset" "0 0 0 1"
- Left
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
- }
-
-
- CareerButtonBorder
- {
- "inset" "0 0 0 0"
- Left
- {
- "1"
- {
- "color" "ButtonBorder"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "ButtonBorderDark"
- "offset" "0 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "ButtonBorder"
- "offset" "1 1"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "ButtonBorderDark"
- "offset" "0 0"
- }
- }
- }
-
-
- CareerButtonArmedBorder
- {
- "inset" "0 0 0 0"
- Left
- {
- "1"
- {
- "color" "ButtonBorderArmed"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "ButtonBorderArmedDark"
- "offset" "0 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "ButtonBorderArmed"
- "offset" "1 1"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "ButtonBorderArmedDark"
- "offset" "0 0"
- }
- }
- }
-
-
- CareerButtonDepressedBorder
- {
- "inset" "0 0 0 0"
- Left
- {
- "1"
- {
- "color" "ButtonBorderDepressed"
- "offset" "0 1"
- }
- "2"
- {
- "color" "ButtonBorderDepressed"
- "offset" "1 2"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "ButtonBorderDepressedDark"
- "offset" "0 0"
- }
- "2"
- {
- "color" "ButtonBorderDepressedDark"
- "offset" "1 1"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "ButtonBorderDepressed"
- "offset" "1 1"
- }
- "2"
- {
- "color" "ButtonBorderDepressed"
- "offset" "2 2"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "ButtonBorderDepressedDark"
- "offset" "0 0"
- }
- "2"
- {
- "color" "ButtonBorderDepressedDark"
- "offset" "1 1"
- }
- }
- }
- }
- }
|