LogoLogo
Manifold for Developers
Manifold for Developers
  • Introduction
  • Shopify Merch Bridge
    • Overview
    • Tutorial
      • Step 1: Product Gate Setup
        • 1.1: Configure the Product
        • 1.2: Install Manifold Merch Bridge
        • 1.2: Create a New Product Gate
        • 1.3: Link a Product to the Gate
        • 1.4: Add Rules
      • Step 2: Store Theme Setup
        • 2.1 The Theme Editor
        • 2.2 Product Page Setup
        • 2.3 Cart Page Setup
    • Advanced Configuration
    • FAQ / Error Help
    • Reference
      • Product and Gate Configuration
        • Shopify Products
        • Product Gates
          • Gate Products
          • Rules
      • Custom Themes
      • Updating to the Latest Version
      • UI Configuration Options
      • Advanced Usage
      • Common Issues
  • Guides
    • Getting Started
    • HTML
    • React
    • NextJS
    • Vue
    • Wix
    • Squarespace
      • Simple Squarespace Site
      • Customised Squarespace Template
  • Resources
    • Apps
      • Grant Types
    • Widgets
      • Directory
      • Manifold CSS Variables
        • Scheme Utility Classes
        • List of Manifold CSS Variables
      • Connect Widget
        • Blockchain Interaction
        • Wallet Authentication
        • Data Client
          • NFT Information Retrieval
            • getNFT
            • getNFTsOfOwner
            • ownerHasNFT
            • getCollectors
          • Data Storage and Retrieval
        • Advanced Configuration
        • Customization & Styling
        • Automatic Error Handling
      • Campaign Widget
        • Campaign Creation
          • Questionnaire
        • Campaign Progress
        • Customization & Styling
      • Curation Widget
      • Marketplace Widgets
        • Widgets
          • Data Attributes
          • Layout Widgets
          • Card Widgets
          • Listing Widgets
        • Window Events
        • Troubleshooting
        • Customization & Styling
        • Version Change Notes
          • 3.2.1 - CSS Selector Changes
          • 3.1.1 - CSS Selector Changes
      • Claim Widgets
        • Widgets
          • Data Attributes
          • Complete Claim Widget
          • Buy Button Only Widget
          • Mint Count Widget
        • Troubleshooting
        • Customization & Styling
        • Version Change Notes
          • 1.7.0, 1.7.1 - CSS Selector Changes
      • Restricted Token Widget
        • Customization & Styling
      • Wallet Identity Widget
        • Customization & Styling
      • Subscription Widget
      • 6551 Display Widget
    • Manifold Ethereum Provider
  • Tools and APIs
    • Merkle Tree Tool
    • Snapshot Tool
    • Discord Tools
    • Server-Side Session Authentication
      • Signature Grant
      • Authorization Code Grant
  • Smart Contracts
    • Manifold Creator
      • Contracts
        • Creator Core
          • Common Functions
          • ERC721 Functions
          • ERC1155 Functions
        • Extensions
          • Extensions Functions
          • Extensions Examples
          • Extensions Deployment Guide
            • Dynamic NFT Extension
            • Lazy Mint Extension ERC1155
            • Lazy Mint Extension ERC721
        • Mint Permissions
          • Mint Permissions Functions
      • Prior Versions
        • 1.0.x
          • Creator Core
            • Common Functions
            • ERC721 Functions
            • ERC1155 Functions
          • Extensions
            • Extensions Functions
            • Extensions Examples
            • Extensions Deployment Guide
              • Dynamic NFT Extension
              • Lazy Mint Extension ERC1155
              • Lazy Mint Extension ERC721
          • Mint Permissions
            • Mint Permissions Functions
        • 2.0.x
          • Creator Core
            • Common Functions
            • ERC721 Functions
            • ERC1155 Functions
          • Extensions
            • Extensions Functions
            • Extensions Examples
            • Extensions Deployment Guide
              • Dynamic NFT Extension
              • Lazy Mint Extension ERC1155
              • Lazy Mint Extension ERC721
          • Mint Permissions
            • Mint Permissions Functions
    • Marketplace
      • Identity Verifier
    • Royalty Registry
  • Contact Us
Powered by GitBook
On this page
  • Theme Colours
  • Text
  • Border
  • Other

Was this helpful?

  1. Resources
  2. Widgets
  3. Manifold CSS Variables

List of Manifold CSS Variables

Theme Colours

  • --manifold-theme--color--primary

    A primary colour used throughout the widgets. Set this to your primary brand colour. Used in main CTAs/links.

  • --manifold-theme--color--secondary

    A secondary colour used throughout the widgets. Set this to your secondary brand colour. Used in secondary CTAs/links.

  • --manifold-theme--color--success

    A success colour used throughout the widgets. Communicates that an action was completed without failure. Usually a shade of green.

  • --manifold-theme--color--error

    An error colour used throughout the widgets. Communicates information and/or issues of high severity. Usually a shade of red.

  • --manifold-theme--color--warning

    A warning colour used throughout the widgets. Communicates information and/or issues of medium severity. Usually a shade of orange or yellow.

  • --manifold-theme--color--info

    An informational colour used throughout the widgets. Communicates information and/or issues of low severity. Usually a shade of blue.

Text

  • --manifold-text--color--body

    The default text colour for readable text. When choosing this colour, make sure it is readable on a background of colour var(--manifold-page--color--background).

  • --manifold-text--color--muted

    The text colour when an element is less emphasised, such as label text for inputs or the label of an unselected tab.

  • --manifold-text--color--disabled

    The text colour for disabled or non-actionable items. It is separated from muted so that users have a distinction between “actionable/clickable” (muted) and “non-actionable/non-clickable” (disabled) text displays.

  • --manifold-text--color--primary

    The default text colour for elements with the primary theme colour as background. When choosing this colour, make sure it is readable on a background of colour var(--manifold-theme--color--primary).

  • --manifold-text--color--secondary

    The colour used for text of secondary importance. When choosing this colour, make sure it is readable on a background of colour var(--manifold-theme--color--secondary).

  • --manifold-text--font-family--body

    Font-family of the body text.

  • --manifold-text--font-family-header

    Font-family of the header text.

  • --manifold-text--font-size--body

    Font size of the body text.

  • --manifold-text--font-size-header

    Font size of the header text.

Border

  • --manifold-border--color

    The colour used for the borders on elements.

  • --manifold-border--width

    The width of the borders on elements.

  • --manifold-border--radius

    The border-radius used for the borders on elements.

  • --manifold-border--style

    The border-style used for the borders on elements.

Other

  • --manifold-page--color--background

    The colour used for the background of the page.

  • --manifold-element--color--background

Last updated 2 years ago

Was this helpful?

The colour used for the background of elements placed on a higher z-index on the page, such as and popup menus.

card elements