logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SerenityHubWindowStyles

    USS class name constants for the Hub window's own chrome — toolbar, sidebar, content host, search results, footer — sibling to SerenityHubCardStyles (card-level) and SerenityHubViewStyles (view-level), so SerenityHub.uss has one stable selector surface for every layer of the window (Slice 6, design ADR-2).

    Inheritance
    object
    SerenityHubWindowStyles
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Localization.Installation.Settings.Editor.Hub
    Assembly: Serenity.UnityLocalization.Installation.Editor.dll
    Syntax
    public static class SerenityHubWindowStyles

    Fields

    Body

    Declaration
    public const string Body = "serenity-hub__body"
    Field Value
    Type Description
    string

    ContentArea

    Positioning parent for the content scroll view and the search overlay (UX feedback #2, #5) — the only region, besides the sidebar, that sits below the toolbar and above the footer.

    Declaration
    public const string ContentArea = "serenity-hub__content-area"
    Field Value
    Type Description
    string

    ContentHost

    Declaration
    public const string ContentHost = "serenity-hub__content-host"
    Field Value
    Type Description
    string

    ContentScrollView

    The Hub's only vertically scrolling region — wraps ContentHost so the toolbar and footer stay fixed regardless of how tall the active view's content is (UX feedback #2).

    Declaration
    public const string ContentScrollView = "serenity-hub__content-scroll-view"
    Field Value
    Type Description
    string

    Footer

    Declaration
    public const string Footer = "serenity-hub__footer"
    Field Value
    Type Description
    string

    PersonalSkinModifier

    Declaration
    public const string PersonalSkinModifier = "serenity-hub--personal"
    Field Value
    Type Description
    string

    ProSkinModifier

    Declaration
    public const string ProSkinModifier = "serenity-hub--pro"
    Field Value
    Type Description
    string

    Root

    Declaration
    public const string Root = "serenity-hub"
    Field Value
    Type Description
    string

    SearchField

    Declaration
    public const string SearchField = "serenity-hub__search-field"
    Field Value
    Type Description
    string

    SearchResultRow

    Declaration
    public const string SearchResultRow = "serenity-hub__search-result-row"
    Field Value
    Type Description
    string

    SearchResultsPanel

    Declaration
    public const string SearchResultsPanel = "serenity-hub__search-results-panel"
    Field Value
    Type Description
    string

    Sidebar

    Declaration
    public const string Sidebar = "serenity-hub__sidebar"
    Field Value
    Type Description
    string

    SidebarButton

    Declaration
    public const string SidebarButton = "serenity-hub__sidebar-button"
    Field Value
    Type Description
    string

    SidebarButtonSelectedModifier

    Declaration
    public const string SidebarButtonSelectedModifier = "serenity-hub__sidebar-button--selected"
    Field Value
    Type Description
    string

    Toolbar

    Declaration
    public const string Toolbar = "serenity-hub__toolbar"
    Field Value
    Type Description
    string

    ToolbarTitle

    Declaration
    public const string ToolbarTitle = "serenity-hub__toolbar-title"
    Field Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved