TobeyEh / kirby3csstheme

A CSS theme for Kirby 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kirby CSS theme

A CSS theme for Kirby 3.5

The CSS theme aims to be soft and friendly by using a light colour scheme, rounded border edges, light focus-outlines, mini-animations etc. It also changes the design of some plugins to fit into the colour scheme.

Examples

b2 Bildschirmfoto 2021-01-26 um 22 15 19 Bildschirmfoto 2021-01-26 um 22 15 10 b1 Bildschirmfoto 2021-01-26 um 22 15 10

Installation

  1. Copy the file into the Kirby assets/ folder.

  2. Register the CSS file in the Kirby config.php file located at /site/config/config.php using

return [
  'panel' => [
    'css' => 'assets/css/custom-panel.css'
  ]
];

https://getkirby.com/docs/reference/system/options/panel#custom-panel-css

Info

The file is autoprefixed using https://autoprefixer.github.io.

The CSS file aims to be styling all native elements however, since there are quite a lot, any reported missed elements or suggestions for improvement are gladly welcomed.

About

A CSS theme for Kirby 3

License:MIT License


Languages

Language:CSS 100.0%