1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <title>Blowup theme configuration</title> |
---|
5 | </head> |
---|
6 | |
---|
7 | <body> |
---|
8 | <p>Modifying Blowup theme configuration allows you to customize your theme very easily. To do so, simply fill in the configuration fields or choose a predefined style.</p> |
---|
9 | |
---|
10 | <h3>Colors</h3> |
---|
11 | |
---|
12 | <p>When you have to enter a color value, you should use the hexadecimal format. For example: "#FF0000" will give you red. You may also use the color picker located next to every color field.</p> |
---|
13 | <p>If you lack inspiration, try and visit the following pages:</p> |
---|
14 | <ul> |
---|
15 | <li><a href="http://en.wikipedia.org/wiki/List_of_colors">Color code list</a> (Wikipedia)</li> |
---|
16 | <li><a href="http://kuler.adobe.com/">Adobe Kuler</a></li> |
---|
17 | <li><a href="http://colorblender.com/">ColorBlender</a></li> |
---|
18 | <li><a href="http://www.colorcombos.com/">ColorCombos</a></li> |
---|
19 | </ul> |
---|
20 | |
---|
21 | <h3>Measurement units</h3> |
---|
22 | |
---|
23 | <p>When you have to indicate a size, it must be followed by a measurement unit. For example: "1em". If you do not include the unit, pixels will be used as default measurement unit.</p> |
---|
24 | <p>The following measurement units are available:</p> |
---|
25 | <ul> |
---|
26 | <li>px</li> |
---|
27 | <li>em</li> |
---|
28 | <li>ex</li> |
---|
29 | <li>pt</li> |
---|
30 | <li>%</li> |
---|
31 | </ul> |
---|
32 | |
---|
33 | <h3>Header images</h3> |
---|
34 | |
---|
35 | <p>You can choose a header image among the list to use in place of the default one.</p> |
---|
36 | |
---|
37 | <p>When you choose "Custom..." in the image list, you will be able to upload your own image. <strong>The image file must be in JPG or PNG format and must be precisely 800px wide.</strong> |
---|
38 | |
---|
39 | <p>If you upload a JPG image, a border will be added to the image, which is not the case with PNG images (the transparency of which will also be kept).</p> |
---|
40 | |
---|
41 | <h3>Predefined styles</h3> |
---|
42 | |
---|
43 | <p>You can choose a predefined style in the "Predefinite styles" drop-down list. |
---|
44 | Once you have chosen the style, you have to submit the form to apply the modifications.</p> |
---|
45 | |
---|
46 | <p>You may then modify the predefined style according to your taste and needs.</p> |
---|
47 | |
---|
48 | <h3>Configuration import / export</h3> |
---|
49 | |
---|
50 | <p>At the end of Blowup options, you can display an area names "Configuration import/export". This text area contains the configuration you are currently using. You can copy it to share it with others.</p> |
---|
51 | |
---|
52 | <p>To apply (import) a configuration, you simply need to replace the content of the text area with the configuration you want to use. Don't forget to click on "apply code".</p> |
---|
53 | |
---|
54 | </body> |
---|
55 | </html> |
---|