awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesUser-Defined Stylesheets

Allows users to provide custom CSS files to override the default visual presentation of the site.

Distinct from CSS Layer Configurations: Distinct from CSS Layer Configurations: focuses on user-provided style overrides rather than the architectural management of CSS layers.

Explore 4 awesome GitHub repositories matching user interface & experience · User-Defined Stylesheets. Refine with filters or upvote what's useful.

Awesome User-Defined Stylesheets GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • zadam/triliumAvatar de zadam

    zadam/trilium

    36,595Ver en GitHub↗

    Trilium is a hierarchical personal knowledge base and digital garden tool designed to organize information into a tree of linked nodes. It functions as a JavaScript programmable wiki and a self-hosted note server, allowing users to maintain a private database of documents synchronized across multiple devices. The platform distinguishes itself through an embedded scripting engine for automating tasks and a REST API that exposes internal data and actions to external tools. Users can further extend the system by modifying the user interface layout and styling through a custom theme engine. The

    Allows users to provide custom CSS stylesheets to override the default visual presentation and layout.

    TypeScript
    Ver en GitHub↗36,595
  • purcell/emacs.dAvatar de purcell

    purcell/emacs.d

    7,069Ver en GitHub↗

    This project is an Emacs configuration framework and custom Emacs Lisp distribution. It provides a pre-configured bundle of defaults and language supports to serve as a development baseline and environment bootstrap for the Emacs text editor. The system is designed for extensibility, allowing users to override default editor behaviors and themes through local configuration files and customization interfaces. It supports the integration of third party code by adding external scripts and libraries to the editor load path.

    Allows external code to inject custom logic into the startup process to modify default editor behavior.

    Emacs Lisp
    Ver en GitHub↗7,069
  • writefreely/writefreelyAvatar de writefreely

    writefreely/writefreely

    5,188Ver en GitHub↗

    Writefreely is an open-source, multi-tenant publishing server and blogging engine. It provides a decentralized system for hosting minimalist blogs, utilizing the ActivityPub protocol to federate content and identities across different servers and social networks. The platform focuses on a distraction-free writing experience by removing social metrics and providing an auto-saving editor. It allows a single user account to manage multiple distinct blogs and pen names, maintaining separate writing personas within one installation. The system includes tools for content organization through hasht

    Allows authors to customize the visual appearance of their blogs by injecting custom CSS stylesheets.

    Goactivitypubbetablogging
    Ver en GitHub↗5,188
  • fastai/fastpagesAvatar de fastai

    fastai/fastpages

    3,548Ver en GitHub↗

    Fastpages is a static site generator designed to convert Jupyter Notebooks, Markdown files, and Word documents into a formatted technical blog. It transforms these diverse source formats into a complete website consisting of flat HTML files that can be hosted on simple web servers without a database or active backend. The platform is tailored for collaborative technical writing by integrating community commenting systems, shared page annotations, and badges that allow readers to execute code in external environments. The system provides extensive controls for technical content, including the

    Provides the ability for users to provide custom CSS files to override the default visual presentation of the site.

    Jupyter Notebookactionsdata-sciencefastai
    Ver en GitHub↗3,548
  1. Home
  2. User Interface & Experience
  3. Styling and Theming Systems
  4. Style Interoperability
  5. CSS Layer Configurations
  6. User-Defined Stylesheets

Explorar subetiquetas

  • Startup Extension HooksProgrammable entry points during the application startup sequence that allow external code to modify behavior. **Distinct from User-Defined Stylesheets:** Focuses on startup process hooks for editor behavior, unlike CSS-based style overrides.