groups/themes/openstack_bootstrap/less
Marton Kiss 6cbed3be20 New bootstrap based theme
Add a bootstrap css based theme to groups portal, and match the design
elements and layout of new openstack.org site. This patch will not
enable the theme by default, just add the bootstrap module and the
openstack subtheme. The subtheme is based on the sass version of
bootstrap with a bundle compass support.

Change-Id: Iae976151e87d4d2edd6e913a5aea16d9c13dc051
2014-10-28 12:30:32 +01:00
..
README.txt New bootstrap based theme 2014-10-28 12:30:32 +01:00
bootstrap.less New bootstrap based theme 2014-10-28 12:30:32 +01:00
content.less New bootstrap based theme 2014-10-28 12:30:32 +01:00
footer.less New bootstrap based theme 2014-10-28 12:30:32 +01:00
header.less New bootstrap based theme 2014-10-28 12:30:32 +01:00
overrides.less New bootstrap based theme 2014-10-28 12:30:32 +01:00
style.less New bootstrap based theme 2014-10-28 12:30:32 +01:00
variables.less New bootstrap based theme 2014-10-28 12:30:32 +01:00

README.txt

The following files are simply duplicates from the Bootstrap library. With
modifications in were to reference the imports. In theory, you could replace
them if you update the Bootstrap framework by copying them from that framework
again. Just make sure to modify the import paths to reference the
`./bootstrap/less` folder:
```
./less/bootstrap.less
./less/responsive.less
./less/variables.less
```

The `./less/variables.less` file is generally where you will spend most of
your time customizing the various Bootstrap settings. Feel free to manually
edit it or even replace it with a service like
[BootTheme](http://www.boottheme.com).

The `./less/fixes.less` file contains various Bootstrap and Drupal fixes. It
may contain a few enhancements, feel free to edit this file as you see fit.

The following files are relatively blank (they may contain some code for the
inital sub-theme), but this is where you will actually spend most of your time
specifying specific styling for your sites configuration.
```
./less/header.less
./less/content.less
./less/footer.less
```

And finally, the `./less/style.less` file is the glue that holds it all
together and compiles everything into one file. Generally, you will not need
to modify this file unless you need to add or remove imported files. For
example, if you do not want your site to have responsive capabilities, free to
comment or remove that line. If you are a file hierarchy wizard and need to
separate your theme into multiple files, insert additional `@import '...';`
lines.