-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit b8e0b92
Showing
22 changed files
with
7,781 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.