chiark / gitweb /
css: separate page layout styling out from m-components.css.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 13 Jun 2018 10:08:01 +0000 (12:08 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 17 Jun 2018 11:06:50 +0000 (13:06 +0200)
commitde79a3503118566bd58a94447a4988a38605d8ab
treed0d05db4ff0cb9bdd2f03da79eaf0f8fa484e34b
parent12d1c95734713f7a44f54449004fdb8ecda82f35
css: separate page layout styling out from m-components.css.

For the presentation framework I need the responsiveness,
typography, components but definitely not popup menus or jumbo article
styling. So away it goes, into a new m-layout.css file.

This also means the theme setup is now in a separate m-theme-*.css file
and the m-dark.css / m-light.css is just a "driver file" that imports
everything else. There will be a m-dark-presentation.css /
m-light-presentation.css driver file as well.
22 files changed:
css/m-components.css
css/m-dark+doxygen.compiled.css
css/m-dark.compiled.css
css/m-dark.css
css/m-dark.doxygen.compiled.css
css/m-layout.css [new file with mode: 0644]
css/m-light+doxygen.compiled.css
css/m-light.compiled.css
css/m-light.css
css/m-light.doxygen.compiled.css
css/m-theme-dark.css [new file with mode: 0644]
css/m-theme-light.css [new file with mode: 0644]
css/postprocess.py
css/postprocess.sh
doc/css.rst
doc/css/components.rst
doc/css/page-layout.rst
doc/css/themes.rst
doc/css/typography.rst
pelican-theme/static/m-layout.css [new symlink]
pelican-theme/static/m-theme-dark.css [new symlink]
pelican-theme/static/m-theme-light.css [new symlink]