]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/readme.txt
Make WebChannel and AjaxWebChannel work
[quix0rs-gnu-social.git] / theme / readme.txt
1 /** Howto: create a laconica theme
2  *
3  * @package   Laconica
4  * @author Sarven Capadisli <csarven@controlyourself.ca>
5  * @copyright 2009 Control Yourself, Inc.
6  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
7  * @link      http://laconi.ca/
8  */
9
10 Location of key paths and files under theme/:
11
12 ./base/css/
13 ./base/css/display.css
14 ./base/images/
15
16 ./default/css/
17 ./default/css/display.css
18 ./default/images/
19
20 ./base/display.css contains layout, typography rules:
21 Only alter this file if you want to change the layout of the site. Please note that, any updates to this in future laconica releases may not be compatible with your version.
22
23 ./default/css/display.css contains only the background images and colour rules:
24 This file is a good basis for creating your own theme.
25
26
27 1. Copy over the default theme to start off (replace 'mytheme'):
28 cp -r ./default ./mytheme
29
30 2. Edit your mytheme stylesheet:
31 nano ./mytheme/css/display.css
32
33 3. Search and replace a colour or a path to the background image of your choice.