Advertisement
ibi

"Bigger Fonts" Steam Theme

ibi
Dec 5th, 2019
834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 75.87 KB | None | 0 0
  1. steam.styles
  2. {
  3.   colors
  4.   {
  5.     // colors section can include colors in "R G B A" form, or references to already defined colors;
  6.     // it can also include just general settings controls can pull from for extra customization
  7.  
  8.     black="0 0 0 255"
  9.     dark="28 33 42 255"
  10.     almostBlack="22 25 28 255"
  11.     almostBlackTrans="22 25 28 204"
  12.     white="255 255 255 255"
  13.     grey="142 152 167 255"
  14.     none="0 0 0 0"
  15.     yellow="255 255 0 255"
  16.     offwhite="159 162 168 255"
  17.     dullgreen="216 222 211 255"
  18.     maize="203 191 87 255"
  19.     red="255 51 51 255"
  20.     darkblue="35 55 75 255"
  21.     blue="94 109 140 255"
  22.     darkred="128 0 0 255"
  23.     darkpurple="64 0 64 255"
  24.  
  25.     dark_blue "27 44 61 255"
  26.     med_blue "13 36 82 255"
  27.     bg_blue "10 25 56 255"
  28.  
  29.     // control colors
  30.     bordercolor="82 95 122 255"
  31.     darkcorner="58 68 88 255"
  32.     buttontext=Text
  33.     buttontextactive=Text
  34.  
  35.     // cool we can define font-families here as well
  36.     basefont="Segoe UI"
  37.     basefont="Helvetica" [$OSX]
  38.  
  39.     // new control colors
  40.     ButtonFace="98 108 119 20"
  41.     ButtonFace2="67 73 83 255" // for use in main client list panel column header, some button states
  42.     ButtonFace3="86 93 106 255" // button cornering pixels
  43.     ButtonFaceDisabled="86 93 106 15"
  44.     ButtonFaceHover="84 91 104  240"   /// hover!
  45.     ButtonFaceActive="86 93 106  240"  // not sure what this state is...
  46.     ButtonFaceFocus="89 97  110  240"  //  keyboard focus
  47.     ButtonFaceActiveFocus="89 97 110  255"  // this is the default choice
  48.     BlueBorder="26 31 40 255"
  49.     ButtonBorder="75 84 102 255"
  50.     ButtonBorderSubtle="75 84 102 255"
  51.     ButtonBorderPage="124 124 124 255"
  52.     ButtonBorderDisabled="112 120 136 255"
  53.     ButtonBorderDisabled2="52 61 78 255"  //cornering pixels
  54.     ButtonBorderActive="112 120 137 255"
  55.     ButtonBorderFocus="125 133 148 255"
  56.     ButtonBorderFocusSubtle="110 118 134 255"
  57.  
  58.     Text="200 208 220 255"
  59.     Text2="178 186 196 255"
  60.     TextDisabled="102 106 112 255"
  61.     TextHover="213 217 234 255"
  62.     TextSelected="228 233 240 255"
  63.     TextentrySelected="228 233 240 235" // color of any selected text
  64.     TextSelectedBG="73 86 110 255" // background color of any selected text
  65.     TextGlowHover="100 110 125 255"
  66.     TextGlowSelected="163 173 186 255"
  67.     TextGlowHoverSm="123 123 123 255"
  68.     TextGlowSelectedSm="142 142 142 255"
  69.     redborder="169 72 71 255"
  70.  
  71.     NavLabel="149 153 163 255"
  72.     Label="168 172 179 255"
  73.     Label2="107 112 123 255"
  74.     LabelDisabled="109 115 126 255"
  75.     LabelFocus="197 203 216 255"
  76.  
  77.     SuperNav="white"
  78.     SuperNavHover="white"
  79.  
  80.     ScrollGlyph="98 108 119 255"  // the color of the scroll bar arrows
  81.     ScrollGlyphDisabled="67 73 83 255"
  82.     ScrollGlyphFocus="242 242 242 255"
  83.  
  84.     ScrollBG="53 59 66 255" // the color of the scroll bar gutter
  85.  
  86.     HeaderClient="42 49 63 255" // the color of the List box header in the main client window
  87.     HeaderDialog="87 90 97 255" // the color of the list box header in other windows
  88.  
  89.     TitleBar="21 24 31 80"
  90.     TitleBarFocus="14 31 56 80"
  91.     MenuBG="57 62 70 255"
  92.  
  93.     Focus0="23 51 77 255" // used in window frame borders
  94.     Focus="25 55 84 255" // background color of any selected menu or list item
  95.     Focus2="21 70 107 255"  // background color of view buttons and anything else in focus that needs more 'punch'
  96.     Focus3="75 80 89 255"   // background color of highlighted friends
  97.     Focus4="61 102 143 255"   // bright cyan used in progress bars
  98.  
  99.     FocusGrid="85 117 161 240"      // background color of any grid item
  100.     Highlight="16 53 82 120"    // same as focus
  101.  
  102.     Highlight1="118 202 235 255"    // installing hover color
  103.     Highlight2="76 159 191 255"     // installing color
  104.     Highlight3="173 69 71 255"      // red for errors, blocked, etc.
  105.     Highlight5="24 53 82 255"   // blue
  106.     Highlight5a="30 66 102 255"     // lighter version of highlight5
  107.     Highlight5b="17 42 86 255"  // as highlight5 but darker, for non-focused window borders
  108.  
  109.     BackgroundStartSubtle="0 13 40 155"
  110.     BackgroundStartSubtle="0 15 46 45" [$OSX]
  111.     BackgroundStartSubtlest="0 15 44 100"
  112.     BackgroundStart="31 35 41 180"
  113.     BackgroundStartOpaque="31 35 41 255"
  114.  
  115.     ClientBG="18 26 42 255"
  116.     ClientBGTop="25 32 46 255"
  117.     ClientGrouper="40 46 54 255"
  118.     DialogBG="42 46 51 255"
  119.     DialogBGFade1="42 46 51 255"
  120.     DialogBGFade2="42 46 51 0"
  121.  
  122.     DarkClientBG="31 34 41 255"
  123.     DarkDialogBG="31 34 41 255"
  124.     DarkClientBGTransparent="28 31 37 19"
  125.     DarkDialogBGTransparent="41 47 55 170"
  126.  
  127.     GameDetailsBlueTransparent="71 148 179 60"
  128.     GameDetailsGreenTransparent="71 148 179 160"
  129.     GameDetailsRedTransparent="71 148 179 160"
  130.  
  131.     GameDetailsBlue="71 148 179 255"
  132.     GameDetailsGreen="71 148 179 255"
  133.     GameDetailsRed="71 148 179 255"
  134.  
  135.     PropertySheetBG="50 55 61 255"
  136.     InteriorColor="46 49 54 255"
  137.  
  138.     DialogBorder="110 113 119 255" // border color around any dialog
  139.  
  140.     FillBG1="61 63 66 255" //gradient colors
  141.     FillBG2="64 65 69 255"
  142.  
  143.     MenuBG1="56 60 68 255" //gradient colors
  144.     MenuBG2="41 45 51 255"
  145.  
  146.     Divider="76 84 93 255"
  147.     SuperDivider="66 72 80 255"
  148.     DarkImageBorder="46 50 58 255"
  149.     DarkImageOverlay="0 0 0 80"
  150.  
  151.     inbox_active "158 194 29 255"
  152.         inbox_active2 "155 199 9 255"
  153.         inbox_active4 "122 145 71 255"
  154.         inbox_active5 "85 102 47 255"
  155.  
  156.  
  157.         inbox_inactive "38 38 37 255"
  158.         inbox_inactive2 "142 194 12 255"
  159.         inbox_inactive4 "122 145 71 255"
  160.         inbox_inactive5 "74 102 29"
  161.  
  162.         parental_lock_active1 "138 175 6 255"
  163.         parental_lock_active2 "49 49 49 255"
  164.         parental_lock_active4 "122 145 71 255"
  165.         parental_lock_active5 "85 102 47 255"
  166.         green5 "126 166 75 255"
  167.         green6 "92 126 16 255"
  168.         green7 "62 90 22 255"
  169.         green8 "38 48 2 255"
  170.  
  171.  
  172.         launch0 "119 215 250 255"
  173.         launch1 "83 172 204 255"
  174.         launch2 "54 125 153 255"
  175.  
  176.  
  177.         parental_lock_inactive1 "154 49 48 255"
  178.         parental_lock_inactive2 "189 79 79 255"
  179.         parental_lock_inactive3 "215 90 90 255"
  180.         parental_lock_inactive4 "146 72 71 255"
  181.         parental_lock_inactive5 "103 48 47 255"
  182.         red6="38 1 1 255"
  183.  
  184.         support_lock_ack1 "187 157 47 255"
  185.         support_lock_ack2 "193 166 67 255"
  186.         AnnouncementBlue="61 146 175 255"
  187.  
  188.  
  189.     // colors pulled from steamscheme.res
  190.     "ClayBG"      "70 70 70 255"
  191.     "ClayButtonBG"      "85 85 85 255"
  192.     "ClayEnabled"     "88 88 88 255"
  193.     "ClayKeyFocus"      "92 92 92 255"
  194.     "ClayMouseDown"     "85 85 85 255"
  195.     "ClayDisabledText"    "134 134 134 255"
  196.     "ClayLightGreen"    "173 181 168 255" // frame button (close X) etc
  197.     "ClayDimLightGreen"   "166 172 162 255" // frame button and title without focus etc
  198.     "LightClayBG"     "104 106 101 255" // property sheet interior, active tab
  199.     "LightClayButtonBG"   "125 128 120 255" // buttons on property sheet interior, active tab
  200.     "DarkClayBG"      "47 49 45 255"    // shadow
  201.     "p_ClayMouseDown"   "94 94 94 255"
  202.     "ClaySheetBottom"   "92 90 87 255"
  203.     "MaizeBG"     "145 134 60 255"  // background color of any selected text or menu item
  204.     "GreenBG"     "76 88 68 255"
  205.     "LightGreenBG"      "90 106 80 255"   // darker background color
  206.     "DarkGreenBG"     "62 70 55 255"    // background color of text edit panes (chat, text Entries, etc.)
  207.     "LightGrayBG"     "121 126 121 255"
  208.     "GrayBG"      "73 73 73 255"
  209.     "GrayBG2"     "37 37 37 255"
  210.     "TempGradientTop" "52 52 52 255"
  211.  
  212.  
  213.     DragDrop.DragFrame        "255 255 255 192"
  214.     DragDrop.DropFrame        "150 255 150 255"
  215.  
  216.     Frame.ClientInsetX        10
  217.     Frame.ClientInsetY        35
  218.     Frame.FocusTransitionEffectTime   "0"     // time it takes for a window to fade in/out on focus/out of focus
  219.     Frame.TransitionEffectTime      "0.25"      // time it takes for a window to fade in/out on open/close
  220.     Frame.OnDragAlphaDelayTime      "0.15"      // time it takes after clicking the title bar of a window before the alpha multiplier kicks in
  221.     Frame.OnDragAlphaMultiplier     "1.0"     // multiplier applied to alpha while dragging a frame
  222.     Frame.AutoSnapRange         "6"
  223.     Frame.UsesAlphaBlending       1
  224.     FrameSystemButton.Icon        ""
  225.     FrameSystemButton.DisabledIcon    ""
  226.  
  227.     Notifications.PanelPosition     "BottomRight"   // Can be "BottomRight", "BottomLeft", "TopRight", "TopLeft"
  228.     Notifications.PanelPosition     "TopRight" [$OSX]  // the dock is on the bottom for OSX, so instead pop top right like other apps do
  229.     Notifications.SlideDirection    "Vertical"    // Can be "Vertical", "Horizontal", "None" and controls slide effect
  230.     Notifications.FadeInTime      "0.45"    // Controls the time it takes to slide/fade into view
  231.     Notifications.FadeOutTime     "0.45"    // Controls the time it takes to slide/fade out of view
  232.     Notifications.DisplayTime     "6.0"     // Controls the length of time at steady state after fade in and before fade out
  233.     Notifications.StackSize       "3"     // Controls how many panels we will stack before background queuing
  234.  
  235.     ListPanel.TextColor       Text
  236.     ListPanel.BgColor       none
  237.     ListPanel.SelectedTextColor     TextentrySelected
  238.     ListPanel.SelectedBgColor     TextSelectedBG
  239.     ListPanel.SelectedOutOfFocusBgColor   ClientBG
  240.     ListPanel.DisabledTextColor     TextDisabled
  241.     ListPanel.DisabledSelectedTextColor   ClientBG
  242.     ListPanel.EmptyListInfoTextColor    Label
  243.     ListPanel.PerPixelScrolling     1
  244.     ListPanel.PostSectionLeading    10
  245.  
  246.         // Default tooltip delay pops fast, but lets the mouse pass through without popping
  247.         // Anchor=Cursor makes it stick to initial pop location like windows implementation.
  248.         // Anchor can also be 'Float' to move with the mouse, or 'Parent' to stick just outside
  249.         // the parent panel (useful for icon sized items)
  250.         Tooltip.Delay=75
  251.         Tooltip.Anchor=Cursor
  252.  
  253.  
  254.     WizardPanel.HeaderBGColor     HeaderDialog
  255.  
  256.     Menu.TextInset          "6"
  257.  
  258.     PropertySheet.TransitionEffectTime    "0"     // time to change from one tab to another
  259.     PropertySheet.TabGap        1
  260.     PropertySheet.FlashTabColor "76 159 191 255"
  261.  
  262.     RichText.InsetX         8
  263.     RichText.InsetY         7
  264.  
  265.     ScrollBar.Wide          19
  266.  
  267.     SectionedListPanel.CollapserWidth   16
  268.  
  269.     HTML.SearchInsetY 5
  270.     HTML.SearchInsetX 10
  271.     HTML.SearchWide 348
  272.     HTML.SearchTall 38
  273.     HTML.SearchAnimationTime 0.25
  274.  
  275.     HTML.IMEInsetY 5
  276.     HTML.IMEInsetX 10
  277.     HTML.IMEWide 348
  278.     HTML.IMETall 38
  279.     HTML.IMEAnimationTime 0.25
  280.  
  281.     html.secureurl "126 166 75 255"
  282.     html.insecureurl "173 69 72 255"
  283.  
  284.     MessageBox.ButtonHeight     24
  285.  
  286.     TextEntry.IMEBGColor        "225 225 225 255"
  287.     TextEntry.IMEFGColor        "black"
  288.  
  289.  
  290.     // Friends List colors
  291.     Friends.InGameColor       "144 186 60 255"
  292.     Friends.InGameHoverColor  "182 235 76 255"
  293.     Friends.OnlineColor        "84 165 196 255"
  294.     Friends.OnlineHoverColor    "104 203 242 255"
  295.     Friends.OfflineColor      "127 127 127 255"
  296.     Friends.OfflineHoverColor "185 185 185 255"
  297.     Friends.PanelDefault      "Label"
  298.     Friends.PanelOver       "Text"
  299.     Friends.PanelSelected     "ClientBG"
  300.     Friends.SectionHeader     "Label"
  301.     Friends.NoAvatarOver      "Text"
  302.     Friends.IgnoredColor      "White"
  303.     Friends.ListHeaderFadeOut   "54 54 54 0"
  304.     Friends.GoldenColor       "255 255 99 255"
  305. //  Friends.GoldenColor       "228 202 99 255"
  306.     Friends.GoldenHoverColor       "255 255 180 255"
  307. //  Friends.GoldenHoverColor       "248 218 109 255"
  308.  
  309.  
  310.     ChatDialog.URLColor       "text"
  311.     ChatOwnTextColor        "Label"
  312.         ChatDialog.HistoryColor "124 124 124 255"
  313.     ChatGradientTop         "39 39 39 255"
  314.     ChatGradientBottom        "104 104 104 255"
  315.  
  316.     AchievementPopup.TitleColor   "Text"
  317.     AchievementPopup.DescriptionColor "180 180 180 255"
  318.  
  319.     GiftOnlyInfo.ImagePanelColor  "GrayBG"
  320.  
  321.         dd_texture_bottom "16 16 16 255"
  322.  }
  323.  
  324.   styles
  325.       {
  326.         downarrow
  327.         {
  328.           image="graphics/icon_down_default"
  329.         }
  330.  
  331.         downarrow:hover
  332.         {
  333.           image="graphics/icon_down_hover"
  334.  
  335.                 render_bg {
  336.  
  337.                 //background
  338.                 0="fill( x0 + 5, y0 + 4, x1 - 2, y1 - 4, buttonfaceactive )"
  339.                 //lines around
  340.                 1="fill(x0 + 4, y0 + 5, x0 + 5, y1 - 5, buttonfaceactive )"  //left
  341.                 2="fill(x1 - 2, y0 + 5, x1 - 1, y1 - 5, buttonfaceactive )"  //right
  342.                 }
  343.         }
  344.  
  345.         uparrow
  346.         {
  347.           image="graphics/icon_up_default"
  348.         }
  349.  
  350.         rightarrow
  351.         {
  352.           image="graphics/icon_right_default"
  353.         }
  354.  
  355.         rightarrow:hover
  356.         {
  357.           image="graphics/icon_right_hover"
  358.         }
  359.  
  360.       Button
  361.       {
  362.         font-family=basefont
  363.         font-size=15
  364.         font-weight=400
  365.         textcolor="Text"
  366.         font-style=uppercase
  367.         bgcolor=none
  368.             render_bg
  369.             {
  370.                 // background fill
  371.                 0="gradient( x0, y0, x1, y1, buttonface2, propertysheetbg )"
  372.             }
  373.       }
  374.  
  375.     "Page Button"
  376.     {
  377.         render_bg
  378.         {
  379.             // background fill
  380.             0="gradient( x0, y0, x1, y1, buttonface2, propertysheetbg )"
  381.         }
  382.     }
  383.  
  384.     Button:hover
  385.     {
  386.         textcolor="TextHover"
  387.         render_bg
  388.       {
  389.         // background fill
  390.         0="gradient( x0, y0, x1, y1, buttonfaceactive, propertysheetbg )"
  391.       }
  392.     }
  393.  
  394.     "Page Button:hover"
  395.     {
  396.       textcolor="TextHover"
  397.       render_bg
  398.       {
  399.         // background fill
  400.         0="gradient( x0, y0, x1, y1, buttonfaceactive, propertysheetbg )"
  401.       }
  402.     }
  403.  
  404.     Button:focus
  405.     {
  406.             textcolor="TextHover"
  407.             render_bg
  408.           {
  409.             0="gradient( x0, y0, x1, y1, buttonfacefocus, propertysheetbg )"
  410.           }
  411.     }
  412.  
  413.     "Page Button:focus"
  414.     {
  415.       textcolor="TextHover"
  416.       render_bg
  417.       {
  418.         0="gradient( x0, y0, x1, y1,  buttonfacefocus, propertysheetbg )"
  419.       }
  420.     }
  421.  
  422.     Button:active // this is the left-mouse-currently-pressed state
  423.         {
  424.        textcolor="TextHover"
  425.        render_bg
  426.       {
  427.         // background fill
  428.         0="gradient( x0, y0, x1, y1, DialogBG, propertysheetbg )"
  429.       }
  430.     }
  431.  
  432.     "Page Button:active"
  433.     {
  434.        textcolor="TextHover"
  435.        render_bg
  436.       {
  437.         // background fill
  438.         0="gradient( x0, y0, x1, y1, DialogBG, propertysheetbg )"
  439.       }
  440.     }
  441.  
  442.     Button:selected
  443.     {
  444.       textcolor="TextHover"
  445.       render_bg
  446.       {
  447.         // background fill
  448.         0="gradient( x0, y0, x1, y1, buttonfaceactivefocus, propertysheetbg )"
  449.       }
  450.     }
  451.  
  452.     "Page Button:selected"
  453.     {
  454.       textcolor="TextHover"
  455.       render_bg
  456.       {
  457.         // background fill
  458.         0="gradient( x0, y0, x1, y1, buttonfaceactivefocus, propertysheetbg )"
  459.       }
  460.     }
  461.  
  462.     Button:disabled
  463.     {
  464.       textcolor="LabelDisabled"
  465.       render_bg
  466.       {
  467.         // background fill
  468.         0="gradient( x0, y0, x1, y1, buttonfacedisabled, buttonfacedisabled )"
  469.       }
  470.     }
  471.  
  472.     "Page Button:disabled"
  473.     {
  474.             textcolor="LabelDisabled"
  475.       render_bg
  476.       {
  477.                 // background fill
  478.         0="gradient( x0, y0, x1, y1, buttonfacedisabled, buttonfacedisabled )"
  479.       }
  480.     }
  481.  
  482.     CFriendsListSectionAffordance
  483.     {
  484.       inset="0 0 0 0"
  485.       font-size=16
  486.       font-weight=400
  487.       textcolor="Label"
  488.     }
  489.  
  490.     CFriendsListSectionHeader
  491.     {
  492.       bgcolor=none
  493.       font-family=basefont
  494.       font-size=16
  495.       font-size=13 [$OSX]
  496.       font-weight=400
  497.       textcolor="texthover"
  498.       inset="0 2 0 0"
  499.       render_bg
  500.             {
  501.                 0="gradient_horizontal( x0-21, y0+1, x0+230, y1+1, propertysheetbg, Friends.ListHeaderFadeOut )"
  502.             }
  503.     }
  504.  
  505.     CFriendPanel
  506.     {
  507.       inset="0 0 0 0"
  508.       bgcolor=none
  509.       font-family=basefont
  510.       font-size=16
  511.       font-size=13 [$OSX]
  512.       font-weight=400
  513.       textcolor="label"
  514.     }
  515.  
  516.     CheckButton
  517.     {
  518.       font-family=basefont
  519.       font-size=16
  520.       font-weight=400
  521.       textcolor="Label"
  522.       image="graphics/chkUnselStd"
  523.     }
  524.  
  525.     CheckButton:selected
  526.     {
  527.       image="graphics/chkSelStd"
  528.     }
  529.  
  530.     CheckButton:focus
  531.     {
  532.       textcolor="Text"
  533.       bgcolor=none
  534.       image="graphics/chkUnselFocus"
  535.     }
  536.  
  537.     CheckButton:selected:focus
  538.     {
  539.       textcolor="Texthover"
  540.       render_bg {}
  541.       bgcolor=none
  542.       image="graphics/chkSelFocus"
  543.     }
  544.  
  545.     CheckButton:disabled
  546.     {
  547.       textcolor="TextDisabled"
  548.       bgcolor=none
  549.       image="graphics/chkUnselDis"
  550.     }
  551.  
  552.     CheckButton:selected:disabled
  553.     {
  554.       textcolor="TextDisabled"
  555.       bgcolor=none
  556.       //!! bug - this needs to look disabled
  557.       image="graphics/chkSelDis"
  558.     }
  559.  
  560.     IndeterminateCheckButton
  561.     {
  562.         font-family=basefont
  563.         font-size=16
  564.         font-weight=400
  565.         textcolor="Label"
  566.         bgcolor=none
  567.         image="graphics/chkIndeterminate"
  568.     }
  569.  
  570.     CheckButtonList
  571.     {
  572.         inset="1 1 1 1"
  573.         textcolor="text2"
  574.         bgcolor=none
  575.         render  {       }
  576.             render_bg {
  577.                     // background gradient
  578.                     1="gradient( x0, y0, x1, y1, dialogbg, almostblack )"
  579.                 }
  580.     }
  581.  
  582.     CheckButtonList:scrollbar
  583.     {
  584.         inset="1 1 1 1"
  585.         textcolor="text2"
  586.         bgcolor=none
  587.                 render  {           }
  588.             render_bg {
  589.                 // background gradient
  590.                 1="gradient( x0, y0, x1, y1, dialogbg, almostblack )"
  591.                 }
  592.     }
  593.  
  594.     "Page CheckButtonList"
  595.     {
  596.         inset="1 1 1 1"
  597.         textcolor="text2"
  598.         bgcolor=none
  599.         render  {       }
  600.                 render_bg
  601.         {
  602.                     // background fill
  603.                     1="gradient( x0, y0, x1, y1, dialogbg, almostblack )"
  604.         }
  605.     }
  606.  
  607.     "Page CheckButtonList:scrollbar"
  608.     {
  609.         inset="1 1 1 1"
  610.         textcolor="text2"
  611.         bgcolor=none
  612.         render { }
  613.         render_bg
  614.         {
  615.                     // background fill
  616.                     1="gradient( x0+1, y0, x1-1, y1-2, dialogbg, almostblack )"
  617.           }
  618.      }
  619.  
  620.     "CheckbuttonList Checkbutton"
  621.     {textcolor="label"}
  622.  
  623.     "CheckbuttonList Checkbutton:focus"
  624.     {textcolor="texthover"}
  625.  
  626.     ComboBox
  627.     {
  628.       inset="3 0 0 0"
  629.       textcolor="Text"
  630.       font-family=basefont
  631.       font-size="16"
  632.       selectedtextcolor="TextEntrySelected"
  633.       selectedbgcolor="TextSelectedBG"
  634.       render_bg
  635.       {
  636.         // background fill
  637.         0="gradient( x0, y0, x1, y1, buttonface2, propertysheetbg )"
  638.       }
  639.     }
  640.  
  641.     ComboBox:hover
  642.     {
  643.     selectedbgcolor="none"
  644.     selectedtextcolor="Text"
  645.     render_bg
  646.       {
  647.         // background fill
  648.         0="gradient( x0, y0, x1, y1, buttonfaceactive, propertysheetbg )"
  649.       }
  650.     }
  651.  
  652.     ComboBox:focus
  653.     {
  654.     selectedbgcolor="none"
  655.     selectedtextcolor="Text"
  656.     render_bg
  657.       {
  658.         // background fill
  659.         0="gradient( x0, y0, x1, y1, buttonfaceactive, propertysheetbg )"
  660.       }
  661.     }
  662.  
  663.     ComboBox:focus:hover
  664.     {
  665.     selectedbgcolor="none"
  666.     selectedtextcolor="Text"
  667.     render_bg
  668.       {
  669.         // background fill
  670.         0="gradient( x0, y0, x1, y1, buttonfaceactive, propertysheetbg )"
  671.       }
  672.     }
  673.  
  674.     "Page ComboBox"
  675.     {
  676.       render_bg
  677.       {
  678.         // background fill
  679.         0="gradient( x0, y0, x1, y1, buttonface2, propertysheetbg )"
  680.       }
  681.     }
  682.  
  683.     "Page ComboBox:focus"
  684.     {
  685.       render_bg
  686.       {
  687.         // background fill
  688.         0="gradient( x0, y0, x1, y1, buttonfaceactive, propertysheetbg )"
  689.       }
  690.     }
  691.  
  692.     "Page ComboBox:hover"
  693.     {
  694.       render_bg
  695.       {
  696.         // background fill
  697.         0="gradient(x0, y0, x1, y1, buttonfacehover, propertysheetbg )"
  698.       }
  699.     }
  700.  
  701.     "Page ComboBox:focus:hover"
  702.     {
  703.       render_bg
  704.       {
  705.         // background fill
  706.         0="gradient( x0, y0, x1, y1, buttonfaceactive, propertysheetbg )"
  707.       }
  708.     }
  709.  
  710.  
  711.     ComboBoxButton
  712.     {
  713.  
  714.       bgcolor=none
  715.       padding-left=2
  716.       image="graphics/icon_down_default"
  717.       // just draw a single line to divide it from the text
  718.       render_bg
  719.       {
  720.         0="fill( x0, y0 + 2, x0 + 1, y1 - 4, ButtonBorder )"
  721.       }
  722.     }
  723.  
  724.     ComboBoxButton:hover
  725.     {
  726.       image="graphics/icon_down_hover"
  727.       // just draw a single line to divide it from the text
  728.       render_bg
  729.       {
  730.         0="fill( x0, y0 + 2, x0 + 1, y1 - 4, label )"
  731.       }
  732.     }
  733.  
  734.     ComboBoxButton:focus
  735.     {
  736.  
  737.       bgcolor=none
  738.       image="graphics/icon_down_focus"
  739.       // just draw a single line to divide it from the text
  740.       render_bg
  741.       {
  742.         0="fill( x0, y0 + 2, x0 + 1, y1 - 4, ButtonBorderActive )"
  743.       }
  744.     }
  745.  
  746.     ComboBoxButton:focus:hover
  747.     {
  748.  
  749.       bgcolor=none
  750.       image="graphics/icon_down_default"
  751.       // just draw a single line to divide it from the text
  752.       render_bg
  753.       {
  754.         0="fill( x0, y0 + 2, x0 + 1, y1 - 4, ButtonBorderActive  )"
  755.       }
  756.     }
  757.  
  758.  
  759.     "Page ComboBoxButton"
  760.     {
  761.       bgcolor=none
  762.       image="graphics/icon_down_default"
  763.       // just draw a single line to divide it from the text
  764.       render_bg
  765.       {
  766.         0="fill( x0, y0 + 2, x0 + 1, y1 - 4, ButtonBorderPage )"
  767.       }
  768.     }
  769.  
  770.     "Page ComboBoxButton:hover"
  771.     {
  772.       image="graphics/icon_down_hover"
  773.        // just draw a single line to divide it from the text
  774.       render_bg
  775.       {
  776.         0="fill( x0, y0 + 2, x0 + 1, y1 - 4, ButtonBorderActive  )"
  777.       }
  778.     }
  779.  
  780.     "Page ComboBoxButton:focus"
  781.     {
  782.  
  783.       bgcolor=none
  784.       image="graphics/icon_down_focus"
  785.       // just draw a single line to divide it from the text
  786.       render_bg
  787.       {
  788.         0="fill( x0, y0 + 2, x0 + 1, y1 - 4, ButtonBorderActive  )"
  789.       }
  790.     }
  791.  
  792.     "Page ComboBoxButton:focus:hover"
  793.     {
  794.       bgcolor=none
  795.       image="graphics/icon_down_focus"
  796.       // just draw a single line to divide it from the text
  797.       render_bg
  798.       {
  799.         0="fill( x0, y0 + 2, x0 + 1, y1 - 4, ButtonBorderActive )"
  800.       }
  801.     }
  802.  
  803.     Divider
  804.     {
  805.       bgcolor="none"
  806.       render
  807.       {
  808.        0="gradient_horizontal( x0, y1 - 1, x1, y1, divider, propertysheetbg )"
  809.       }
  810.     }
  811.  
  812.     Frame
  813.     {
  814.     bgcolor="DialogBG"
  815.       render
  816.       {
  817.         0="gradient_horizontal( x0, y1 - 1, x1 + 1, y1, ClientBG, focus )"
  818.         1="gradient( x1 - 1, y0, x1, y1, ClientBG, focus )"
  819.         2="gradient_horizontal( x0, y0, x1, y0 + 1, focus0, ClientBG )"
  820.         3="gradient( x0, y0, x0 + 1, y1, focus0, ClientBG )"
  821.       }
  822.     }
  823.  
  824.     Frame:FrameFocus
  825.     {
  826.     bgcolor="DialogBG"
  827.       render
  828.       {
  829.         0="gradient_horizontal( x0, y1 - 1, x1 + 1, y1, ClientBG, black )"
  830.         1="gradient( x1 - 1, y0, x1, y1, ClientBG, black )"
  831.         2="gradient_horizontal( x0, y0, x1, y0 + 1, focus, ClientBG )"
  832.         3="gradient( x0, y0, x0 + 1, y1, focus, ClientBG )"
  833.       }
  834.     }
  835.  
  836.     FrameBRGripPanel
  837.     {
  838.       image=graphics/resizer
  839.     }
  840.  
  841.     FrameBRGripPanel:hover
  842.     {
  843.       image=graphics/resizer_over
  844.     }
  845.  
  846.     FrameMinimizeButton
  847.     {
  848.         render_bg {}
  849.         image="graphics/win32_win_min"
  850.         image="graphics/osx_win_dis" [$OSX]
  851.         image="graphics/osx_win_dis_new_dark" [$OSX1010]
  852.     }
  853.  
  854.     FrameMinimizeButton:hover
  855.     {
  856.         render_bg {}
  857.         bgcolor="none"
  858.         image="graphics/win32_win_min_hover"
  859.         image="graphics/osx_min_hov" [$OSX]
  860.         image="graphics/osx_min_hov_new" [$OSX1010]
  861.     }
  862.  
  863.     FrameMinimizeButton:framefocus [$OSX]
  864.     {
  865.         render_bg {}
  866.         bgcolor="none"
  867.         image="graphics/osx_min_def"
  868.         image="graphics/osx_min_def_new" [$OSX1010]
  869.     }
  870.  
  871.     FrameMinimizeButton:framefocus:hover [$OSX]
  872.     {
  873.         render_bg {}
  874.         bgcolor="none"
  875.         image="graphics/osx_min_hov"
  876.         image="graphics/osx_min_hov_new" [$OSX1010]
  877.     }
  878.  
  879.     FrameMinimizeButton:active [$OSX]
  880.     {
  881.         render_bg {}
  882.         bgcolor="none"
  883.         image="graphics/osx_min_down"
  884.         image="graphics/osx_min_down_new" [$OSX1010]
  885.     }
  886.  
  887.     // need the maximize button to have different styles for OSX & win32
  888.  FrameMaximizeButton
  889.    {
  890.         render_bg {}
  891.         image="graphics/win32_win_max"
  892.         image="graphics/osx_win_dis" [$OSX]
  893.         image="graphics/osx_win_dis_new_dark" [$OSX1010]
  894.    }
  895.  
  896.     FrameMaximizeButton:hover
  897.    {
  898.         render_bg {}
  899.         bgcolor="none"
  900.         image="graphics/win32_win_max_hover"
  901.         image="graphics/osx_max_hov" [$OSX]
  902.         image="graphics/osx_max_hov_new" [$OSX1010]
  903.    }
  904.  
  905.     FrameMaximizeButton:framefocus
  906.    {
  907.         render_bg {}
  908.         bgcolor="none"
  909.         image="graphics/win32_win_max"
  910.         image="graphics/osx_max_def" [$OSX]
  911.         image="graphics/osx_max_def_new" [$OSX1010]
  912.    }
  913.  
  914.     FrameMaximizeButton:framefocus:hover
  915.    {
  916.         render_bg {}
  917.         bgcolor="none"
  918.         image="graphics/win32_win_max_hover"
  919.         image="graphics/osx_max_hov" [$OSX]
  920.         image="graphics/osx_max_hov_new" [$OSX1010]
  921.    }
  922.  
  923.     FrameMaximizeButton:active
  924.    {
  925.         render_bg {}
  926.         bgcolor="none"
  927.         image="graphics/win32_win_max_hover"
  928.         image="graphics/osx_max_down" [$OSX]
  929.         image="graphics/osx_max_down_new" [$OSX1010]
  930.    }
  931.  
  932.     // these are for when the maximize button becomes the restore button
  933.  FrameRestoreButton
  934.    {
  935.         render_bg {}
  936.         image="graphics/win32_win_restore"
  937.         image="graphics/osx_win_dis" [$OSX]
  938.         image="graphics/osx_win_dis_new" [$OSX1010]
  939.    }
  940.  
  941.     FrameRestoreButton:hover
  942.    {
  943.         render_bg {}
  944.         bgcolor="none"
  945.         image="graphics/win32_win_restore_hover"
  946.         image="graphics/osx_max_hov" [$OSX]
  947.         image="graphics/osx_max_hov_new" [$OSX1010]
  948.    }
  949.  
  950.     FrameRestoreButton:framefocus
  951.    {
  952.         render_bg {}
  953.         bgcolor="none"
  954.         image="graphics/win32_win_restore"
  955.             image="graphics/osx_max_def" [$OSX]
  956.             image="graphics/osx_max_def_new" [$OSX1010]
  957.    }
  958.  
  959.     FrameRestoreButton:framefocus:hover
  960.    {
  961.         render_bg {}
  962.         bgcolor="none"
  963.         image="graphics/win32_win_restore_hover"
  964.         image="graphics/osx_max_hov" [$OSX]
  965.         image="graphics/osx_max_hov_new" [$OSX1010]
  966.    }
  967.  
  968.     FrameRestoreButton:active
  969.    {
  970.         render_bg {}
  971.         bgcolor="none"
  972.         image="graphics/win32_win_restore_hover"
  973.         image="graphics/osx_max_down" [$OSX]
  974.         image="graphics/osx_max_down_new" [$OSX1010]
  975.    }
  976.  
  977.     FrameCloseButton
  978.    {
  979.         render_bg {}
  980.         image="graphics/win32_win_close"
  981.         image="graphics/osx_win_dis" [$OSX]
  982.         image="graphics/osx_win_dis_new_dark" [$OSX1010]
  983.    }
  984.  
  985.     FrameCloseButton:hover
  986.    {
  987.         render_bg {}
  988.         image="graphics/win32_win_close_hover"
  989.         image="graphics/osx_close_hov" [$OSX]
  990.         image="graphics/osx_close_hov_new" [$OSX1010]
  991.    }
  992.  
  993.     FrameCloseButton:framefocus [$OSX]
  994.    {
  995.         render_bg {}
  996.         bgcolor="none"
  997.         image="graphics/osx_close_def"
  998.         image="graphics/osx_close_def_new" [$OSX1010]
  999.    }
  1000.  
  1001.     FrameCloseButton:framefocus:hover [$OSX]
  1002.    {
  1003.         render_bg {}
  1004.         bgcolor="none"
  1005.         image="graphics/osx_close_hov"
  1006.         image="graphics/osx_close_hov_new" [$OSX1010]
  1007.    }
  1008.  
  1009.     FrameCloseButton:active [$OSX]
  1010.    {
  1011.         render_bg {}
  1012.         bgcolor="none"
  1013.         image="graphics/osx_close_down"
  1014.         image="graphics/osx_close_down_new" [$OSX1010]
  1015.    }
  1016.  
  1017.     FrameCloseButton:disabled
  1018.    {
  1019.         render_bg {}
  1020.         bgcolor="none"
  1021.         image="graphics/win32_win_close_disabled"
  1022.         image="graphics/osx_win_dis" [$OSX]
  1023.         image="graphics/osx_win_dis_new_dark" [$OSX1010]
  1024.    }
  1025.  
  1026.    FrameTitle
  1027.    {
  1028.         font-family=basefont
  1029.         inset="5 2 0 0"
  1030.         inset="0 4 0 0" [$OSX]
  1031.         padding-left="0"
  1032.         padding-right="64"
  1033.         padding-right="0" [$OSX]
  1034.         font-size=16
  1035.         font-weight=400
  1036.         textcolor="buttonborderfocus"
  1037.         bgcolor="none"
  1038.         render_bg
  1039.             {
  1040.                 1="gradient( x0, y0, x1, y0 + 48, titlebar, none )"
  1041.  
  1042.             }
  1043.    }
  1044.  
  1045.  
  1046.    FrameTitle:framefocus
  1047.    {
  1048.         font-family=basefont
  1049.         inset="0 4 0 0" [$OSX]
  1050.         font-size=16
  1051.         font-weight=400
  1052.         bgcolor="none"
  1053.         textcolor="texthover"
  1054.         textcolor="texthover" [$OSX]
  1055.       render_bg
  1056.         {
  1057.              2="gradient( x0, y0, x1, y0 + 48, TitleBarfocus, none )"
  1058.         }
  1059.    }
  1060.  
  1061.  
  1062.     "CFriendsDialog SectionedListPanelInterior"
  1063.     {
  1064.         bgcolor=none
  1065.         inset="-6 -1 -1 -1"
  1066.         font-family=basefont
  1067.         font-size=16
  1068.         font-weight=400
  1069.         textcolor="Text"
  1070.         selectedtextcolor="TextSelected"
  1071.         selectedbgcolor="Focus"
  1072.         shadowtextcolor="TextDisabled"  // the color of disabled line items
  1073.         render
  1074.             {   }
  1075.         render_bg { }
  1076.     }
  1077.  
  1078.    GraphPanel
  1079.    {
  1080.         textcolor=Highlight5
  1081.         bgcolor=none
  1082.         render_bg { }
  1083.    }
  1084.  
  1085.    HTML
  1086.    {
  1087.         bgcolor="none"
  1088.         render_bg
  1089.             {
  1090.             0="fill( x0, y0, x1, y1, almostblack )" // bg
  1091.         }
  1092.    inset="2 2 2 2"
  1093.    }
  1094.  
  1095.     "HTMLFramelessPopup HTML"
  1096.     {
  1097.         inset="0 0 0 0"
  1098.     }
  1099.  
  1100.    Label
  1101.         {
  1102.         textcolor="Label"
  1103.         selectedtextcolor="Text"
  1104.         bgcolor="none"
  1105.         font-family=basefont
  1106.         font-size=16
  1107.         font-weight=400
  1108.         }
  1109.  
  1110.    ListPanel
  1111.    {
  1112.         bgcolor=none
  1113.         font-family=basefont
  1114.         font-size=16
  1115.         font-weight=400
  1116.         textcolor="text2"
  1117.         selectedtextcolor="TextSelected"
  1118.         selectedbgcolor="Focus"
  1119.         shadowtextcolor="TextDisabled"  // the color of disabled line items
  1120.         inset="0 -1 1 1"
  1121.         render
  1122.         {       }
  1123.         render_bg
  1124.         {
  1125.             // background gradient
  1126.             0="gradient( x0, y0, x1, y1, dialogbg, almostblack )"
  1127.             1="gradient( x0, y0, x1, y0 + 31, backgroundstartsubtle, none )"
  1128.  
  1129.         }
  1130.     }
  1131.  
  1132.    "Page ListPanel"
  1133.     {
  1134.         font-family=basefont
  1135.         font-size=16
  1136.         font-weight=400
  1137.         textcolor="Text2"
  1138.         selectedtextcolor="TextSelected"
  1139.         selectedbgcolor="Focus"
  1140.         inset="0 -1 1 1"
  1141.         bgcolor=none
  1142.    render_bg
  1143.    {
  1144.         // background fill
  1145.    0="gradient( x0, y0, x1, y0 + 80, Propertysheetbg, BackgroundStartOpaque )"
  1146.    1="fill( x0, y0 + 80, x1, y1, BackgroundStartOpaque )"
  1147.    2="gradient( x0, y0, x1, y0 + 30, backgroundstartsubtle, none )"
  1148.         }
  1149.     }
  1150.  
  1151.    "CGamesListPanel"
  1152.     {
  1153.      font-family=basefont
  1154.         bgcolor="none"
  1155.      font-size=18
  1156.      font-weight=400
  1157.      textcolor="Text"
  1158.      selectedtextcolor="textselected"
  1159.      selectedbgcolor="Focus"
  1160.      shadowtextcolor="TextDisabled"
  1161.      inset="0 -1 1 1"
  1162.      render_bg {
  1163.        // background gradient
  1164.        0="gradient( x0, y0, x1, y0 + 432, dialogbg, almostblack )"
  1165.        1="fill( x0, y0 + 432, x1, y1, almostblack )"
  1166.        2="gradient( x0, y0, x1, y0 + 31, dialogbgFade1, dialogbgFade2 )"
  1167.  
  1168.        }
  1169.    }
  1170.  
  1171.    "GameItem_Uninstalled"
  1172.    {
  1173.      textcolor="labeldisabled"
  1174.      selectedtextcolor="label"
  1175.    }
  1176.    "GameItem_Uninstalled:hover"
  1177.    {
  1178.      textcolor="label"
  1179.      selectedtextcolor="label"
  1180.    }
  1181.  
  1182.    "GameItem_Installed"
  1183.    {
  1184.      textcolor="text"
  1185.      selectedtextcolor="white"
  1186.    }
  1187.  
  1188.    "GameItem_Installed:hover"
  1189.    {
  1190.      textcolor="white"
  1191.      selectedtextcolor="white"
  1192.    }
  1193.  
  1194.    "GameItem_Running"
  1195.    {
  1196.      textcolor="Friends.InGameColor"
  1197.      selectedtextcolor="white"
  1198.    }
  1199.  
  1200.    "GameItem_Running:hover"
  1201.    {
  1202.      textcolor="white"
  1203.      selectedtextcolor="white"
  1204.    }
  1205.  
  1206.    "GameItem_Shortcut"
  1207.    {
  1208.      textcolor="text"
  1209.      selectedtextcolor="white"
  1210.    }
  1211.  
  1212.    "GameItem_Shortcut:hover"
  1213.    {
  1214.        textcolor="white"
  1215.        selectedtextcolor="white"
  1216.    }
  1217.  
  1218.    "GameItem_Mod"
  1219.    {
  1220.      textcolor="text"
  1221.      selectedtextcolor="white"
  1222.    }
  1223.  
  1224.    "GameItem_Mod:hover"
  1225.    {
  1226.        textcolor="white"
  1227.        selectedtextcolor="white"
  1228.    }
  1229.  
  1230.    "GameItem_Updating"
  1231.    {
  1232.         textcolor="highlight2"
  1233.         selectedtextcolor="highlight1"
  1234.    }
  1235.  
  1236.    "GameItem_Updating:hover"
  1237.    {
  1238.         textcolor="highlight1"
  1239.         selectedtextcolor="highlight1"
  1240.    }
  1241.  
  1242.    "GameItem_Updating:selected"
  1243.    {
  1244.         textcolor="highlight1"
  1245.         selectedtextcolor="highlight1"
  1246.    }
  1247.  
  1248.    "GameItem_Decrypting"
  1249.    {
  1250.         textcolor="highlight2"
  1251.         selectedtextcolor="highlight1"
  1252.    }
  1253.  
  1254.    "GameItem_Decrypting:hover"
  1255.    {
  1256.         textcolor="highlight1"
  1257.         selectedtextcolor="highlight1"
  1258.    }
  1259.  
  1260.    "GameItem_Decrypting:selected"
  1261.    {
  1262.         textcolor="highlight1"
  1263.         selectedtextcolor="highlight1"
  1264.    }
  1265.  
  1266.    "GameItem_Syncing"
  1267.    {
  1268.         textcolor="highlight2"
  1269.         selectedtextcolor="highlight1"
  1270.    }
  1271.  
  1272.    "GameItem_Syncing:hover"
  1273.    {
  1274.         textcolor="highlight1"
  1275.         selectedtextcolor="highlight1"
  1276.    }
  1277.  
  1278.    "GameItem_Syncing:selected"
  1279.    {
  1280.         textcolor="highlight1"
  1281.         selectedtextcolor="highlight1"
  1282.    }
  1283.  
  1284.    "GameItem_LockedSiteLicense"
  1285.    {
  1286.      textcolor="labeldisabled"
  1287.      selectedtextcolor="label"
  1288.    }
  1289.    "GameItem_LockedSiteLicense:hover"
  1290.    {
  1291.      textcolor="label"
  1292.      selectedtextcolor="label"
  1293.    }
  1294.  
  1295.    "GameColumn_BigText"
  1296.         {
  1297.         font-family=basefont
  1298.         font-size=20
  1299.         font-weight=700
  1300.         textcolor="text"
  1301.    }
  1302.  
  1303.    ListPanelCheckBox
  1304.    {
  1305.         font-family=basefont
  1306.         font-size=16
  1307.         font-weight=400
  1308.         textcolor="Label"
  1309.         image="graphics/chkUnselStd_Sm"
  1310.         inset="0 5 0 0"
  1311.    }
  1312.  
  1313.    ListPanelCheckBox:selected
  1314.    {
  1315.         image="graphics/chkSelStd_Sm"
  1316.    }
  1317.  
  1318.         ListPanelCheckBox:focus
  1319.    {
  1320.         textcolor="TextSelected"
  1321.         bgcolor=none
  1322.         image="graphics/chkUnselFocus_Sm"
  1323.    }
  1324.  
  1325.    ListPanelCheckBox:selected:focus
  1326.    {
  1327.         textcolor="TextSelected"
  1328.         render_bg {}
  1329.         bgcolor=none
  1330.         image="graphics/chkSelFocus_Sm"
  1331.    }
  1332.  
  1333.    ListPanelCheckBox:disabled
  1334.    {
  1335.         textcolor="TextDisabled"
  1336.         bgcolor=none
  1337.         image="graphics/chkUnselDis_Sm"
  1338.    }
  1339.  
  1340.    ListPanelCheckBox:disabled:select
  1341.    {
  1342.         textcolor="TextDisabled"
  1343.         bgcolor=none
  1344.         //!! bug - this needs to look disabled
  1345.         image="graphics/chkUnselDis"
  1346.    }
  1347.  
  1348.    "ListPanelColumnheader ListPanelCheckBox"
  1349.    {
  1350.         font-family=basefont
  1351.         font-size=16
  1352.         font-weight=400
  1353.         textcolor="Label"
  1354.         image="graphics/chkUnSelFocus_Sm"
  1355.         inset="4 0 0 0"
  1356.         }
  1357.  
  1358.         "ListPanelColumnHeader ListPanelCheckBox:selected"
  1359.    {
  1360.         inset="4 0 0 0"
  1361.         image="graphics/chkUnSelStd_Sm"
  1362.    }
  1363.  
  1364.         "ListPanelColumnheader ListPanelCheckBox:focus"
  1365.    {
  1366.      font-family=basefont
  1367.      font-size=16
  1368.      font-weight=400
  1369.      textcolor="TextHover"
  1370.      image="graphics/chkUnSelFocus_Sm"
  1371.      inset="4 0 0 0"
  1372.         }
  1373.  
  1374.     "ListPanelColumnheader ListPanelCheckBox:selected:focus"
  1375.    {
  1376.      textcolor="TextHover"
  1377.      render_bg {}
  1378.      bgcolor=none
  1379.      image="graphics/chkSelFocus_Sm"
  1380.      inset="4 0 0 0"
  1381.    }
  1382.  
  1383.    ListPanelColumnheader
  1384.    {
  1385.         font-family=basefont
  1386.         font-size=16
  1387.         font-size=13 [$OSX]
  1388.         font-weight=400
  1389.         textcolor="label"
  1390.         font-style="uppercase"
  1391.         bgcolor="none"
  1392.         inset="1 3 0 0"
  1393.         render_bg
  1394.             {
  1395.                 // fill
  1396.                 0="fill (x0, y0 + 1, x1, y1 + 1, propertysheetbg)" // bg fill
  1397.                 1="fill (x0 + 1, y0 + 1, x1, y0 + 3, propertysheetbg)" // bg fill2
  1398.             }
  1399.         }
  1400.  
  1401.    ListPanelColumnHeader:hover
  1402.    {
  1403.         textcolor="Texthover"
  1404.    }
  1405.  
  1406.     "Csteamrootdialog ListPanelColumnheader"
  1407.    {
  1408.         font-family=basefont
  1409.         font-size=16
  1410.         font-size=13 [$OSX]
  1411.         font-weight=400
  1412.         textcolor="label"
  1413.         font-style="uppercase"
  1414.         bgcolor="none"
  1415.         inset="0 0 0 0"
  1416.         inset="0 1 0 0" [$OSX]
  1417.         padding-top=1
  1418.         render_bg
  1419.         {
  1420.             // fill
  1421.             0="fill (x0, y0 + 1, x1, y1, propertysheetbg )" // bg fill
  1422.         }
  1423.     }
  1424.  
  1425.  
  1426.    "Csteamrootdialog ListPanelColumnHeader:hover"
  1427.    {
  1428.         textcolor="TextHover"
  1429.    }
  1430.  
  1431.     "Csteamrootdialog ListPanelSectionCollapser"
  1432.     {
  1433.         inset = "0 1 0 1"
  1434.         bgcolor=none
  1435.         render_bg
  1436.         {
  1437.             1="fill( x0 , y0, x1, y1 - 1, propertysheetbg  )"
  1438.         }
  1439.     }
  1440.  
  1441.       "CGamesPage_Mini ListPanelSectionCollapser"
  1442.     {
  1443.         inset = "0 1 0 1"
  1444.         bgcolor=none
  1445.         render_bg
  1446.         {
  1447.             1="fill( x0 , y0, x1, y1 - 1, propertysheetbg  )"
  1448.         }
  1449.     }
  1450.  
  1451.  
  1452.  
  1453.     ListPanelColumnSelectButton // the games list column chooser
  1454.     {
  1455.        inset="-3 3 0 0"
  1456.        render
  1457.        {
  1458.          0="image( x0 + 3, y0 + 3, x1, y1, graphics/icon_collapse )"
  1459.        }
  1460.        render_bg {
  1461.        1="fill( x0 + 1, y0, x1 - 1, y1, propertysheetbg )"
  1462.        }
  1463.     }
  1464.  
  1465.  ListPanelColumnSelectButton:hover
  1466.     {
  1467.        inset="-3 3 0 0"
  1468.        render
  1469.        {
  1470.          0="image( x0 + 3, y0 + 3, x1, y1, graphics/icon_collapse_over )"
  1471.        }
  1472.        render_bg {
  1473.        1="fill( x0 + 1, y0, x1 - 1, y1, propertysheetbg )"
  1474.           }
  1475.  }
  1476.  ListPanelColumnSelectButton:selected
  1477.     {
  1478.        inset="-3 3 0 0"
  1479.        render
  1480.        {
  1481.          0="image( x0 + 3, y0 + 3, x1, y1, graphics/icon_collapse_over )"
  1482.        }
  1483.        render_bg {
  1484.        1="fill( x0 + 1, y0, x1 - 1, y1, propertysheetbg )"
  1485.           }
  1486.  }
  1487.  
  1488.     "CGamesListPanel ListPanelColumnSelectButton"
  1489.     {
  1490.        inset="-3 3 0 0"
  1491.        render
  1492.        {
  1493.          0="image( x0 + 3, y0 + 3, x1, y1, graphics/icon_collapse )"
  1494.        }
  1495.        render_bg {
  1496.        1="fill( x0 + 1, y0, x1 - 1, y1, propertysheetbg )"
  1497.        }
  1498.     }
  1499.     "CGamesListPanel ListPanelColumnSelectButton:hover"
  1500.     {
  1501.        inset="-3 3 0 0"
  1502.        render
  1503.        {
  1504.          0="image( x0 + 3, y0 + 3, x1, y1, graphics/icon_collapse_over )"
  1505.        }
  1506.        render_bg {
  1507.        1="fill( x0 + 1, y0, x1 - 1, y1, propertysheetbg )"
  1508.        }
  1509.     }
  1510.     "CGamesListPanel ListPanelColumnSelectButton:selected"
  1511.     {
  1512.        inset="-3 3 0 0"
  1513.        render
  1514.        {
  1515.          0="image( x0 + 3, y0 + 3, x1, y1, graphics/icon_collapse_over )"
  1516.        }
  1517.        render_bg {
  1518.        1="fill( x0 + 1, y0, x1 - 1, y1, propertysheetbg )"
  1519.        }
  1520.     }
  1521.  
  1522.    ListPanelDragger
  1523.     {
  1524.         bgcolor="none"
  1525.         render
  1526.         {
  1527.             //fill makes dragger visible
  1528.             0="fill( x0, y0 + 2, x0 + 1, y1 - 3, dialogbg )" // left
  1529.             1="fill (x0, y0, x0+1, y0+3, propertysheetbg )" //dot
  1530.         }
  1531.    }
  1532.  
  1533.    ListPanelInterior
  1534.    {
  1535.         inset="3 1 0 0"
  1536.         font-size=18
  1537.         textcolor="text2"
  1538.         bgcolor="none"
  1539.    render
  1540.             {
  1541.  
  1542.             }
  1543.         render_bg
  1544.             {
  1545.  
  1546.             }
  1547.    }
  1548.  
  1549.    ListPanelInterior:scrollbar
  1550.    {
  1551.         bgcolor=none
  1552.         inset="3 1 -1 0"
  1553.         textcolor="text2"
  1554.         render
  1555.             {
  1556.  
  1557.             }
  1558.         render_bg
  1559.             {
  1560.  
  1561.             }
  1562.    }
  1563.  
  1564.     "CSteamRootDialog ListPanel"
  1565.     {
  1566.         padding-left=2
  1567.         padding-right=2
  1568.     }
  1569.  
  1570.     "Csteamrootdialog ListPanelInterior"
  1571.    {
  1572.      inset="3 0 3 0"
  1573.             bgcolor=none
  1574.  
  1575.             render_bg {}
  1576.         }
  1577.  
  1578.     "Csteamrootdialog ListPanelInterior:scrollbar"
  1579.    {
  1580.      inset="3 0 -1 0"
  1581.             bgcolor=none
  1582.             render
  1583.                 {
  1584.  
  1585.                 }
  1586.             render_bg {}
  1587.  
  1588.     }
  1589.  
  1590.     "Page ListPanelInterior"
  1591.     {
  1592.         inset="3 1 -1 0"
  1593.         font-size=18
  1594.         bgcolor=none
  1595.         render
  1596.         {
  1597.  
  1598.         }
  1599.         render_bg
  1600.         {
  1601.             // background gradient
  1602.             0="gradient( x0, y0, x1, y1, dialogbg, almostblack )"
  1603.         }
  1604.     }
  1605.  
  1606.     "Page ListPanelInterior:scrollbar"
  1607.     {
  1608.         inset="3 1 -1 0"
  1609.         bgcolor=none
  1610.         render_bg
  1611.         {
  1612.             // background gradient
  1613.             0="gradient( x0, y0, x1+16, y1, dialogbg, almostblack )"
  1614.         }
  1615.     }
  1616.  
  1617.    ListPanelSectionHeader
  1618.    {
  1619.         inset="2 0 0 0"
  1620.         textcolor=label
  1621.         font-style="uppercase"
  1622.         render_bg
  1623.         {
  1624.             0="gradient_horizontal( x0 - 1, y0, x0 + 250, y1 - 1, propertysheetbg, Friends.ListHeaderFadeOut  )"
  1625.         }
  1626.    }
  1627.  
  1628.    ListPanelSectionHeader:hover
  1629.    {
  1630.        textcolor=texthover
  1631.    }
  1632.  
  1633.     "ListPanel RichText"
  1634.     {
  1635.         textcolor="Text"
  1636.         font-family=basefont
  1637.         font-size=18
  1638.         bgcolor=none
  1639.         render_bg {}
  1640.     }
  1641.  
  1642.     "ListPanel RichText url"
  1643.     {
  1644.         font-size=18
  1645.         textcolor="Text"
  1646.         font-style=underline
  1647.     }
  1648.  
  1649.    "ListPanel RichTextInterior"
  1650.    {
  1651.      bgcolor=DarkDialogBG
  1652.      render_bg {}
  1653.      bgcolor=none
  1654.    }
  1655.  
  1656.    ListPanelSectionCollapser [!$OSX]
  1657.    {
  1658.  
  1659.      bgcolor=none
  1660.      render_bg {}
  1661.      image="graphics/icon_collapse"
  1662.      inset="-4 0 0 0"
  1663.      padding-top=-2
  1664.      padding-bottom=-2
  1665.    }
  1666.  
  1667.    ListPanelSectionCollapser [$OSX]
  1668.    {
  1669.      bgcolor=none
  1670.      render_bg {}
  1671.      image="graphics/icon_collapse_osx"
  1672.      inset="-4 0 0 0"
  1673.      padding-top=-2
  1674.      padding-bottom=-2
  1675.    }
  1676.  
  1677.    ListPanelSectionCollapser:hover [!$OSX]
  1678.    {
  1679.      image="graphics/icon_collapse_over"
  1680.    }
  1681.  
  1682.    ListPanelSectionCollapser:hover [$OSX]
  1683.    {
  1684.      image="graphics/icon_collapse_over_osx"
  1685.    }
  1686.  
  1687.    ListPanelSectionCollapser:selected [!$OSX]
  1688.    {
  1689.      image="graphics/icon_expand"
  1690.    }
  1691.  
  1692.    ListPanelSectionCollapser:selected [$OSX]
  1693.    {
  1694.      image="graphics/icon_expand_osx"
  1695.    }
  1696.  
  1697.    ListPanelSectionCollapser:selected:hover [!$OSX]
  1698.    {
  1699.      image="graphics/icon_expand_over"
  1700.    }
  1701.  
  1702.     ListPanelSectionCollapser:selected:hover [$OSX]
  1703.    {
  1704.      image="graphics/icon_expand_over_osx"
  1705.    }
  1706.  
  1707.     MainNav
  1708.    {
  1709.         textcolor="Label"
  1710.         selectedtextcolor="Text"
  1711.         bgcolor="none"
  1712.         font-family=basefont
  1713.         font-size=28
  1714.         font-weight=700
  1715.         font-style="uppercase"
  1716.    }
  1717.  
  1718.     Menu
  1719.    {
  1720.         bgcolor="MenuBG2"
  1721.         padding-right=4
  1722.         inset="2 2 2 2"
  1723.  
  1724.         render_bg
  1725.         {
  1726.             0="gradient( x0, y0, x1, y0 + 140, MenuBG1, MenuBG2 )"
  1727.             1="fill( x0, y0 + 140, x1, y1, MenuBG2 )"
  1728.  
  1729.  
  1730.         }
  1731.  
  1732.         render {}
  1733.         corner_rounding=1
  1734.    }
  1735.  
  1736.    MenuBar
  1737.    {
  1738.         bgcolor=dialogbg
  1739.         padding-right=1
  1740.         padding-left=6
  1741.         padding-top=2
  1742.         padding-bottom=-2
  1743.    }
  1744.  
  1745.    "Page MenuBar"
  1746.    {
  1747.         bgcolor=none
  1748.    }
  1749.  
  1750.     "MenuBar MenuButton"
  1751.     {
  1752.         textcolor="buttonborder"
  1753.         padding-right=-2
  1754.         inset="-2 0 2 0"
  1755.     }
  1756.  
  1757.     "MenuBar MenuButton:frameFocus"
  1758.     {
  1759.         textcolor="labeldisabled"
  1760.     }
  1761.  
  1762.     "MenuBar MenuButton:frameFocus:hover"
  1763.     {
  1764.         textcolor="texthover"
  1765.         bgcolor=none
  1766.         render_bg
  1767.         {
  1768.         }
  1769.     }
  1770.  
  1771.     "MenuBar MenuButton:frameFocus:selected"
  1772.     {
  1773.         textcolor="texthover"
  1774.         bgcolor=none
  1775.         render_bg
  1776.         {
  1777.         }
  1778.     }
  1779.  
  1780.     MenuButton
  1781.    {
  1782.      font-family=basefont
  1783.      font-size=16
  1784.      font-weight=400
  1785.      textcolor="scrollglyph"
  1786.      bgcolor="none"
  1787.      render_bg {}
  1788.    }
  1789.  
  1790.  MenuButton:hover
  1791.    {
  1792.      textcolor="white"
  1793.    }
  1794.  
  1795.  MenuButton:selected
  1796.    {
  1797.         textcolor="white"
  1798.    }
  1799.  
  1800.     MenuItem
  1801.    {
  1802.         font-family=basefont
  1803.         textcolor="label"
  1804.         font-size=16
  1805.         font-weight=400
  1806.         inset="0 0 0 0"
  1807.         padding-right=6
  1808.         bgcolor="none"
  1809.         render_bg {}
  1810.    }
  1811.  
  1812.  MenuItem:selected
  1813.    {
  1814.         textcolor="TextHover"
  1815.         bgcolor="none"
  1816.    }
  1817.  
  1818.  MenuItem:hover
  1819.    {
  1820.         textcolor="white"
  1821.         bgcolor="none"
  1822.    }
  1823.  
  1824.    MenuItem:disabled
  1825.    {
  1826.         textcolor="labeldisabled"
  1827.         shadowtextcolor=none
  1828.    }
  1829.  
  1830.    MenuItem:disabled:hover
  1831.    {
  1832.         textcolor="labeldisabled"
  1833.         shadowtextcolor=none
  1834.    }
  1835.  
  1836.    MenuSeparator
  1837.    {
  1838.         inset="-4 0 0 0"
  1839.         textcolor="divider"
  1840.         bgcolor=none
  1841.    }
  1842.  
  1843.    Notification
  1844.    {
  1845.         font-family=basefont
  1846.         font-size=18
  1847.         font-weight=400
  1848.         bgcolor=none
  1849.         render_bg
  1850.         {
  1851.             0="gradient( x0, y0, x1, y0+80, DialogBG, ClientBG )"
  1852.  
  1853.             1="gradient_horizontal( x0, y1-1, x1, y1, ClientBG, Highlight5 )"    // bottom
  1854.             2="gradient( x1-1, y0, x1, y1 , ClientBG, Highlight5 )" // right
  1855.             3="fill( x0, y0, x1, y0+1, ClientBG )"  // top
  1856.             4="fill( x0, y0, x0+1, y1, ClientBG )" // left
  1857.         }
  1858.         render {}
  1859.    }
  1860.  
  1861.  
  1862.    Page
  1863.    {
  1864.         bgcolor="none"
  1865.         render_bg
  1866.         {
  1867.             // background gradient
  1868.             0="gradient( x0, y0 + 18, x1, y1, DialogBG, PropertySheetBG )"
  1869.         }
  1870.    }
  1871.  
  1872.    "CSteamRootDialog Page"
  1873.    {
  1874.         bgcolor="none"
  1875.         render_bg {}
  1876.    }
  1877.  
  1878.    "Page RadioButtonList"
  1879.    {
  1880.         bgcolor="DialogBG"
  1881.    }
  1882.  
  1883.         PageTab
  1884.    {
  1885.         textcolor="Label"
  1886.         font-family=basefont
  1887.         font-size=15
  1888.         font-style=Uppercase
  1889.         font-weight=400
  1890.         inset="0 -2 0 0"
  1891.    render_bg
  1892.         {
  1893.             // background gradient
  1894.             0="fill( x0, y0 , x1, y1 - 4, PropertySheetBG )"
  1895.             1="fill(x0, y1-2, x1+3000, y1 -1, divider )"
  1896.         }
  1897.    }
  1898.  
  1899.  
  1900.    PageTab:selected
  1901.    {
  1902.         textcolor="texthover"
  1903.         font-family=basefont
  1904.         font-size=15
  1905.         font-style=Uppercase
  1906.         font-weight=400
  1907.         inset="0 -2 0 0"
  1908.         bgcolor="none"
  1909.       render_bg
  1910.             {
  1911.                 // background gradient
  1912.                 0="gradient( x0, y0 , x1, y1, divider, dialogbg )"
  1913.             1="fill(x1, y1-2, x1+3000, y1 - 1, divider )"
  1914.             }
  1915.    }
  1916.  
  1917.  
  1918.     PageTab:hover
  1919.    {
  1920.         textcolor="texthover"
  1921.         font-family=basefont
  1922.         font-size=15
  1923.         font-style=Uppercase
  1924.         font-weight=400
  1925.         inset="0 -2 0 0"
  1926.         render_bg
  1927.             {
  1928.                 // background gradient
  1929.                 0="fill( x0, y0 , x1, y1 - 4, buttonfacehover )"
  1930.                 1="fill(x0, y1-2, x1+3000, y1 -1, divider )"
  1931.             }
  1932.    }
  1933.  
  1934.    PageTab:selected:hover
  1935.    {
  1936.         textcolor="texthover"
  1937.         font-family=basefont
  1938.         font-size=15
  1939.         font-style=Uppercase
  1940.         font-weight=400
  1941.         inset="0 -2 0 0"
  1942.         bgcolor="none"
  1943.       render_bg
  1944.             {
  1945.                 // background gradient
  1946.                 0="gradient( x0, y0 , x1, y1, divider, dialogbg )"
  1947.             1="fill(x1, y1-2, x1+3000, y1 - 1, divider )"
  1948.             }
  1949.    }
  1950.  
  1951.  PageTab:Focus
  1952.       {
  1953.         textcolor="Texthover"
  1954.    }
  1955.  
  1956.     "PageDragFrame PageTab"
  1957.     {
  1958.         font-size=16
  1959.         font-style=""
  1960.     }
  1961.  
  1962.  TabCloseButton
  1963.    {
  1964.         render_bg {}
  1965.         image="graphics/tiny_x_default"
  1966.    }
  1967.  
  1968.     TabCloseButton:hover
  1969.    {
  1970.         image="graphics/tiny_x_hover"
  1971.    }
  1972.  
  1973.    Panel
  1974.     {
  1975.         font-family=basefont
  1976.         font-size=16
  1977.         font-weight=400
  1978.         textcolor="Text"
  1979.         bgcolor="none"
  1980.  }
  1981.  
  1982.    ProgressBar
  1983.    {
  1984.         textcolor="highlight5a"
  1985.         bgcolor="none"
  1986.         render
  1987.         {
  1988.             // lines around
  1989.         1="fill( x0 + 1, y0 + 1, x1 - 1, y0 + 2, ButtonBorder )"  // top
  1990.         2="fill( x0 + 1, y1 - 2, x1 - 1, y1 - 1, ButtonBorder )"  // bottom
  1991.         3="fill( x0 + 1, y0 + 1, x0 + 2, y1 - 1, ButtonBorder )"  // left
  1992.         4="fill( x1 - 2, y0 + 1, x1 - 1, y1 - 1, ButtonBorder )"  // right
  1993.         }
  1994.     }
  1995.  
  1996.     "Page ProgressBar"
  1997.    {
  1998.         textcolor="highlight5a"
  1999.         bgcolor="none"
  2000.         render
  2001.         {
  2002.             // lines around
  2003.         1="fill( x0 + 1, y0 + 1, x1 - 1, y0 + 2, ButtonBorder )"  // top
  2004.         2="fill( x0 + 1, y1 - 2, x1 - 1, y1 - 1, ButtonBorder )"  // bottom
  2005.         3="fill( x0 + 1, y0 + 1, x0 + 2, y1 - 1, ButtonBorder )"  // left
  2006.         4="fill( x1 - 2, y0 + 1, x1 - 1, y1 - 1, ButtonBorder )"  // right
  2007.         }
  2008.    }
  2009.  
  2010.    PropertyPage
  2011.    {
  2012.         bgcolor="PropertySheetBG"
  2013.    }
  2014.  
  2015.    "CFriendsDialog PropertySheet"
  2016.    {
  2017.         bgcolor="none"
  2018.    }
  2019.  
  2020.    RadioButton
  2021.    {
  2022.         font-family=basefont
  2023.         font-size=16
  2024.         font-weight=400
  2025.         textcolor="Label"
  2026.         render_bg {}
  2027.         image="graphics/RadUnselStd"
  2028.         bgcolor=none
  2029.    }
  2030.  
  2031.    RadioButton:selected
  2032.    {
  2033.         render_bg {}
  2034.         image="graphics/radSelStd"
  2035.    }
  2036.  
  2037.    RadioButton:focus
  2038.    {
  2039.         textcolor="Texthover"
  2040.         bgcolor=none
  2041.         image="graphics/radSelDown"
  2042.    }
  2043.  
  2044.    RadioButton:selected:focus
  2045.    {
  2046.         textcolor="Texthover"
  2047.         bgcolor=none
  2048.         image="graphics/radSelFocus"
  2049.    }
  2050.  
  2051.    RadioButtonList
  2052.    {
  2053.         bgcolor="none"
  2054.         inset="-2 0 0 0"
  2055.         render_bg
  2056.             {
  2057.             0="gradient( x0, y0, x1, y1, DialogBG, ClientBG  )"
  2058.             }
  2059.    }
  2060.  
  2061.    RichText
  2062.    {
  2063.         textcolor="Text"
  2064.         selectedtextcolor="TextSelected"
  2065.         font-family=basefont
  2066.         font-size=16
  2067.         font-weight=400
  2068.         inset="-1 -1 0 0"
  2069.         render_bg
  2070.         {
  2071.         -1="fill( x0 + 1, y0 + 1, x1 - 1, y1 - 1, DialogBG )"
  2072.  
  2073.         // lines around
  2074.         1="fill( x0 + 1, y0 + 1, x1 - 1, y0 + 2, ButtonBorder )"  // top
  2075.         2="fill( x0 + 1, y1 - 1, x1 - 1, y1, ButtonBorder )"  // bottom
  2076.         3="fill( x0 + 1, y0 + 1, x0 + 2, y1 - 1, ButtonBorder )"  // left
  2077.         4="fill( x1 - 2, y0 + 1, x1 - 1, y1 - 1, ButtonBorder )"  // right
  2078.         }
  2079.    }
  2080.  
  2081.    RichTextInterior
  2082.         {
  2083.         bgcolor=none
  2084.    }
  2085.  
  2086.     // style of links in a rich text control
  2087.  
  2088.     "RichText url"
  2089.     {
  2090.         font-size=16
  2091.         textcolor="label"
  2092.         selectedtextcolor="label"
  2093.         font-style=underline
  2094.     }
  2095.  
  2096.     "RichText url:hover"
  2097.     {
  2098.         textcolor="Texthover"
  2099.     }
  2100.  
  2101.     "CFriendPanel RichText URL"
  2102.         {
  2103.         textcolor="text"
  2104.         font-style=underline
  2105.         font-size=16
  2106.         }
  2107.  
  2108.     // style of bold text in a rich text control
  2109.     "RichText bold"
  2110.     {
  2111.         font-size=18
  2112.         font-weight=1000
  2113.     }
  2114.  
  2115.     "RichText emphasis"
  2116.     {
  2117.         font-size=18
  2118.         font-style=italic
  2119.     }
  2120.  
  2121.     ScrollBar
  2122.     {
  2123.         inset="0 0 0 0"
  2124.     }
  2125.  
  2126.    ScrollBarButton.up
  2127.    {
  2128.         bgcolor=none
  2129.         inset="-1 2 0 0"
  2130.         image="graphics/icon_up_default"
  2131.         render_bg
  2132.         {
  2133.             // background fill
  2134.             0="fill( x0 + 2, y0 + 3, x1 - 4, y1 + 2, buttonface )"
  2135.         }
  2136.  
  2137.    }
  2138.  
  2139.    ScrollBarButton.up:hover
  2140.    {
  2141.         bgcolor=none
  2142.         inset="-1 2 0 0"
  2143.         image="graphics/icon_up_hover"
  2144.         render_bg
  2145.         {
  2146.             // background fill
  2147.             0="fill( x0 + 2, y0 + 3, x1 - 4, y1 + 2, buttonfaceActive )"
  2148.         }
  2149.    }
  2150.  
  2151.    ScrollBarButton.up:active
  2152.    {
  2153.         inset="-1 2 0 0"
  2154.         image="graphics/icon_up_hover"
  2155.         render_bg
  2156.         {
  2157.             // background fill
  2158.             0="fill( x0 + 2, y0 + 3, x1 - 4, y1 + 2, buttonfaceActive )"
  2159.         }
  2160.    }
  2161.  
  2162.    ScrollBarButton.up:disabled
  2163.    {
  2164.         inset="-1 2 0 0"
  2165.         image="graphics/icon_up_disabled"
  2166.         render_bg
  2167.         {
  2168.             // background fill
  2169.             0="fill( x0 + 2, y0 + 3, x1 - 4, y1 + 2, buttonfaceDisabled )"
  2170.         }
  2171.    }
  2172.  
  2173.    ScrollBarButton.down
  2174.     {
  2175.         bgcolor=none
  2176.         inset="-2 0 0 0"
  2177.         image="graphics/icon_down_default"
  2178.         render_bg
  2179.         {
  2180.             // background fill
  2181.             0="fill( x0 + 2, y0 - 1, x1 - 4, y1 - 3, buttonface )"
  2182.         }
  2183.    }
  2184.  
  2185.    ScrollBarButton.down:hover
  2186.         {
  2187.         inset="-2 0 0 0"
  2188.         image="graphics/icon_down_hover"
  2189.         render_bg
  2190.         {
  2191.             // background fill
  2192.             0="fill( x0 + 2, y0 - 1, x1 - 4, y1 - 3, buttonfaceActive )"
  2193.         }
  2194.    }
  2195.  
  2196.    ScrollBarButton.down:active
  2197.         {
  2198.         inset="-2 0 0 0"
  2199.         image="graphics/icon_down_hover"
  2200.         render_bg
  2201.         {
  2202.             // background fill
  2203.             0="fill( x0 + 2, y0 - 1, x1 - 4, y1 - 3, buttonfaceActive )"
  2204.         }
  2205.    }
  2206.  
  2207.  
  2208.     ScrollBarButton.down:disabled
  2209.         {
  2210.         inset="-2 0 0 0"
  2211.         image="graphics/icon_down_hover"
  2212.         render_bg
  2213.         {
  2214.             // background fill
  2215.             0="fill( x0 + 2, y0 - 1, x1 - 4, y1 - 3, buttonfaceDisabled )"
  2216.         }
  2217.    }
  2218.  
  2219.    ScrollBarButton.left
  2220.    {
  2221.         bgcolor=none
  2222.         inset="1 3 0 0"
  2223.         image="graphics/icon_left_default"
  2224.         render_bg
  2225.             {
  2226.                 // center fill
  2227.                 0="fill( x0 + 2, y0 + 5, x1, y1 - 3, ButtonFace )"
  2228.             }
  2229.    }
  2230.  
  2231.    ScrollBarButton.left:hover
  2232.    {
  2233.  
  2234.         image="graphics/icon_left_hover"
  2235.         inset="1 3 0 0"
  2236.         render_bg
  2237.             {
  2238.                 // center fill
  2239.                 0="fill( x0 + 2, y0 + 5, x1, y1 - 3, ButtonFaceActive )"
  2240.         }
  2241.    }
  2242.  
  2243.    ScrollBarButton.right
  2244.    {
  2245.         bgcolor=none
  2246.         image="graphics/icon_right_default"
  2247.         inset="0 2 0 0"
  2248.         render_bg
  2249.             {
  2250.                 // center fill
  2251.                 0="fill( x0, y0 + 5, x1, y1 - 3, ButtonFace )"
  2252.         }
  2253.    }
  2254.  
  2255.    ScrollBarButton.right:hover
  2256.    {
  2257.         image="graphics/icon_right_hover"
  2258.         inset="0 2 0 0"
  2259.         render_bg
  2260.             {
  2261.             // center fill
  2262.             0="fill( x0, y0 + 5, x1, y1 - 3, ButtonFaceActive )"
  2263.      }
  2264.    }
  2265.  
  2266.    ScrollBarHandle  //vertical scrollbar thumb
  2267.    {
  2268.         bgcolor=none
  2269.         image="graphics/icon_scroll_handle"
  2270.         render_bg
  2271.         {
  2272.             // center fill
  2273.             0="fill( x0 + 2, y0 + 6, x1 - 4, y1 - 5, ButtonFace )"
  2274.         }
  2275.    }
  2276.  
  2277.    "ScrollBarHandle:hover"
  2278.    {
  2279.         image="graphics/icon_scroll_handle_over"
  2280.         render_bg
  2281.         {
  2282.             // center fill
  2283.             0="fill( x0 + 2, y0 + 6, x1 - 4, y1 - 5, ButtonFaceActive )"
  2284.         }
  2285.    }
  2286.  
  2287.    "ScrollBarHandle:active"
  2288.    {
  2289.         image="graphics/icon_scroll_handle_over"
  2290.         render_bg
  2291.         {
  2292.             // center fill
  2293.             0="fill( x0 + 2, y0 + 6, x1 - 4, y1 - 5, ButtonFaceActive )"
  2294.         }
  2295.    }
  2296.  
  2297.  
  2298.  
  2299.    "SliderHoriz"  //horizontal scrollbar thumb
  2300.    {
  2301.         image="graphics/icon_scroll_handle_horiz"
  2302.      render
  2303.      {
  2304.         // center fill
  2305.        1="fill( x0 + 2, y0 + 6, x1 - 1, y1 - 3, ButtonFace )"
  2306.             }
  2307.    }
  2308.  
  2309.    "SliderHoriz:hover"
  2310.    {
  2311.  
  2312.             image="graphics/icon_scroll_handle_over_horiz"
  2313.      render
  2314.         {
  2315.         // center fill
  2316.             0="fill( x0 + 2, y0 + 6, x1 - 1, y1 - 3, ButtonFaceActive )"
  2317.                 }
  2318.    }
  2319.  
  2320.    "SliderHoriz:active"
  2321.    {
  2322.  
  2323.         image="graphics/icon_scroll_handle_over_horiz"
  2324.         render {
  2325.         // center fill
  2326.             0="fill( x0 + 2, y0 + 6, x1 - 1, y1 - 3, ButtonFaceActive )"
  2327.         }
  2328.    }
  2329.  
  2330.    ScrollBarSlider // gutter
  2331.    {
  2332.         bgcolor="none"
  2333.         render{ }
  2334.         render_bg
  2335.         {
  2336.  
  2337.             //background fill
  2338.             2="gradient( x0 + 2, y0 + 6, x1 - 4, y0 + 200, scrollbg, none)"
  2339.         }
  2340.    }
  2341.  
  2342.    ScrollBarSliderHoriz // gutter
  2343.    {
  2344.         bgcolor="none"
  2345.         render{ }
  2346.         render_bg { }
  2347.    }
  2348.  
  2349.  
  2350.    "GamesPage_Details ListPanel ScrollBarSlider" // gutter in games list detail view
  2351.    {
  2352.         bgcolor="none"
  2353.         render{ }
  2354.         render_bg
  2355.         {
  2356.             //background fill
  2357.             0="gradient( x0 + 2, y0 + 6, x1 - 4, y0 + 200, scrollbg, none)"
  2358.         }
  2359.    }
  2360.  
  2361.    ScrollBarSlider:disabled
  2362.    {
  2363.         bgcolor="none"
  2364.         render_bg {}
  2365.    }
  2366.  
  2367.    "ScrollBar SliderHoriz" // gutter
  2368.    {
  2369.         bgcolor="dialogbg"
  2370.    }
  2371.  
  2372.     "HTML ScrollBar"
  2373.     {
  2374.         bgcolor="none"
  2375.         render_bg {
  2376.             0="fill(x0,y0,x1, y1 - 1, almostblack)"
  2377.         }
  2378.     }
  2379.     "HTML ScrollBar.Horizontal"
  2380.     {
  2381.         bgcolor="none"
  2382.         render_bg {
  2383.             0="fill(x0,y0,x1+25,y1, almostblack)"
  2384.         }
  2385.     }
  2386.  
  2387.     "HTML ScrollBarSlider.Horizontal"
  2388.     {
  2389.         bgcolor=none
  2390.         render_bg {
  2391.             //background fill
  2392.             0="gradient_horizontal( x0 + 6, y0 + 5, x0 + 200, y1 - 2, dark, none)"
  2393.         }
  2394.  
  2395.     }
  2396.  
  2397.     "HTML SliderHoriz"
  2398.     {
  2399.         bgcolor=none
  2400.         render_bg
  2401.         {
  2402.         }
  2403.     }
  2404.  
  2405.    SectionedListPanel
  2406.    {
  2407.             bgcolor="propertysheetbg"
  2408.             font-family=basefont
  2409.             font-size=16
  2410.             font-weight=400
  2411.             textcolor="Text"
  2412.             selectedtextcolor="TextSelected"
  2413.             selectedbgcolor="Focus"
  2414.             bgcolor="none"
  2415.         render
  2416.             {
  2417.  
  2418.             }
  2419.               render_bg
  2420.      {
  2421.         // background fill
  2422.             0="gradient( x0, y0, x1, y0 + 140, dialogbg, almostblack )"
  2423.             1="fill( x0, y0 + 140, x1, y1, almostblack )"
  2424.      }
  2425.      inset="1 -1 1 1"
  2426.    }
  2427.  
  2428.    "CFriendsDialog SectionedListPanel"
  2429.    {
  2430.      bgcolor="none"
  2431.      font-family=basefont
  2432.      font-size=16
  2433.      font-weight=400
  2434.      textcolor="Text"
  2435.      selectedtextcolor="TextSelected"
  2436.      selectedbgcolor="Focus"
  2437.      render { }
  2438.      render_bg
  2439.      {
  2440.         // background fill
  2441.             0="gradient( x0, y0, x1, y0 + 140, dialogbg, almostblack )"
  2442.             1="fill( x0, y0 + 140, x1, y1, almostblack )"
  2443.      }
  2444.    }
  2445.  
  2446.    SectionedlistpanelCollapser
  2447.    {
  2448.      render_bg {}
  2449.      bgcolor=none
  2450.      image="graphics/icon_collapse"
  2451.      inset="2 1 0 0"
  2452.    }
  2453.  
  2454.    SectionedListPanelCollapser:hover
  2455.    {
  2456.      image="graphics/icon_collapse_over"
  2457.    }
  2458.  
  2459.    SectionedListPanelCollapser:selected
  2460.    {
  2461.      image="graphics/icon_expand"
  2462.    }
  2463.  
  2464.    SectionedListPanelCollapser:selected:hover
  2465.    {
  2466.      image="graphics/icon_expand_over"
  2467.    }
  2468.  
  2469.    Slider
  2470.    {
  2471.      font-family=basefont
  2472.      font-size=12
  2473.      font-weight=400
  2474.      textcolor="label"
  2475.      font-style=uppercase
  2476.    }
  2477.  
  2478.    Slider:focus
  2479.    {
  2480.      textcolor="Text"
  2481.    }
  2482.  
  2483.    StatusLabel
  2484.    {
  2485.      font-family=basefont
  2486.      font-size=16
  2487.      font-weight=400
  2488.      textcolor="labelfocus"
  2489.      font-style=uppercase
  2490.    }
  2491.  
  2492.    StatusLabelDim
  2493.    {
  2494.      font-family=basefont
  2495.      font-size=16
  2496.      font-weight=400
  2497.      textcolor="TextDisabled"
  2498.      font-style=normal
  2499.    }
  2500.  
  2501.    StatusLabel:hover
  2502.    {
  2503.      font-family=basefont
  2504.      font-size=16
  2505.      font-weight=400
  2506.      textcolor="white"
  2507.      font-style=uppercase
  2508.    }
  2509.  
  2510.    TextEntry
  2511.    {
  2512.      font-family=basefont
  2513.      font-size=16
  2514.      textcolor="Text"
  2515.      font-weight=400
  2516.      bgcolor="none"
  2517.      selectedtextcolor="white"
  2518.      selectedbgcolor="TextSelectedBG"
  2519.      shadowtextcolor="text"  // this is the cursor color
  2520.  
  2521.      inset-left=4
  2522.      inset-top=0
  2523.      render
  2524.      {
  2525.  
  2526.             // lines around
  2527.         1="fill( x0 + 1, y0 + 1, x1 - 1, y0 + 2, ButtonBorder )"  // top
  2528.         2="fill( x0 + 1, y1 - 2, x1 - 1, y1 - 1, ButtonBorder )"  // bottom
  2529.         3="fill( x0 + 1, y0 + 1, x0 + 2, y1 - 1, ButtonBorder )"  // left
  2530.         4="fill( x1 - 2, y0 + 1, x1 - 1, y1 - 1, ButtonBorder )"  // right
  2531.  
  2532.      }
  2533.    }
  2534.  
  2535.     "Page TextEntry"
  2536.    {
  2537.      render
  2538.      {
  2539.  
  2540.             // lines around
  2541.         1="fill( x0 + 1, y0 + 1, x1 - 1, y0 + 2, ButtonBorder )"  // top
  2542.         2="fill( x0 + 1, y1 - 2, x1 - 1, y1 - 1, ButtonBorder )"  // bottom
  2543.         3="fill( x0 + 1, y0 + 1, x0 + 2, y1 - 1, ButtonBorder )"  // left
  2544.         4="fill( x1 - 2, y0 + 1, x1 - 1, y1 - 1, ButtonBorder )"  // right
  2545.      }
  2546.    }
  2547.  
  2548.    TextEntry:focus
  2549.    {
  2550.         textcolor="TextHover"
  2551.         bgcolor=none
  2552.         render
  2553.         {
  2554.             // lines around
  2555.         1="fill( x0 + 1, y0 + 1, x1 - 1, y0 + 2, ButtonBorderFocus )"  // top
  2556.         2="fill( x0 + 1, y1 - 2, x1 - 1, y1 - 1, ButtonBorderFocus )"  // bottom
  2557.         3="fill( x0 + 1, y0 + 1, x0 + 2, y1 - 1, ButtonBorderFocus )"  // left
  2558.         4="fill( x1 - 2, y0 + 1, x1 - 1, y1 - 1, ButtonBorderFocus )"  // right
  2559.         }
  2560.    }
  2561.  
  2562.    "Page TextEntry:focus"
  2563.    {
  2564.      textcolor="TextHover"
  2565.      render
  2566.      {
  2567.             // lines around
  2568.         1="fill( x0 + 1, y0 + 1, x1 - 1, y0 + 2, ButtonBorderFocus )"  // top
  2569.         2="fill( x0 + 1, y1 - 2, x1 - 1, y1 - 1, ButtonBorderFocus )"  // bottom
  2570.         3="fill( x0 + 1, y0 + 1, x0 + 2, y1 - 1, ButtonBorderFocus )"  // left
  2571.         4="fill( x1 - 2, y0 + 1, x1 - 1, y1 - 1, ButtonBorderFocus )"  // right
  2572.      }
  2573.    }
  2574.  
  2575.  
  2576.    TextEntry:disabled
  2577.    {
  2578.      textcolor="TextDisabled"
  2579.      bgcolor="ButtonFaceDisabled"
  2580.      render
  2581.      {
  2582.             // lines around
  2583.         1="fill( x0 + 1, y0 + 1, x1 - 1, y0 + 2, ButtonBorderDisabled )"  // top
  2584.         2="fill( x0 + 1, y1 - 2, x1 - 1, y1 - 1, ButtonBorderDisabled )"  // bottom
  2585.         3="fill( x0 + 1, y0 + 1, x0 + 2, y1 - 1, ButtonBorderDisabled )"  // left
  2586.         4="fill( x1 - 2, y0 + 1, x1 - 1, y1 - 1, ButtonBorderDisabled )"  // right
  2587.      }
  2588.    }
  2589.  
  2590.     // The 'empty' style is used for 'hint text' in text entry fields.
  2591.     // If the text box does not have focus and does not have content, a
  2592.     // hint text property will be shown with this style. This is comment
  2593.     // to pre-fill to box with something like 'Search' that goes away when active
  2594.     TextEntry:empty
  2595.     {
  2596.         font-style=italic
  2597.         textcolor=LabelDisabled
  2598.     }
  2599.  
  2600.    TextEntryLarge
  2601.    {
  2602.      font-family=basefont
  2603.      font-size=22
  2604.      textcolor="Text"
  2605.      font-weight=400
  2606.      bgcolor="none"
  2607.      selectedtextcolor="TextEntrySelected"
  2608.      selectedbgcolor="TextSelectedBG"
  2609.      shadowtextcolor="text"  // this is the cursor color
  2610.  
  2611.      inset-left=4
  2612.      render
  2613.      {
  2614.        // lines around
  2615.         1="fill( x0 + 1, y0 + 1, x1 - 1, y0 + 2, ButtonBorder )"  // top
  2616.         2="fill( x0 + 1, y1 - 2, x1 - 1, y1 - 1, ButtonBorder )"  // bottom
  2617.         3="fill( x0 + 1, y0 + 1, x0 + 2, y1 - 1, ButtonBorder )"  // left
  2618.         4="fill( x1 - 2, y0 + 1, x1 - 1, y1 - 1, ButtonBorder )"  // right
  2619.      }
  2620.    }
  2621.  
  2622.    TextEntryLarge:focus
  2623.    {
  2624.      textcolor="TextHover"
  2625.      render
  2626.      {
  2627.        // lines around
  2628.         1="fill( x0 + 1, y0 + 1, x1 - 1, y0 + 2, ButtonBorderFocus )"  // top
  2629.         2="fill( x0 + 1, y1 - 2, x1 - 1, y1 - 1, ButtonBorderFocus  )"  // bottom
  2630.         3="fill( x0 + 1, y0 + 1, x0 + 2, y1 - 1, ButtonBorderFocus  )"  // left
  2631.         4="fill( x1 - 2, y0 + 1, x1 - 1, y1 - 1, ButtonBorderFocus  )"  // right
  2632.      }
  2633.    }
  2634.  
  2635.    TextEntryLarge:disabled
  2636.    {
  2637.      textcolor="TextDisabled"
  2638.      bgcolor="ButtonFaceDisabled"
  2639.      render
  2640.      {
  2641.        // lines around
  2642.         1="fill( x0 + 1, y0 + 1, x1 - 1, y0 + 2, ButtonBorderDisabled )"  // top
  2643.         2="fill( x0 + 1, y1 - 2, x1 - 1, y1 - 1, ButtonBorderDisabled )"  // bottom
  2644.         3="fill( x0 + 1, y0 + 1, x0 + 2, y1 - 1, ButtonBorderDisabled )"  // left
  2645.         4="fill( x1 - 2, y0 + 1, x1 - 1, y1 - 1, ButtonBorderDisabled )"  // right
  2646.      }
  2647.    }
  2648.  
  2649.    TextEntryURL
  2650.     {
  2651.         font-family=basefont
  2652.         font-size=16
  2653.         textcolor="text"
  2654.         font-weight=400
  2655.         bgcolor="none"
  2656.         selectedtextcolor="TextEntrySelected"
  2657.         selectedbgcolor="TextSelectedBG"
  2658.         shadowtextcolor="Text"  // this is the cursor color
  2659.         inset-left=0
  2660.         inset-top=-1
  2661.         render { }
  2662.     }
  2663.  
  2664.     TextEntryURL:Hover
  2665.     {
  2666.         textcolor="texthover"
  2667.         render
  2668.         {
  2669.             // lines around
  2670.         1="fill( x0 + 1, y0 + 1, x1 - 1, y0 + 2, ButtonFaceDisabled )"  // top
  2671.         2="fill( x0 + 1, y1 - 2, x1 - 1, y1 - 1, ButtonFaceDisabled )"  // bottom
  2672.         3="fill( x0 + 1, y0 + 1, x0 + 2, y1 - 1, ButtonFaceDisabled )"  // left
  2673.         4="fill( x1 - 2, y0 + 1, x1 - 1, y1 - 1, ButtonFaceDisabled )"  // right
  2674.         }
  2675.     }
  2676.  
  2677.     ToggleButton
  2678.    {
  2679.      inset="1 0 0 0"
  2680.      inset="1 3 0 0" [$OSX]
  2681.      font-family=basefont
  2682.      font-size=15
  2683.      font-weight=400
  2684.      textcolor="Text"
  2685.      bgcolor=none
  2686.      render_bg
  2687.      {
  2688.  
  2689.        // background fill
  2690.        0="gradient( x0, y0, x1, y1, buttonface2, propertysheetbg )"
  2691.      }
  2692.    }
  2693.  
  2694.    ToggleButton:focus
  2695.    {
  2696.            textcolor="TextHover"
  2697.            bgcolor="none"
  2698.             render_bg
  2699.         {
  2700.             // background fill
  2701.             0="gradient( x0, y0, x1, y1, buttonface2, propertysheetbg )"
  2702.         }
  2703.    }
  2704.  
  2705.    ToggleButton:hover
  2706.    {
  2707.      textcolor="TextHover"
  2708.      bgcolor="none"
  2709.      render_bg
  2710.      {
  2711.  
  2712.        // background fill
  2713.        0="gradient( x0, y0, x1, y1, buttonfaceactive, propertysheetbg )"
  2714.      }
  2715.    }
  2716.  
  2717.    ToggleButton:selected
  2718.    {
  2719.  
  2720.      textcolor="TextHover"
  2721.      bgcolor="none"
  2722.      render_bg
  2723.      {
  2724.             // background fill
  2725.         0="gradient( x0, y0, x1, y1, backgroundstartopaque, propertysheetbg )"
  2726.      }
  2727.    }
  2728.  
  2729.  
  2730.    "Page ToggleButton"
  2731.    {
  2732.      font-family=basefont
  2733.      font-size=15
  2734.      font-weight=400
  2735.      textcolor="Text"
  2736.      bgcolor=none
  2737.      render_bg
  2738.      {
  2739.      // background fill
  2740.             0="gradient( x0, y0, x1, y1, buttonface2, propertysheetbg )"
  2741.      }
  2742.    }
  2743.  
  2744.    "Page ToggleButton:hover"
  2745.    {
  2746.      textcolor="TextHover"
  2747.      bgcolor="none"
  2748.      render_bg
  2749.      {
  2750.         0="gradient( x0, y0, x1, y1, buttonfacehover, propertysheetbg )"
  2751.      }
  2752.    }
  2753.  
  2754.    "Page ToggleButton:focus"
  2755.    {
  2756.      textcolor="TextHover"
  2757.      bgcolor="none"
  2758.      render_bg
  2759.      {
  2760.                 0="gradient( x0, y0, x1, y1, buttonfacefocus, propertysheetbg )"
  2761.      }
  2762.    }
  2763.  
  2764.    "Page ToggleButton:selected"
  2765.    {
  2766.      textcolor="TextHover"
  2767.      bgcolor="none"
  2768.      render_bg
  2769.      {
  2770.                 0="gradient( x0, y0, x1, y1, backgroundstartopaque, propertysheetbg )"
  2771.      }
  2772.    }
  2773.  
  2774.    // the background and frame of a tooltip
  2775.    TooltipWindow
  2776.    {
  2777.        bgcolor="MenuBG1"
  2778.    }
  2779.  
  2780.     // body text inside a tooltip
  2781.    "TooltipWindow Label"
  2782.    {
  2783.         padding-left=4
  2784.        textcolor="Text"
  2785.    }
  2786.  
  2787.    // headline text inside a tooltip
  2788.     tooltip_headline
  2789.     {
  2790.         textcolor="TextSelected"
  2791.         padding-left=4
  2792.         padding-top=1
  2793.         padding-bottom=0
  2794.         font-weight=1000
  2795.     }
  2796.  
  2797.    TreeNode
  2798.    {
  2799.      bgcolor=none
  2800.      render_bg {}
  2801.    }
  2802.  
  2803.    TreeNodeImage
  2804.    {
  2805.      bgcolor=none
  2806.    }
  2807.  
  2808.    TreeViewSubPanel
  2809.    {
  2810.      bgcolor=none
  2811.    }
  2812.  
  2813.    TreeNodeText
  2814.    {
  2815.      font-family=basefont
  2816.      font-size=15
  2817.      textcolor="Text"
  2818.      selectedtextcolor="TextSelected"
  2819.      selectedbgcolor="TextSelectedBG"
  2820.      bgcolor=none
  2821.      render {}
  2822.      render_bg {}
  2823.    }
  2824.  
  2825.    TreeView
  2826.    {
  2827.      render_bg
  2828.      {
  2829.        -1="fill( x0 + 1, y0 + 1, x1 - 1, y1 - 1, none )"
  2830.  
  2831.      // lines around
  2832.             1="fill( x0 + 2, y0, x1 - 2, y0 + 1, ButtonBorder )"  // top
  2833.             2="fill( x0 + 2, y1 - 1, x1 - 2, y1, ButtonBorder )"  // bottom
  2834.             3="fill( x0, y0 + 2, x0 + 1, y1 - 2, ButtonBorder )"  // left
  2835.             4="fill( x1 - 1, y0 + 2, x1, y1 - 2, ButtonBorder )"  // right
  2836.  
  2837.      // single pixel fills in the corners
  2838.             5="fill( x0 + 2, y0, x1 - 2, y0 + 1, ButtonBorderDisabled )"  // top
  2839.             6="fill( x0 + 2, y1 - 1, x1 - 2, y1, ButtonBorderDisabled )"  // bottom
  2840.             7="fill( x0, y0 + 2, x0 + 1, y1 - 2, ButtonBorderDisabled )"  // left
  2841.             8="fill( x1 - 1, y0 + 2, x1, y1 - 2, ButtonBorderDisabled )"  // right
  2842.             11="fill( x0, y0 + 1, x0 + 1, y0 + 2, ButtonBorderDisabled2 )"
  2843.             12="fill( x1 - 1, y0 + 1, x1, y0 + 2, ButtonBorderDisabled2 )"
  2844.             13="fill( x0, y1 - 2, x0 + 1, y1 - 1, ButtonBorderDisabled2 )"
  2845.             14="fill( x1 - 1, y1 - 2, x1, y1 - 1, ButtonBorderDisabled2 )"
  2846.             15="fill( x0 + 1, y0, x0 + 2, y0 + 1, ButtonBorderDisabled2 )"
  2847.             16="fill( x1 - 2, y0, x1 - 1, y0 + 1, ButtonBorderDisabled2 )"
  2848.             17="fill( x0 + 1, y1 - 1, x0 + 2, y1, ButtonBorderDisabled2 )"
  2849.             18="fill( x1 - 2, y1 - 1, x1 - 1, y1, ButtonBorderDisabled2 )"
  2850.      }
  2851.    }
  2852.  
  2853.    URLLabel
  2854.    {
  2855.      textcolor="label"
  2856.      bgcolor="none"
  2857.      font-family=basefont
  2858.      font-size=16
  2859.      font-weight=400
  2860.      font-style=underline
  2861.    }
  2862.  
  2863.     URLLabel:Hover
  2864.     {
  2865.      textcolor="texthover"
  2866.      font-size=16
  2867.     }
  2868.  
  2869.     URLLabelSimple
  2870.    {
  2871.      textcolor="labelfocus"
  2872.      bgcolor="none"
  2873.      font-family=basefont
  2874.      font-size=16
  2875.      font-weight=400
  2876.      font-style=regular
  2877.    }
  2878.  
  2879.     URLLabelSimple [$OSX]
  2880.    {
  2881.      textcolor="labelfocus"
  2882.      bgcolor="none"
  2883.      font-family=basefont
  2884.      font-size=13
  2885.      font-weight=400
  2886.      font-style=regular
  2887.    }
  2888.  
  2889.  URLLabelSimple:Hover
  2890.    {
  2891.      font-style=underline
  2892.      textcolor="WHITE"
  2893.    }
  2894.  
  2895.     URLLabelSimple2
  2896.    {
  2897.      textcolor="labelfocus"
  2898.      bgcolor="none"
  2899.      font-family=basefont
  2900.      font-size=16
  2901.      font-weight=400
  2902.      font-style=regular
  2903.    }
  2904.  
  2905.     URLLabelSimple2 [$OSX]
  2906.    {
  2907.      textcolor="labelfocus"
  2908.      bgcolor="none"
  2909.      font-family=basefont
  2910.      font-size=13
  2911.      font-weight=400
  2912.      font-style=regular
  2913.    }
  2914.  
  2915.  URLLabelSimple2:Hover
  2916.    {
  2917.      textcolor="WHITE"
  2918.    }
  2919.  
  2920.  
  2921.    // Steam-specific styles
  2922.    CConsoleHistory
  2923.    {
  2924.      font-family="Lucida Console"
  2925.      font-size=11
  2926.      font-family="DejaVu Sans Mono" [$LINUX]
  2927.      font-size=12 [$LINUX]
  2928.      font-family="Menlo" [$OSX]
  2929.      font-size=14 [$OSX]
  2930.      textcolor="label"
  2931.      selectedtextcolor="TextSelected"
  2932.  
  2933.      render
  2934.             {
  2935.  
  2936.             }
  2937.             render_bg
  2938.             {
  2939.                 // background gradient
  2940.                 1="gradient( x0, y0, x1, y1, dialogbg, almostblack )"
  2941.             }
  2942.    }
  2943.  
  2944.    GameColumnHeaderFavorites
  2945.    {
  2946.      image="steam/cached/fav_remove"
  2947.  
  2948.    }
  2949.  
  2950.    CGamesListFavoritesToggle
  2951.    {
  2952.      image="steam/cached/fav_addTo"
  2953.    }
  2954.  
  2955.    CGamesListFavoritesToggle:hover
  2956.    {
  2957.      image="steam/cached/fav_addTo_ovr"
  2958.    }
  2959.  
  2960.    CGamesListFavoritesToggle:selected
  2961.    {
  2962.      image="steam/cached/fav_remove"
  2963.    }
  2964.  
  2965.    CGamesListFavoritesToggle:selected:hover
  2966.    {
  2967.      image="steam/cached/fav_remove_ovr"
  2968.    }
  2969.  
  2970.    WrapPanel
  2971.    {
  2972.      inset="0 0 0 0"
  2973.      font-family=basefont
  2974.      font-size=16
  2975.      font-weight=400
  2976.      textcolor="Text"
  2977.      selectedtextcolor="TextSelected"
  2978.      selectedbgcolor="Focus"
  2979.      bgcolor=none
  2980.      render_bg {
  2981.        // background gradient
  2982.        1="gradient( x0, y0, x1, y0 + 240, propertysheetbg, DarkDialogBG )"
  2983.        2="fill( x0, y0 + 240, x1, y1, DarkDialogBG )"
  2984.            }
  2985.        inset="1 -1 1 1"
  2986.    }
  2987.  
  2988.    BackButton
  2989.    {
  2990.      bgcolor=none
  2991.      inset="-5 -1 0 0"
  2992.      render_bg={}
  2993.      image="graphics/icon_button_back"
  2994.    }
  2995.  
  2996.    BackButton:hover
  2997.    {
  2998.      bgcolor=none
  2999.      render_bg={}
  3000.      image="graphics/icon_button_back_down"
  3001.    }
  3002.  
  3003.    BackButton:active
  3004.    {
  3005.      bgcolor=none
  3006.      render_bg={}
  3007.      image="graphics/icon_button_back_down"
  3008.    }
  3009.  
  3010.    BackButton:disabled
  3011.    {
  3012.      bgcolor=none
  3013.      render_bg={}
  3014.      image="graphics/icon_button_back_disabled"
  3015.    }
  3016.  
  3017.    FullscreenButton
  3018.    {
  3019.      bgcolor=none
  3020.      render_bg={}
  3021.      image="graphics/icon_controller_bpm"
  3022.    }
  3023.  
  3024.  
  3025.    FullscreenButton:hover
  3026.    {
  3027.      bgcolor=none
  3028.      render_bg={}
  3029.      image="graphics/icon_controller_bpm_over"
  3030.    }
  3031.  
  3032.    FullscreenButton:active
  3033.    {
  3034.      bgcolor=none
  3035.      render_bg={}
  3036.      image="graphics/icon_controller_bpm_down"
  3037.    }
  3038.  
  3039.    FullscreenButton:disabled
  3040.    {
  3041.      bgcolor=none
  3042.      render_bg={}
  3043.      image="graphics/icon_controller_bpm_disabled"
  3044.    }
  3045.  
  3046.    VRButton
  3047.    {
  3048.      bgcolor=none
  3049.      render_bg={}
  3050.      image="graphics/icon_vr"
  3051.    }
  3052.  
  3053.    VRButton:hover
  3054.    {
  3055.      bgcolor=none
  3056.      render_bg={}
  3057.      image="graphics/icon_vr_over"
  3058.    }
  3059.  
  3060.    VRButton:active
  3061.    {
  3062.      bgcolor=none
  3063.      render_bg={}
  3064.      image="graphics/icon_vr_down"
  3065.    }
  3066.  
  3067.    VRButton:disabled
  3068.    {
  3069.      bgcolor=none
  3070.      render_bg={}
  3071.      image="graphics/icon_vr_disabled"
  3072.    }
  3073.  
  3074.    VRButtonExit
  3075.    {
  3076.      bgcolor=none
  3077.      render_bg={}
  3078.      image="graphics/icon_vr_happy"
  3079.    }
  3080.  
  3081.    VRButtonExit:hover
  3082.    {
  3083.      bgcolor=none
  3084.      render_bg={}
  3085.      image="graphics/icon_vr_happy_over"
  3086.    }
  3087.  
  3088.    VRButtonExit:active
  3089.    {
  3090.      bgcolor=none
  3091.      render_bg={}
  3092.      image="graphics/icon_vr_happy_down"
  3093.    }
  3094.  
  3095.    VRButtonExit:disabled
  3096.    {
  3097.      bgcolor=none
  3098.      render_bg={}
  3099.      image="graphics/icon_vr_disabled"
  3100.    }
  3101.  
  3102.    ForwardButton
  3103.    {
  3104.      bgcolor=none
  3105.      inset="-5 -1 0 0"
  3106.      render_bg={}
  3107.      image="graphics/icon_button_forward"
  3108.    }
  3109.  
  3110.    ForwardButton:hover
  3111.    {
  3112.      bgcolor=none
  3113.      render_bg={}
  3114.      image="graphics/icon_button_forward_over"
  3115.    }
  3116.  
  3117.    ForwardButton:active
  3118.    {
  3119.      bgcolor=none
  3120.      render_bg={}
  3121.      image="graphics/icon_button_forward_down"
  3122.    }
  3123.  
  3124.    ForwardButton:disabled
  3125.    {
  3126.      bgcolor=none
  3127.      render_bg={}
  3128.      image="graphics/icon_button_forward_disabled"
  3129.    }
  3130.  
  3131.    HomeButton
  3132.    {
  3133.      bgcolor=none
  3134.      inset="-5 0 0 0"
  3135.      render_bg={}
  3136.      image="graphics/icon_button_home"
  3137.    }
  3138.  
  3139.    HomeButton:hover
  3140.    {
  3141.      bgcolor=none
  3142.      render_bg={}
  3143.      image="graphics/icon_button_home_over"
  3144.    }
  3145.  
  3146.    HomeButton:active
  3147.    {
  3148.      bgcolor=none
  3149.      render_bg={}
  3150.      image="graphics/icon_button_home_down"
  3151.    }
  3152.  
  3153.    HomeButton:disabled
  3154.    {
  3155.      bgcolor=none
  3156.      render_bg={}
  3157.      image="graphics/icon_button_home_disabled"
  3158.    }
  3159.  
  3160.    ReloadButton
  3161.    {
  3162.      bgcolor=none
  3163.      inset="-5 0 0 0"
  3164.      render_bg={}
  3165.      image="graphics/icon_button_reload"
  3166.    }
  3167.  
  3168.    ReloadButton:hover
  3169.    {
  3170.      bgcolor=none
  3171.      render_bg={}
  3172.      image="graphics/icon_button_reload_over"
  3173.    }
  3174.  
  3175.    ReloadButton:active
  3176.    {
  3177.      bgcolor=none
  3178.      render_bg={}
  3179.      image="graphics/icon_button_reload_down"
  3180.    }
  3181.  
  3182.    ReloadButton:disabled
  3183.    {
  3184.      bgcolor=none
  3185.      render_bg={}
  3186.      image="graphics/icon_button_reload_disabled"
  3187.    }
  3188.  
  3189.    StopButton
  3190.    {
  3191.      bgcolor=none
  3192.      inset="-5 0 0 0"
  3193.      render_bg={}
  3194.      image="graphics/icon_button_stop"
  3195.    }
  3196.  
  3197.    StopButton:hover
  3198.    {
  3199.      bgcolor=none
  3200.      render_bg={}
  3201.      image="graphics/icon_button_stop_over"
  3202.    }
  3203.  
  3204.    StopButton:active
  3205.    {
  3206.      bgcolor=none
  3207.      render_bg={}
  3208.      image="graphics/icon_button_stop_down"
  3209.    }
  3210.  
  3211.    StopButton:disabled
  3212.    {
  3213.      bgcolor=none
  3214.      render_bg={}
  3215.      image="graphics/icon_button_stop_disabled"
  3216.    }
  3217.  
  3218.  
  3219.     gamedetails-headerlabel
  3220.     {
  3221.         font-size="20"
  3222.         font-style="normal"
  3223.         font-family=basefont
  3224.         font-weight=700
  3225.         textcolor="Text"
  3226.         font-style="uppercase;"
  3227.     }
  3228.  
  3229.     gamedetails-headerlabel-red
  3230.     {
  3231.         font-size="20"
  3232.         font-style="normal"
  3233.         font-family=basefont
  3234.         font-weight=700
  3235.         textcolor="GameDetailsRed"
  3236.         font-style="uppercase;"
  3237.     }
  3238.  
  3239.     "html-findbar"
  3240.     {
  3241.         font-family=basefont
  3242.         font-size=16
  3243.         textcolor="text2"
  3244.         font-weight=400
  3245.         bgcolor="DarkClientBG"
  3246.         selectedtextcolor="TextEntrySelected"
  3247.         selectedbgcolor="TextSelectedBG"
  3248.         shadowtextcolor="Text"  // this is the cursor color
  3249.         inset-left=0
  3250.         inset-top=0
  3251.  
  3252.             render
  3253.               {
  3254.                 // lines around
  3255.                 0="fill( x0, y0, x0 + 1, y1, ButtonBorder )"
  3256.                 1="gradient_horizontal( x0, y0, x1, y0 + 1, ButtonBorder, none )"
  3257.                 2="gradient_horizontal( x0, y1 - 1, x1, y1, ButtonBorder, none )"
  3258.               }
  3259.     }
  3260.  
  3261.     "html-imebar"
  3262.     {
  3263.         font-family=basefont
  3264.         font-size=16
  3265.         textcolor="text2"
  3266.         font-weight=400
  3267.         bgcolor="DarkClientBG"
  3268.         selectedtextcolor="TextEntrySelected"
  3269.         selectedbgcolor="TextSelectedBG"
  3270.         shadowtextcolor="Text"  // this is the cursor color
  3271.         inset-left=0
  3272.         inset-top=0
  3273.  
  3274.             render
  3275.               {
  3276.                 // lines around
  3277.                 0="fill( x0, y0, x0 + 1, y1, ButtonBorder )"
  3278.                 1="gradient_horizontal( x0, y0, x1, y0 + 1, ButtonBorder, none )"
  3279.                 2="gradient_horizontal( x0, y1 - 1, x1, y1, ButtonBorder, none )"
  3280.               }
  3281.     }
  3282.  
  3283.     gamedetails-headerlabel-green
  3284.     {
  3285.         font-size="20"
  3286.         font-style="normal"
  3287.         textcolor="GameDetailsGreen"
  3288.         font-family=basefont
  3289.         font-weight=700
  3290.         font-style="uppercase;"
  3291.     }
  3292.  
  3293.     gamedetails-headerlabel-blue
  3294.     {
  3295.         font-size="20"
  3296.         font-style="normal"
  3297.         textcolor="GameDetailsBlue"
  3298.         font-family=basefont
  3299.         font-weight=700
  3300.         font-style="uppercase;"
  3301.     }
  3302.  
  3303.     // styles for text used in RichText controls in various places
  3304.  
  3305.     console_text_error
  3306.     {
  3307.         textcolor="Highlight3"
  3308.         font-size=16
  3309.         font-family="DejaVu Sans Mono" [$LINUX]
  3310.         font-size=12 [$LINUX]
  3311.         font-family="Menlo" [$OSX]
  3312.         font-size=16 [$OSX]
  3313.         selectedtextcolor="TextSelected"
  3314.         selectedbgcolor="Focus"
  3315.     }
  3316.  
  3317.     console_text
  3318.     {
  3319.         font-family="Lucida Console"
  3320.         font-size=12
  3321.         font-family="DejaVu Sans Mono" [$LINUX]
  3322.         font-size=12 [$LINUX]
  3323.         font-family="Menlo" [$OSX]
  3324.         font-size=14 [$OSX]
  3325.         textcolor="text"
  3326.         selectedtextcolor="TextSelected"
  3327.         selectedbgcolor="Focus"
  3328.     }
  3329.  
  3330.     friends_chat_text
  3331.     {
  3332.         textcolor="text"
  3333.         selectedtextcolor="TextentrySelected"
  3334.         SelectedBgColor="focus"
  3335.         font-size=18
  3336.     }
  3337.  
  3338.     friends_chat_text_self
  3339.     {
  3340.         textcolor="ChatOwnTextColor"
  3341.         selectedtextcolor="TextentrySelected"
  3342.         selectedbgcolor="focus"
  3343.         font-size=18
  3344.     }
  3345.  
  3346.     friends_chat_history
  3347.     {
  3348.         textcolor="ChatDialog.HistoryColor"
  3349.         selectedtextcolor="TextentrySelected"
  3350.         selectedbgcolor="focus"
  3351.         font-size=18
  3352.     }
  3353.  
  3354.     friends_chat_event
  3355.     {
  3356.         textcolor="Text"
  3357.         font-size=18
  3358.         selectedtextcolor="TextentrySelected"
  3359.         selectedbgcolor="focus"
  3360.     }
  3361.  
  3362.     friends_chat_bright_event
  3363.     {
  3364.         textcolor="text"
  3365.         selectedtextcolor="TextentrySelected"
  3366.         font-size=18
  3367.         font-weight=1000
  3368.     }
  3369.  
  3370.     friends_chat_url
  3371.     {
  3372.         textcolor="text"
  3373.         SelectedBgColor="focus"
  3374.         font-style=underline
  3375.         font-size=18
  3376.         selectedtextcolor="TextentrySelected"
  3377.         selectedbgcolor="focus"
  3378.     }
  3379.  
  3380.     friends_chat_name_ingame
  3381.     {
  3382.         textcolor="Friends.InGameColor"
  3383.         selectedtextcolor="TextentrySelected"
  3384.         selectedbgcolor="focus"
  3385.         font-size=18
  3386.     }
  3387.  
  3388.     friends_chat_name_golden
  3389.     {
  3390.         textcolor="Friends.GoldenColor"
  3391.         selectedtextcolor="TextentrySelected"
  3392.         selectedbgcolor="focus"
  3393.         font-size=18
  3394.     }
  3395.  
  3396.  
  3397.     friends_chat_self
  3398.     {
  3399.         textcolor="Friends.OnlineColor"
  3400.         selectedtextcolor="TextentrySelected"
  3401.         selectedbgcolor="focus"
  3402.         font-size=18
  3403.     }
  3404.  
  3405.     friends_chat_name
  3406.     {
  3407.         textcolor="Friends.OnlineColor"
  3408.         selectedtextcolor="TextentrySelected"
  3409.         selectedbgcolor="focus"
  3410.         font-size=18
  3411.     }
  3412.  
  3413.     friends_chat_accountid
  3414.     {
  3415.         selectedtextcolor="TextentrySelected"
  3416.         selectedbgcolor="focus"
  3417.         textcolor="text"
  3418.         font-size=18
  3419.     }
  3420.  
  3421.     friends_chat_securitylink
  3422.     {
  3423.         textcolor="text"
  3424.         bgcolor="none"
  3425.         font-family=basefont
  3426.         font-size=18
  3427.         font-weight=400
  3428.         font-style=underline
  3429.         selectedtextcolor="TextSelected"
  3430.         selectedbgcolor="Focus"
  3431.     }
  3432.  
  3433.         CChatRoomDlg
  3434.         {
  3435.             bgcolor="none"
  3436.  
  3437.             render
  3438.             {
  3439.  
  3440.             }
  3441.             render_bg
  3442.             {
  3443.  
  3444.             }
  3445.  
  3446.         }
  3447.  
  3448.         ChatListPanel
  3449.         {
  3450.         render {}
  3451.  
  3452.         render_bg
  3453.             {
  3454.                          0="gradient( x0, y0, x1 -16, y1, darkdialogbg, almostblack )"
  3455.             }
  3456.         }
  3457.  
  3458.  
  3459.     Chat_MenuButton_withChrome
  3460.     {
  3461.         font-family=basefont
  3462.         font-style="uppercase"
  3463.         font-size="15"
  3464.         font-weight=400
  3465.         textcolor="text"
  3466.         bgcolor="none"
  3467.         render_bg
  3468.         {
  3469.             // background fill
  3470.             0="gradient( x0, y0, x1, y1, buttonface, propertysheetbg )"
  3471.         }
  3472.         minimum-width=120
  3473.     }
  3474.  
  3475.     Chat_MenuButton_withChrome:disabled
  3476.   {
  3477.       textcolor="LabelDisabled"
  3478.       render_bg
  3479.       {
  3480.         // background fill
  3481.         0="fill( x0, y0, x1, y1, none )"
  3482.  
  3483.       }
  3484.     }
  3485.  
  3486.     // used in friends tooltip and friends list for overriding regular styles with custom colors
  3487.     friends_offline
  3488.     {
  3489.         textcolor="Friends.OfflineColor"
  3490.     }
  3491.  
  3492.     friends_offline:hover
  3493.     {
  3494.         textcolor="Friends.OfflineHoverColor"
  3495.     }
  3496.  
  3497.     friends_online
  3498.     {
  3499.         textcolor="Friends.OnlineColor"
  3500.     }
  3501.  
  3502.     friends_online:hover
  3503.     {
  3504.         textcolor="Friends.OnlineHoverColor"
  3505.     }
  3506.  
  3507.     friends_ingame
  3508.     {
  3509.         textcolor="Friends.InGameColor"
  3510.     }
  3511.  
  3512.     friends_ingame:hover
  3513.     {
  3514.         textcolor="Friends.InGameHoverColor"
  3515.     }
  3516.  
  3517.     friends_golden
  3518.     {
  3519.         textcolor="Friends.GoldenColor"
  3520.     }
  3521.  
  3522.     friends_golden:hover
  3523.     {
  3524.         textcolor="Friends.GoldenHoverColor"
  3525.     }
  3526.  
  3527.     friends_ignored
  3528.     {
  3529.         textcolor="Friends.IgnoredColor"
  3530.     }
  3531.  
  3532.     view_friends [!$OSX]
  3533.     {
  3534.         textcolor="LabelFocus"
  3535.         bgcolor="none"
  3536.         font-family=basefont
  3537.         font-size=16
  3538.         font-weight=400
  3539.         font-style=regular,uppercase
  3540.         padding-top=0
  3541.         padding-right=28
  3542.  
  3543.         render_bg
  3544.         {
  3545.             1="image( x1-30, y0+20, x1, y1, graphics/icon_friendslist )"
  3546.         }
  3547.     }
  3548.  
  3549.     view_friends [$OSX]
  3550.     {
  3551.         textcolor="LabelFocus"
  3552.         bgcolor="none"
  3553.         font-family=basefont
  3554.         font-size=15
  3555.         font-weight=400
  3556.         font-style=regular,uppercase
  3557.         padding-top=-1
  3558.         padding-right=28
  3559.  
  3560.         render_bg
  3561.         {
  3562.             1="image( x1-30, y0+20, x0, y0, graphics/icon_friendslist )"
  3563.         }
  3564.     }
  3565.  
  3566.     view_friends:Hover
  3567.     {
  3568.          textcolor="white"
  3569.  
  3570.          render_bg
  3571.         {
  3572.             1="image( x1-30, y0+20, x1, y1, graphics/icon_friendslist_over )"
  3573.         }
  3574.     }
  3575.  
  3576.     view_friends:disabled
  3577.     {
  3578.         textcolor="TextDisabled"
  3579.     }
  3580.  
  3581.  
  3582.     TabPageCloseButton
  3583.     {
  3584.         padding-right=16
  3585.     }
  3586.  
  3587.     SuperNavMenu
  3588.     {
  3589.         padding-left=8
  3590.         padding-right=8
  3591.  
  3592.         render {}
  3593.  
  3594.         render_bg
  3595.         {
  3596.             // top area and graphic
  3597.             0="fill( x0, y0, x1, y1, MenuBg )"
  3598.             1="image( x0, y0, x1, y1, graphics/clienttexture8)"
  3599.  
  3600.                                 // lines around
  3601.                 2="fill( x0 + 1, y0, x1 - 1, y0 + 1, blueborder )"  // top
  3602.                 3="fill( x0 + 1, y1 - 1, x1 - 1, y1, blueborder )"  // bottom
  3603.                 4="fill( x0, y0 + 1, x0 + 1, y1 - 1, blueborder )"  // left
  3604.                 5="fill( x1 - 1, y0 + 1, x1, y1 - 1, blueborder )"  // right
  3605.         }
  3606.     }
  3607.  
  3608.     SuperNavMenuItem
  3609.     {
  3610.         padding=1
  3611.         font-size=16
  3612.         font-weight=regular
  3613.         textcolor="label"
  3614.         bgcolor=none
  3615.         font-style="uppercase"
  3616.     }
  3617.  
  3618.     SuperNavMenuItem:selected
  3619.     {
  3620.         textcolor="SuperNav"
  3621.     }
  3622.  
  3623.     SuperNavMenuItem:hover
  3624.     {
  3625.         textcolor="SuperNavHover"
  3626.     }
  3627.  
  3628.     "SuperNavMenuDivider"
  3629.     {
  3630.         textcolor="none"
  3631.         render {
  3632.             1="fill( x0+6, y0+1, x1-6, y0+2, SuperDivider )"
  3633.         }
  3634.     }
  3635.  
  3636.     "NotifyRemoteClientTitle"
  3637.     {
  3638.         textcolor="LabelDisabled"
  3639.     }
  3640.  
  3641.     "NotifyRemoteClientInfo"
  3642.     {
  3643.         textcolor="176 172 165 255"
  3644.     }
  3645.  
  3646.   }
  3647. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement