Difference between revisions of "SUNScholar/XMLUI Theme/M2/Customisation"
Jump to navigation
Jump to search
| Line 29: | Line 29: | ||
*http://www.lavishbootstrap.com | *http://www.lavishbootstrap.com | ||
*https://pikock.github.io/bootstrap-magic | *https://pikock.github.io/bootstrap-magic | ||
| − | |||
*http://bootswatchr.com | *http://bootswatchr.com | ||
*http://www.layoutit.com | *http://www.layoutit.com | ||
| + | |||
===Convert LESS to SCSS=== | ===Convert LESS to SCSS=== | ||
*https://github.com/iki/bootstrap-switch-sass/blob/master/scripts/less2scss | *https://github.com/iki/bootstrap-switch-sass/blob/master/scripts/less2scss | ||
Revision as of 15:00, 14 January 2015
Back to Mirage 2 Theme
Multiple themes
Any folder you create in:
/home/dspace/DSpace/dspace/modules/xmlui-mirage2/src/main/webapp/themes
will be interpreted as a Mirage2 based theme.
This means that if I create two folders called 'Red' and 'Green' in that directory, and create the file styles/_style.scss in both folders with the contents
body {
background-color: red;
}
and
body {
background-color: green;
}
respectively and run mvn package -Dmirage2.on=true, two themes will be created called 'Red' and 'Green', with the only difference being the background color of <body>
Bootstrap Theme Generators
- http://www.lavishbootstrap.com
- https://pikock.github.io/bootstrap-magic
- http://bootswatchr.com
- http://www.layoutit.com
Convert LESS to SCSS
- https://github.com/iki/bootstrap-switch-sass/blob/master/scripts/less2scss
- http://hallotheme.com/less2scss
- https://github.com/kalefranz/nikn/blob/master/less2scss