gnu-social/theme
Mikael Nordfeldth 31bace8cfd updated and moved jquery-jcrop (no longer .min.js)
This won't run properly if other scripts stop javascript execution before
it's time to crop (such as in the Bookmark plugin, which when writing this
hasn't been migrated to Jquery 2.x - so it stops on a '.die' call).

Some images were cleaned up from the theme/base/images/illustrations too.
2013-09-14 13:31:16 +02:00
..
GNUSocial/css added boilerplate for the GNUSocial components 2010-06-07 20:06:16 -04:00
base updated and moved jquery-jcrop (no longer .min.js) 2013-09-14 13:31:16 +02:00
gnusocial remove a little more stuff 2010-12-07 10:52:37 -05:00
neo farbtastic removed along with userdesign stuff 2013-09-10 18:26:48 +02:00
neo-blue Quick fix to make custom site logos work better. 2011-08-26 15:35:00 -04:00
neo-light Mobile Profile CSS for neo-light theme. 2011-08-25 12:30:21 -04:00
README Quick update of theme README file. 2011-09-22 09:19:46 -04:00

README

* To use a theme other than neo, add this to config.php:
$config['site']['theme'] = 'yourthemename';

* To use/import the base theme, add this to your theme.ini file:
include=base

* To include an external CSS resource (e.g. for a webfont), add this to the top of your theme.ini file:
external[]="yourexternalURL"