Changeset 2534:c333aa67c0b0 for plugins/blowupConfig/locales/en
- Timestamp:
- 11/11/13 11:25:35 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blowupConfig/locales/en/help/help.html
r2368 r2534 8 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 9 10 <h4>Predefined styles</h4> 11 12 <p>You can choose a predefined style in the <strong>Predefined styles</strong> drop-down list. 13 Once you have chosen the style, you have to submit the form to apply the modifications.</p> 14 15 <p>You may then modify the predefined style according to your taste and needs.</p> 16 10 17 <h4>Colors</h4> 11 18 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>19 <p>When you have to enter a color value, you should use the hexadecimal format. For example: <code>#FF0000</code> will give you red. You may also use the color picker located next to every color field.</p> 13 20 <p>If you lack inspiration, try and visit the following pages:</p> 14 21 <ul> … … 21 28 <h4>Measurement units</h4> 22 29 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>30 <p>When you have to indicate a size, it must be followed by a measurement unit. For example: <code>1em</code>. If you do not include the unit, pixels will be used as default measurement unit.</p> 24 31 <p>The following measurement units are available:</p> 25 32 <ul> … … 35 42 <p>You can choose a header image among the list to use in place of the default one.</p> 36 43 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>44 <p>By choosing <strong>Custom...</strong> 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 45 39 46 <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 47 41 <h4> Predefined styles</h4>48 <h4>Configuration import and export</h4> 42 49 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> 50 <p>At the bottom of the page, you can display an area called <strong>Configuration import/export</strong>. This text area contains the configuration you are currently using. You can copy it to share it with others.</p> 45 51 46 <p>You may then modify the predefined style according to your taste and needs.</p> 47 48 <h4>Configuration import / export</h4> 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> 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 <strong>Apply code</strong>.</p> 53 53 54 54 </body>
Note: See TracChangeset
for help on using the changeset viewer.