Skip to content

Commit

Permalink
v.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
findlabnet committed Nov 2, 2018
0 parents commit b8e0b92
Show file tree
Hide file tree
Showing 22 changed files with 7,781 additions and 0 deletions.
339 changes: 339 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
minicss
=========

This is a basic theme built with [mini.css](https://minicss.org) ver.3.0.0 - minimal,
responsive, style-agnostic CSS framework.

Features
--------

- select one from a few pre-built color schemes (or "flavors") available out of the box;
- ability to make your site's header and / or footer sticky;
- select which one of menus will be used as main site navigation;
- enable and disable theme debugging without need to use "devel" module.

All features described above can be set on the theme settings page.

This first public release can be used as "starter" theme for your own sub-theme
and present only minimally themed two layouts used in default Backdrop setup:
"Boxton" for home page and "Moscone Flipped" for internal pages, so may be
extended for another layouts by adding your own new templates as need.

File `css/custom.css` is intended for your styles tuning - you can edit this
file as you need, but remember to backup this file in case of theme upgrade.

Installation
------------

Install this theme using the official Backdrop CMS instructions at
https://backdropcms.org/guide/themes

Settings
--------

Settings page located at admin/appearance/settings/minicss, where you may
change any default theme settings.

Issues
------
For bug reports, feature or support requests, please use the theme
issue queue at https://github.com/backdrop-contrib/minicss/issues.

Current Maintainers
-------------------

Vladimir (https://github.com/findlabnet/)

Credits
-------

Original work by Angelos Chalaris (https://github.com/Chalarangelo/mini.css)

License
-------

This project is GPL v2 software. See the LICENSE.txt file in this directory for
complete text.

Please note: framework mini.css is licensed under MIT License.
See the LICENSE file in the `css/dist` directory.
6 changes: 6 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* @file
* User defined custom styles
*
* Please note: do not forget backup this file before theme upgrade!
*/
21 changes: 21 additions & 0 deletions css/dist/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2016-2017 Angelos Chalaris

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 2 additions & 0 deletions css/dist/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This directory is intended for distributed css files only.
Please place your own css files one level up.
Loading

0 comments on commit b8e0b92

Please sign in to comment.