gnu-social/theme
mmn 3251ef3b51 Merge branch 'beautify_profile_list' into 'nightly'
Beautify profiles and groups lists

Some css fixes to make groups and profiles list more consistent:

In base:

* Remove bullets that were floating around
* Reduce font size to fit and look better
* Group nickname is bold
* Same location and full name layout in both groups and profile lists

In neo-gnu:

* Align vertically location  

In neo-quitter:

* Make group list look like profile one
* Small adjustments due to changes to base

How it looks with neo-gnu

Profile:

![profile](https://git.gnu.io/gnu/gnu-social/uploads/c403c85c323bdcaa2fbb7ab10539ad39/profile.png)

Groups:

![group](https://git.gnu.io/gnu/gnu-social/uploads/51276daa838c404bd63cc04b208beaa6/group.png)

How it looks with neo-quitter

Profile:

![profile](https://git.gnu.io/gnu/gnu-social/uploads/d16bc2587025769dac9e2b46a0589999/profile.png)

Group:

![group](https://git.gnu.io/gnu/gnu-social/uploads/125670c8bcf08bcabf2cac0e0bb0661b/group.png)


See merge request !26
2016-01-03 15:22:32 +00:00
..
base Merge branch 'beautify_profile_list' into 'nightly' 2016-01-03 15:22:32 +00:00
licenses CC license fixes (no remote image, https for href) 2015-01-08 18:13:33 +01:00
neo CSS can handle alternating row colouring now 2015-07-09 14:10:38 +02:00
neo-blue Various minor theme directory updates 2014-05-06 14:08:58 +02:00
neo-gnu Merge branch 'beautify_profile_list' into 'nightly' 2016-01-03 15:22:32 +00:00
neo-light Various minor theme directory updates 2014-05-06 14:08:58 +02:00
neo-quitter Make group lists look like profile ones in neo-quitter theme 2015-07-26 16:10:34 +02: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"