gnu-social/theme
Mikael Nordfeldth 406b6148f5 CSS: notice images no wider than 100%
We should actually not allow remote images to be given in the src attribute
because they can be used for tracking and other nasty stuff without being
seen by the enduser.

Also, allowing remote images linked like this won't work for users who run
plugins like RequestPolicy etc. anyway. A better method would be to make
them listed as attachments instead. Then we can use that subsystem for
making thumbnails to store locally, hotlinking sources and whatnot.
2015-02-17 01:26:18 +01:00
..
base CSS: notice images no wider than 100% 2015-02-17 01:26:18 +01:00
licenses CC license fixes (no remote image, https for href) 2015-01-08 18:13:33 +01:00
neo Making some autumn cleaning in the themes 2014-10-27 14:23:18 +01:00
neo-blue Various minor theme directory updates 2014-05-06 14:08:58 +02:00
neo-gnu GNU social SVG logo added to neo-gnu 2015-02-09 21:44:01 +01:00
neo-light Various minor theme directory updates 2014-05-06 14:08:58 +02:00
neo-quitter removed text beside lock icon and fixed alignment 2015-02-15 22:47:34 +01: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"