Skip to content

Latest commit

 

History

History
85 lines (72 loc) · 2.75 KB

File metadata and controls

85 lines (72 loc) · 2.75 KB

Desktop Environment CSS Collection

A collection of CSS stylesheets that mimic the look and feel of various classic and modern desktop environments. This project is a showcase of what can be achieved with pure CSS.

Showcase

Amiga Workbench
Amiga Workbench
CDE
Common Desktop Environment
Enlightenment
Enlightenment E16
KDE Plasma
KDE Plasma
OS/2 Warp
OS/2 Warp
SerenityOS
SerenityOS
Trinity
Trinity Desktop
WindowMaker
Window Maker / NeXTSTEP
IRIX Indigo Magic
IRIX Indigo Magic

Live Demonstrations

You can view a live demonstration of each theme by clicking the links below:

Usage

To use one of these styles in your own project:

  1. Find the corresponding CSS file in its directory (e.g., AmigaWorkbenchCSS/amiga-workbench.css).

  2. Link to the stylesheet in the <head> of your HTML document:

    <link rel="stylesheet" href="https://dreeam00.github.io/Desktop-CSS/<DesktopEnviromentName>/<DesktopEnviromentName>.css">
  3. Structure your HTML using the classes and elements demonstrated in the index.html and reference.html files within each theme's directory.

Contributing

Contributions are welcome! If you'd like to add a new theme or improve an existing one, please feel free to fork this repository and submit a pull request.